Your message dated Sat, 03 Dec 2005 17:02:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288305: fixed in qps 1.9.7.0-4
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; 2 Jan 2005 23:15:15 +0000
>From [EMAIL PROTECTED] Sun Jan 02 15:15:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c214226.adsl.hansenet.de (localhost.localdomain)
[213.39.214.226]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ClEwN-0008OT-00; Sun, 02 Jan 2005 15:15:15 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1ClF1g-0004cH-Uj; Mon, 03 Jan 2005 00:20:45 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: qps: FTBFS (amd64/gcc-4.0): non-local variable '<anonymous struct>
sigtab []' uses anonymous type
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 03 Jan 2005 00:20:45 +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: qps
Severity: normal
Tags: patch
When building 'qps' on amd64 with gcc-4.0,
I get the following error:
g++ -g -O2 -Wall -W -Wconversion -I/usr/include/qt3 -c -o qps.o qps.C
qps.C:739: error: non-local variable '<anonymous struct> sigtab []' uses
anonymous type
make[1]: *** [qps.o] Error 1
make[1]: Leaving directory `/qps-1.9.7.0'
make: *** [build-stamp] Error 2
With the attached patch 'qps' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/qps-1.9.7.0/qps.C ./qps.C
--- ../tmp-orig/qps-1.9.7.0/qps.C 2000-05-03 00:14:19.000000000 +0200
+++ ./qps.C 2005-01-02 23:52:17.483025632 +0100
@@ -736,7 +736,7 @@
send_to_selected(SIGKILL);
}
-struct { int id, sig; } sigtab[] = {
+static struct { int id, sig; } sigtab[] = {
{ Qps::MENU_SIGQUIT, SIGQUIT },
{ Qps::MENU_SIGILL, SIGILL },
{ Qps::MENU_SIGABRT, SIGABRT },
---------------------------------------
Received: (at 288305-close) by bugs.debian.org; 4 Dec 2005 01:03:16 +0000
>From [EMAIL PROTECTED] Sat Dec 03 17:03:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EiiGU-0006AL-AM; Sat, 03 Dec 2005 17:02:06 -0800
From: Christoph Berg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#288305: fixed in qps 1.9.7.0-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 03 Dec 2005 17: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
X-CrossAssassin-Score: 2
Source: qps
Source-Version: 1.9.7.0-4
We believe that the bug you reported is fixed in the latest version of
qps, which is due to be installed in the Debian FTP archive:
qps_1.9.7.0-4.diff.gz
to pool/main/q/qps/qps_1.9.7.0-4.diff.gz
qps_1.9.7.0-4.dsc
to pool/main/q/qps/qps_1.9.7.0-4.dsc
qps_1.9.7.0-4_i386.deb
to pool/main/q/qps/qps_1.9.7.0-4_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.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated qps 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: Sun, 4 Dec 2005 01:35:49 +0100
Source: qps
Binary: qps
Architecture: source i386
Version: 1.9.7.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description:
qps - Qt based process status
Closes: 288305 328013
Changes:
qps (1.9.7.0-4) unstable; urgency=low
.
* QA upload orphaning the package (See: #341907).
* Rebuild for Qt/KDE transition (Closes: #328013).
* qps.C: Fix gcc-4.0 FTBFS (Closes: #288305).
* Bump Standards-Version.
* debian/copyright: update FSF address and convert file to utf-8.
Files:
58be75f3df0023e8253dd7bade3401e7 572 x11 optional qps_1.9.7.0-4.dsc
04ecf46e8b070756a89a9e50d7218df7 22423 x11 optional qps_1.9.7.0-4.diff.gz
f0b3a78bcd81cdbc32689e5b4d8586ee 153518 x11 optional qps_1.9.7.0-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD4DBQFDkjy7xa93SlhRC1oRAnMOAJQIvyCp7A3yEq1XUqmcL5w9sx88AJ9OEZWH
ewSrsl6UYJKUX2p0z04hng==
=NuFv
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]