Your message dated Mon, 12 Sep 2005 16:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326033: fixed in hardinfo 0.3.7pre-2
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; 1 Sep 2005 11:19:45 +0000
>From [EMAIL PROTECTED] Thu Sep 01 04:19:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129237.adsl.hansenet.de (localhost.localdomain)
[213.39.129.237]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAn6e-0000CS-00; Thu, 01 Sep 2005 04:19:45 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1EAn6d-0002ly-Fn; Thu, 01 Sep 2005 13:19:43 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: hardinfo: FTBFS: syntax error before '{' token
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 01 Sep 2005 13:19:43 +0200
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-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: hardinfo
Version: 0.3.7pre-1
Severity: serious
Tags: patch
When building 'hardinfo' on unstable,
I get the following error:
gcc -Wall -g -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-O6 -c -o intl.o intl.c
intl.c:49: error: syntax error before '{' token
With the attached patch 'hardinfo' can be compiled on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/hardinfo-0.3.7pre/intl.c ./intl.c
--- ../tmp-orig/hardinfo-0.3.7pre/intl.c 2004-02-29 01:05:00.000000000
+0000
+++ ./intl.c 2005-09-01 11:16:04.000000000 +0000
@@ -45,7 +45,7 @@
* but slower :P
*/
const gchar *
-intl_translate(const gchar * string, const gchar * source) __THROW
+intl_translate(const gchar * string, const gchar * source)
{
FILE *file;
gchar buffer[256], *keyname, *lang = NULL, *langenv = NULL;
diff -urN ../tmp-orig/hardinfo-0.3.7pre/intl.h ./intl.h
--- ../tmp-orig/hardinfo-0.3.7pre/intl.h 2003-06-24 13:03:48.000000000
+0000
+++ ./intl.h 2005-09-01 11:16:19.000000000 +0000
@@ -4,7 +4,7 @@
#include "config.h"
void intl_init(void);
-const gchar *intl_translate(const gchar *string, const gchar *source) __THROW;
+const gchar *intl_translate(const gchar *string, const gchar *source);
#define _(x) (intl_translate(x, __FILE__))
---------------------------------------
Received: (at 326033-close) by bugs.debian.org; 12 Sep 2005 23:08:03 +0000
>From [EMAIL PROTECTED] Mon Sep 12 16:08:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EExJO-00043l-00; Mon, 12 Sep 2005 16:02:06 -0700
From: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#326033: fixed in hardinfo 0.3.7pre-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 12 Sep 2005 16:02:06 -0700
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-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: hardinfo
Source-Version: 0.3.7pre-2
We believe that the bug you reported is fixed in the latest version of
hardinfo, which is due to be installed in the Debian FTP archive:
hardinfo_0.3.7pre-2.diff.gz
to pool/main/h/hardinfo/hardinfo_0.3.7pre-2.diff.gz
hardinfo_0.3.7pre-2.dsc
to pool/main/h/hardinfo/hardinfo_0.3.7pre-2.dsc
hardinfo_0.3.7pre-2_i386.deb
to pool/main/h/hardinfo/hardinfo_0.3.7pre-2_i386.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.
Agney Lopes Roth Ferraz <[EMAIL PROTECTED]> (supplier of updated hardinfo
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: Fri, 9 Sep 2005 18:30:09 -0300
Source: hardinfo
Binary: hardinfo
Architecture: source i386
Version: 0.3.7pre-2
Distribution: unstable
Urgency: low
Maintainer: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]>
Changed-By: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]>
Description:
hardinfo - Displays system information
Closes: 326033
Changes:
hardinfo (0.3.7pre-2) unstable; urgency=low
.
* Fixed FTBFS (file intl.c updated). Thanks to Andreas Jochens. (Closes:
#326033)
Files:
d84bb86dd9fb985a360de546a246443a 637 x11 optional hardinfo_0.3.7pre-2.dsc
657c46f0bbc0a4c436876f78cf8dfc9e 4724 x11 optional hardinfo_0.3.7pre-2.diff.gz
de6561f0b8e2afcb24e656a15c040b56 108594 x11 optional
hardinfo_0.3.7pre-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDJgftt1anjIgqbEsRAsFMAKCHs8f+csk6W67aNT9vMa26OCBqzQCeKqUU
6CRl8ilLyRg0Y8ua4/TdtNI=
=CX4e
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]