Skip to content
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

[installation] 404 on apt.llvm.org repository for noble (ubuntu 24.04) #97314

Closed
ryuujo1573 opened this issue Jul 1, 2024 · 1 comment
Closed
Assignees
Labels
packaging platform:linux wontfix Issue is real, but we can't or won't fix it. Not invalid

Comments

@ryuujo1573
Copy link

Reproduce:

wget https://apt.llvm.org/llvm.sh -O - | sudo bash -s -- 16 all 

Trying to install llvm@16 on ubuntu noble (24.04).

Error:

Hit:7 https://apt.llvm.org/noble llvm-toolchain-noble InRelease
Err:8 https://apt.llvm.org/noble llvm-toolchain-noble-16 Release
  404  Not Found [IP: 198.18.0.73 443]
Reading package lists... Done
E: The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
+ apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Ign:2 https://apt.llvm.org/noble llvm-toolchain-noble-16 InRelease
Hit:6 https://apt.llvm.org/noble llvm-toolchain-noble-18 InRelease
Hit:7 https://apt.llvm.org/noble llvm-toolchain-noble InRelease
Err:8 https://apt.llvm.org/noble llvm-toolchain-noble-16 Release
  404  Not Found [IP: 198.18.0.73 443]
Reading package lists... Done
E: The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I have no idea.

@sylvestre
Copy link
Collaborator

Yeah, we support trunk (19), dev version (18) and stable (17)

@sylvestre sylvestre closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
@EugeneZelenko EugeneZelenko added the wontfix Issue is real, but we can't or won't fix it. Not invalid label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging platform:linux wontfix Issue is real, but we can't or won't fix it. Not invalid
Projects
None yet
Development

No branches or pull requests

4 participants
@sylvestre @EugeneZelenko @ryuujo1573 and others