[Yaird-devel] Bug#344841: marked as done (need to ignore /sys/devices/parisc)

Debian Bug Tracking System owner at bugs.debian.org
Thu Dec 29 19:18:02 UTC 2005


Your message dated Thu, 29 Dec 2005 11:02:06 -0800
with message-id <E1Es32M-0005Iw-DG at spohr.debian.org>
and subject line Bug#344841: fixed in yaird 0.0.12-3
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; 26 Dec 2005 20:13:28 +0000
>From bdale at gag.com Mon Dec 26 12:13:28 2005
Return-path: <bdale at gag.com>
Received: from winfree.gag.com ([192.133.104.8] ident=postfix)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Eqyim-0004Hz-Ql
	for submit at bugs.debian.org; Mon, 26 Dec 2005 12:13:28 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
	by winfree.gag.com (Postfix) with ESMTP id 9E5207830D
	for <submit at bugs.debian.org>; Mon, 26 Dec 2005 13:13:27 -0700 (MST)
Received: from winfree.gag.com ([127.0.0.1])
	by localhost (winfree [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 30330-03 for <submit at bugs.debian.org>;
	Mon, 26 Dec 2005 13:13:25 -0700 (MST)
Received: from j5k.gag.com (j5k.gag.com [192.133.104.30])
	by winfree.gag.com (Postfix) with SMTP id AA9D57839E
	for <submit at bugs.debian.org>; Mon, 26 Dec 2005 13:13:24 -0700 (MST)
Received: by j5k.gag.com (sSMTP sendmail emulation); Mon, 26 Dec 2005 13:13:24 -0700
From: "Bdale Garbee" <bdale at gag.com>
Date: Mon, 26 Dec 2005 13:13:24 -0700
To: submit at bugs.debian.org
Subject: need to ignore /sys/devices/parisc
Message-Id: <20051226201324.AA9D57839E at winfree.gag.com>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at gag.com
Delivered-To: submit at bugs.debian.org
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: yaird
Version: 0.0.12-2
Severity: serious

This version of yaird fails on hppa because it doesn't know what to do with
the contents of /sys/devices/parisc:

Using mkinitrd.yaird to build the ramdisk.
yaird error: unrecognised device: /sys/devices/parisc
yaird error: unrecognised device: /sys/devices/parisc/10
yaird error: unrecognised device: /sys/devices/parisc/10/10:0
yaird error: there were errors in this run, aborting now without output (fatal)
Failed to create initrd image.

As far as I can tell, we don't need any modules in the initrd for anything
under that tree.  I patched /usr/lib/yaird/perl/Hardware.pm as shown below and
got an initrd that booted just fine.  

Please apply this ASAP since it keeps hppa 2.6.14 and later kernels from being 
installable.

Bdale


--- /usr/lib/yaird/perl/Hardware.pm	2005-12-26 13:05:24.000000000 -0700
+++ Hardware.pm	2005-12-26 13:06:08.000000000 -0700
@@ -170,6 +170,9 @@
 		elsif ($abspath =~ m!/platform$!) {
 			# the platform (pseudo) bus itself does not need any modules.
 		}
+		elsif ($abspath =~ m!/parisc!) {
+			# no modules needed for things in parisc subtree
+		}
 		elsif ($abspath =~ m!/i8042$!) {
 			# Controller for the serio bus for AT mouse and keyboard.
 			$modules = [ "i8042" ];

---------------------------------------
Received: (at 344841-close) by bugs.debian.org; 29 Dec 2005 19:11:54 +0000
>From katie at ftp-master.debian.org Thu Dec 29 11:11:54 2005
Return-path: <katie at ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1Es32M-0005Iw-DG; Thu, 29 Dec 2005 11:02:06 -0800
From: Jonas Smedegaard <dr at jones.dk>
To: 344841-close at bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#344841: fixed in yaird 0.0.12-3
Message-Id: <E1Es32M-0005Iw-DG at spohr.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Thu, 29 Dec 2005 11:02:06 -0800
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: yaird
Source-Version: 0.0.12-3

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

yaird_0.0.12-3.diff.gz
  to pool/main/y/yaird/yaird_0.0.12-3.diff.gz
yaird_0.0.12-3.dsc
  to pool/main/y/yaird/yaird_0.0.12-3.dsc
yaird_0.0.12-3_powerpc.deb
  to pool/main/y/yaird/yaird_0.0.12-3_powerpc.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 344841 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <dr at jones.dk> (supplier of updated yaird 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 ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 14:16:35 +0100
Source: yaird
Binary: yaird
Architecture: source powerpc
Version: 0.0.12-3
Distribution: unstable
Urgency: low
Maintainer: Yaird Team <yaird-devel at lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <dr at jones.dk>
Description: 
 yaird      - Yet Another mkInitRD
Closes: 344841
Changes: 
 yaird (0.0.12-3) unstable; urgency=low
 .
   * Add patch to ignore irrelevant parisc sysfs subdir. Closes:
     bug#344841 (thanks to Bdale Garbee <bdale at gag.com>).
Files: 
 e51060debaf62aa1ec1070bb3f37ef55 746 utils optional yaird_0.0.12-3.dsc
 28fda438d27e58293e825a2c2ac60d3c 19680 utils optional yaird_0.0.12-3.diff.gz
 2e3817d82d4f6633467df2431cc7f254 175030 utils optional yaird_0.0.12-3_powerpc.deb

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

iD8DBQFDtDJun7DbMsAkQLgRAvPYAJ9DpFBPXxj93w3e0tH0fzEp2GsqbQCfSd6t
kFOHSHP62CxOsA0Mf29oIf0=
=TnXN
-----END PGP SIGNATURE-----




More information about the Yaird-devel mailing list