[Mesa-dev] [Bug 107533] Please restore --with-{gl, osmesa}-lib-name options
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 9 12:59:38 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107533
--- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> ---
You're correct - the SONAME does stay intact. One could trivially change that
with patchelf.
Let's take a look at the following combinations:
1) standard vs GLVND
names: GL
symbols: standard
2) GLVND
names: GLX_mesa
symbols: (should be) limited set != standard
3) mangling
name: Mangled + (GL, GLX_mesa?)
symbols: standard prefixed with m
4) arbitrary name
name: ?? does it it interact with mangled and/or GLVND?
symbols: standard - how do we ensure no symbol collision?
That said, an arbitrary name many have worked in a particular combination, but
the rest were broken :-(
Attempting to have all the cases working is O(N), while 4) is a rm && patchelf,
post-install.
Can see that being slightly annoying, but I hope you'll agreed on the goal.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180809/07294923/attachment.html>
More information about the mesa-dev
mailing list