[Glibc-bsd-commits] r2403 - trunk/web/ging

Luca Favatella slackydeb-guest at alioth.debian.org
Tue Apr 7 08:19:54 UTC 2009


Author: slackydeb-guest
Date: 2009-04-07 08:19:53 +0000 (Tue, 07 Apr 2009)
New Revision: 2403

Modified:
   trunk/web/ging/tarball.sh
Log:
hack to extract packages not extracted by crosshurd

Modified: trunk/web/ging/tarball.sh
===================================================================
--- trunk/web/ging/tarball.sh	2009-04-07 08:17:22 UTC (rev 2402)
+++ trunk/web/ging/tarball.sh	2009-04-07 08:19:53 UTC (rev 2403)
@@ -28,6 +28,15 @@
 ######################################################################
 /usr/share/crosshurd/makehurddir.sh ./tmp ${cpu} ${system}
 
+# crosshurd downloads some packages but doesn't extract them; work
+# around extracting them manually; chroot is needed (or perhaps we can
+# do without it, I don't know)
+chroot ./tmp dpkg --force-depends -i var/cache/apt/archives/libc0.1_2.9-6_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/gcc-4.3-base_4.3.3-5_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/libgcc1_1%3a4.3.3-5_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/libfreebsd0_0.0-5_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/libbsd0_0.0.1-2_kfreebsd-i386.deb
+
 cat > ./tmp/etc/apt/apt.conf << __EOF__
 APT::Get::AllowUnauthenticated "yes";
 __EOF__




More information about the Glibc-bsd-commits mailing list