| Issue |
183715
|
| Summary |
./llvm.sh 22 works on Ubuntu 22.04, fails on Ubuntu 24.04
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
andreasbuhr
|
On Ubuntu 24.04, "./llvm.sh 22" results in the following error.
See https://github.com/andreasbuhr/cppcoro/actions/runs/22445884326/job/65118864559?pr=104 for full output.
```
+ apt-get install -y clang-22 lldb-22 lld-22 clangd-22
Reading package lists...
Building dependency tree...
Reading state information...
Package clang-22 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package clangd-22 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package lld-22 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package lldb-22 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'clang-22' has no installation candidate
E: Package 'lldb-22' has no installation candidate
E: Package 'lld-22' has no installation candidate
E: Package 'clangd-22' has no installation candidate
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs