Bug 102268 - anv_batch_chain.c:1475: undefined reference to `anv_gem_sync_file_merge'
Summary: anv_batch_chain.c:1475: undefined reference to `anv_gem_sync_file_merge'
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2017-08-16 23:11 UTC by Vinson Lee
Modified: 2017-08-17 01:45 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.