Your message dated Thu, 24 Mar 2005 01:47:35 +0100 (Romance Standard Time)
with message-id <[EMAIL PROTECTED]>
and subject line
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; 4 Mar 2005 07:54:13 +0000
>From [EMAIL PROTECTED] Thu Mar 03 23:53:50 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 1D77d7-0004qU-00; Thu, 03 Mar 2005 23:53:49 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1D78ZP-00087V-4Z; Fri, 04 Mar 2005 09:54:03 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: lshw: FTBFS (amd64/gcc-4.0): explicit qualification in declaration of
`std::string hw::strip(const std::string&)'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 04 Mar 2005 09:54:03 +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' on amd64 with gcc-4.0,
I get the following error:
c++ -g -Wall -c hw.cc -o hw.o
hw.h:29: error: explicit qualification in declaration of `std::string
hw::strip(const std::string&)'
make[1]: *** [hw.o] Error 1
make[1]: Leaving directory `/lshw-01.03'
make: *** [build-stamp] Error 2
With the attached patch 'lshw' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/lshw-01.03/hw.h ./hw.h
--- ../tmp-orig/lshw-01.03/hw.h 2003-08-11 23:52:28.000000000 +0200
+++ ./hw.h 2005-03-03 21:36:30.779929659 +0100
@@ -26,7 +26,7 @@
communication,
generic} hwClass;
-string hw::strip(const string &);
+string strip(const string &);
} // namespace hw
---------------------------------------
Received: (at 298029-done) by bugs.debian.org; 24 Mar 2005 00:48:13 +0000
>From [EMAIL PROTECTED] Wed Mar 23 16:48:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pasarela.upsa.es [193.146.156.100]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DEGWC-0004Zd-00; Wed, 23 Mar 2005 16:48:12 -0800
Received: by pasarela.upsa.es (Postfix, from userid 99)
id A40817073F; Thu, 24 Mar 2005 01:43:14 +0100 (CET)
Received: from www.webmail.upsa.es (hiscpdpgen01.upsa.es [193.146.156.33])
by pasarela.upsa.es (Postfix) with ESMTP id 3BB8370736
for <[EMAIL PROTECTED]>; Thu, 24 Mar 2005 01:43:08 +0100 (CET)
Received: from 83.37.74.51
(SquirrelMail authenticated user jghernandori);
by www.webmail.upsa.es with HTTP;
Thu, 24 Mar 2005 01:47:35 +0100 (Romance Standard Time)
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 24 Mar 2005 01:47:35 +0100 (Romance Standard Time)
Subject:
From: "Ghe Rivero" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.4.3a
X-Mailer: SquirrelMail/1.4.3a
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
X-Priority: 3 (Normal)
Importance: Normal
Content-Transfer-Encoding: quoted-printable
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=-0.5 required=4.0 tests=BAYES_01,NOSUBJECT
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Fixed on new debian package
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]