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

Bug#189058: sending this to debootstrap



On Wed, Apr 16, 2003 at 01:00:46PM -0400, Joe Nahmias wrote:
> It seems that debootstrap segfaults in the just_get() function 

Uh, debootstrap's a shell script; if you're getting a segfault, it's a
problem in busybox, or libc, or something like that. debootstrap seems
to assume you have a "printf" command; it appears you don't, and that
will cause random and unreliable behaviour. Replacing those lines with
something like:

	echo "$APTSTATE/lists/"$(echo "${m}_$6" | sed 's/\//_/g')

should work, fwiw.

Cheers,
aj

-- 
Anthony Towns <aj@humbug.org.au> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. GPG signed mail preferred.

  ``Dear Anthony Towns: [...] Congratulations -- 
        you are now certified as a Red Hat Certified Engineer!''

Attachment: pgpCvh2V66x6m.pgp
Description: PGP signature


Reply to: