-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Unable to install llvm 19 with apt #109276
Comments
I'm not sure if it's really a duplicate. Five hours ago, building the proposed fix was started, and the versions here are different. |
Yeah, I noticed after that that your versions are latest. |
This is a new issue. It was still working yesterday (or maybe even just a few hours ago).
|
I can confirm that I am also seeing this problem. It started some time in the last 12-18 hours, as I was able to do this successfully yesterday evening. From a docker build:
Attempting installation with: wget https://apt.llvm.org/llvm.sh && \
chmod u+x llvm.sh && \
./llvm.sh 19 |
regressed here: I think I have a fix for this one. |
See logs here: https://github.com/iree-org/base-docker-images/actions/runs/10948538407/job/30399779213 Upstream tracking issue: llvm/llvm-project#109276 We need a recent LLVM compiler in our ASan/TSan workflows, so those should stay pinned to older images until we can re-enable this install.
Does anyone have a workaround for this of any kind yet? |
it should be fixed now on most of the distros |
This appears to still be broken at least for Debian 10 (Buster) |
Works on Debian bookworm. but not Debian bullseye. |
Can confirm that it is working again with LLVM 19 on ubuntu 22.04. |
Thanks for the confirmations. |
Works on debian bullseye. |
Works on Debian 10 (Buster) |
I am unable to install LLVM20 due to unmet dependencies on Ubuntu 24.04.1. Is this issue related: #109575 |
At the moment I am unable to install/update the packages from Debian Bookworm, the update forces the removal of Chromium, this is the log of the simulated upgrade:
|
@henrythebuilder this is a different issue, please open a new issue |
ok, sorry for the mistake! |
I start getting the following error while trying to install llvm 19 on debian:
The text was updated successfully, but these errors were encountered: