On Wed, May 09, 2007 at 02:49:53AM -0500, Manoj Srivastava wrote:
> Hi,
> On Wed, 9 May 2007 09:24:16 +0900, Charles Plessy
> <[EMAIL PROTECTED]> said:  

> > Dear all, I do not know what I am doing wrong, but I can not prepare a
> > chroot using debootstrap or cdebootstrap:

> > sorbet【chroots】$ sudo debootstrap --verbose sid sid
> > http://ftp2.jp.debian.org/debian/I: Retrieving Packages I: Retrieving
> > Packages I: Resolving dependencies of required packages...  I:
> > Resolving dependencies of base packages...  W: Failure trying to run:
> > chroot /usr/local/chroots/sid mount -t proc proc /proc

>         See Bug#421957.

421957 is not actually a bug in mount.  mount itself only depends on three
libraries:

$ objdump -p /bin/mount|grep NEEDED
  NEEDED      libblkid.so.1
  NEEDED      libuuid.so.1
  NEEDED      libc.so.6
$

It's libblkid1 that depends on libdevmapper; and indeed the package did have
a dependency on libdevmapper1.02, the problem was that libdevmapper1.02 had
already been superseded in unstable by libdevmapper1.02.1, which is what
debootstrap was installing.

This has been fixed in unstable now anyway with both a binNMU of e2fsprogs
and a subsequent maintainer upload, so I think this bug can be closed rather
than reassigned.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to