Your message dated Sat, 16 Jul 2005 06:47:07 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286428: fixed in ifmail 2.14tx8.10-19
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; 20 Dec 2004 09:18:41 +0000
>From [EMAIL PROTECTED] Mon Dec 20 01:18:41 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219139.adsl.hansenet.de (localhost.localdomain) 
[213.39.219.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgJge-00033C-00; Mon, 20 Dec 2004 01:18:40 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CgJlL-0006wr-Lr; Mon, 20 Dec 2004 10:23:31 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: ifmail: FTBFS (amd64/gcc-4.0): static declaration of 'date_lex' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 10:23:31 +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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: ifmail
Severity: normal
Tags: patch

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

cc -g -O2 -Wall -I. -I. -I- -I/usr/include 
-DDEBUGFILE=\""/var/log/ifmail/ifdebug"\" -DLOGFILE=\""/var/log/ifmail/iflog"\" 
-DCONFIGFILE=\""/etc/ifmail/config"\" -DMAPTABDIR=\""/usr/lib/ifmail/maptabs"\" 
-DLOCKDIR=\""/var/lock"\" -DPUBDIR=\""/home/ftp/pub"\" 
-DFAKEDIR=\""/tmp/ifmail/"\" -DMAILLOG=LOG_LOCAL0 -DNEWSLOG=LOG_LOCAL0 
-DCICOLOG=LOG_LOCAL0 -DTERMAIL_HACK -DTPUT_STATUS_HACK -DADD_PID -DLEVEL=0 
-DDONT_REGATE -DSLAVE_SENDS_NAK_TOO -DRNEWSB -DJE -DRESTAMP_OLD_POSTINGS=14 
-DBELEIVE_ZFIN=1 -DHAS_TCP -DAREAS_HACKING -DRESTAMP_FUTURE_POSTINGS -DFSCHTML 
-DMACHIGAI -DALLOW_RETURNPATH -DGATEBAU_MSGID -DDIRTY_CHRS -DHIDDEN 
-DAREAS_NUMERAL_COMMENTS -DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID 
-DHAS_NDBM_H -DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DASCII_LOCKFILES 
-DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DNEED_BSY -DNO_IO_AFTER_HANGUP 
-DDO_NEED_TIME -DNEED_FORK -DHAS_BSD_SIGNALS -DHAS_SELECT -DUSE_SETPROCTITLE 
-DINT32=long -DINT16=short -DHAVE_LOCALE_H -DNLS_CAT_NAME=\"ifmail\" 
-DNLS_LOCALE_PATH=\"/usr/share/locale\" -c parsedate.c
cc1: note: obsolete option -I- used, please use -iquote instead
y.tab.c: In function 'date_parse':
y.tab.c:1049: warning: implicit declaration of function 'date_lex'
parsedate.y: In function 'LookupWord':
parsedate.y:601: warning: implicit declaration of function 'strcmp'
parsedate.y: At top level:
parsedate.y:671: error: static declaration of 'date_lex' follows non-static 
declaration
y.tab.c:1049: error: previous implicit declaration of 'date_lex' was here
make[2]: *** [parsedate.o] Error 1
make[2]: Leaving directory `/ifmail-2.14tx8.10/iflib'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/ifmail-2.14tx8.10/iflib/parsedate.y ./iflib/parsedate.y
--- ../tmp-orig/ifmail-2.14tx8.10/iflib/parsedate.y     2004-12-20 
10:11:57.168005232 +0100
+++ ./iflib/parsedate.y 2004-12-20 10:10:34.842520608 +0100
@@ -666,7 +666,7 @@
 }
 
 
-static int
+int
 date_lex()
 {
     register char      c;

---------------------------------------
Received: (at 286428-close) by bugs.debian.org; 16 Jul 2005 10:52:55 +0000
>From [EMAIL PROTECTED] Sat Jul 16 03:52:55 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 1DtkHu-0005PE-00; Sat, 16 Jul 2005 03:52:55 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DtkCJ-0002rm-00; Sat, 16 Jul 2005 06:47:07 -0400
From: Marco d'Itri <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#286428: fixed in ifmail 2.14tx8.10-19
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 16 Jul 2005 06:47:07 -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
X-CrossAssassin-Score: 2

Source: ifmail
Source-Version: 2.14tx8.10-19

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

ifcico_2.14tx8.10-19_i386.deb
  to pool/main/i/ifmail/ifcico_2.14tx8.10-19_i386.deb
ifgate_2.14tx8.10-19_i386.deb
  to pool/main/i/ifmail/ifgate_2.14tx8.10-19_i386.deb
ifmail_2.14tx8.10-19.diff.gz
  to pool/main/i/ifmail/ifmail_2.14tx8.10-19.diff.gz
ifmail_2.14tx8.10-19.dsc
  to pool/main/i/ifmail/ifmail_2.14tx8.10-19.dsc
ifmail_2.14tx8.10-19_all.deb
  to pool/main/i/ifmail/ifmail_2.14tx8.10-19_all.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 d'Itri <[EMAIL PROTECTED]> (supplier of updated ifmail 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, 16 Jul 2005 12:13:34 +0200
Source: ifmail
Binary: ifcico ifgate ifmail
Architecture: source all i386
Version: 2.14tx8.10-19
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description: 
 ifcico     - Fidonet Technology transport package
 ifgate     - Internet to Fidonet gateway
 ifmail     - Internet to Fidonet gateway
Closes: 228568 286428
Changes: 
 ifmail (2.14tx8.10-19) unstable; urgency=low
 .
   * Updated dependency to exim4. (Closes: #228568)
   * Fixed gcc 4.0 FTBFS bugs. (Closes: #286428)
Files: 
 c791b9ac03feba6416659980760ab5bc 617 comm extra ifmail_2.14tx8.10-19.dsc
 a5ad4042797f72583d922f08483b8725 39746 comm extra ifmail_2.14tx8.10-19.diff.gz
 0dddc852eb99cad4da3e1b3fd013292f 50822 comm extra ifmail_2.14tx8.10-19_all.deb
 5479fe676551c42415b0a7005aa7693c 219062 comm extra 
ifgate_2.14tx8.10-19_i386.deb
 e89369098424f7a8f1c01bbad62c9599 280342 comm extra 
ifcico_2.14tx8.10-19_i386.deb

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

iD8DBQFC2OOMFGfw2OHuP7ERAn6YAJ93kF/GyziR3HGbsYeXd4Z19AURkQCeIM57
5DfJRAXzmUcMdVdDxNXTvGk=
=hB40
-----END PGP SIGNATURE-----


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

Reply via email to