Your message dated Sat, 5 Apr 2008 17:45:59 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing
has caused the Debian Bug report #417723,
regarding FTBFS with GCC 4.3: missing #includes
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 [EMAIL PROTECTED]
immediately.)
--
417723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417723
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tagcolledit
Version: 1.3-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 (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of tagcolledit_1.3-1 on coconut0 by sbuild/ia64 0.49
..
> make[3]: Entering directory `/build/tbm/tagcolledit-1.3/src'
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/tagcoll-1.6.3
> -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0
> -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
> -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0
> -g -Wall -O2 -Wall -c -o Environment.o Environment.cc
> Environment.cc: In function 'void fatal_error(const char*, ...)':
> Environment.cc:51: error: 'exit' was not declared in this scope
> make[3]: *** [Environment.o] Error 1
--- src/Environment.cc~ 2007-04-04 12:19:41.000000000 +0000
+++ src/Environment.cc 2007-04-04 12:19:49.000000000 +0000
@@ -20,6 +20,7 @@
#include "Environment.h"
+#include <cstdlib>
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h> // isatty
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Stable is not going through a gcc-4.3 transition, and this package has been
removed from unstable and testing.
--
-----------------------------------------------------------------
| ,''`. Stephen Gran |
| : :' : [EMAIL PROTECTED] |
| `. `' Debian user, admin, and developer |
| `- http://www.debian.org |
-----------------------------------------------------------------
signature.asc
Description: Digital signature
--- End Message ---