Your message dated Wed, 02 Nov 2005 02:17:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317485: fixed in xconq 7.4.1-3
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; 9 Jul 2005 01:19:29 +0000
>From [EMAIL PROTECTED] Fri Jul 08 18:19:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from s63.millennium.berkeley.edu [169.229.48.220]
([/OJorzADMLLtV7MTHlCFaMea+ayKl4pb])
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dr409-0006aq-00; Fri, 08 Jul 2005 18:19:29 -0700
Received: from s63.Millennium.Berkeley.EDU (IDENT:[EMAIL PROTECTED] [127.0.0.1])
by s63.Millennium.Berkeley.EDU (8.13.4/8.13.4/Debian-1) with ESMTP id
j691JSJ7006917
for <[EMAIL PROTECTED]>; Fri, 8 Jul 2005 18:19:28 -0700
Received: (from [EMAIL PROTECTED])
by s63.Millennium.Berkeley.EDU (8.13.4/8.13.4/Submit) id j691JSVx006914;
Fri, 8 Jul 2005 18:19:28 -0700
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: s63.Millennium.Berkeley.EDU: quarl set sender to
[EMAIL PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Karl Chen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xconq: FTBFS with gcc-3.4: label at end of compound statement
X-Mailer: reportbug 3.8
Date: Fri, 08 Jul 2005 18:19:27 -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-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: xconq
Severity: normal
Tags: patch
With gcc-3.4 (and gcc-4.0):
tkmain.c: In function `could_attack':
tkmain.c:1396: error: label at end of compound statement
With the patch below, xconq compiles under gcc-3.4.
--- xconq-7.4.1/tcltk/tkmain.c.orig 2005-07-08 16:59:00.000000000 -0700
+++ xconq-7.4.1/tcltk/tkmain.c 2005-07-08 16:59:05.000000000 -0700
@@ -1393,6 +1393,7 @@
return TRUE;
case 1:
default:
+ break;
}
return FALSE;
}
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-perfctr-2.6.13-bmc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
---------------------------------------
Received: (at 317485-close) by bugs.debian.org; 2 Nov 2005 10:17:33 +0000
>From [EMAIL PROTECTED] Wed Nov 02 02:17:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EXFg5-0007vh-00; Wed, 02 Nov 2005 02:17:09 -0800
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317485: fixed in xconq 7.4.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 02 Nov 2005 02:17:09 -0800
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: xconq
Source-Version: 7.4.1-3
We believe that the bug you reported is fixed in the latest version of
xconq, which is due to be installed in the Debian FTP archive:
xconq-common_7.4.1-3_all.deb
to pool/main/x/xconq/xconq-common_7.4.1-3_all.deb
xconq-doc_7.4.1-3_all.deb
to pool/main/x/xconq/xconq-doc_7.4.1-3_all.deb
xconq_7.4.1-3.diff.gz
to pool/main/x/xconq/xconq_7.4.1-3.diff.gz
xconq_7.4.1-3.dsc
to pool/main/x/xconq/xconq_7.4.1-3.dsc
xconq_7.4.1-3_i386.deb
to pool/main/x/xconq/xconq_7.4.1-3_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.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated xconq 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: Wed, 2 Nov 2005 11:00:59 +0100
Source: xconq
Binary: xconq-common xconq xconq-doc
Architecture: source i386 all
Version: 7.4.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description:
xconq - A graphical multi-player strategy game and game design system
xconq-common - Common files for Xconq
xconq-doc - Xconq documentation in PostScript, HTML, and info format
Closes: 145340 169869 317485 332990
Changes:
xconq (7.4.1-3) unstable; urgency=medium
.
* QA upload.
* Package is orphaned (see #333796); set maintainer to Debian QA Group.
* 12-xconq-7.4.1-gcc-3.4.patch: Fix `label at end of compound statement'
error. Thanks to Karl Chen for the patch. Closes: #317485.
* Automatically update config.sub and config.guess from autotools-dev.
(This makes 07-xconq-7.4.1-config.patch unnecessary.) Closes: #332990.
* Downgrade xconq-doc->xconq dependency to a Recommends. Closes: #169869.
* Use better wording in the description. Closes: #145340.
* Migrate from libxaw7 to libxaw8.
* Change xconq-doc section to doc in accordance with the override file.
* Remove no-op {pre,post}{inst,rm} scripts.
* debian/copyright: Update FSF address.
* debian/menu: Add quotes to placate Lintian.
* debian/watch: Add.
Files:
6c8f5e7957115701ce1094abb5b800a3 666 games optional xconq_7.4.1-3.dsc
6861e819bb2db22f6ffdefe39f028860 21002 games optional xconq_7.4.1-3.diff.gz
d7ccab53bd77ac2b51fcc8c88a0f3db7 1387688 doc optional xconq-doc_7.4.1-3_all.deb
e5f8c64046029aa10a161348fe9d65ca 1244122 games optional
xconq-common_7.4.1-3_all.deb
c33737e38821cb651377b45a880b259a 563032 games optional xconq_7.4.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDaI6mxBYivKllgY8RAjnsAKCnphpccAV/J0Zr+1jZ8g80ApAk7ACgmhXf
2E1CU81F7z3c5Lcqs0sHieg=
=RJnf
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]