[Mesa-dev] [Bug 98842] mesa 13.0.1 build broken under debian8

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 25 15:49:51 UTC 2016


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

Emil Velikov <emil.l.velikov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=80848

--- Comment #4 from Emil Velikov <emil.l.velikov at gmail.com> ---
The only things which comes to mind is that you have the system ones (in
/usr/lib or similar for Debian) and we and up picking the wrong one during
relink due to a libtool feature (more like a bug imho).

I.e. we end up with something like the following (check with $make V=1 install)
... -L/usr/lib ... -L/usr/local/lib ... -ldrm ...

Some solutions/workarounds include:
 - teach libtool to use the same link line on relink
I have no success on this one, yet.
 - use chroot (or similar solution)
Needs some setup, but should work
 - temporary move/upgrade the specified package
A bit nasty, does not scale but should work.
 - use another libtool ?
Don't recall how exactly slibtool performed here.

-- 
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/20161125/1656b12a/attachment-0001.html>


More information about the mesa-dev mailing list