Your message dated Thu, 21 Jul 2005 04:02:13 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#285936: fixed in fidogate 4.4.7-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; 16 Dec 2004 14:43:04 +0000 >From [EMAIL PROTECTED] Thu Dec 16 06:43:04 2004 Return-path: <[EMAIL PROTECTED]> Received: from c158218.adsl.hansenet.de (localhost.localdomain) [213.39.158.218] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CewqO-0007BZ-00; Thu, 16 Dec 2004 06:43:04 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1Cewur-0001MP-LW; Thu, 16 Dec 2004 15:47:41 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: fidogate: FTBFS (amd64/gcc-4.0): static declaration of 'i_flag' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Thu, 16 Dec 2004 15:47:41 +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: fidogate Severity: normal Tags: patch When building 'fidogate' on amd64 with gcc-4.0, I get the following error: gcc -O2 -I../.. -I../../src/include -Wall -c rfc2ftn.c In file included from ../../src/include/fidogate.h:152, from rfc2ftn.c:33: ../../src/include/prototypes.h:274: warning: conflicting types for built-in function 'log' rfc2ftn.c:102: error: static declaration of 'i_flag' follows non-static declaration ../../src/include/prototypes.h:53: error: previous declaration of 'i_flag' was here make[3]: *** [rfc2ftn.o] Error 1 make[3]: Leaving directory `/fidogate-4.4.7/src/gate' With the attached patch 'fidogate' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/fidogate-4.4.7/src/gate/rfc2ftn.c ./src/gate/rfc2ftn.c --- ../tmp-orig/fidogate-4.4.7/src/gate/rfc2ftn.c 2003-02-16 16:39:01.000000000 +0100 +++ ./src/gate/rfc2ftn.c 2004-12-16 15:37:50.759593432 +0100 @@ -99,7 +99,7 @@ static char *o_flag = NULL; /* -o --out-packet-file */ static char *w_flag = NULL; /* -w --write-outbound */ static int W_flag = FALSE; /* -W --write-crash */ -static int i_flag = FALSE; /* -i --ignore-hosts */ +int i_flag = FALSE; /* -i --ignore-hosts */ static int maxmsg = 0; /* Process maxmsg messages */ --------------------------------------- Received: (at 285936-close) by bugs.debian.org; 21 Jul 2005 08:17:52 +0000 >From [EMAIL PROTECTED] Thu Jul 21 01:17:52 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DvWFc-0005Bk-00; Thu, 21 Jul 2005 01:17:52 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DvW0T-0005G5-00; Thu, 21 Jul 2005 04:02:13 -0400 From: Jonathan McDowell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#285936: fixed in fidogate 4.4.7-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 21 Jul 2005 04:02:13 -0400 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: fidogate Source-Version: 4.4.7-3 We believe that the bug you reported is fixed in the latest version of fidogate, which is due to be installed in the Debian FTP archive: fidogate_4.4.7-3.diff.gz to pool/main/f/fidogate/fidogate_4.4.7-3.diff.gz fidogate_4.4.7-3.dsc to pool/main/f/fidogate/fidogate_4.4.7-3.dsc fidogate_4.4.7-3_i386.deb to pool/main/f/fidogate/fidogate_4.4.7-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. Jonathan McDowell <[EMAIL PROTECTED]> (supplier of updated fidogate 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: Thu, 21 Jul 2005 08:46:39 +0100 Source: fidogate Binary: fidogate Architecture: source i386 Version: 4.4.7-3 Distribution: unstable Urgency: low Maintainer: Jonathan McDowell <[EMAIL PROTECTED]> Changed-By: Jonathan McDowell <[EMAIL PROTECTED]> Description: fidogate - Gateway Fido <-> Internet Closes: 285936 Changes: fidogate (4.4.7-3) unstable; urgency=low . * Change priority to extra to match override file. * Fix compilation under GCC4.0 (closes: #285936) Files: 387303f86aaa4f4550c5b328e0f9d133 557 mail extra fidogate_4.4.7-3.dsc ca4cf502df892c570b645cf469917241 14197 mail extra fidogate_4.4.7-3.diff.gz a6e6211ef64dc57d8d195cda1d58e273 894628 mail extra fidogate_4.4.7-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC31QK8b1L5FtDA2cRApgJAJwKga7joAh8XJQICD16eWjeNrNAcQCeLbVQ sCm96XydIYmlrSh+CRMd2cY= =SsTO -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]