Your message dated Sat, 13 Aug 2005 16:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#258655: fixed in euler 1.60.6fix-4
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; 10 Jul 2004 21:33:07 +0000
>From [EMAIL PROTECTED] Sat Jul 10 14:33:07 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c147245.adsl.hansenet.de (localhost) [213.39.147.245] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BjPT1-0000hi-00; Sat, 10 Jul 2004 14:33:07 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BjPT0-0000a7-7a; Sat, 10 Jul 2004 23:33:06 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: euler: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 10 Jul 2004 23:33:06 +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: euler
Severity: normal
Tags: patch

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

metaps.c:1401: warning: operation on `t' may be undefined
metaps.c: In function `ps_meta_vutext':
metaps.c:1463: warning: operation on `t' may be undefined
gcc -Wall -O2 -DINSTALL_DIR=\"/usr\" `gtk-config --cflags` -c  main.c
main.c: In function `shellsort':
main.c:330: warning: operation on `s' may be undefined
gcc -Wall -O2 -DINSTALL_DIR=\"/usr\" `gtk-config --cflags` -c  rc.c
gcc -Wall -O2 -DINSTALL_DIR=\"/usr\" `gtk-config --cflags` -c  earray.c
gcc -Wall -O2 -DINSTALL_DIR=\"/usr\" `gtk-config --cflags` -c term.c
term.c: In function `get_scan':
term.c:2167: error: label at end of compound statement
term.c:2210: error: label at end of compound statement
term.c: In function `gtk_term_key_press':
term.c:2590: error: label at end of compound statement
term.c:2633: error: label at end of compound statement
make[2]: *** [term.o] Error 1
make[2]: Leaving directory `/euler-1.60.6fix/source'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/euler-1.60.6fix'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/euler-1.60.6fix/source/term.c ./source/term.c
--- ../tmp-orig/euler-1.60.6fix/source/term.c   2002-06-02 15:40:30.000000000 
+0200
+++ ./source/term.c     2004-07-10 23:17:05.361949864 +0200
@@ -2163,7 +2163,6 @@
                                                                case 'U':
                                                                        ch = 
'Û';
                                                                        break;
-                                                               default:
                                                        }
                                                        deadkey=0;
                                                        break;
@@ -2206,7 +2205,6 @@
                                                                case 'U':
                                                                        ch = 
'Ü';
                                                                        break;
-                                                               default:
                                                        }
                                                        deadkey=0;
                                                        break;
@@ -2586,7 +2584,6 @@
                                                                        case 
'U':
                                                                                
ch = 'Û';
                                                                                
break;
-                                                                       default:
                                                                }
                                                                deadkey=0;
                                                                break;
@@ -2629,7 +2626,6 @@
                                                                        case 
'U':
                                                                                
ch = 'Ü';
                                                                                
break;
-                                                                       default:
                                                                }
                                                                deadkey=0;
                                                                break;

---------------------------------------
Received: (at 258655-close) by bugs.debian.org; 13 Aug 2005 23:08:22 +0000
>From [EMAIL PROTECTED] Sat Aug 13 16:08:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E450w-0000CH-00; Sat, 13 Aug 2005 16:02:06 -0700
From: Marco Presi (Zufus) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#258655: fixed in euler 1.60.6fix-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 13 Aug 2005 16:02:06 -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: euler
Source-Version: 1.60.6fix-4

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

euler-doc_1.60.6fix-4_i386.deb
  to pool/main/e/euler/euler-doc_1.60.6fix-4_i386.deb
euler_1.60.6fix-4.diff.gz
  to pool/main/e/euler/euler_1.60.6fix-4.diff.gz
euler_1.60.6fix-4.dsc
  to pool/main/e/euler/euler_1.60.6fix-4.dsc
euler_1.60.6fix-4_i386.deb
  to pool/main/e/euler/euler_1.60.6fix-4_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 euler 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, 13 Aug 2005 12:01:57 +0200
Source: euler
Binary: euler euler-doc
Architecture: source i386
Version: 1.60.6fix-4
Distribution: unstable
Urgency: low
Maintainer: Marco Presi (Zufus) <[EMAIL PROTECTED]>
Changed-By: Marco Presi (Zufus) <[EMAIL PROTECTED]>
Description: 
 euler      - an interactive mathematical program
 euler-doc  - an interactive mathematical program
Closes: 258655 285813
Changes: 
 euler (1.60.6fix-4) unstable; urgency=low
 .
   * Fixed build problems. Patch from Andreas Jochens <[EMAIL PROTECTED]>. 
Closes: #258655
   * Closes:  #285813
   * Changed mainteiner e-mail address
Files: 
 254f4f8e26b1bb04e22fe83e42c4d706 618 math optional euler_1.60.6fix-4.dsc
 598ff9bc73a791ce125aff8a9ae6bd16 3374 math optional euler_1.60.6fix-4.diff.gz
 8b7b265eee39831fe157aaead4ce22be 374942 math optional 
euler_1.60.6fix-4_i386.deb
 dd8db502627b9c5c8ac15c0da806e7c9 418368 math optional 
euler-doc_1.60.6fix-4_i386.deb

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

iD8DBQFC/nR4h0XdeHWCwhoRAr6PAJ9MIirHC6u5pt0FryakG0n807MerQCeNlVj
ddGJ9dP8ilSVYIYNx82Wptc=
=pKdv
-----END PGP SIGNATURE-----


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

Reply via email to