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

Bug#417283: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Sat, 26 May 2007 01:27:59 +0200
with message-id <200705260128.00167.debian@pusling.com>
and subject line FTBFS with GCC 4.3: missing #includes
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: kdeedu
Version: 4:3.5.5-1
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 kdeedu_4:3.5.5-1 on em64t by sbuild/amd64 0.53
...
> /build/tbm/kdeedu-3.5.5/build-tree/kdeedu-3.5.5/kanagram/src/kanagramgame.cpp: In member function 'void KanagramGame::checkFile()':
> /build/tbm/kdeedu-3.5.5/build-tree/kdeedu-3.5.5/kanagram/src/kanagramgame.cpp:52: error: 'exit' was not declared in this scope

--- kvoctrain/kvoctrain/entry-dialogs/FromToEntryPage.cpp~	2007-04-02 09:05:09.000000000 +0000
+++ kvoctrain/kvoctrain/entry-dialogs/FromToEntryPage.cpp	2007-04-02 09:05:18.000000000 +0000
@@ -27,6 +27,7 @@
 #include "FromToEntryPage.h"
 #include "EntryDlg.h"
 
+#include <cstdlib>
 #include <qlineedit.h>
 #include <qcombobox.h>
 #include <qpushbutton.h>
--- kvoctrain/kvoctrain/spotlight2kvtml.cpp~	2007-04-02 09:09:30.000000000 +0000
+++ kvoctrain/kvoctrain/spotlight2kvtml.cpp	2007-04-02 09:09:42.000000000 +0000
@@ -25,6 +25,7 @@
 
 #include <qfile.h>
 
+#include <cstdlib>
 #include <vector>
 #include <iostream>
 using namespace std;
--- kanagram/src/kanagramgame.cpp~	2007-04-02 08:35:03.000000000 +0000
+++ kanagram/src/kanagramgame.cpp	2007-04-02 08:35:09.000000000 +0000
@@ -22,6 +22,7 @@
 
 #include <qfile.h>
 
+#include <cstdlib>
 #include <kurl.h>
 #include <kdebug.h>
 #include <kmessagebox.h>
--- kbruch/src/task.cpp~	2007-04-02 08:37:37.000000000 +0000
+++ kbruch/src/task.cpp	2007-04-02 08:37:43.000000000 +0000
@@ -19,6 +19,7 @@
 
 #include <kdebug.h>
 
+#include <cstdlib>
 #include <time.h>
 
 #include "task.h"

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


--- End Message ---
--- Begin Message ---
Version: 4:3.5.7-1

Upstream has fixed this with #include <stdlib.h>

/Sune
-- 
I cannot send the FPU of the 6X memory address to a 43-bit head over the pin 
on a memory, how does it work?

First of all from the control tools inside Netscape you neither should ever 
debug the tower of the pin, nor must unmount a LCD ISA shell over a fan and 
then you need to send to a Ultra CD mouse but then from Netscape you either 
can never receive a microprocessor, or should receive from the GUI.

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply to: