Your message dated Tue, 12 Jul 2005 19:02:10 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317438: fixed in crosshurd 1.7.19
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Jul 2005 13:10:27 +0000
>From [EMAIL PROTECTED] Fri Jul 08 06:10:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 216.red-62-57-140.user.auna.net (aragorn) [62.57.140.216]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DqscZ-0007zJ-00; Fri, 08 Jul 2005 06:10:25 -0700
Received: from rmh by aragorn with local (Exim 4.52)
id 1DqscH-0007Bc-U0; Fri, 08 Jul 2005 15:10:05 +0200
Content-Type: multipart/mixed; boundary="===============1442882051=="
MIME-Version: 1.0
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: updates for GNU/kFreeBSD
X-Mailer: reportbug 3.15
Date: Fri, 08 Jul 2005 15:10:04 +0200
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1442882051==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: crosshurd
Version: 1.7.18
Severity: normal
Tags: patch
Hi,
This patch contains updates for GNU/kFreeBSD support. It fixes livecd
generation and running native-install inside a chroot (which wasn't possible
before).
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C)
Versions of packages crosshurd depends on:
ii dialog 1.0-20050306-1 Displays user-friendly dialog boxe
ii dpkg-dev 1.13.10 Package building tools for Debian
Versions of packages crosshurd recommends:
pn attr <none> (no description available)
-- no debconf information
--===============1442882051==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="crosshurd.diff"
diff -ur crosshurd-1.7.18.old/makehurddir.sh crosshurd-1.7.18/makehurddir.sh
--- crosshurd-1.7.18.old/makehurddir.sh 2005-06-12 23:18:57.000000000 +0200
+++ crosshurd-1.7.18/makehurddir.sh 2005-07-08 00:37:20.000000000 +0200
@@ -36,9 +36,12 @@
for i in *.deb; do dpkg --info $i | grep ^\ Priority:.required \
&& echo $i; done) | cut -d _ -f 1`
-if [ -e $TARGET/var/cache/apt/archives/gnumach_* ] ; then
- extract gnumach
-fi
+# overrides
+for i in gnumach grub ; do
+ if [ -e $TARGET/var/cache/apt/archives/${i}_* ] ; then
+ extract ${i}
+ fi
+done
x_feign_install dpkg
if [ "$DEB_TARGET_GNU_SYSTEM" = "gnu" ] ; then
Only in crosshurd-1.7.18: makehurddir.sh~
diff -ur crosshurd-1.7.18.old/native-install/native-install
crosshurd-1.7.18/native-install/native-install
--- crosshurd-1.7.18.old/native-install/native-install 2005-06-11
13:34:01.000000000 +0200
+++ crosshurd-1.7.18/native-install/native-install 2005-07-08
00:36:00.000000000 +0200
@@ -30,6 +30,8 @@
set -e
+parent_term="$TERM"
+
case "${system}" in
GNU)
if [ "$TERM" = "dumb" ] ; then
@@ -97,18 +99,15 @@
cd /dev && MAKEDEV std generic
;;
*FreeBSD)
- if test -e /dev/null ; then
- if test ! -c /dev/null ; then
- echo "/dev/null exists but is not a character device"
- exit 1
- fi
- else
- case `uname -r` in
- 4.*) echo Copy device files into /dev before running $0
- exit ;;
- *) mount -t devfs null /dev ;;
- esac
+ if test -e /dev/null && test ! -c /dev/null ; then
+ echo "/dev/null exists but is not a character device, removing it"
+ rm -f /dev/null
fi
+ case `uname -r` in
+ 4.*) echo Copy device files into /dev before running $0
+ exit ;;
+ *) mount -t devfs null /dev ;;
+ esac
if [ "$TERM" = "dumb" ] ; then
export TERM=cons25
fi
@@ -291,7 +290,7 @@
which nano vi zile emacs || true
echo
-case "${system}:`runlevel`" in
+case "${system}:$parent_term" in
GNU:*)
echo 'You should reboot now, and enter multi-user mode. Note that'
echo 'you will have to activate the Hurd console manually currently.'
@@ -300,9 +299,9 @@
echo ' -d generic_speaker -c /dev/vcs'
echo 'as root after you have logged in.'
;;
- *FreeBSD:unknown)
- echo "Looks like you are in Single User mode. In order to get a fully"
- echo "functional terminal, you need to run \"export TERM=cons25\"."
+ *FreeBSD:dumb)
+ echo "Looks like you are using a dumb terminal. In order to get a fully"
+ echo "functional one, you need to run \"export TERM=cons25\"."
;;
esac
--===============1442882051==--
---------------------------------------
Received: (at 317438-close) by bugs.debian.org; 12 Jul 2005 23:08:57 +0000
>From [EMAIL PROTECTED] Tue Jul 12 16:08:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsTs0-0007vO-00; Tue, 12 Jul 2005 16:08:57 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DsTlS-0002om-00; Tue, 12 Jul 2005 19:02:10 -0400
From: Michael Banck <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317438: fixed in crosshurd 1.7.19
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Jul 2005 19:02:10 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: crosshurd
Source-Version: 1.7.19
We believe that the bug you reported is fixed in the latest version of
crosshurd, which is due to be installed in the Debian FTP archive:
crosshurd_1.7.19.dsc
to pool/main/c/crosshurd/crosshurd_1.7.19.dsc
crosshurd_1.7.19.tar.gz
to pool/main/c/crosshurd/crosshurd_1.7.19.tar.gz
crosshurd_1.7.19_all.deb
to pool/main/c/crosshurd/crosshurd_1.7.19_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Banck <[EMAIL PROTECTED]> (supplier of updated crosshurd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 12 Jul 2005 23:48:33 +0200
Source: crosshurd
Binary: crosshurd
Architecture: source all
Version: 1.7.19
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Michael Banck <[EMAIL PROTECTED]>
Description:
crosshurd - Install a Debian system
Closes: 281054 317438
Changes:
crosshurd (1.7.19) unstable; urgency=low
.
* native-install/native-install: GNU/kFreeBSD updates by Robert
Millan. (Closes: #317438)
* native-install/native-install: Do not echo `Priority: Required'
for each required package during install.
* native-install/native-install: Run shadowconfig to make sure
/etc/shadow is setup.
* makehurddir.sh: Create an intial /etc/passwd with only the root
account to silence warnings during native-install when setting up
passive translators. (Closes: #281054)
* native-install/native-install: Do not reboot after setting up passive
translators on GNU/Hurd, just go on with package installation.
Files:
0fc848fe28835c3039f078c21265ac60 568 misc extra crosshurd_1.7.19.dsc
b0e87cb7d8cac320599d1b5acf266c73 18537 misc extra crosshurd_1.7.19.tar.gz
8120e0b9f0ab6c602d3fe08d8d6b37fd 19652 misc extra crosshurd_1.7.19_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFC1EjRmHaJYZ7RAb8RAn21AJ9DsoFwU6OKJrqebXYjKcasXj936wCggyk2
gRqlObv+3LfkOI1yyWaiO5U=
=3Ac4
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]