Your message dated Sat, 29 Oct 2005 10:02:17 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#335038: fixed in grub 0.95+cvs20040624-18 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; 21 Oct 2005 15:43:37 +0000 >From [EMAIL PROTECTED] Fri Oct 21 08:43:37 2005 Return-path: <[EMAIL PROTECTED]> Received: from d020135.adsl.hansenet.de (localhost.localdomain) [80.171.20.135] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ESz3Q-0002yN-00; Fri, 21 Oct 2005 08:43:36 -0700 Received: from aj by localhost.localdomain with local (Exim 4.53) id 1ESz3N-0001HD-NE; Fri, 21 Oct 2005 17:43:33 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: grub: FTBFS with new dpkg version (DEB_BUILD_GNU_SYSTEM is 'linux-gnu' instead of 'linux' now) Message-Id: <[EMAIL PROTECTED]> Date: Fri, 21 Oct 2005 17:43:33 +0200 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-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: grub Version: 0.95+cvs20040624-17 Severity: serious Tags: patch When building 'grub' on amd64/unstable, I get the following error: mkdir -p /grub-0.95+cvs20040624/debian/tmp/root/boot/grub cp /grub-0.95+cvs20040624/debian/grub/lib/grub/*-*/{stage1,e2fs_stage1_5,stage2} \ /grub-0.95+cvs20040624/docs/menu.lst \ /grub-0.95+cvs20040624/debian/tmp/root/boot/grub cp: cannot stat `/grub-0.95+cvs20040624/debian/grub/lib/grub/*-*/e2fs_stage1_5': No such file or directory make: *** [install-indep] Error 1 With the attached patch 'grub' can be compiled on amd64. The same problem also occurs on i386. However, on i386 grub has additional build problems related to the use of gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/grub-0.95+cvs20040624/debian/rules ./debian/rules --- ../tmp-orig/grub-0.95+cvs20040624/debian/rules 2005-10-21 17:34:29.000000000 +0200 +++ ./debian/rules 2005-10-21 17:34:27.000000000 +0200 @@ -35,7 +35,7 @@ GRUB_VERSION=0.95 GRUB_DISK_IMAGE=grub-${GRUB_VERSION}-$(DEB_BUILD_GNU_CPU)-pc -ifeq ($(DEB_BUILD_GNU_SYSTEM),linux) +ifeq ($(DEB_BUILD_GNU_SYSTEM),linux-gnu) filesystems=e2fs jfs minix reiserfs xfs fat endif ifeq ($(DEB_BUILD_GNU_SYSTEM),gnu) --------------------------------------- Received: (at 335038-close) by bugs.debian.org; 29 Oct 2005 17:08:04 +0000 >From [EMAIL PROTECTED] Sat Oct 29 10:08:04 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EVu5x-0003RZ-00; Sat, 29 Oct 2005 10:02:17 -0700 From: Otavio Salvador <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#335038: fixed in grub 0.95+cvs20040624-18 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 29 Oct 2005 10:02:17 -0700 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-Level: X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, REMOVE_REMOVAL_NEAR autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: grub Source-Version: 0.95+cvs20040624-18 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.95+cvs20040624-18_all.deb to pool/main/g/grub/grub-disk_0.95+cvs20040624-18_all.deb grub-doc_0.95+cvs20040624-18_all.deb to pool/main/g/grub/grub-doc_0.95+cvs20040624-18_all.deb grub_0.95+cvs20040624-18.diff.gz to pool/main/g/grub/grub_0.95+cvs20040624-18.diff.gz grub_0.95+cvs20040624-18.dsc to pool/main/g/grub/grub_0.95+cvs20040624-18.dsc grub_0.95+cvs20040624-18_i386.deb to pool/main/g/grub/grub_0.95+cvs20040624-18_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: Sat, 29 Oct 2005 14:14:27 -0200 Source: grub Binary: grub-disk grub grub-doc Architecture: source i386 all Version: 0.95+cvs20040624-18 Distribution: unstable Urgency: low 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: 261936 266243 280086 306255 310030 318539 321072 333181 335038 Changes: grub (0.95+cvs20040624-18) unstable; urgency=low . * Fix update-grub to handle the case when /boot is in another partition then /. (closes: #280086, #261936) * Fix update-grub to don't fail when called from /usr/bin. (closes: #321072) * Applied patch from Martin Michlmayr <[EMAIL PROTECTED]> to not generate trailing white space. (closes: #310030) * Applied patch from Y Giridhar Appaji Nag <[EMAIL PROTECTED]> to fix FTBFS due invalid storage class for function. (closes: #318539) * Remove code to use gcc-3.4 in case of x86-64 architecture since we now use gcc-4.0 as default compiler. * fwritable-strings_remove.diff: New. Remove -fwritable-strings from Makefiles to allow the build with GCC 4.0. * Change code to handle architectures to be compatible with new dpkg versions but maintaining it backward compatible to make easier to backport it to stable. (closes: #335038) * Clean up doc directory in clean targe of rules. * Bump Standards-Version to 3.6.2.1 (no changes need). * Add myself in Uploaders field. * Remove Robert Millan <[EMAIL PROTECTED]> from Uploaders field as requested by him. * Applied patch from Jason Thomas <[EMAIL PROTECTED]> to remove the use of awk. (closes: #266243) * Applied patch from Jens Kubieziel <[EMAIL PROTECTED]> to fix a typo in update-grub script. (closes: #333181, #306255) * Add gen-control target in rules and remove the control update from clean target since it isn't allowed in Debian Police anymore. * Update FSF address in copyright file. Files: a611d42fe2805e301e279acc01f947ea 970 admin optional grub_0.95+cvs20040624-18.dsc 8f4473fa633a1ca5efb06a13214ffba6 60874 admin optional grub_0.95+cvs20040624-18.diff.gz 0faa59927af5d2f95aac66681392980b 349172 admin optional grub_0.95+cvs20040624-18_i386.deb 54fbeb92f4a4c9a8a539c9af6d07acfd 226510 admin optional grub-disk_0.95+cvs20040624-18_all.deb 9c1584ca8a0c5ee22a9cbe373da3f20f 171274 doc optional grub-doc_0.95+cvs20040624-18_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDY6gdLqiZQEml+FURAtWwAKCQjOJPLrlxSeVOX3SSJErsiJ0B3wCcD0gG FAQugoB5c3qP3l/TYa6/Tdk= =ps90 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]