Your message dated Sun, 20 Feb 2005 01:32:02 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#296084: fixed in kernel-package 8.124 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; 20 Feb 2005 04:29:08 +0000 >From [EMAIL PROTECTED] Sat Feb 19 20:29:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from argo.pl.eu.org (master.argo.pl.eu.org) [62.121.75.39] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D2iiR-0000nE-00; Sat, 19 Feb 2005 20:29:07 -0800 Received: from josh by master.argo.pl.eu.org with local (Exim 4.34) id 1D2iiO-00051M-OA; Sun, 20 Feb 2005 05:29:04 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: =?iso-8859-2?q?Artur_G=F3rniak?= <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: /etc/kernel-img.conf mkimage option fails X-Mailer: reportbug 3.2 Date: Sun, 20 Feb 2005 05:29:04 +0100 Message-Id: <[EMAIL PROTECTED]> Sender: =?iso-8859-2?Q?Artur_G=F3rniak?= <[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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: kernel-package Version: 8.119 Severity: normal when using mkimage = "do_initrd.sh %s %s > /dev/null" in /etc/kernel-img.conf kernel will not install showing an error. parser in scripts generated with kernel-package is using \S as an option parameter so mkimage after parsing gives following command: mkinitrd -m "do_initrd.sh -o /boot/initrd.img-2.6.8.new /lib/modules/2.6.8 I will not give any patch as I seen few mkimage parsers in pre and post kernel-image scripts and I am not sure which one is breaking kernel installation. I think that using make-kpkg --mkimage 'do_initrd.sh %s %s > /dev/null' works well as I was using it earlier and have seen no problems. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (101, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Versions of packages kernel-package depends on: ii dpkg 1.10.26 Package maintenance system for Deb ii dpkg-dev 1.10.26 Package building tools for Debian ii gcc [c-compiler] 4:3.3.5-1 The GNU C compiler ii gcc-3.3 [c-compiler] 1:3.3.5-8 The GNU C compiler ii gcc-3.4 [c-compiler] 3.4.3-6 The GNU C compiler ii make 3.80-9 The GNU version of the "make" util ii perl 5.8.4-6 Larry Wall's Practical Extraction -- debconf-show failed --------------------------------------- Received: (at 296084-close) by bugs.debian.org; 20 Feb 2005 06:38:02 +0000 >From [EMAIL PROTECTED] Sat Feb 19 22:38:02 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 1D2kjC-0002so-00; Sat, 19 Feb 2005 22:38:02 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1D2kdO-0003Uq-00; Sun, 20 Feb 2005 01:32:02 -0500 From: Manoj Srivastava <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#296084: fixed in kernel-package 8.124 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 20 Feb 2005 01:32:02 -0500 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: Source: kernel-package Source-Version: 8.124 We believe that the bug you reported is fixed in the latest version of kernel-package, which is due to be installed in the Debian FTP archive: kernel-package_8.124.dsc to pool/main/k/kernel-package/kernel-package_8.124.dsc kernel-package_8.124.tar.gz to pool/main/k/kernel-package/kernel-package_8.124.tar.gz kernel-package_8.124_all.deb to pool/main/k/kernel-package/kernel-package_8.124_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. Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated kernel-package 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: Sun, 20 Feb 2005 00:07:35 -0600 Source: kernel-package Binary: kernel-package Architecture: source all Version: 8.124 Distribution: unstable Urgency: high Maintainer: Manoj Srivastava <[EMAIL PROTECTED]> Changed-By: Manoj Srivastava <[EMAIL PROTECTED]> Description: kernel-package - A utility for building Linux kernel related Debian packages. Closes: 296084 Changes: kernel-package (8.124) unstable; urgency=high . * Bug fix: "/etc/kernel-img.conf mkimage option fails", thanks to Artur Górniak (Closes: #296084). Files: 53609e924da7c7c19f09db26f9f36655 483 misc optional kernel-package_8.124.dsc 476e6029856f0b015866fd24e3718ee8 498941 misc optional kernel-package_8.124.tar.gz b7392baf4fd34da8ea827908bdc362e8 352562 misc optional kernel-package_8.124_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCGC1SIbrau78kQkwRAqcjAKD2Jxni7im4qCyVg4s1WtAjm186TQCg0PEi hW3UHfKLn9Izzlh005W7r2w= =V6ou -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]