Your message dated Sun, 04 Sep 2005 07:17:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#262671: fixed in oleo 1.99.16-8
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; 1 Aug 2004 13:08:03 +0000
>From [EMAIL PROTECTED] Sun Aug 01 06:08:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c204006.adsl.hansenet.de (localhost) [213.39.204.6] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BrG4I-0006Hu-00; Sun, 01 Aug 2004 06:08:02 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BrG4H-0002IF-9l; Sun, 01 Aug 2004 15:08:01 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: oleo: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 01 Aug 2004 15:08:01 +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: oleo
Severity: normal
Tags: patch

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

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../intl     -g -O2 
-DLOCALEDIR=\"/usr/share/locale\"       -DBUILD_PREFIX='"'/usr'"' -c plotter.c
plotter.c: In function `sp_plot_point':
plotter.c:2644: error: label at end of compound statement
plotter.c: In function `sp_begin_plot':
plotter.c:2775: error: label at end of compound statement
plotter.c: In function `sp_end_plot':
plotter.c:2795: error: label at end of compound statement
plotter.c:3310:9: warning: extra tokens at end of #undef directive
plotter.c:3311:9: warning: extra tokens at end of #undef directive
plotter.c:3312:11: warning: extra tokens at end of #undef directive
plotter.c:3313:10: warning: extra tokens at end of #undef directive
make[3]: *** [plotter.o] Error 1
make[3]: Leaving directory `/oleo-1.99.16/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/oleo-1.99.16'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/oleo-1.99.16'
make: *** [build] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/oleo-1.99.16/src/plotter.c ./src/plotter.c
--- ../tmp-orig/oleo-1.99.16/src/plotter.c      2000-11-22 20:33:01.000000000 
+0100
+++ ./src/plotter.c     2004-08-01 14:55:15.569259536 +0200
@@ -2640,7 +2640,7 @@
                sp_pie_plot_point(mg, point);
                break;
        default:
-               /* ?? */
+               break; /* ?? */
        }
 }
 
@@ -2771,7 +2771,7 @@
                sp_pie_begin_graph(mg, scale, trans_x, trans_y);
                break;
        default:
-               /* ??? */
+               break; /* ??? */
        }
 
        sp_first_dataset(mg);
@@ -2791,7 +2791,7 @@
                sp_pie_end_graph(mg);
                break;
        default:
-               /* ??? */
+               break; /* ??? */
        }
 }
 

---------------------------------------
Received: (at 262671-close) by bugs.debian.org; 4 Sep 2005 14:18:58 +0000
>From [EMAIL PROTECTED] Sun Sep 04 07:18:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EBvIx-0002fG-00; Sun, 04 Sep 2005 07:17:07 -0700
From: Mario Lang <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#262671: fixed in oleo 1.99.16-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 07:17:07 -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: oleo
Source-Version: 1.99.16-8

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

oleo_1.99.16-8.diff.gz
  to pool/main/o/oleo/oleo_1.99.16-8.diff.gz
oleo_1.99.16-8.dsc
  to pool/main/o/oleo/oleo_1.99.16-8.dsc
oleo_1.99.16-8_i386.deb
  to pool/main/o/oleo/oleo_1.99.16-8_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.
Mario Lang <[EMAIL PROTECTED]> (supplier of updated oleo 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,  4 Sep 2005 13:55:29 +0200
Source: oleo
Binary: oleo
Architecture: source i386
Version: 1.99.16-8
Distribution: unstable
Urgency: low
Maintainer: Mario Lang <[EMAIL PROTECTED]>
Changed-By: Mario Lang <[EMAIL PROTECTED]>
Description: 
 oleo       - GNU spreadsheet program
Closes: 262671 287854 300294 322233
Changes: 
 oleo (1.99.16-8) unstable; urgency=low
 .
   * Fix several GCC-4 related build failures (thanks to Andreas Jochens)
     (Closes: #262671, #287854, #300294).
   * Rebuild with ABI-transited libplot (Closes: #322233).
   * For some reason, io-x11.c fails compilation, probably xorg related,
     disable X11 support completely for now, oleo is ncurses/terminal
     based only until I can figure out more.
Files: 
 bd9f3dcd0bc692397d9b928101799003 663 math optional oleo_1.99.16-8.dsc
 4cdf1e999c87d9c1c47d5a065a88491e 14569 math optional oleo_1.99.16-8.diff.gz
 70c5c79294aa15a1526b22263ae25838 392896 math optional oleo_1.99.16-8_i386.deb

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

iD8DBQFDGv+R3/wCKmsRPkQRAkLgAJ4w8KV0eKMfGQN/4aPGjpU7DhQwKACdGMVL
SqBJZep9SNVdzjTxaLck2vg=
=TiuU
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to