mesa: 49eda75df6aafdf5d2ffe5d9247b516ac7d14691 (master 17.3.0-devel) $ make check [...] CCLD vulkan/tests/block_pool_no_free vulkan/.libs/libvulkan-test.a(vulkan_libvulkan_common_la-anv_batch_chain.o): In function `anv_cmd_buffer_execbuf': mesa/src/intel/vulkan/anv_batch_chain.c:1475: undefined reference to `anv_gem_sync_file_merge' collect2: error: ld returned 1 exit status
This is fixed by the following commit in master: commit bf1d2e84f34b7e63656c15c11ed4d01077e95047 Author: Jason Ekstrand <jason.ekstrand@intel.com> Date: Wed Aug 16 18:43:11 2017 -0700 anv/gem: Add a stub for sync_file_merge This fixes make check Fixes: 5c4e4932e02164e18cba9ae2cf3ec56afa2f2a6b Thanks for pointing it out!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.