Issue |
125684
|
Summary |
Packaging issue with apt.llvm.org on Ubuntu 20 (focal)
|
Labels |
new issue
|
Assignees |
|
Reporter |
pelmers-db
|
Since yesterday, a fresh `apt update` with apt-list http://apt.llvm.org causes a dependency clash.
## Repro steps
1. sudo apt update
2. sudo apt install clang-format llvm lldb
## Observed
```
The following packages have unmet dependencies:
clang-format : Depends: clang-format-20 (>= 20~) but it is not installable
lldb : Depends: lldb-20 (>= 20~) but it is not installable
llvm : Depends: llvm-runtime (= 1:20.0-60~exp1+0~20240729114906.19~1.gbpfa7bb9) but it is not going to be installed
Depends: llvm-20 (>= 20~) but it is not installable
E: Unable to correct problems, you have held broken packages.
```
## Expected
latest version of clang-format, llvm, lldb are installed
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs