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

Re: new debootstrap in incoming



On Sat, Jun 16, 2001 at 12:00:39PM +1000, Anthony Towns wrote:
> Hi guys,
> 
> There's a new debootstrap in incoming which includes groff-base and some
> other changes. Probably worth a rebuild of b-f's, as with current/old
> debootstrap's, groff (in base) dies because it depends on groff-base.

Hi, I sent you this patch about a week ago, but it isn't in the
new source; did you not like it for some reason?  I realise it wont
apply cleanly now, since you have woody.debs.  Would you like me to
regenerate?

> 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.

Richard



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



Reply to: