[Mesa-dev] [Bug 75919] LLVM changed output of llvm-config, again
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 9 13:31:15 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=75919
Krzysztof A. Sobiecki <sobkas at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTOURBUG
--- Comment #3 from Krzysztof A. Sobiecki <sobkas at gmail.com> ---
(In reply to comment #2)
> (In reply to comment #0)
> > Created attachment 95368 [details]
> > Is there even a point?
> >
> > llvm-config-3.5 --version now prints 3.5.0 instead of 3.5.
> > config is unable to find a shared llvm library if there is only one so. It
> > searches for a libLLVM-3.5.0.so but only libLLVM-3.5.so exists.
>
> Are you using cmake or autoconf to build LLVM? I use autoconf and on my
> system
> llvm-config --version reports 3.5.0 and llvm install libLLVM-3.5.0.so and
> also a symlink from libLLVM-3.5.0.so to libLLV-3.5.so.
I use packages from:
http://llvm.org/apt/unstable/pool/main/l/llvm-toolchain-snapshot/
After a short look into it, I think that there is a small bug in it.
One package populates link farm in usr/lib/llvm-3.5/lib/ and while it links
usr/lib/@DEB_HOST_MULTIARCH@/libLLVM-3.5.so.1
usr/lib/llvm-3.5/lib/libLLVM-3.5.so
it doesn't do the same for 3.5.0 variant.
Mystery solved, time to poke the maintainer.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140309/b6c8b7f0/attachment.html>
More information about the mesa-dev
mailing list