On Wed, Aug 31, 2005 at 08:39:19AM +0200, Yannick - Debian/Linux wrote: > Following the how-to here : > https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html > > Doing > # debootstrap --arch i386 sid /var/chroot/sid-ia32 > http://ftp.debian.org/debian/ > > i got this error : > > I: Validating libpopt0 > E: Couldn't download libsigc++-1.2-5c102 > > And it stop there... > > Did i miss something ? Is this normal ?
Sid is transitioning c++, and libsigc++ is c++, and hence at issue. c102 packages are being replaced by c2 packages. Make a sarge chroot, then dist-upgrade it to sid. Then you won't have any more problems than someone trying to do it on i386 natively. :) Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

