<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Relinking issue of Vulkan"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107624">107624</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Relinking issue of Vulkan
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Vulkan/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sergii.romantsov@globallogic.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jason@jlekstrand.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>