Your message dated Tue, 12 Jun 2007 19:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417266: fixed in kasumi 2.2-1
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)
--- Begin Message ---
Package: kasumi
Version: 2.0.1-3
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of kasumi_2.0.1-3 on coconut0 by sbuild/ia64 0.49
....
> if ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.
> -DLOCALEDIR='"/usr/share/locale"' -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -Wall -MT
> KasumiDic.o -MD -MP -MF ".deps/KasumiDic.Tpo" -c -o KasumiDic.o
> KasumiDic.cxx; \
> then mv -f ".deps/KasumiDic.Tpo" ".deps/KasumiDic.Po"; else rm -f
> ".deps/KasumiDic.Tpo"; exit 1; fi
> KasumiDic.cxx: In member function 'void KasumiDic::removeWord(size_t)':
> KasumiDic.cxx:162: error: 'free' was not declared in this scope
> make[3]: *** [KasumiDic.o] Error 1
--- KasumiDic.cxx~ 2007-04-02 07:57:48.000000000 +0000
+++ KasumiDic.cxx 2007-04-02 07:57:55.000000000 +0000
@@ -33,6 +33,7 @@
}
#include <anthy/anthy.h>
#include <stdio.h>
+#include <cstdlib>
#include <iostream>
#include <fstream>
#include <sstream>
--- KasumiWord.cxx~ 2007-04-02 07:58:37.000000000 +0000
+++ KasumiWord.cxx 2007-04-02 07:58:43.000000000 +0000
@@ -23,6 +23,7 @@
*
*********************************************************************/
+#include <cstdlib>
#include <string>
#include <map>
#include <iconv.h>
--- KasumiString.cxx~ 2007-04-02 07:59:38.000000000 +0000
+++ KasumiString.cxx 2007-04-02 07:59:43.000000000 +0000
@@ -24,6 +24,7 @@
*********************************************************************/
#include "KasumiString.hxx"
+#include <cstdlib>
#include <iostream>
#include <sstream>
--- KasumiException.cxx~ 2007-04-02 08:00:01.000000000 +0000
+++ KasumiException.cxx 2007-04-02 08:00:09.000000000 +0000
@@ -24,6 +24,7 @@
*********************************************************************/
#include <gtk/gtk.h>
+#include <cstdlib>
#include <iostream>
#include "KasumiException.hxx"
--- KasumiMainWindow.cxx~ 2007-04-02 08:00:27.000000000 +0000
+++ KasumiMainWindow.cxx 2007-04-02 08:00:35.000000000 +0000
@@ -26,6 +26,7 @@
#include <gtk/gtk.h>
#include "cellrendererspin.h"
+#include <cstdlib>
#include <iostream>
#include "KasumiMainWindow.hxx"
#include "KasumiException.hxx"
--- KasumiConfiguration.cxx~ 2007-04-02 08:00:56.000000000 +0000
+++ KasumiConfiguration.cxx 2007-04-02 08:01:01.000000000 +0000
@@ -23,6 +23,7 @@
*
*********************************************************************/
+#include <cstdlib>
#include <iostream>
#include <fstream>
#include <map>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: kasumi
Source-Version: 2.2-1
We believe that the bug you reported is fixed in the latest version of
kasumi, which is due to be installed in the Debian FTP archive:
kasumi_2.2-1.diff.gz
to pool/main/k/kasumi/kasumi_2.2-1.diff.gz
kasumi_2.2-1.dsc
to pool/main/k/kasumi/kasumi_2.2-1.dsc
kasumi_2.2-1_i386.deb
to pool/main/k/kasumi/kasumi_2.2-1_i386.deb
kasumi_2.2.orig.tar.gz
to pool/main/k/kasumi/kasumi_2.2.orig.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.
Ikuya Awashiro <[EMAIL PROTECTED]> (supplier of updated kasumi 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, 03 Jun 2007 01:46:09 +0900
Source: kasumi
Binary: kasumi
Architecture: source i386
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH <[EMAIL PROTECTED]>
Changed-By: Ikuya Awashiro <[EMAIL PROTECTED]>
Description:
kasumi - Simple dictionary utility for Anthy
Closes: 417266
Changes:
kasumi (2.2-1) unstable; urgency=low
.
* New upstream release
* debian/patches/04_gcc4.3fix.dpatch: added.
Closes: Bug#417266: FTBFS with GCC 4.3: missing #includes
Thanks to Martin Michlmayr <[EMAIL PROTECTED]>.
* debian/patches/05_patch-local-kasumidic.dpatch: added.
Thanks to dtana.
from http://kasumi.sourceforge.jp/index.php?%A5%D0%A5%B0%CA%F3%B9%F0%2F95
Files:
f3fac6273c88a99259c4094b7e6fb4bd 676 x11 optional kasumi_2.2-1.dsc
d0c3a605fc95b89d4e102ffdd0b4c37d 272544 x11 optional kasumi_2.2.orig.tar.gz
d7604694c4056200efb9d235fce3fc6f 22063 x11 optional kasumi_2.2-1.diff.gz
6764dc23a15802fe81741d02e367d3f4 83080 x11 optional kasumi_2.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGbvAz/PbdRTnM8McRAre4AJ96bA51vTqYoJ5Wbd4nxrZRukyihwCfXXel
/phLQ/rN70OlLSv6lDXALP8=
=Qgwd
-----END PGP SIGNATURE-----
--- End Message ---