[Bug 107624] Relinking issue of Vulkan

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 20 11:52:55 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107624

            Bug ID: 107624
           Summary: Relinking issue of Vulkan
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Vulkan/intel
          Assignee: intel-3d-bugs at lists.freedesktop.org
          Reporter: sergii.romantsov at globallogic.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org
                CC: jason at jlekstrand.net

0. Ubuntu 16.04
1. Git master: 1560c58b121763a21de7f883724aaa10bf37297c

2. 'make install' fails for configuration:
./autogen.sh --with-gallium-drivers="" --enable-dri3 --with-dri-drivers=i965
--with-vulkan-drivers=intel

3. Also potentially may have influence:
1. Current system Ubuntu 16.04 libxcb-dri3 version is 1.11.1
2. To build mesa from master a version 1.13 is required
3. So xcb-dri3 is built manually and installed to custom directory.

4. Error dump:
~/dev/mesa/src/loader/loader_dri3_helper.c:1363: undefined reference to
`xcb_dri3_pixmap_from_buffers'
~/dev/mesa/src/loader/loader_dri3_helper.c:1231: undefined reference to
`xcb_dri3_get_supported_modifiers'
~/dev/mesa/src/loader/loader_dri3_helper.c:1234: undefined reference to
`xcb_dri3_get_supported_modifiers_reply'
~/dev/mesa/src/loader/loader_dri3_helper.c:1249: undefined reference to
`xcb_dri3_get_supported_modifiers_window_modifiers'
~/dev/mesa/src/loader/loader_dri3_helper.c:1270: undefined reference to
`xcb_dri3_get_supported_modifiers_screen_modifiers'
./.libs/libglx.a(loader_dri3_helper.o): In function
`loader_dri3_create_image_from_buffers':
~/dev/mesa/src/loader/loader_dri3_helper.c:1591: undefined reference to
`xcb_dri3_buffers_from_pixmap_reply_fds'
~/dev/mesa/src/loader/loader_dri3_helper.c:1592: undefined reference to
`xcb_dri3_buffers_from_pixmap_strides'
~/dev/mesa/src/loader/loader_dri3_helper.c:1593: undefined reference to
`xcb_dri3_buffers_from_pixmap_offsets'
./.libs/libglx.a(loader_dri3_helper.o): In function `dri3_get_pixmap_buffer':
~/dev/mesa/src/loader/loader_dri3_helper.c:1675: undefined reference to
`xcb_dri3_buffers_from_pixmap'
~/dev/mesa/src/loader/loader_dri3_helper.c:1676: undefined reference to
`xcb_dri3_buffers_from_pixmap_reply'
collect2: error: ld returned 1 exit status
libtool:   error: error: relink 'libGL.la' with the above command before
installing it

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180820/ef7c1bf6/attachment.html>


More information about the intel-3d-bugs mailing list