Your message dated Sat, 10 Sep 2005 18:32:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#260853: fixed in xlc 1.0.6-2 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; 22 Jul 2004 15:10:41 +0000 >From [EMAIL PROTECTED] Thu Jul 22 08:10:41 2004 Return-path: <[EMAIL PROTECTED]> Received: from c214235.adsl.hansenet.de (localhost) [213.39.214.235] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BnfDU-0000mB-00; Thu, 22 Jul 2004 08:10:41 -0700 Received: from aj by localhost with local (Exim 4.34) id 1BnfDT-0004IG-El; Thu, 22 Jul 2004 17:10:39 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: xlc: FTBFS with gcc-3.4: label at end of compound statement Message-Id: <[EMAIL PROTECTED]> Date: Thu, 22 Jul 2004 17:10:39 +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: xlc Severity: normal Tags: patch When building 'xlc' with gcc-3.4 I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DXLC -Wall -O2 -Wall -O2 -c -o xlc-proc_lcp3.o `test -f 'proc_lcp3.c' || echo './'`proc_lcp3.c proc_lcp3.c: In function `proc_lcp3_process': proc_lcp3.c:267: error: label at end of compound statement proc_lcp3.c: In function `proc_status_tracker': proc_lcp3.c:454: error: label at end of compound statement make[3]: *** [xlc-proc_lcp3.o] Error 1 make[3]: Leaving directory `/xlc-1.0.5/build-tree/xlc-1.0.5/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/xlc-1.0.5/build-tree/xlc-1.0.5' make[1]: *** [all] Error 2 make[1]: Leaving directory `/xlc-1.0.5/build-tree/xlc-1.0.5' make: *** [stampdir/stamp-build] Error 2 With the attached patch 'xlc' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/xlc-1.0.5/debian/patches/gcc-3.4.patch ./debian/patches/gcc-3.4.patch --- ../tmp-orig/xlc-1.0.5/debian/patches/gcc-3.4.patch 1970-01-01 01:00:00.000000000 +0100 +++ ./debian/patches/gcc-3.4.patch 2004-07-22 17:04:53.762426340 +0200 @@ -0,0 +1,18 @@ +--- proc_lcp3.c 2002-08-05 18:40:08.000000000 +0200 ++++ xlc-1.0.5/src/proc_lcp3.c 2004-07-22 17:02:42.317672539 +0200 +@@ -264,6 +264,7 @@ + #ifdef DEBUG + g_print("Received invalid command: %d\n", cmd->cmd); + #endif ++ break; + } + #ifdef DEBUG + g_print("\n"); +@@ -450,7 +451,6 @@ + case 2: + gtk_check_menu_item_set_active(wdg_linemaster->mn_line_isdnchannels, TRUE); + break; +- default: + } + } + pline->channels = channels; --------------------------------------- Received: (at 260853-close) by bugs.debian.org; 11 Sep 2005 01:38:21 +0000 >From [EMAIL PROTECTED] Sat Sep 10 18:38:21 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EEGhQ-0005AN-00; Sat, 10 Sep 2005 18:32:04 -0700 From: Marco Presi (Zufus) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#260853: fixed in xlc 1.0.6-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 10 Sep 2005 18: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 Source: xlc Source-Version: 1.0.6-2 We believe that the bug you reported is fixed in the latest version of xlc, which is due to be installed in the Debian FTP archive: xlc_1.0.6-2.diff.gz to pool/main/x/xlc/xlc_1.0.6-2.diff.gz xlc_1.0.6-2.dsc to pool/main/x/xlc/xlc_1.0.6-2.dsc xlc_1.0.6-2_i386.deb to pool/main/x/xlc/xlc_1.0.6-2_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. Marco Presi (Zufus) <[EMAIL PROTECTED]> (supplier of updated xlc 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, 11 Sep 2005 03:20:29 -0400 Source: xlc Binary: xlc Architecture: source i386 Version: 1.0.6-2 Distribution: unstable Urgency: low Maintainer: Marco Presi (Zufus) <[EMAIL PROTECTED]> Changed-By: Marco Presi (Zufus) <[EMAIL PROTECTED]> Description: xlc - Gtk client for linesrv Closes: 260853 Changes: xlc (1.0.6-2) unstable; urgency=low . * Fixed build with gcc-3.4. Closes: #260853 * bumped standards-version to 3.6.2 Files: 957e5928d94adc126a941de98278662a 615 net optional xlc_1.0.6-2.dsc 0b6edf6d1e6543c7efb0b81605ba86b2 3808 net optional xlc_1.0.6-2.diff.gz 9435b567f44629eb6bc4dc6556b247ef 71880 net optional xlc_1.0.6-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDI9rhh0XdeHWCwhoRAg7FAKCXXU1rOxrCNOp6LJ7aDoRaPbt9ogCfQEV0 tRSdWCwo1pR3kHH31b4CRa8= =r+pI -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]