[Mesa-dev] [Bug 59967] [regression] configure: error: Could not find llvm shared libraries

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 5 09:10:09 PST 2013


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

Johannes Obermayr <johannesobermayr at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #13 from Johannes Obermayr <johannesobermayr at gmx.de> ---
Closing it because arbitrary changing of library names downstream
(libLLVM-$VERSION.so to libLLVM-$VERSION.so.1) without creating a symlink in
right place (e. g. /usr/lib/llvm-$VERSION/lib/libLLVM-$VERSION.so in case of
Ubuntu/Debian) is not task of Mesa build system to handle (esp. if path to
libLLVM-$VERSION.so cannot be determinated easily - comment #9).

Also other developers have not contradicted for a week and it is better to
"[...] preserve runtime functionality" instead of making it compiling.

But you can patch it downstream:
-AC_CHECK_FILE("$LLVM_LIBDIR/lib$LLVM_SO_NAME.so", llvm_have_one_so=yes,)
+AC_CHECK_FILE("$ARBITRARY_LLVM_LIBDIR/lib$LLVM_SO_NAME.so",
llvm_have_one_so=yes,)

-- 
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/20130205/b0f45334/attachment-0001.html>


More information about the mesa-dev mailing list