-
Notifications
You must be signed in to change notification settings - Fork 12.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libLLVM-19.so is a broken symbolic link #105987
Comments
Actually it's even worse. Because the library isn't stored anymore in |
I'm seeing this in ubuntu-22.04 and ubuntu-24.04 running
I'm currently correcting it with:
|
I'm having the same problem with libc++abi-18-dev-wasm32 and libc++-18-dev-wasm32. The libraries according to symblink are expected to be in /usr/lib/llvm-18/wasm32-wasi/libc++.a but it's completely missing from the package. The version is |
I'm having the same problem with libclang-cpp.so for LLVM 20 on Debian with the apt.llvm.org repositories. |
Is this related: #107116 |
Same on x86_64 Ubuntu 20.04
@sylvestre fyi |
After installing the LLVM 19 packages on Debian 12 (inside a distrobox), I got some broken symlinks:
I think this is related to #82779 but reporting separately as it broke a single-arch installation for me (when linking to
/usr/lib/llvm-19/lib/libLLVM-19.so
).I worked around this issue by linking to
/usr/lib/llvm-19/lib/libLLVM.so
instead:The text was updated successfully, but these errors were encountered: