On Sun, Jun 10, 2001 at 08:59:51PM +1000, Anthony Towns wrote: > Not that you've sent me a patch... Here's one. I actually include libstdc++3.0 as well atm, but I expect that requirement to go away soon. I don't see any point in you adding that just to remove it next week. I added the two extra 'info' lines to give me more feedback, as on serial consoles I can't Alt-F4 or whatever to see what is happening. diff -ur -x CVS x/debootstrap-0.1.11/woody debootstrap/woody --- x/debootstrap-0.1.11/woody Fri Jun 8 15:31:22 2001 +++ debootstrap/woody Sun Jun 10 14:43:09 2001 @@ -38,15 +38,21 @@ base="$base delo pciutils setserial" # pcmcia-cs ;; "hppa") - base="$base palo" + base="$base palo libstdc++3 gcc-3.0-base" + base="$(without_package "fdutils" "$base")" + required="$(without_package "libstdc++2.10-glibc2.2" "$required")" ;; *) # who knows? ;; esac +info "Downloading packages" + download $required $base +info "Extracting required packages" + extract $required mkdir -p $TARGET/var/lib/dpkg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Stephen R Marenka
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Stephen R Marenka
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Richard Hirst
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Richard Hirst
- Re: critical problems in 2.3.5 prevent release Anthony Towns
- Re: critical problems in 2.3.5 prevent release Richard Hirst
- Re: critical problems in 2.3.5 prevent release Matt Kraai
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Adam Di Carlo
- Re: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Chris Tillman
- FW: critical problems in 2.3.5 prevent release Chris Tillman
- Re: FW: critical problems in 2.3.5 prevent release Ethan Benson
- Re: critical problems in 2.3.5 prevent release Chris Tillman
- Re: critical problems in 2.3.5 prevent release Ethan Benson