Your message dated Sat, 13 Aug 2005 16:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285813: 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; 15 Dec 2004 19:05:29 +0000
>From [EMAIL PROTECTED] Wed Dec 15 11:05:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c203129.adsl.hansenet.de (localhost.localdomain) 
[213.39.203.129] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CeeSn-0001vi-00; Wed, 15 Dec 2004 11:05:29 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CeeX9-0007WZ-MA; Wed, 15 Dec 2004 20:09:59 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: euler: FTBFS (amd64/gcc-4.0): static declaration of 'command_count' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 15 Dec 2004 20:09:59 +0100
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' on amd64 with gcc-4.0,
I get the following error:

gcc -Wall -O2 -DINSTALL_DIR=\"/usr\" -c  command.c
command.c:735: error: static declaration of 'command_count' follows non-static 
declaration
command.c:238: error: previous declaration of 'command_count' was here
make[2]: *** [command.o] Error 1
make[2]: Leaving directory `/euler-1.60.6fix/source'

With the attached patch 'euler' can be compiled
on amd64 using gcc-4.0.

This patch includes the patch from BTS #258655 which was already necessary 
to compile the package with gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/euler-1.60.6fix/source/command.c ./source/command.c
--- ../tmp-orig/euler-1.60.6fix/source/command.c        2002-04-12 
10:52:15.000000000 +0200
+++ ./source/command.c  2004-12-15 19:57:38.309722112 +0100
@@ -235,7 +235,7 @@
 
 extern int builtin_count;
 extern builtintyp builtin_list[];
-extern int command_count;
+static int command_count;
 extern commandtyp command_list[];
 
 static void do_list (void)
@@ -732,8 +732,6 @@
 }
 
 
-static int command_count;
-
 commandtyp command_list[] = {
        {"quit",c_quit,do_quit},
        {"hold",c_hold,ghold},
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-12-15 19:58:26.501395864 +0100
@@ -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 285813-close) by bugs.debian.org; 13 Aug 2005 23:08:15 +0000
>From [EMAIL PROTECTED] Sat Aug 13 16:08:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E450w-0000CR-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#285813: 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
X-CrossAssassin-Score: 2

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