Your message dated Wed, 17 Aug 2005 00:32:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#259895: fixed in wmx10 0.02-5 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; 17 Jul 2004 06:36:14 +0000 >From [EMAIL PROTECTED] Fri Jul 16 23:36:14 2004 Return-path: <[EMAIL PROTECTED]> Received: from c204142.adsl.hansenet.de (localhost) [213.39.204.142] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Blint-0006si-00; Fri, 16 Jul 2004 23:36:14 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Blins-0001cR-Mf; Sat, 17 Jul 2004 08:36:12 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: wmx10: FTBFS with gcc-3.4: label at end of compound statement Message-Id: <[EMAIL PROTECTED]> Date: Sat, 17 Jul 2004 08:36:12 +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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: wmx10 Severity: normal Tags: patch When building 'wmx10' with gcc-3.4 I get the following error: dpkg-source: building wmx10 using existing wmx10_0.02.orig.tar.gz dpkg-source: building wmx10 in wmx10_0.02-4.1.diff.gz dpkg-source: building wmx10 in wmx10_0.02-4.1.dsc debian/rules build test -f debian/rules /usr/bin/make CFLAGS="-O2 -g -Wall" make[1]: Entering directory `/wmx10-0.02' cd wmx10 ; make all make[2]: Entering directory `/wmx10-0.02/wmx10' gcc -c -O2 -Wall -O2 -g -Wall br_cmd.c -o br_cmd.o -I/usr/X11R6/include br_cmd.c: In function `clock_out': br_cmd.c:183: warning: implicit declaration of function `exit' gcc -c -O2 -Wall -O2 -g -Wall wmx10.c -o wmx10.o -I/usr/X11R6/include wmx10.c: In function `main': wmx10.c:412: error: label at end of compound statement make[2]: *** [wmx10.o] Error 1 make[2]: Leaving directory `/wmx10-0.02/wmx10' make[1]: *** [all] Error 2 make[1]: Leaving directory `/wmx10-0.02' make: *** [build] Error 2 With the attached patch 'wmx10' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/wmx10-0.02/wmx10/wmx10.c ./wmx10/wmx10.c --- ../tmp-orig/wmx10-0.02/wmx10/wmx10.c 1999-07-18 22:30:06.000000000 +0200 +++ ./wmx10/wmx10.c 2004-07-17 08:23:18.115515708 +0200 @@ -408,7 +408,6 @@ if (++lampNum > lamp8) lampNum = lamp1; updateNumDisplay(lampNum); break; - default: } } case ButtonRelease: --------------------------------------- Received: (at 259895-close) by bugs.debian.org; 17 Aug 2005 07:41:59 +0000 >From [EMAIL PROTECTED] Wed Aug 17 00:41:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E5IP6-0004Bn-00; Wed, 17 Aug 2005 00:32:04 -0700 From: Andrew Pollock <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#259895: fixed in wmx10 0.02-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 17 Aug 2005 00:32:04 -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 X-CrossAssassin-Score: 2 Source: wmx10 Source-Version: 0.02-5 We believe that the bug you reported is fixed in the latest version of wmx10, which is due to be installed in the Debian FTP archive: wmx10_0.02-5.diff.gz to pool/main/w/wmx10/wmx10_0.02-5.diff.gz wmx10_0.02-5.dsc to pool/main/w/wmx10/wmx10_0.02-5.dsc wmx10_0.02-5_i386.deb to pool/main/w/wmx10/wmx10_0.02-5_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. Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated wmx10 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, 17 Aug 2005 17:18:01 +1000 Source: wmx10 Binary: wmx10 Architecture: source i386 Version: 0.02-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Andrew Pollock <[EMAIL PROTECTED]> Description: wmx10 - Control X10 home automation modules via a firecracker CM-17A X10 Closes: 148646 259895 Changes: wmx10 (0.02-5) unstable; urgency=low . * QA Group upload orphaning this package * debian/control: Add dpatch to build dependencies * debian/rules: Add dpatch support * Add patch from Andreas Jochens to fix FTBFS with gcc-3.4 (closes: #259895) . wmx10 (0.02-4.1) unstable; urgency=low . * NMU. * Add Build-Depends on debmake and xlibs-dev. Closes: #148646. Files: 6d44641877ecf57439694185465dd7cf 562 utils optional wmx10_0.02-5.dsc 79665d1d03b2bd627d0719a0afdfb5ca 5464 utils optional wmx10_0.02-5.diff.gz 870afdd03d9cb8bb4cf7a99765a2d5ec 16186 utils optional wmx10_0.02-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDAuaUIblXXKfZFgIRAkghAJwIj7MYRAtWALLE5nKeYA55UjT+MACgmm9f spiZipI9ZhUGAVzgPfzIQc8= =wLpx -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]