Think I found a dependancy problem while building an environment for chroot. (At least on kernel 3.3-2)
I tried running the following:
Code:
/usr/sbin/debootstrap --arch=i386 sid /srv/chroot/Debian_Sid http://ftp.de.debian.org/debian
Half-way through it times out with this error:
Code:
I: Installing core packages...
W: Failure trying to run: chroot /srv/chroot/Debian_Sid dpkg --force-depends --install /var/cache/apt/archives/base-files_6.7_i386.deb /var/cache/apt/archives/base-passwd_3.5.24_i386.deb
W: See /srv/chroot/Debian_Sid/debootstrap/debootstrap.log for details (possibly the package libept1 is at fault)
I inspect debootstrap.log and get this:
Code:
Errors were encountered while processing:
base-files
gpgv: Signature made Sat May 12 07:43:12 2012 CDT using RSA key ID 473041FA
gpgv: Good signature from "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster>"
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg':
missing description
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg':
missing architecture
Selecting previously unselected package base-files.
dpkg: regarding .../base-files_6.7_i386.deb containing base-files, pre-dependency problem:
base-files pre-depends on awk
awk is not installed.
dpkg: warning: ignoring pre-dependency problem!
(Reading database ... 287 files and directories currently installed.)
Unpacking base-files (from .../base-files_6.7_i386.deb) ...
Selecting previously unselected package base-passwd.
Unpacking base-passwd (from .../base-passwd_3.5.24_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
base-passwd depends on libc6 (>= 2.1); however:
Package libc6 is not installed.
Setting up base-passwd (3.5.24) ...
dpkg: base-files: dependency problems, but configuring anyway as you requested:
base-files depends on awk; however:
Package awk is not installed.
Setting up base-files (6.7) ...
cp: not writing through dangling symlink `/etc/motd'
dpkg: error processing base-files (--install):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
base-files
Is this a dependancy problem with the repos? |