Package: mmdebstrap
Version: 1.5.2-1
Severity: normal
X-Debbugs-Cc: [email protected]

Hello,
I tried to run mmdebstrap-autopkgtest-build-qemu, but now it fails:

  $ TMPDIR=/dev/shm mmdebstrap-autopkgtest-build-qemu \
           --size=25G --boot=efi sid unstable-autopkgtest-amd64.img
  please install libarchive13

I already had that package on my system, except that, due to the
t64 transition, it is now called 'libarchive13t64':

  $ aptitude search libarchive13
  v   libarchive13                    -
  i A libarchive13t64                 - Multi-format archive [...]

and it only provides 'libarchive13' as a virtual package...

[t64]: <https://wiki.debian.org/ReleaseGoals/64bit-time>

I think the check at line 283 of mmdebstrap-autopkgtest-build-qemu
should be changed from:

  for pkg in autopkgtest dosfstools e2fsprogs fdisk mount mtools passwd uidmap 
libarchive13; do
          test_installed "$pkg"
  done

to the following:

  for pkg in autopkgtest dosfstools e2fsprogs fdisk mount mtools passwd uidmap 
libarchive13t64; do
          test_installed "$pkg"
  done


Is there a better strategy (that doesn't force you to modify that line in
mmdebstrap-autopkgtest-build-qemu each time an ABI transition happens
in src:libarchive ) ?


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (800, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.9.8-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mmdebstrap depends on:
ii  apt      2.9.6
ii  perl     5.38.2-5
ii  python3  3.12.3-1

Versions of packages mmdebstrap recommends:
ii  arch-test            0.21-1
ii  fakechroot           2.20.1+ds-17
ii  fakeroot             1.33-1
ii  gpg                  2.2.43-7
ii  libdistro-info-perl  1.7
ii  libdpkg-perl         1.22.6
ii  mount                2.40.2-1
ii  uidmap               1:4.15.3-2

Versions of packages mmdebstrap suggests:
pn  apt-transport-tor               <none>
ii  apt-utils                       2.9.6
ii  bzip2                           1.0.8-5.1
ii  ca-certificates                 20240203
ii  debootstrap                     1.0.136
ii  distro-info-data                0.62
ii  dpkg-dev                        1.22.6
ii  e2fsprogs                       1.47.1-1
pn  genext2fs                       <none>
ii  libarchive13t64 [libarchive13]  3.7.2-2.1
pn  lz4                             <none>
pn  lzop                            <none>
pn  ncompress                       <none>
ii  perl-doc                        5.38.2-5
pn  qemu-user                       <none>
pn  qemu-user-static                <none>
pn  squashfs-tools-ng               <none>
ii  systemd                         256.2-1
ii  xz-utils                        5.6.2-2
ii  zstd                            1.5.6+dfsg-1

-- no debconf information

Reply via email to