-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][C++] test-ubuntu-24.04-cpp-gcc-14 fails to install clang-14 #41147
Comments
As far as I can see nothing has changed here and the ppa repo is supposed to have gcc-14: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa |
The error I get locally is slightly different that's why I was investigating gcc-14. When I run
|
@raulcd You need |
I cannot reproduce here. The image builds successfully. I used: $ ARCHERY_USE_DOCKER_CLI=1 ARCHERY_DEBUG=1 GCC_VERSION=14 UBUNTU=24.04 archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="16.0.0.dev496" -e CC=gcc-14 -e CXX=g++-14 -e RapidJSON_SOURCE=BUNDLED ubuntu-cpp bash |
Edit: sorry, I was mistaken. This was because the corresponding steps were cached. If I disable caching (by adding |
Ok, it seems that for some reason LLVM 14 has disappeared from the Ubuntu 24.04 packages. Later versions are available, I'm going to give it a try. |
Hmm. It seems that llvm-14 doesn't exist only for amd64: https://packages.ubuntu.com/noble/llvm-14 Based on https://launchpad.net/ubuntu/+source/llvm-toolchain-14/+publishinghistory , the latest version is |
http://archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-14/ has Both of |
### What changes are included in this PR? Use LLVM 15 on Ubuntu 24.04, as LLVM 14 packages seem not always available. ### Are these changes tested? Yes, on CI. ### Are there any user-facing changes? No. * GitHub Issue: #41147 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Issue resolved by pull request 41150 |
### What changes are included in this PR? Use LLVM 15 on Ubuntu 24.04, as LLVM 14 packages seem not always available. ### Are these changes tested? Yes, on CI. ### Are there any user-facing changes? No. * GitHub Issue: #41147 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
### What changes are included in this PR? Use LLVM 15 on Ubuntu 24.04, as LLVM 14 packages seem not always available. ### Are these changes tested? Yes, on CI. ### Are there any user-facing changes? No. * GitHub Issue: apache#41147 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
### What changes are included in this PR? Use LLVM 15 on Ubuntu 24.04, as LLVM 14 packages seem not always available. ### Are these changes tested? Yes, on CI. ### Are there any user-facing changes? No. * GitHub Issue: apache#41147 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
### What changes are included in this PR? Use LLVM 15 on Ubuntu 24.04, as LLVM 14 packages seem not always available. ### Are these changes tested? Yes, on CI. ### Are there any user-facing changes? No. * GitHub Issue: apache#41147 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Describe the bug, including details regarding any error messages, version, and platform.
The test-ubuntu-24.04-cpp-gcc-14 job has started failing to install clang-14 and llvm14, see:
This is also failing on the maintenance branch for 16.0.0.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: