[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#505428: marked as done (FTBFS with GCC 4.4: missing #include)



Your message dated Wed, 8 Apr 2009 10:08:20 +0200
with message-id <20090408080820.GA27639@pryan.ekaia.org>
and subject line Re: Bug#505428: FTBFS with GCC 4.4: missing #include
has caused the Debian Bug report #505428,
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 owner@bugs.debian.org
immediately.)


-- 
505428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505428
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kdesdk
Version: 4:3.5.9-2
User: debian-gcc@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 kdesdk_4:3.5.9-2 on em64t by sbuild/amd64 0.53
...
> mkdir .libs
>  g++ -DHAVE_CONFIG_H -I. -I/build/tbm/kdesdk-3.5.9/./kbabel/common/libgettext -I../../.. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c pofiles.cc  -fPIC -DPIC -o .libs/pofiles.o
> pofiles.cc: In member function 'int GettextBaseFlexLexer::yyinput()':
> pofiles.cc:1263: error: 'EOF' was not declared in this scope
> make[5]: *** [pofiles.lo] Error 1

--- poxml/antlr/antlr/CharScanner.hpp~	2008-11-12 08:35:50.000000000 +0000
+++ poxml/antlr/antlr/CharScanner.hpp	2008-11-12 08:35:57.000000000 +0000
@@ -41,6 +41,7 @@
 #include "antlr/InputBuffer.hpp"
 #include "antlr/BitSet.hpp"
 #include "antlr/LexerSharedInputState.hpp"
+#include <cstdio>
 #include <map>
 
 ANTLR_BEGIN_NAMESPACE(antlr)
--- kbabel/common/libgettext/pofiles.cc~	2008-11-12 08:13:03.000000000 +0000
+++ kbabel/common/libgettext/pofiles.cc	2008-11-12 08:13:26.000000000 +0000
@@ -95,6 +95,7 @@
 /* begin standard C++ headers. */
 #include <iostream> 
 #include <errno.h>
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 /* end standard C++ headers. */

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
On Wed, Nov 12, 2008 at 10:01:59AM +0100, Martin Michlmayr wrote:
> Package: kdesdk
> Version: 4:3.5.9-2
> User: debian-gcc@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.

With the replacement of KDE 3 with KDE 4 in unstable, this should be fixed.

Ana


--- End Message ---

Reply to: