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

Alexander Monakov <amona...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amona...@gmail.com

--- Comment #6 from Alexander Monakov <amona...@gmail.com> ---
As I understand new Mesa links against libudev while old Mesa did not. 
Therefore loading Mesa first brings in system libudev.so.1, and then libSDL2
pulls in libudev.so.0 from Steam runtime, but as libudev.so.0 is apparently not
built with -Bsymbolic, some functions from libudev.so.0 are interposed by
previously loaded libudev.so.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to