Your message dated Tue, 14 Feb 2006 13:47:42 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351822: fixed in grub 0.97-5
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: grub
Version: 0.97-4
Severity: normal

While trying to backport grub 0.97-4 to a stable system, I found a
small bug in the rules file that prohibited it from building.  There's
existing code in that file:

> # Add backward compatibility to allow backport to stable
> ifeq ($(DEB_HOST_GNU_SYSTEM), linux)
> DEB_HOST_GNU_SYSTEM=linux-gnu
> endif

to handle the old DEB_HOST_GNU_SYSTEM definition, but the old
DEB_BUILD_GNU_SYSTEM definition is not handled, which results in
${filesystems} not being defined, which breaks the install-arch rule
later on.  With the attached diff, the package will build on stable:

--- grub-0.97/debian/rules      2006-02-07 12:47:51.000000000 -0500
+++ /permabit/user/daveg/rules  2006-02-07 12:48:20.000000000 -0500
@@ -36,6 +36,9 @@
 ifeq ($(DEB_HOST_GNU_SYSTEM), linux)
 DEB_HOST_GNU_SYSTEM=linux-gnu
 endif
+ifeq ($(DEB_BUILD_GNU_SYSTEM), linux)
+DEB_BUILD_GNU_SYSTEM=linux-gnu
+endif
 
 GRUB_VERSION=0.97
 GRUB_DISK_IMAGE=grub-${GRUB_VERSION}-$(DEB_BUILD_GNU_CPU)-pc
Thanks,
Dave

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.31pcore-a.13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages grub depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: grub
Source-Version: 0.97-5

We believe that the bug you reported is fixed in the latest version of
grub, which is due to be installed in the Debian FTP archive:

grub-disk_0.97-5_all.deb
  to pool/main/g/grub/grub-disk_0.97-5_all.deb
grub-doc_0.97-5_all.deb
  to pool/main/g/grub/grub-doc_0.97-5_all.deb
grub_0.97-5.diff.gz
  to pool/main/g/grub/grub_0.97-5.diff.gz
grub_0.97-5.dsc
  to pool/main/g/grub/grub_0.97-5.dsc
grub_0.97-5_i386.deb
  to pool/main/g/grub/grub_0.97-5_i386.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.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated grub 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: Mon, 13 Feb 2006 21:19:09 -0200
Source: grub
Binary: grub-disk grub grub-doc
Architecture: source i386 all
Version: 0.97-5
Distribution: unstable
Urgency: high
Maintainer: Grub Maintainers <[EMAIL PROTECTED]>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 grub       - GRand Unified Bootloader
 grub-disk  - GRUB bootable disk image
 grub-doc   - Documentation for GRand Unified Bootloader
Closes: 350168 351822 352654
Changes: 
 grub (0.97-5) unstable; urgency=HIGH
 .
   [ Urgency set to HIGH since it broke LVM installations ]
 .
   [ Otavio Salvador ]
   * Applied patch from David Golombek <[EMAIL PROTECTED]> to handle
     DEB_BUILD_GNU_SYSTEM definition while building in sarge.
     (closes: #351822, #350168)
   * Fix device handling allowing LVM installation. (closes: #352654)
Files: 
 d61d3a8290af99f7c36078b51468b15c 932 admin optional grub_0.97-5.dsc
 c350cbd3ab0d06b0687d6a5e012a04bc 60625 admin optional grub_0.97-5.diff.gz
 609ed258a4b65f7009a9a943a6a22a66 364034 admin optional grub_0.97-5_i386.deb
 4406ef60560877914194bae6b47248b9 236106 admin optional grub-disk_0.97-5_all.deb
 1b5ef77122449a544b992d6bf3f4d8ff 266726 doc optional grub-doc_0.97-5_all.deb

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

iD8DBQFD8kpvLqiZQEml+FURAljBAKCrkQncb0SnJygvfz9t1+MncRguMgCgpPLU
Vd2wAohajtAspx5DVhE8aWQ=
=OWcP
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to