Your message dated Wed, 02 Mar 2005 08:17:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297570: fixed in fbb 7.04j-3
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 Mar 2005 15:15:10 +0000
>From [EMAIL PROTECTED] Tue Mar 01 07:15:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c187024.adsl.hansenet.de (localhost.localdomain) [213.39.187.24] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D695Z-0004UB-00; Tue, 01 Mar 2005 07:15:09 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D6A1s-0003iK-MS; Tue, 01 Mar 2005 17:15:25 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: fbb: FTBFS (amd64/gcc-4.0): static declaration of 'niveau' follows 
non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 17:15:25 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: fbb
Severity: normal
Tags: patch

When building 'fbb' on amd64 with gcc-4.0,
I get the following error:

gcc -Wall -Wstrict-prototypes -O2 -g -funsigned-char  -D__LINUX__ -DPROTOTYPES 
-I../include -DUSE_NCURSES   -c -o initfwd.o initfwd.c
initfwd.c:35: error: static declaration of 'niveau' follows non-static 
declaration
../include/fbb_var.h:165: error: previous declaration of 'niveau' was here
make[2]: *** [initfwd.o] Error 1
make[2]: Leaving directory `/fbb-7.04j/src'

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

Regards
Andreas Jochens

Binary files ../tmp-orig/fbb-7.04j/src/fbbgetconf and ./src/fbbgetconf differ
diff -urN ../tmp-orig/fbb-7.04j/src/initfwd.c ./src/initfwd.c
--- ../tmp-orig/fbb-7.04j/src/initfwd.c 2003-09-07 17:18:29.000000000 +0200
+++ ./src/initfwd.c     2005-03-01 17:10:21.067966889 +0100
@@ -32,6 +32,7 @@
 
 #define NBCAS 3
 
+#define niveau niveau_initfwd
 static int niveau;
 static int etat_bloc;
 static int nbif[NBCAS];

---------------------------------------
Received: (at 297570-close) by bugs.debian.org; 2 Mar 2005 13:23:09 +0000
>From [EMAIL PROTECTED] Wed Mar 02 05:23:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6Toi-0007ue-00; Wed, 02 Mar 2005 05:23:09 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D6Tj2-0007bh-00; Wed, 02 Mar 2005 08:17:16 -0500
From: Joop Stakenborg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297570: fixed in fbb 7.04j-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 02 Mar 2005 08:17:16 -0500
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-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-Spam-Level: 

Source: fbb
Source-Version: 7.04j-3

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

fbb_7.04j-3.diff.gz
  to pool/main/f/fbb/fbb_7.04j-3.diff.gz
fbb_7.04j-3.dsc
  to pool/main/f/fbb/fbb_7.04j-3.dsc
fbb_7.04j-3_i386.deb
  to pool/main/f/fbb/fbb_7.04j-3_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.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated fbb 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: Wed,  2 Mar 2005 13:35:35 +0100
Source: fbb
Binary: fbb
Architecture: source i386
Version: 7.04j-3
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 fbb        - Packet radio mailbox and utilities
Closes: 297570
Changes: 
 fbb (7.04j-3) unstable; urgency=low
 .
   * Patch by Andreas Jochens to fix a FTBFS on amd64. Thanks! Closes: #297570.
Files: 
 f1bb8a21abd31223eb1e71d9fd466bcc 564 hamradio optional fbb_7.04j-3.dsc
 f60b7408958bd013fc130e412c3c5c04 4828 hamradio optional fbb_7.04j-3.diff.gz
 2549bba0e7250af08795f163693ef97b 386350 hamradio optional fbb_7.04j-3_i386.deb

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

iD8DBQFCJbfjnuUI/ps3DJoRAn/bAJ0Z7zCT5zQFgzdPRDov9KIE2mcwSwCfaB/U
5+fuuwtAxgMR9ong9xZRvKI=
=79Lk
-----END PGP SIGNATURE-----


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

Reply via email to