<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [IVB] libxcb-dri3 undefined symbol: xcb_send_fd results in OpenGL not found in Wine games"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73237#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [IVB] libxcb-dri3 undefined symbol: xcb_send_fd results in OpenGL not found in Wine games"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73237">bug 73237</a>
from <span class="vcard"><a class="email" href="mailto:patrickthen@web.de" title="patrickthen@web.de">patrickthen@web.de</a>
</span></b>
<pre>I managed to install it simply by installing the latest updates from
xorg-edgers, which didn't give any issues.
Since they recommended going to bugs.freedesktop.org for bug reports, I ended
up here.
nm -D /usr/lib/i386-linux-gnu/libxcb.so | grep xcb_send_fd
Did indeed not find anything, but it seems that I only have libxcb.so.1
instead.
Creating a renamed libxcb.so then results in
00009340 T xcb_send_fd
But that won't change anything about my issues.
Instead I tried
nm -D /usr/lib/i386-linux-gnu/libxcb-dri3.so.0 | grep xcb_send_fd
which gave me
U xcb_send_fd
If you insist that it isn't your bug, I will try the edgers ppa again.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>