<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/74766>74766</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Ubuntu 22.04.3 LTS `llvm.sh 17 all` Fails Due To Unresolvable Interdependencies
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
Jacobfaib
</td>
</tr>
</table>
<pre>
The error (including the last executed line using `set +x`):
```
+ apt-get install -y clang-17 lldb-17 lld-17 clangd-17 clang-tidy-17 clang-format-17 clang-tools-17 llvm-17-dev lld-17 lldb-17 llvm-17-tools libomp-17-dev libc++-17-dev libc++abi-17-dev libclang-common-17-dev libclang-17-dev libclang-cpp17-dev libunwind-17-dev libclang-rt-17-dev libpolly-17-dev
Reading package lists...
Building dependency tree...
Reading state information...
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:
libc++-17-dev : Breaks: libc++abi-17-dev (< 1:17.0.6-2) but 1:17.0.6~++20231206041259+6009708b4367-1~exp1~20231206161403.75 is to be installed
E: Unable to correct problems, you have held broken packages.
```
To reproduce:
```sh
$ wget https://apt.llvm.org/llvm.sh
$ chmod +x ./llvm.sh
$ sudo ./llvm.sh 17 all
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxsVMtu47gS_Rp6U7AgUrJkLbSIO9dAX8xqOvkASixZnFCkhg8n3uTbB6T86rYBAxTrxVNVx4c7Jw8asSWbHdm8rnjwo7Ht_3lvuoHLbtUZcWrfRgS01lggbCt1r4KQ-gB-RFDcecAv7INHAUpqhOCik1S5Qw-E7b5IlRPWkOKF5K8kf4nX5bdc2Q747NcH9CC181wpWJ-gV1wf1rQGpUR3PuOR7LevtZfidLsNxk7c33mNUW7JPk5rWq8FHi-VboUXV4oFJTszzddQ2fWE7QjbPVp4J--N6b3eTJPRD-aHsHm-mYL-lFo8xFh_Z5qNUqfzfRnb38jTEmbef_ADgpLOuyzLFu8uSJXcAmfUAnV_Am8RrwGXdOe5R5B6GZw0-hrxy0x4qe6gN0EJ0MZDh5c1ocjgbZQOJn6CCbkGP3IPJxNg5Edcylj8N6CL5OAa5DQb52SnEJz0IT0IxoIcUha3F_ZEaoX4SqfOdYR03soupJT0josAY3lpUdyQxqcT0BNGsKiht8g9iqWOsYtxMkcUYIIHM8BP3ZtJ6sO59cj3wShlPiOWu-GkTkdUM3gDFp1RR0xYr93cWP6k0u8Yg57Q3xYk0V2Tn_COFC-ws8g_YtRzFhK2JcUPoKR4oXWWZ9WaEdZAF_yd7XtJYzkrKMurvKRs0xC2q_K8qfNtVxZVvabf-DXT70sQrWiZF1m9Aeli5_cUWAD_L4J613FdMaA31mLvYbamUzg5wn5caRHnJ6Cz5gP1dSLZU2l4i0OerRGhx0f5cONFQEr4jOoxej-nGbI9YXs--yz-tTNjD4Tt0-d9Sj9ORiR9guyZ3wVh7j1Aa-BK_QFiJdpCNEXDV9jSOqfNttzWxWpsu822KKmgw7AZaLNldVXRpt80gxg4ow1byfY83prRoiyKbGC1oFxwTrd9Vec5KXOcuFTXLlbSuYBtXdZVtVK8Q-WSbjOm8ROSkzAWZdy2SdS6cHCkzBdpuFbx0its37ugfQDGsrzMCvjr7VeU7D96rXLYc6kcvAaENwPveiF92vNP7dHe03cVrGp_X8JB-jF0WW-m8yDPx3q25h_sPWH7hNsRtk99_RcAAP__2X0Uqg">