Your message dated Sat, 11 Nov 2006 09:02:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338855: fixed in crosshurd 1.7.26
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)

--- Begin Message ---
Package: crosshurd
Version: 1.7.22
Severity: grave
Tags: patch

For some reason, this didn't happen before, but the problem appears clear now:
when makehurddir.sh attempts to extract packages, it fails when changing cwd to
$TARGET.  This is because the TARGET variable contains a relative path, but
previous to calling "debfor" in `functions', there's a line to enter the target
directory, so the second time it'll fail.

Patch attached (tested bootstrapping kfreebsd-gnu).

-- 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.12-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-20051107-1 Displays user-friendly dialog boxe
ii  dpkg-dev                  1.13.11        package building tools for Debian

Versions of packages crosshurd recommends:
pn  attr                          <none>     (no description available)

-- no debconf information
--- /usr/share/crosshurd/functions~     2005-06-11 13:32:50.000000000 +0200
+++ /usr/share/crosshurd/functions      2005-11-13 12:43:39.000000000 +0100
@@ -54,7 +54,7 @@
                                                                                
 
 apt_debfor () {
   for p in "$@"; do (
-    cd "$TARGET/var/cache/apt/archives"
+    cd "var/cache/apt/archives"
     local chk=0
     for x in ${p}_*_*.deb; do
       if [ -e "$x" ]; then

--- End Message ---
--- Begin Message ---
Source: crosshurd
Source-Version: 1.7.26

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.26.dsc
  to pool/main/c/crosshurd/crosshurd_1.7.26.dsc
crosshurd_1.7.26.tar.gz
  to pool/main/c/crosshurd/crosshurd_1.7.26.tar.gz
crosshurd_1.7.26_all.deb
  to pool/main/c/crosshurd/crosshurd_1.7.26_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: Sat, 11 Nov 2006 17:57:12 +0100
Source: crosshurd
Binary: crosshurd
Architecture: source all
Version: 1.7.26
Distribution: unstable
Urgency: medium
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Michael Banck <[EMAIL PROTECTED]>
Description: 
 crosshurd  - Install a Debian system
Closes: 338855
Changes: 
 crosshurd (1.7.26) unstable; urgency=medium
 .
   [ Michael Banck ]
   * packages/common: Removed inetutils-ping and inetutils-syslogd.
   * debian/control (Build-Depends-Indep): Moved to ...
   * debian/control (Build-Depends): ... here.
   * debian/control (Standards-Version): Bumped to 3.7.2.
 .
   [ Thadeu Lima de Souza Cascardo ]
   * makehurddir.sh: Relative paths are converted to absolute ones using
     readlink -f. (Closes: #338855)
   * debian/changelog (urgency): Set to medium, because it closes an RC bug.
   * debian/control (Maintainer): Changed address as requested by Jeff
     Bailey.
Files: 
 ecc331cdee58fd234587b29e13d62e57 573 misc extra crosshurd_1.7.26.dsc
 f1b18b3b38d75fd4537465dfdc18955c 19024 misc extra crosshurd_1.7.26.tar.gz
 bbc647d12c07b28426c3fe69f0e5a897 19922 misc extra crosshurd_1.7.26_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFFVgGAmHaJYZ7RAb8RAvrZAKCGjBhf7HY/IYHiMOiH0FWI459/DACfY8im
OVXmC/FqC1Jw0jNwt+n4ErQ=
=yR6+
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to