[llvm-bugs] [Bug 39965] New: make fails with libz3 4.8.4 (fix inside)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 11 14:25:13 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39965
Bug ID: 39965
Summary: make fails with libz3 4.8.4 (fix inside)
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: benjima at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, richard-llvm at metafoo.co.uk
[ 81%] Built target clangFormat
make[3]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libz3.so',
needed by 'bin/clang-8'. Stop.
CMakeFiles/Makefile2:25818: recipe for target
'tools/clang/tools/driver/CMakeFiles/clang.dir/all' failed
make[2]: *** [tools/clang/tools/driver/CMakeFiles/clang.dir/all] Error 2
CMakeFiles/Makefile2:25830: recipe for target
'tools/clang/tools/driver/CMakeFiles/clang.dir/rule' failed
make[1]: *** [tools/clang/tools/driver/CMakeFiles/clang.dir/rule] Error 2
Makefile:7726: recipe for target 'clang' failed
make: *** [clang] Error 2
I have libz3 installed from git (4.8.4). This error can be fixed with a simple
symbolic link:
ln -s /usr/lib/x86_64-linux-gnu/libz3.so.4 /usr/lib/x86_64-linux-gnu/libz3.so
Maybe a possible enhancement?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181211/b6f79681/attachment.html>
More information about the llvm-bugs
mailing list