Your message dated Wed, 18 Feb 2009 16:52:07 +0200 (EET)
with message-id <alpine.soc.1.99.0902181651190.18...@vipunen.hut.fi>
and subject line Re: FTBFS with GCC 4.4: missing #include
has caused the Debian Bug report #505686,
regarding FTBFS with GCC 4.4: missing #include
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
505686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505686
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tmispell-voikko
Version: 0.7-2
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of tmispell-voikko_0.7-2 on em64t by sbuild/amd64 0.53
...
> mv -f .deps/regexp.Tpo .deps/regexp.Po
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/usr/include/glibmm-2.4
> -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -Wall -g -O2 -g -O2 -MT tmerror.o -MD -MP
> -MF .deps/tmerror.Tpo -c -o tmerror.o tmerror.cc
> tmerror.cc: In constructor 'Error::Error(const char*, ...)':
> tmerror.cc:28: error: 'vsnprintf' was not declared in this scope
> make[3]: *** [tmerror.o] Error 1
--- src/tmerror.cc~ 2008-11-14 12:36:30.000000000 +0000
+++ src/tmerror.cc 2008-11-14 12:36:36.000000000 +0000
@@ -16,6 +16,7 @@
*********************************************************************************/
#include <stdarg.h>
+#include <stdio.h>
#include "tmerror.hh"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Sorry for not being more explicit. The new upstream version 0.7.1 among
else fixed the GCC 4.4 problems.
-Timo
--- End Message ---