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

Emil Velikov <emil.l.veli...@gmail.com> changed:

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

--- Comment #4 from Emil Velikov <emil.l.veli...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to