Your message dated Sun, 31 Jul 2005 13:17:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#258511: fixed in af 2.4.3-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; 9 Jul 2004 22:56:59 +0000 >From [EMAIL PROTECTED] Fri Jul 09 15:56:59 2004 Return-path: <[EMAIL PROTECTED]> Received: from d001252.adsl.hansenet.de (localhost) [80.171.1.252] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bj4Id-0003yW-00; Fri, 09 Jul 2004 15:56:59 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Bj4IZ-0003U0-LU; Sat, 10 Jul 2004 00:56:58 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: af: FTBFS with gcc-3.4: conflicting types for 'malloc' Message-Id: <[EMAIL PROTECTED]> Date: Sat, 10 Jul 2004 00:56:58 +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: af Severity: normal Tags: patch When building 'af' with gcc-3.4 I get the following error: make[2]: Entering directory `/af-2.4.3/lib' gcc -O2 -DHAVE_STRING_H -c -o regex.o regex.c regex.c:72: error: conflicting types for 'malloc' regex.c:72: error: conflicting types for 'malloc' make[2]: *** [regex.o] Error 1 make[2]: Leaving directory `/af-2.4.3/lib' make[1]: *** [all] Error 2 make[1]: Leaving directory `/af-2.4.3' make: *** [build] Error 2 With the attached patch 'af' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/af-2.4.3/lib/regex.c ./lib/regex.c --- ../tmp-orig/af-2.4.3/lib/regex.c 2003-11-27 02:49:02.000000000 +0100 +++ ./lib/regex.c 2004-07-08 13:47:28.593662447 +0200 @@ -69,7 +69,6 @@ /****************************************************************************/ /* Global function declarations */ -extern char *malloc(); extern void free(); /* Functions used to compile expressions */ diff -urN ../tmp-orig/af-2.4.3/lib/tempnam.c ./lib/tempnam.c --- ../tmp-orig/af-2.4.3/lib/tempnam.c 2003-11-27 02:49:02.000000000 +0100 +++ ./lib/tempnam.c 2004-07-08 13:47:28.593662447 +0200 @@ -38,7 +38,7 @@ /****************************************************************************/ /* Global function declarations */ -extern char *malloc(), *getenv(), *mktemp(); +extern char *getenv(), *mktemp(); extern int stat(), access(); extern void free(); diff -urN ../tmp-orig/af-2.4.3/src/lock.c ./src/lock.c --- ../tmp-orig/af-2.4.3/src/lock.c 2003-11-27 02:49:02.000000000 +0100 +++ ./src/lock.c 2004-07-08 13:47:28.593662447 +0200 @@ -46,7 +46,7 @@ /****************************************************************************/ /* Global function declarations */ -extern char *malloc(), *tempnam(); +extern char *tempnam(); extern unsigned sleep(); extern void free(); diff -urN ../tmp-orig/af-2.4.3/src/misc.c ./src/misc.c --- ../tmp-orig/af-2.4.3/src/misc.c 2003-11-27 02:49:02.000000000 +0100 +++ ./src/misc.c 2004-07-08 13:47:28.594662252 +0200 @@ -63,7 +63,6 @@ /****************************************************************************/ /* Global function declarations */ -extern char *malloc(), *realloc(); extern char *getlogin(), *getenv(), *getcwd(); extern int kill(), strncasecmp(), pclose(); extern int mkupper(); diff -urN ../tmp-orig/af-2.4.3/src/writembox.c ./src/writembox.c --- ../tmp-orig/af-2.4.3/src/writembox.c 2003-11-27 02:49:02.000000000 +0100 +++ ./src/writembox.c 2004-07-08 13:47:28.594662252 +0200 @@ -38,7 +38,7 @@ /****************************************************************************/ /* Global function declarations */ -extern char *malloc(), *lock(); +extern char *lock(); extern int move_lockfile(), unlock(); extern void free(), exit(); --------------------------------------- Received: (at 258511-close) by bugs.debian.org; 31 Jul 2005 20:35:49 +0000 >From [EMAIL PROTECTED] Sun Jul 31 13:35:46 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1DzKF8-0001OB-00; Sun, 31 Jul 2005 13:17:06 -0700 From: Malc Arnold <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#258511: fixed in af 2.4.3-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 31 Jul 2005 13:17: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: af Source-Version: 2.4.3-3 We believe that the bug you reported is fixed in the latest version of af, which is due to be installed in the Debian FTP archive: af_2.4.3-3.diff.gz to pool/main/a/af/af_2.4.3-3.diff.gz af_2.4.3-3.dsc to pool/main/a/af/af_2.4.3-3.dsc af_2.4.3-3_i386.deb to pool/main/a/af/af_2.4.3-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. Malc Arnold <[EMAIL PROTECTED]> (supplier of updated af 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: Fri, 31 Jul 2005 20:25:23 +0100 Source: af Binary: af Architecture: source i386 Version: 2.4.3-3 Distribution: unstable Urgency: low Maintainer: Malc Arnold <[EMAIL PROTECTED]> Changed-By: Malc Arnold <[EMAIL PROTECTED]> Description: af - An Emacs-like mail reader and composer Closes: 258511 289854 297545 Changes: af (2.4.3-3) unstable; urgency=low . * Fixed gcc-3.5/4.0 malloc redeclaration (closes: #258511, #289854) * Fixed clash with readahead on amd64 (closes: #297545) Files: 13eab881162374204a17f3df27373339 560 mail optional af_2.4.3-3.dsc 4ef1cad018deddbbd74bc8ec605168ad 6496 mail optional af_2.4.3-3.diff.gz 8cba9a94bbb15c52df48f91849c6673b 447268 mail optional af_2.4.3-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC7SX8KeV828CMUnURAuAmAJwJr8OGLzri/lZmbi2+FH0zJb6EUgCfVLQC aonXFXPhwfchvsj6HeEM+PE= =yxoH -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]