- Package:
- debootstrap
- Source:
- debootstrap
- Submitter:
- Mark Hindley
- Date:
- 2024-04-25 07:33:05 UTC
- Severity:
- normal
- Tags:
Dear Maintainer, The debian/tests/debian-testing autopkgtest has been broken on 64bit archs by the t64 transition in trixie. Specifically the test includes gnupg as an additional package. Gnupg depends on gpg-agent which depends on libnpth0. However, in trixie, libnpth0 is now provided by libnpth0t64 which debootstrap doesn't handle. I suggest changing the test to include gpgv which avoids the t64 transition whilst providing similar functional coverage. Patch attached. Mark
archs by an which transition Please send a merge request on Salsa
Actually, the situation has deteriorated further. In addition to gnupg, the systemd pre-depends on libssl3 is no longer satisfiable: dpkg: regarding .../systemd_255.4-1_amd64.deb containing systemd, pre-dependency problem: systemd pre-depends on libssl3 (>= 3.0.0) libssl3 is not installed. $ rmadison -s trixie libssl3 libssl3t64 libssl3t64 | 3.2.1-3 | testing | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, s390x libssl3 | 3.1.5-1 | testing | armel, armhf Mark