#1069787 debootstrap: autopkgtest fails since t64 migration

#1069787#5
Date:
2024-04-24 18:16:51 UTC
From:
To:
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

#1069787#10
Date:
2024-04-24 23:50:28 UTC
From:
To:
archs by
an
which
transition

Please send a merge request on Salsa

#1069787#13
Date:
2024-04-25 07:29:43 UTC
From:
To:
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