Bug 102268

Summary: anv_batch_chain.c:1475: undefined reference to `anv_gem_sync_file_merge'
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium CC: jason
Version: gitKeywords: regression
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2017-08-16 23:11:56 UTC
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
Comment 1 Jason Ekstrand 2017-08-17 01:45:43 UTC
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.