On Sun, 10 Oct 2021 12:41:45 +0200 Sylvestre Ledru <sylves...@debian.org> wrote: > Package: debootstrap > Version: 1.0.124 > Severity: normal > > Dear Maintainer, > > $ sudo debootstrap impish impish https://www-ftp.lip6.fr/pub/linux/distributions//Ubuntu/archive/ > I: impish uses zstd compression, setting --extractor=ar option > I: Retrieving InRelease > I: Retrieving Packages > I: Validating Packages > [...] > I: Validating zlib1g 1:1.2.11.dfsg-2ubuntu7 > I: Chosen extractor for .deb packages: ar > I: Extracting base-files... > I: Extracting base-passwd... > E: Extracting .//var/cache/apt/archives/base-passwd_3.5.51_amd64.deb requires the zstdcat command, which is not available > > adding --include=zstd doesn't fix the issue
One needs to install zstd on the host, including zstd in the debootstrap set will not help. Does $ sudo apt install zstd => fix the issue for you? > [...] > I: Retrieving zstd 1.4.8+dfsg-2.1 > I: Validating zstd 1.4.8+dfsg-2.1 > I: Chosen extractor for .deb packages: ar > I: Extracting base-files... > I: Extracting base-passwd... > E: Extracting .//var/cache/apt/archives/base-passwd_3.5.51_amd64.deb requires the zstdcat command, which is not available > > Thanks, > Sylvestre > > -- System Information: > Debian Release: bookworm/sid > APT prefers unstable > APT policy: (600, 'unstable'), (500, 'oldstable-updates'), (500, 'oldoldstable'), (500, 'stable'), (500, 'oldstable'), (300, 'experimental') > Architecture: amd64 (x86_64) > > Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads) > Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE > Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set > Shell: /bin/sh linked to /usr/bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages debootstrap depends on: > ii wget 1.21-1+b1 > > Versions of packages debootstrap recommends: > pn arch-test <none> > ii debian-archive-keyring 2021.1.1 > ii gnupg 2.2.27-2 > > Versions of packages debootstrap suggests: > ii binutils 2.37-7 > pn squid-deb-proxy-client <none> > pn ubuntu-archive-keyring <none> > ii xz-utils 5.2.5-2 > pn zstd <none> > > -- no debconf information >