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
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

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
Comment by Evangelos Foutras (foutrelis) - Friday, 17 April 2020, 09:00 GMT
Yes, as per https://lists.archlinux.org/pipermail/arch-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.
Comment by Jean-Michaël Celerier (jcelerier) - Friday, 17 April 2020, 09:52 GMT
Alright, thanks for the information.

Loading...