FS#66283 - [clang] clang-10 package does not have libclang
Attached to Project:
Arch Linux
Opened by Jean-Michaël Celerier (jcelerier) - Friday, 17 April 2020, 08:49 GMT
Last edited by freswa (frederik) - Friday, 17 April 2020, 14:24 GMT
Opened by Jean-Michaël Celerier (jcelerier) - Friday, 17 April 2020, 08:49 GMT
Last edited by freswa (frederik) - Friday, 17 April 2020, 14:24 GMT
|
Details
Description:
clang-10 package only has libclang.so and libclang-cpp.so. clang-9 also has libclangFormat.so, libclangTooling.so, libclangRewrite.so, libclangLex.so, libclangBasic.so Is this expected ? This breaks for instance Qt Creator build (and I'd guess any clang-tooling-based tool). Thanks ! |
This task depends upon
Closed by freswa (frederik)
Friday, 17 April 2020, 14:24 GMT
Reason for closing: Won't fix
Additional comments about closing: https://lists.archlinux.org/pipermail/ar ch-commits/2020-April/734408.html
Friday, 17 April 2020, 14:24 GMT
Reason for closing: Won't fix
Additional comments about closing: https://lists.archlinux.org/pipermail/ar ch-commits/2020-April/734408.html
"We no longer build with BUILD_SHARED_LIBS=ON; programs linking to clang
are required to link to libclang-cpp.so instead of individual libraries."
testing/qtcreator has already been patched and rebuilt for the above change.