On 2024-05-30 02:10, Sylvestre Ledru wrote:
Le 30/05/2024 à 07:16, Wentao Zhang a écrit :
Package: libllvm19
Version: 1:19~++20240529104944+a3f9066e99f3-1~exp1~20240529225109.743
Severity: normal
Hi,
Some library symlinks have changed and as a result:
$ ldd `which clang-19`
linux-vdso.so.1 (0x0000ffff89cf0000)
libclang-cpp.so.19.0 => not found
libLLVM.so.19.0 => not found
libstdc++.so.6 => /lib/aarch64-linux-gnu/libstdc++.so.6
(0x0000ffff89a00000)
libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x0000ffff89960000)
libgcc_s.so.1 => /lib/aarch64-linux-gnu/libgcc_s.so.1
(0x0000ffff89c40000)
libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffff897b0000)
/lib/ld-linux-aarch64.so.1 (0x0000ffff89cb3000)
I guess for libLLVM we should port part of this commit [1] from branch
"18" to
branch "snapshot". I'm still figuring out the needed changes for
libclang-cpp.
Also, line #1 and line #3 in this file [2] seem conflicting? (only
affecting
branch "18" though)
[1]
https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/commit/f6c22777bc0687fc548343d3fa565656a1318a18
[2]
https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/blob/d5a73bd2c9551571084ccecf4307ef94e0b75d96/debian/libllvmX.Y.links.in
Thanks,
Wentao
Thanks
clang still works right ?
Yes. In my use cases I haven't encountered other problems.
Thanks,
Wentao
$ clang-19 --version
Debian clang version 19.0.0 (++20240529093513+2cfea14a57ad-1~exp1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm-19/bin
Thanks
S