debootstrap warty scripts biased against unsupported hw

Bug #8616 reported by LaMont Jones
6
Affects Status Importance Assigned to Milestone
debootstrap (Ubuntu)
Fix Released
Low
LaMont Jones

Bug Description

debootstrap fails on ia64, due to a typo in warty.buildd. The warty script
should also be extended to deal with the other architectures, to help porting along.

Patch:
--- /usr/lib/debootstrap/scripts/warty.buildd 2004-09-23 09:46:31.000000000 -0600
+++ warty.buildd 2004-09-28 22:43:50.000000000 -0600
@@ -30,7 +30,7 @@
             ;;
         "ia64")
             required="$(subst_package "libc6" "libc6.1" "$required")"
- base="$(without_package "libc6-dev" "libc6.1-dev" "$base")"
+ base="$(subst_package "libc6-dev" "libc6.1-dev" "$base")"
             LIBC6="libc6.1"
             ;;
         "m68k")

Revision history for this message
Matt Zimmerman (mdz) wrote :

I don't mind if you want to upload this change to Warty

Revision history for this message
LaMont Jones (lamont) wrote :

Fixed in 0.2.39ubuntu20.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.