Your message dated Sat, 24 Dec 2005 19:16:47 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bugs closed with version 02.06-3 of lshw. 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 Mar 2005 21:17:08 +0000 >From [EMAIL PROTECTED] Mon Mar 21 13:17:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DDUGp-0004SK-00; Mon, 21 Mar 2005 13:17:08 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1DDUGo-0003oy-GX; Mon, 21 Mar 2005 22:17:06 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: lshw: FTBFS(amd64/gcc-4.0): Missing Build-Depends on 'wget' Message-Id: <[EMAIL PROTECTED]> Date: Mon, 21 Mar 2005 22:17:06 +0100 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: lshw Severity: normal Tags: patch When building 'lshw' in a clean chroot on amd64 with gcc-4.0, I get the following error: c++ -g -Wall -Os -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c lshw.cc -o lshw.o lshw.cc: In function 'int main(int, char**)': lshw.cc:119: warning: missing sentinel in function call c++ -L./core/ -o lshw lshw.o -llshw wget http://pciids.sourceforge.net/pci.ids make[2]: wget: Command not found make[2]: *** [pci.ids] Error 127 Please add the missing Build-Depends on 'wget' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/lshw-02.03/debian/control ./debian/control --- ../tmp-orig/lshw-02.03/debian/control 2005-03-21 21:55:22.764966134 +0100 +++ ./debian/control 2005-03-21 21:55:20.920322058 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> Uploaders: Ghe Rivero <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), docbook-utils, libgtk2.0-dev +Build-Depends: debhelper (>> 3.0.0), docbook-utils, libgtk2.0-dev, wget Standards-Version: 3.6.1 Package: lshw diff -urN ../tmp-orig/lshw-02.03/src/core/hw.h ./src/core/hw.h --- ../tmp-orig/lshw-02.03/src/core/hw.h 2005-02-04 14:51:03.000000000 +0100 +++ ./src/core/hw.h 2005-03-21 20:24:44.000000000 +0100 @@ -29,7 +29,7 @@ typedef enum { none, iomem, ioport, mem, irq, dma } hwResourceType; -string hw::strip(const string &); +string strip(const string &); class resource { --------------------------------------- Received: (at 300788-done) by bugs.debian.org; 24 Dec 2005 18:16:52 +0000 >From [EMAIL PROTECTED] Sat Dec 24 10:16:52 2005 Return-path: <[EMAIL PROTECTED]> Received: from kabuto.elmundo.es ([193.110.128.11] helo=mail.elmundo.es) by spohr.debian.org with esmtp (Exim 4.50) id 1EqDwq-0006qw-14; Sat, 24 Dec 2005 10:16:52 -0800 Received: from xanes.el-mundo.int (xanes.elmundo.int [10.5.222.50]) by mail.elmundo.es (Postfix) with ESMTP id 5ADDC34F4D; Sat, 24 Dec 2005 19:16:53 +0100 (CET) Received: by xanes.el-mundo.int (Postfix, from userid 65500) id 425A817315; Sat, 24 Dec 2005 19:16:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by xanes.el-mundo.int (Postfix) with ESMTP id 141C517313; Sat, 24 Dec 2005 19:16:49 +0100 (CET) From: David =?iso-8859-1?q?Mart=EDnez_Moreno?= <[EMAIL PROTECTED]> Organization: Debian To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Bugs closed with version 02.06-3 of lshw. Date: Sat, 24 Dec 2005 19:16:47 +0100 User-Agent: KMail/1.8.3 Cc: Ghe Rivero <[EMAIL PROTECTED]>, [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3495050.AaJzHcURVk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <[EMAIL PROTECTED]> X-Bogosity: No, tests=bogofilter, spamicity=0.366930, version=0.10.3 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --nextPart3495050.AaJzHcURVk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Version: 02.06-3 Hello, Ghe, sorry, I forgot to make the final run with -v02.03-1, so I am= =20 closing manually bugs closed with this upload. Thank you for your contribution, Ender. =2D-=20 Network engineer Debian Developer --nextPart3495050.AaJzHcURVk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDrZCPWs/EhA1iABsRAgHhAJ9sJZEDUra/0lSptWDzDLDoWKushgCfYqNS SYVIcFeLD8Nb9uQxZwPy+qQ= =WNY5 -----END PGP SIGNATURE----- --nextPart3495050.AaJzHcURVk-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]