Your message dated Wed, 24 Aug 2005 05:17:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#259037: fixed in koala 0.3.2a-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; 12 Jul 2004 19:46:05 +0000 >From [EMAIL PROTECTED] Mon Jul 12 12:46:05 2004 Return-path: <[EMAIL PROTECTED]> Received: from c186225.adsl.hansenet.de (localhost) [213.39.186.225] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bk6kX-0006ep-00; Mon, 12 Jul 2004 12:46:05 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Bk6kO-00088H-Pk; Mon, 12 Jul 2004 21:46:04 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: koala: FTBFS with gcc-3.4: label at end of compound statement Message-Id: <[EMAIL PROTECTED]> Date: Mon, 12 Jul 2004 21:46:04 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: koala Severity: normal Tags: patch When building 'koala' with gcc-3.4 I get the following error: gcc -Wall -g -I./include -DHAVE_CONFIG_H -I/usr/include/gnome-xml -c ./lib/koala/uplinkprotocol.c -o ./lib/koala/obj/uplinkprotocol.o ./lib/koala/uplinkprotocol.c: In function `uplinknegotiatestage': ./lib/koala/uplinkprotocol.c:95: error: label at end of compound statement ./lib/koala/uplinkprotocol.c:161: error: label at end of compound statement make[1]: *** [uplinkprotocol.o] Error 1 make[1]: Leaving directory `/koala-0.3.2a' make: *** [build-stamp] Error 2 With the attached patch 'koala' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/koala-0.3.2a/lib/koala/signal.c ./lib/koala/signal.c --- ../tmp-orig/koala-0.3.2a/lib/koala/signal.c 2000-11-10 05:18:34.000000000 +0100 +++ ./lib/koala/signal.c 2004-07-12 21:37:14.555755360 +0200 @@ -91,7 +91,6 @@ "Listen: Socket=%d", desc->socket); break; - default: } } diff -urN ../tmp-orig/koala-0.3.2a/lib/koala/uplinkprotocol.c ./lib/koala/uplinkprotocol.c --- ../tmp-orig/koala-0.3.2a/lib/koala/uplinkprotocol.c 2000-11-10 05:18:34.000000000 +0100 +++ ./lib/koala/uplinkprotocol.c 2004-07-12 21:36:55.363468389 +0200 @@ -92,6 +92,7 @@ case DAEMON_UNKNOWN: /* It is impossible to reach this point, do nothing */ + break; } /* Set the status to say we sent the type */ desc->status = STATUS_TYPESENT; @@ -158,6 +159,7 @@ case DAEMON_UNKNOWN: /* It is impossible to reach this point, do nothing */ + break; } } else --------------------------------------- Received: (at 259037-close) by bugs.debian.org; 24 Aug 2005 12:19:11 +0000 >From [EMAIL PROTECTED] Wed Aug 24 05:19:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7uBm-0003Ik-00; Wed, 24 Aug 2005 05:17:06 -0700 From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#259037: fixed in koala 0.3.2a-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 24 Aug 2005 05:17: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: koala Source-Version: 0.3.2a-4 We believe that the bug you reported is fixed in the latest version of koala, which is due to be installed in the Debian FTP archive: koala_0.3.2a-4.diff.gz to pool/main/k/koala/koala_0.3.2a-4.diff.gz koala_0.3.2a-4.dsc to pool/main/k/koala/koala_0.3.2a-4.dsc koalamud_0.3.2a-4_i386.deb to pool/main/k/koala/koalamud_0.3.2a-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. Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated koala 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, 24 Aug 2005 13:50:26 +0200 Source: koala Binary: koalamud Architecture: source i386 Version: 0.3.2a-4 Distribution: unstable Urgency: low Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Description: koalamud - distributed MUD server Closes: 259037 Changes: koala (0.3.2a-4) unstable; urgency=low . * debian/control: + Set policy to 3.6.2.1. + Removed leading "a" in short description. * debian/rules debian/compat: + Set compatibility level to 4. * lib/koala/uplinkprotocol.c lib/koala/signal.c: + Fixed labels at end of compound statement (Closes: #259037). Files: 5c799ac54e88b7b9ed9038f202e27ef5 585 games optional koala_0.3.2a-4.dsc 16297e5f5c2a0620ca9525013e75e2ba 5199 games optional koala_0.3.2a-4.diff.gz d739fa5d2d01434cc18ae095c81eddab 75836 games optional koalamud_0.3.2a-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDDGIMfPP1rylJn2ERAqfOAJ94aZapQFUQIlr0mksSdQ1jSCoPiQCfefwh TkNmdZEtwreOJ6ZzZL28LiE= =Ku0i -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]