<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/100466>100466</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
ubuntu jammy (22.04) apt installation busted
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
tamird
</td>
</tr>
</table>
<pre>
Installing LLVM via apt in Github Actions:
sh```
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
echo deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main | sudo tee /etc/apt/sources.list.d/llvm.list
sudo apt update
sudo apt -y install clang gcc-multilib llvm locate qemu-system-{arm,x86}
```
produces
```
The following packages have unmet dependencies:
clang : Depends: clang-19 (>= 19~) but it is not installable
llvm : Depends: llvm-runtime (= 1:19.0-58~exp2+0~20240303091736.15~1.gbp3b61b3) but it is not going to be installed
Depends: llvm-19 (>= 19~) but it is not installable
E: Unable to correct problems, you have held broken packages.
```
seen in https://github.com/aya-rs/aya/actions/runs/10083697631/job/27880839042?pr=997.
The code hasn't changed in a long time, but the problem is new (as of today).
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyclE2P4zYPxz-NciFsyJIT2wcfZiabBw-wRS9t73rh2NqRJa8lzWwu89kLKZMsNt3uoUGQOGRE_cg_SRGCmRziSPaPZH_ciRRnv41RLGbTO-n1efy_C1FYa9wEnz__9Ru8GgFijWAc_M_EOUl4UNF4Fwh_IPRI6EOYyYF-vIsBbq-3CSNUX3-vYI5xLUfYibCTWGNt7etS-20i7JQfq-DEGmYf62md6hc8A-meICTtISICYSeM6nKUsFPcUoioy3_1XcBaBHUPgmr2oFEWjn_D-CKW5UzYCQpP9N6qWRhXFTsswrhfMgWfNoWhtibEAlVC51_3NCVCLmpatYj44b5ZqzOYiwqgrHATTEpVS7LRWCMLHFivRET4ikuqwjlEXCrSPYptIezpW38g3fES9E6ZdfM6KQw_df4xIzx7a_1bFn8V6kVMGGAWrwjJLRhB44pOo1MGv8v_wUj4AxyLP7suxqoZgLCe8E-EH6EZ3gkbQKYIJoIJ4Hy8JiqkvZah5HcXrQiyJRfNgpeIR2gIf2iGmlb7_h2_rYywR_rOKGspp5wOTccPdbN_b-pJrlweGsn_efvkc6rRg8QrCeof1bqn-A8pfcqH_3TZkO9SfttQRVg3Ly0ugbAnOPt0KfSMVoPc_Au6mwT1T-UKiC5P5Y-TNZUZrZVfcl-eRbWFy0P-_BhcdtpS-Woo7flh6A68ye3vJWEn1vU97flAW0b4ad0IPw5Dd0W4NYryGmEWwRHWRVCzcBPqjCPA-lxTs2BOLJcmznhNttQI33IJRQD_DNFrcSZsqHd65Hrgg9jh2HSs6fd8GNrdPA4Nfe7FAZF1e4WMqb0cet3wDjV7biXfmbGo3rGW0fbA27oXjdKiR9Z2XdfLZ9JSXISxt1nfmRASjg2l7eGws0KiDWUlMpbhipcwljfkNhbVZZoCaWke5vA9TDTR4phkcjHBZUsQ1jNW0za3xWVtXpohVx5kWVq7tNnxF6rl8NeluG7-C6q8XQrUh2iZ-nVkfwcAAP__lDXMYA">