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

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



Your message dated Thu, 24 May 2007 03:10:30 +0200
with message-id <20070524011030.GA22609@pryan.sytes.net>
and subject line Bug#417270: 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: kdeaccessibility
Version: 4:3.5.5-2
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 kdeaccessibility_4:3.5.5-2 on coconut0 by sbuild/ia64 0.49
...
> In file included from kmousetool.all_cpp.cpp:3:
> /build/tbm/kdeaccessibility-3.5.5/./kmousetool/kmousetool/kmousetool.cpp: In member function 'void KMouseTool::setAutostart(bool)':
> /build/tbm/kdeaccessibility-3.5.5/./kmousetool/kmousetool/kmousetool.cpp:406: error: 'system' was not declared in this scope
> In file included from kmousetool.all_cpp.cpp:4:
> /build/tbm/kdeaccessibility-3.5.5/./kmousetool/kmousetool/main.cpp: In function 'int main(int, char**)':
> /build/tbm/kdeaccessibility-3.5.5/./kmousetool/kmousetool/main.cpp:69: error: 'exit' was not declared in this scope

--- kmousetool/kmousetool/mtstroke.h~	2007-04-02 08:04:50.000000000 +0000
+++ kmousetool/kmousetool/mtstroke.h	2007-04-02 08:04:56.000000000 +0000
@@ -19,6 +19,7 @@
 
 #ifndef MTSTROKE_H
 #define MTSTROKE_H
+#include <cstdlib>
 #include <vector>
 #include <fstream>
 #include <map>

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


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

On Mon, Apr 02, 2007 at 09:20:19AM +0100, Martin Michlmayr wrote:
> Package: kdeaccessibility
> Version: 4:3.5.5-2
> 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.
>

The patch was applied by upstream and it is included in kdeaccessibility 3.5.7.
I forgot close this bug in the changelog, closing now.

Ana

--- End Message ---

Reply to: