[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#259618: marked as done (ppxp: FTBFS with gcc-3.4: label at end of compound statement)



Your message dated Mon, 19 Jul 2004 08:02:46 -0400
with message-id <E1BmWr0-000714-00@newraff.debian.org>
and subject line Bug#259618: fixed in ppxp 0.2001080415-9
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; 15 Jul 2004 19:05:05 +0000
>From aj@andaco.de Thu Jul 15 12:05:05 2004
Return-path: <aj@andaco.de>
Received: from c204015.adsl.hansenet.de (localhost) [213.39.204.15] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BlBXV-0005gD-00; Thu, 15 Jul 2004 12:05:05 -0700
Received: from aj by localhost with local (Exim 4.34)
	id 1BlBXT-0005ka-J2; Thu, 15 Jul 2004 21:05:03 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: ppxp: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[🔎] E1BlBXT-0005ka-J2@localhost>
Date: Thu, 15 Jul 2004 21:05:03 +0200
Delivered-To: submit@bugs.debian.org
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: ppxp
Severity: normal
Tags: patch

When building 'ppxp' with gcc-3.4 I get the following error:

make[3]: Entering directory `/ppxp-0.2001080415/src/dev'
gcc -O2 -g -W -I../../lib -I.. -I../../OS/Linux   -c -o device.o device.c
gcc -O2 -g -W -I../../lib -I.. -I../../OS/Linux   -c -o pty.o pty.c
gcc -O2 -g -W -I../../lib -I.. -I../../OS/Linux   -c -o serial.o serial.c
serial.c: In function `SioOpen':
serial.c:360: error: label at end of compound statement
serial.c:371: error: label at end of compound statement
serial.c: In function `SioSetup':
serial.c:464: warning: missing initializer
serial.c:464: warning: (near initialization for `sioenv[7].d')
make[3]: *** [serial.o] Error 1
make[3]: Leaving directory `/ppxp-0.2001080415/src/dev'
make[2]: *** [subdirs] Error 2
make[2]: Leaving directory `/ppxp-0.2001080415/src'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/ppxp-0.2001080415'
make: *** [build-stamp] Error 2

With the attached patch 'ppxp' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ppxp-0.2001080415/src/chat.c ./src/chat.c
--- ../tmp-orig/ppxp-0.2001080415/src/chat.c	2000-12-04 13:23:14.000000000 +0100
+++ ./src/chat.c	2004-07-15 20:59:43.993324819 +0200
@@ -261,7 +261,6 @@
 	    return(csp->a_cmd);
 	}
 	break;
-    default:
     }
     return(CHAT_NEXT);
 }
diff -urN ../tmp-orig/ppxp-0.2001080415/src/dev/serial.c ./src/dev/serial.c
--- ../tmp-orig/ppxp-0.2001080415/src/dev/serial.c	2000-12-04 13:23:22.000000000 +0100
+++ ./src/dev/serial.c	2004-07-15 20:59:17.575402635 +0200
@@ -356,7 +356,6 @@
     case PARITY_EVEN:
 	newtio.c_cflag |= (CS7|PARENB);
 	break;
-    default:
     }
     switch (sioOpt.flow) {
     case FLOW_CRTSCTS:
@@ -367,7 +366,6 @@
 	newtio.c_cc[VSTART] = 0x11;
 	newtio.c_cc[VSTOP] = 0x13;
 	break;
-    default:
     }
     pppInfo.minfo = 0;
 #if 0
diff -urN ../tmp-orig/ppxp-0.2001080415/src/lcp.c ./src/lcp.c
--- ../tmp-orig/ppxp-0.2001080415/src/lcp.c	2004-07-15 21:00:17.892808774 +0200
+++ ./src/lcp.c	2004-07-15 21:00:02.594749342 +0200
@@ -847,7 +847,6 @@
     case RUN_ACTIVE:
 	lcpFsm.opt_p = 0;
 	break;
-    default:
     }
     FsmOpen(&lcpFsm);
     /*    pppInfo.p[PINFO_LCP].st = PIST_RUN;*/

---------------------------------------
Received: (at 259618-close) by bugs.debian.org; 19 Jul 2004 12:08:02 +0000
>From katie@ftp-master.debian.org Mon Jul 19 05:08:02 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BmWw6-0000SH-00; Mon, 19 Jul 2004 05:08:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BmWr0-000714-00; Mon, 19 Jul 2004 08:02:46 -0400
From: Emanuele Rocca <ema@debian.org>
To: 259618-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#259618: fixed in ppxp 0.2001080415-9
Message-Id: <E1BmWr0-000714-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 19 Jul 2004 08:02:46 -0400
Delivered-To: 259618-close@bugs.debian.org
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: 

Source: ppxp
Source-Version: 0.2001080415-9

We believe that the bug you reported is fixed in the latest version of
ppxp, which is due to be installed in the Debian FTP archive:

ppxp-dev_0.2001080415-9_i386.deb
  to pool/main/p/ppxp/ppxp-dev_0.2001080415-9_i386.deb
ppxp-tcltk_0.2001080415-9_i386.deb
  to pool/main/p/ppxp/ppxp-tcltk_0.2001080415-9_i386.deb
ppxp-x11_0.2001080415-9_i386.deb
  to pool/main/p/ppxp/ppxp-x11_0.2001080415-9_i386.deb
ppxp_0.2001080415-9.diff.gz
  to pool/main/p/ppxp/ppxp_0.2001080415-9.diff.gz
ppxp_0.2001080415-9.dsc
  to pool/main/p/ppxp/ppxp_0.2001080415-9.dsc
ppxp_0.2001080415-9_i386.deb
  to pool/main/p/ppxp/ppxp_0.2001080415-9_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 259618@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emanuele Rocca <ema@debian.org> (supplier of updated ppxp 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 15 Jul 2004 22:27:19 +0200
Source: ppxp
Binary: ppxp-tcltk ppxp ppxp-dev ppxp-x11
Architecture: source i386
Version: 0.2001080415-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Emanuele Rocca <ema@debian.org>
Description: 
 ppxp       - Yet another PPP program
 ppxp-dev   - development kit for ppxp consoles development
 ppxp-tcltk - tk console of ppxp
 ppxp-x11   - X console of ppxp
Closes: 259618
Changes: 
 ppxp (0.2001080415-9) unstable; urgency=low
 .
   * QA upload
   * Empty 'default' lables removed from switch, so that the package
     builds fine with gcc-3.4.
     Thanks to Andreas Jochens <aj@andaco.de> for the patch.
     (Closes: #259618)
   * Updated Standards-Version.
   * Long descriptions for ppxp-tcltk and ppxp-x11 slightly modified and
     fullstops removed from synopsis. Fullstop removed from ppxp-dev synopsis
     too.
   * Changed .TH header of ppxp-files.5 to 5 rather than 1.
Files: 
 bc5454660027d74286fc140d665e8f99 700 net optional ppxp_0.2001080415-9.dsc
 41163d5f28c9e7586fb1b9cb98627e75 8452 net optional ppxp_0.2001080415-9.diff.gz
 fded8d961c61604a290a07d8df17f6dd 223786 net optional ppxp_0.2001080415-9_i386.deb
 b93cb57fb4c2c4b5f600b553385c720d 59620 net optional ppxp-x11_0.2001080415-9_i386.deb
 43662dbee983ee9ae3ea92abacef5bb8 57184 net optional ppxp-tcltk_0.2001080415-9_i386.deb
 87a03582356cee535b37b32e54284637 30330 devel optional ppxp-dev_0.2001080415-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA+7VDC6DuA+rxm2ARAiyaAJ9RvzaDQRMt/SLo7C7Z7U2Ckg3mwgCfVJ94
XKmg/q2wISvOACSUz2oiV7s=
=9h0x
-----END PGP SIGNATURE-----



Reply to: