Your message dated Sat, 19 Nov 2005 09:17:12 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#259894: fixed in wnn6-sdk 1.0.0-13 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; 17 Jul 2004 06:32:15 +0000 >From [EMAIL PROTECTED] Fri Jul 16 23:32:15 2004 Return-path: <[EMAIL PROTECTED]> Received: from c204142.adsl.hansenet.de (localhost) [213.39.204.142] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Blik2-0006Y3-00; Fri, 16 Jul 2004 23:32:14 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Blik0-0002tZ-RD; Sat, 17 Jul 2004 08:32:12 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: wnn6-sdk: FTBFS with gcc-3.4: conflicting types for 'malloc' Message-Id: <[EMAIL PROTECTED]> Date: Sat, 17 Jul 2004 08:32:12 +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: wnn6-sdk Severity: normal Tags: patch When building 'wnn6-sdk' with gcc-3.4 I get the following error: In file included from js.c:5629: malloc.c:57: error: conflicting types for 'malloc' malloc.c:57: error: conflicting types for 'malloc' malloc.c:58: error: conflicting types for 'free' js.c:5099: error: previous implicit declaration of 'free' was here malloc.c:60: error: conflicting types for 'calloc' malloc.c:60: error: conflicting types for 'calloc' malloc.c: In function `malloc0': malloc.c:66: warning: comparison between pointer and integer malloc.c: In function `realloc0': malloc.c:87: warning: comparison between pointer and integer make[4]: *** [js.o] Error 1 make[4]: Leaving directory `/wnn6-sdk-1.0.0/src/contrib/im/Xsi/Wnn/jlib' make[3]: *** [all] Error 2 make[3]: Leaving directory `/wnn6-sdk-1.0.0/src/contrib/im/Xsi/Wnn' make[2]: *** [all] Error 2 make[2]: Leaving directory `/wnn6-sdk-1.0.0/src/contrib/im/Xsi' make[1]: *** [World] Error 2 make[1]: Leaving directory `/wnn6-sdk-1.0.0/src/contrib/im/Xsi' make: *** [build-stamp] Error 2 With the attached patch 'wnn6-sdk' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/wnn6-sdk-1.0.0/patch/malloc.patch ./patch/malloc.patch --- ../tmp-orig/wnn6-sdk-1.0.0/patch/malloc.patch 2001-03-31 10:18:55.000000000 +0200 +++ ./patch/malloc.patch 2004-07-17 08:21:26.834059148 +0200 @@ -1,15 +1,6 @@ diff -uNr src/contrib/im/Xsi.orig/Wnn/etc/bdic.c src/contrib/im/Xsi/Wnn/etc/bdic.c --- src/contrib/im/Xsi.orig/Wnn/etc/bdic.c Fri Sep 1 18:58:54 2000 +++ src/contrib/im/Xsi/Wnn/etc/bdic.c Sat Mar 31 17:17:50 2001 -@@ -179,6 +179,8 @@ - #define max(a, b) ((a < b)? b:a) - #endif - -+extern char *malloc0(); -+ - /*:::DOC_START - * - * Function Name: dic_get_compressed_filename @@ -1849,7 +1851,7 @@ hjt.hindo_area = (int)((serial + MAX_HINDO_DATA_AREA - 1) / MAX_HINDO_DATA_AREA); if(hjt.hindo_area != 0) { @@ -841,7 +832,7 @@ diff -uNr src/contrib/im/Xsi.orig/Wnn/jlib/malloc.c src/contrib/im/Xsi/Wnn/jlib/malloc.c --- src/contrib/im/Xsi.orig/Wnn/jlib/malloc.c Thu Jan 1 09:00:00 1970 +++ src/contrib/im/Xsi/Wnn/jlib/malloc.c Sat Mar 31 17:17:50 2001 -@@ -0,0 +1,94 @@ +@@ -0,0 +1,86 @@ +/* + * $Id: malloc.c,v 1.3 1994/08/19 01:31:26 kuwa Exp $ + */ @@ -894,14 +885,6 @@ + */ +#include <stdio.h> +/* #include "wnn_malloc.h" */ -+#undef malloc -+#undef realloc -+#undef free -+ -+extern char *malloc(); -+extern void free(); -+extern char *realloc(); -+extern char *calloc(); + +char * +malloc0(size) --------------------------------------- Received: (at 259894-close) by bugs.debian.org; 19 Nov 2005 17:21:21 +0000 >From [EMAIL PROTECTED] Sat Nov 19 09:21:21 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EdWKu-0001KH-Fc; Sat, 19 Nov 2005 09:17:12 -0800 From: Keita Maehara <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#259894: fixed in wnn6-sdk 1.0.0-13 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 19 Nov 2005 09:17:12 -0800 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: wnn6-sdk Source-Version: 1.0.0-13 We believe that the bug you reported is fixed in the latest version of wnn6-sdk, which is due to be installed in the Debian FTP archive: libwnn6-1_1.0.0-13_i386.deb to pool/main/w/wnn6-sdk/libwnn6-1_1.0.0-13_i386.deb libwnn6-dev_1.0.0-13_i386.deb to pool/main/w/wnn6-sdk/libwnn6-dev_1.0.0-13_i386.deb wnn6-sdk_1.0.0-13.dsc to pool/main/w/wnn6-sdk/wnn6-sdk_1.0.0-13.dsc wnn6-sdk_1.0.0-13.tar.gz to pool/main/w/wnn6-sdk/wnn6-sdk_1.0.0-13.tar.gz 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. Keita Maehara <[EMAIL PROTECTED]> (supplier of updated wnn6-sdk 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: Sun, 20 Nov 2005 00:13:30 +0900 Source: wnn6-sdk Binary: libwnn6-dev libwnn6-1 Architecture: source i386 Version: 1.0.0-13 Distribution: unstable Urgency: low Maintainer: Keita Maehara <[EMAIL PROTECTED]> Changed-By: Keita Maehara <[EMAIL PROTECTED]> Description: libwnn6-1 - Wnn6 client library libwnn6-dev - Header files and static library for Wnn6 client library Closes: 259894 337740 Changes: wnn6-sdk (1.0.0-13) unstable; urgency=low . * Maintainer release (closes: Bug#259894). * Added "Conflicts: libwnn6" to libwnn6-1 (closes: Bug#337740). * Updated Standards-Version: to 3.6.2. Files: 8a9b378770eb6952401623e4edffff09 537 - extra wnn6-sdk_1.0.0-13.dsc 2c4307aed477676114f516dcd6ae6dd7 204918 - extra wnn6-sdk_1.0.0-13.tar.gz b813681f7e559a08954e201cdda7c80c 125558 libdevel extra libwnn6-dev_1.0.0-13_i386.deb 27dcaf42600a408a0162187fb53b0e2e 91274 libs extra libwnn6-1_1.0.0-13_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDf0TDJxItQqZ0o1kRAnwFAJ9mX0V88/JzjyPIDCLkI7+SNkNJUgCcClgw 8eXYeyjJrBwvYIUhWh0FAIU= =Z789 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]