https://bugs.freedesktop.org/show_bug.cgi?id=75919
Krzysztof A. Sobiecki <sob...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG --- Comment #3 from Krzysztof A. Sobiecki <sob...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev