<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:johannesobermayr@gmx.de" title="Johannes Obermayr <johannesobermayr@gmx.de>"> <span class="fn">Johannes Obermayr</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [regression] configure: error: Could not find llvm shared libraries"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59967">bug 59967</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>REOPENED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>NOTOURBUG
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [regression] configure: error: Could not find llvm shared libraries"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59967#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [regression] configure: error: Could not find llvm shared libraries"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59967">bug 59967</a>
from <span class="vcard"><a class="email" href="mailto:johannesobermayr@gmx.de" title="Johannes Obermayr <johannesobermayr@gmx.de>"> <span class="fn">Johannes Obermayr</span></a>
</span></b>
<pre>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 - <a href="show_bug.cgi?id=59967#c9">comment #9</a>).
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,)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>