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

Bug#598429: closed by Michael Banck <mbanck@debian.org> (Bug#598429: fixed in crosshurd 1.7.40)



Hi!

On Wed, Sep 29, 2010 at 7:53 PM, Michael Banck <mbanck@debian.org> wrote:
> I'm not personally maintaining the k*bsd-gnu specific parts of
> crosshurd.  If you want to see this fixed, please provide patches.

OK.
For knetbsd-gnu, the repository is missing on debian-ports.org (so
can't test). Is a repository available somewhere?
For kfreebsd-gnu, it's installing nicely on the chroot with the attached patch.
For gnu (hurd), needs to fix PATH_MAX on isc-dhcp (so can't test)
And linux-gnu is also installing on the chroot.

Note that "installing" here means that it was only downloaded and
extracted to the chroot. No native-install or anything else was run.

The patch fixes at least #598429

Best regards,
Nelson
diff -ur crosshurd-1.7.40.old//packages/common crosshurd-1.7.40//packages/common
--- crosshurd-1.7.40.old//packages/common	2010-07-13 13:41:00.000000000 -0300
+++ crosshurd-1.7.40//packages/common	2010-09-29 20:31:36.000000000 -0300
@@ -36,4 +36,4 @@
 tcpd
 util-linux
 zlib1g
-grub
+grub-pc
diff -ur crosshurd-1.7.40.old//packages/kfreebsd-gnu crosshurd-1.7.40//packages/kfreebsd-gnu
--- crosshurd-1.7.40.old//packages/kfreebsd-gnu	2010-04-16 18:19:39.000000000 -0300
+++ crosshurd-1.7.40//packages/kfreebsd-gnu	2010-09-29 20:37:38.000000000 -0300
@@ -1,6 +1,5 @@
 freebsd-utils
-kfreebsd-image-5-486
-kfreebsd-loader
+kfreebsd-image-8-486
 login
 procps
 psmisc
diff -ur crosshurd-1.7.40.old//packages/linux-gnu crosshurd-1.7.40//packages/linux-gnu
--- crosshurd-1.7.40.old//packages/linux-gnu	2010-04-16 18:19:39.000000000 -0300
+++ crosshurd-1.7.40//packages/linux-gnu	2010-09-29 20:31:31.000000000 -0300
@@ -1,4 +1,4 @@
-grub
+grub-pc
 makedev
 mount
 procps

Reply to: