| Issue |
162751
|
| Summary |
apt.llvm.org: libllvm22 Debian package depends on non existent libxml2 package
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
shmerl
|
I noticed that on a fresh Debian system which doesn't have libxml2 package installed, libllvm22 fails to be installed with such error:
```
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. libllvm22:amd64=1:22~++20250812100635+8710571aba2b-1~exp1~20250812220820.3025 is selected for install
2. libllvm22:amd64 Depends libxml2 (>= 2.7.4)
but none of the choices are installable:
[no choices]
````
Package currently has this in dependencies:
```
Depends: libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.3), libstdc++6 (>= 12), libxml2 (>= 2.7.4), libz3-4 (>= 4.13.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0)
```
However recent Debian has no `libxml2` as separate package anymore (it used to have it as a metapackage, but it's now gone):
https://tracker.debian.org/pkg/libxml2
Can you please correct this.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs