<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/100925>100925</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang-tidy] download from llvm snapshot server fails
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang-tidy
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
aladur
</td>
</tr>
</table>
<pre>
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](https://github.com/aladur/flexemu/blob/master/.github/workflows/clang-tidy-check.yml), 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](https://github.com/aladur/flexemu/actions/runs/10126027137/job/28002195732).
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!
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJycVUtz6zYP_TX0BiONRPmlhRe58dVMvsXXztzbRZeUCEmMKVLlw643_e0d0PGrzWTRTCaxSQI4AA4OhPdqMIg7tvrGVvuFiGG0bie0kNEtWivPu__bAD46BNVDGJUH5SGMCE4NY4BuFMaghmDB4WxduL7xERl_BW_hDd6jDzCKI4KA4M7AqpeM8ZoVe1a8XP6-Xe8HFcbYguiCsgZ859Qc4DSqbgRpT0ZbIT10WpghC0qegfFtWTNeQ-_slIBpfZzAGzH7kaCjO6Jj1ctjNLYuPn7TV0g_pwEDZL9ABmMIsycT3jDeiDnk5DO3bmC8oY_Z1X0-zEN-wDOwzSv4KC2IOWR0IKSE7NH95VbKjF5QrbwK1p0hoxy4xPbrsMa2GhlvUnpZsFZ3o1AmS-cwCWUY5_-ON4eM0oqzFAE_uwatfIAsi_PghBQU5PLqyV4ZH4TWD4X_tJA_H_jBVt-ee3my7tBre2KrPePb52QvL_POTpR5Yh_jTa_xT5wi402rbct4MwkfkG7yiwHjzdWrZ7y5o8u6EbtDfp408Yy_ggopPkrQ6kA860bhJuitg8maMPr8kR8_lOkQ-CoH28P_oj5TRjQCHoQBdM46cOhnazzeqfVcix92QphFdxADeuhs1BKMDdDitZooc0gVm8QZJhQGwigCnG1Mw3Bx4_CPiD6gpMhqmq33ijruVYgi1dU6Gk2yEg4hemWG1IBIUW79lMoHp9qYTFIcTwDJvXIo70jTHBLQMxJYNNA5FAHlxY91l8PJHlGCjYFK9GY6Oykz5FcaIPRWa3siLMr01k0XrJTpiHq-6IW3-ogJ6y2bfwzqs6dnjNFMGEDijEai6RT6m_GTQFQvsE-P6P7hJitrUg9WfWfVHsr6L1KRNgbiivKpBB-NulfxO7n4zdABpdBZ57ALMDuawskT067tozwltM4e0NyQ51-o0FfD40HbIeuVxv8yPR8-GG9cTP_KouTrgm_KasN4855mi2-Lgpf1alNxxuv8WZyDUygTsqsIw0mFEVobRohtNCEC53mxBGHk7WBJB-mdxyM6ocFhUJhS9AhSnJ8L8qtG4REGdUSYEHpE2YruQPT-3UYwiBImS3N4p9RzRXkFP0dhDj5NNikWYca-ty5Qc9JuoCmGgUgNnZ1mpdFB78SEpBCMlwu5q2Rd1WKBu3LDebmuymW5GHdiXfWbCmuxWW3r5bJu621bt6KsympdLHm5UDte8GWx4duyqOqiyGWxFliKbtMuiy2WHVsWOAmlb8q-SJtyVxZFzVcLLVrUPi1jzh-0lnNazm6XtL-Ng2fLgnTb3_0EFXRa4w9mq_29XWk9frYaoRdK-0V0evcFq8jyuvxmZ9-xC4w3CfyFUAn_ccf_DgAA__8G8La7">