[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Re: Bug#474651: debootstrap: W: Failure trying to run: chroot /sid



reopen 474651
thanks

On Fri, Apr 18, 2008 at 02:06:48PM +0200, Peter Walser wrote:
> It is reproducable and it's just whith:
> $ fakeroot -s fakechroot.save \
> fakechroot /usr/sbin/debootstrap --variant=fakechroot \
> sid /sid http://ftp.ch.debian.org/debian/

Turns out it's reproducible with

] fakeroot /usr/sbin/debootstrap --foreign sid sid $MIRROR
] echo $?

or

] sudo /usr/sbin/debootstrap --foreign sid sid $MIRROR
] echo $?

or

] sudo /usr/sbin/debootstrap sid sid $MIRROR

too; the problem being that libc6 and binutils both reference /usr/lib64,
but libc6 thinks it should be a symlink and binutils thinks it should be
a directory containing a file. After tar unpacks a directory and file from
binutils; it complains when it tries unpacking the symlink from libc6.

Cheers,
aj


Reply to: