Skip to content

[clang-tidy] download from llvm snapshot server fails #100925

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

Closed
aladur opened this issue Jul 28, 2024 · 3 comments
Closed

[clang-tidy] download from llvm snapshot server fails #100925

aladur opened this issue Jul 28, 2024 · 3 comments
Assignees

Comments

@aladur
Copy link

aladur commented Jul 28, 2024

Not sure if this is the right channel to report this issue, so I just have a try :-)

I have a github action script which downloads clang-tidy (19) from the llvm snapshot server:

      wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
      sudo add-apt-repository -y "deb https://apt.llvm.org/noble/ llvm-toolchain-noble main"
      sudo apt-get update
      sudo apt list --upgradable
      sudo apt-get install clang-tidy

This is the github action workflow, it worked like a charm for months.

Since 25. of July there is an error response:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 clang-tidy : Depends: clang-tidy-19 (>= 19~) but it is not installable
E: Unable to correct problems, you have held broken packages.

This is the github actions log-file.

I tried the download with both ubuntu 22.04 and ubuntu 24.04 with several reties these days.

Please give me feedback if You need more information.

Thanks for all the effort, llvm is a great compiler framework!

@firewave
Copy link

I think this a duplicate of #100466.

@sylvestre
Copy link
Collaborator

indeed, dupe.

@sylvestre sylvestre closed this as not planned Won't fix, can't repro, duplicate, stale Jul 29, 2024
@firewave firewave added the duplicate Resolved as duplicate label Jul 29, 2024
@aladur
Copy link
Author

aladur commented Jul 29, 2024

Meanwhile it works again, without workflow changes. thanks for the quick feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants