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
 {


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to