Your message dated Tue, 06 Sep 2005 09:25:31 -0600 with message-id <[EMAIL PROTECTED]> and subject line closing 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; 5 Aug 2004 20:53:59 +0000 >From [EMAIL PROTECTED] Thu Aug 05 13:53:59 2004 Return-path: <[EMAIL PROTECTED]> Received: from c214098.adsl.hansenet.de (localhost) [213.39.214.98] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BspFP-0003hv-00; Thu, 05 Aug 2004 13:53:59 -0700 Received: from aj by localhost with local (Exim 4.34) id 1BspFN-0002sU-SI; Thu, 05 Aug 2004 22:53:57 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: sumika: FTBFS with gcc-3.4: conflicting types for 'sumika_get_c_string' Message-Id: <[EMAIL PROTECTED]> Date: Thu, 05 Aug 2004 22:53:57 +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: sumika Severity: normal Tags: patch When building 'sumika' with gcc-3.4 I get the following error: fi x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../dixchange -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1 -g -g -O2 -MT uimconfig.lo -MD -MP -MF .deps/uimconfig.Tpo -c uimconfig.c -fPIC -DPIC -o .libs/uimconfig.o uimconfig.c: In function `sumika_symbol_value': uimconfig.c:54: warning: passing arg 1 of `rintern' discards qualifiers from pointer target type uimconfig.c: In function `sumika_symbol_value_str': uimconfig.c:70: warning: implicit declaration of function `sumika_get_c_string' uimconfig.c:70: warning: assignment makes pointer from integer without a cast uimconfig.c: At top level: uimconfig.c:78: warning: no previous prototype for 'sumika_get_c_string' uimconfig.c:78: error: conflicting types for 'sumika_get_c_string' uimconfig.c:70: error: previous implicit declaration of 'sumika_get_c_string' was here uimconfig.c: In function `write_uim_config': uimconfig.c:219: warning: unused variable `st' make[3]: *** [uimconfig.lo] Error 1 make[3]: Leaving directory `/sumika-0.11/common' With the attached patch 'sumika' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/sumika-0.11/common/uimconfig.c ./common/uimconfig.c --- ../tmp-orig/sumika-0.11/common/uimconfig.c 2004-02-13 13:41:04.000000000 +0100 +++ ./common/uimconfig.c 2004-08-05 22:46:57.930008443 +0200 @@ -60,6 +60,8 @@ } } +char *sumika_get_c_string(LISP str); + static char *sumika_symbol_value_str(const char *symbol_str) { LISP val_; --------------------------------------- Received: (at 263814-done) by bugs.debian.org; 6 Sep 2005 15:25:47 +0000 >From [EMAIL PROTECTED] Tue Sep 06 08:25:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from atlrel6.hp.com [156.153.255.205] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ECfKV-00021n-00; Tue, 06 Sep 2005 08:25:47 -0700 Received: from smtp1.fc.hp.com (smtp1.fc.hp.com [15.15.136.127]) by atlrel6.hp.com (Postfix) with ESMTP id 01A483969; Tue, 6 Sep 2005 11:25:45 -0400 (EDT) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp1.fc.hp.com (Postfix) with ESMTP id A542F3852C; Tue, 6 Sep 2005 15:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id 224B51341DA; Tue, 6 Sep 2005 09:25:45 -0600 (MDT) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29306-08; Tue, 6 Sep 2005 09:25:43 -0600 (MDT) Received: from localhost (hplu.lsy [10.100.0.20]) by ldl.fc.hp.com (Postfix) with ESMTP id 05C3E1340D4; Tue, 6 Sep 2005 09:25:42 -0600 (MDT) Subject: closing From: dann frazier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Content-Type: text/plain Date: Tue, 06 Sep 2005 09:25:31 -0600 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com 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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Version: 0.11-2 This bug was apparently fixed back in August, but didn't have a proper Closes marker in the changelog. -- dann frazier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]