control: tags -1 +unreproducible On Tue, 10 Dec 2013 15:48:33 +0100 Johannes Schauer <[email protected]> wrote: > Package: debootstrap > Version: 1.0.55 > Severity: normal > > Running debootstrap under Debian Sid yields: > > $ fakeroot fakechroot debootstrap --verbose --variant=fakechroot sid > debian-sid > [...] > I: Installing core packages... > W: Failure trying to run: chroot /home/josch/debian-sid dpkg --force-depends > --install /var/cache/apt/archives/base-files_7.2_amd64.deb > /var/cache/apt/archives/base-passwd_3.5.28_amd64.deb > W: See /home/josch/debian-sid/debootstrap/debootstrap.log for details > (possibly the package archive is at fault)
It was succeeded on my box. $ dpkg --status debootstrap Package: debootstrap Status: install ok installed Priority: extra Section: admin Installed-Size: 227 Maintainer: Debian Install System Team <[email protected]> Architecture: all Version: 1.0.55 Depends: wget Recommends: gnupg, debian-archive-keyring Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. $ fakeroot fakechroot debootstrap --verbose --variant=fakechroot sid debian-sid (snip) I: Configuring systemd... I: Base system installed successfully. $ echo $? 0

