Your message dated Sat, 16 Oct 2004 16:17:07 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#259931: fixed in xbuffy 3.3.bl.3-23 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 10:21:37 +0000 >From [EMAIL PROTECTED] Sat Jul 17 03:21:37 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 1BlmK1-0004Sv-00; Sat, 17 Jul 2004 03:21:37 -0700 Received: from aj by localhost with local (Exim 4.34) id 1BlmJz-0003GJ-Q6; Sat, 17 Jul 2004 12:21:35 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: xbuffy: FTBFS with gcc-3.4: label at end of compound statement Message-Id: <[EMAIL PROTECTED]> Date: Sat, 17 Jul 2004 12:21:35 +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: xbuffy Severity: normal Tags: patch When building 'xbuffy' with gcc-3.4 I get the following error: gcc -g -O2 -I. -c -o xbuffy.o xbuffy.c xbuffy.c: In function `CheckBox': xbuffy.c:245: warning: cast to pointer from integer of different size xbuffy.c: In function `UpdateBoxNumber': xbuffy.c:316: error: label at end of compound statement xbuffy.c: In function `PopupHeader': xbuffy.c:665: warning: cast to pointer from integer of different size make[1]: *** [xbuffy.o] Error 1 make[1]: Leaving directory `/xbuffy-3.3.bl.3' make: *** [build-stamp] Error 2 With the attached patch 'xbuffy' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/xbuffy-3.3.bl.3/xbuffy.c ./xbuffy.c --- ../tmp-orig/xbuffy-3.3.bl.3/xbuffy.c 1998-07-01 12:53:44.000000000 +0200 +++ ./xbuffy.c 2004-07-17 12:09:55.540117871 +0200 @@ -305,7 +305,6 @@ fprintf(stderr, "Error executing led\n"); _exit(1); } - default: } } else --------------------------------------- Received: (at 259931-close) by bugs.debian.org; 16 Oct 2004 20:23:03 +0000 >From [EMAIL PROTECTED] Sat Oct 16 13:23:03 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CIv4x-0002CO-00; Sat, 16 Oct 2004 13:23:03 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CIuzD-0000iL-00; Sat, 16 Oct 2004 16:17:07 -0400 From: [EMAIL PROTECTED] (Bernhard R. Link) To: [EMAIL PROTECTED] X-Katie: $Revision: 1.51 $ Subject: Bug#259931: fixed in xbuffy 3.3.bl.3-23 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 16 Oct 2004 16:17:07 -0400 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 3 Source: xbuffy Source-Version: 3.3.bl.3-23 We believe that the bug you reported is fixed in the latest version of xbuffy, which is due to be installed in the Debian FTP archive: xbuffy_3.3.bl.3-23.diff.gz to pool/main/x/xbuffy/xbuffy_3.3.bl.3-23.diff.gz xbuffy_3.3.bl.3-23.dsc to pool/main/x/xbuffy/xbuffy_3.3.bl.3-23.dsc xbuffy_3.3.bl.3-23_i386.deb to pool/main/x/xbuffy/xbuffy_3.3.bl.3-23_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. Bernhard R. Link <[EMAIL PROTECTED]> (supplier of updated xbuffy 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: Sat, 16 Oct 2004 14:53:50 +0200 Source: xbuffy Binary: xbuffy Architecture: source i386 Version: 3.3.bl.3-23 Distribution: unstable Urgency: low Maintainer: Bernhard R. Link <[EMAIL PROTECTED]> Changed-By: Bernhard R. Link <[EMAIL PROTECTED]> Description: xbuffy - Monitor mailboxes and/or newsgroups Closes: 55466 184075 242098 259931 267671 Changes: xbuffy (3.3.bl.3-23) unstable; urgency=low . * New Maintainer (Closes: #242098) * using /usr instead of /usr/X11R6 * Tidy up a bit: - split patches in smaler parts - corrected some typos and missing escapes - added many missing includes and prototypes - removed spurious label (Closes: #259931) * now using $HOME/.xbuffyrc if no mailboxes specified (Closes: #55466) * changed -center and -fill slightly to leave more space (Closes: #184075) * PO File updates: - added the jo.po file from Hideki Yamane (Closes: #267671) - rewrote de.po * added checkfile mailboxtype to simple show the size of a file * converted debian/changeloge to unicode Files: b5cdfcd80263ed7d8d65b6b919d5abca 684 mail optional xbuffy_3.3.bl.3-23.dsc 84083f09018c7f76c32f8d81df75f421 23918 mail optional xbuffy_3.3.bl.3-23.diff.gz 199f9372734a710ac461e53960b58607 38032 mail optional xbuffy_3.3.bl.3-23_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFBcYBCTrAWvKplQe4RAt2WAJ0Qz53PpCoXNJPb/o1USomCcN6u1QCghWg0 8rJ97a8a/zFUK3LA9LR4R70= =37sY -----END PGP SIGNATURE-----