Your message dated Mon, 31 Mar 2008 15:47:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417691: fixed in scorched3d 41.3dfsg-1
has caused the Debian Bug report #417691,
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.)
--
417691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417691
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: scorched3d
Version: 40.1d.dfsg-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 scorched3d_40.1d.dfsg-1 on coconut0 by sbuild/ia64 0.49
...
> ia64-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE=\"scorched3d\" -DVERSION=\"40\" -DHAVE_OGG=1 -DHAVE_VSNPRINTF=1
> -DHAVE_SNPRINTF=1 -DHAVE_VASPRINTF=1 -DHAVE_ASPRINTF=1 -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -I. -I. -I../porting -I..
> -I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include
> -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
> -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
> -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -g -O2 -I/usr/include/SDL
> -D_GNU_SOURCE=1 -D_REENTRANT
> -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
> -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
> -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -I/usr/include -I/usr/include
> -I/usr/include/freetype2 -DS3D_DOCDIR=\"/usr/share/doc/scorched3d\"
> -DS3D_DATADIR=\"/usr/share/games/scorched3d\" -DS3D_BINDIR=\"/usr/games\"
> -DdDOUBLE -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp
> main.cpp: In function 'void _no_storage()':
> main.cpp:105: error: 'exit' is not a member of 'std'
> make[3]: *** [main.o] Error 1
--- src/boids/BoidWorld.h~ 2007-04-04 10:13:00.000000000 +0000
+++ src/boids/BoidWorld.h 2007-04-04 10:13:27.000000000 +0000
@@ -23,6 +23,7 @@
#include <vector>
#include <list>
+#include <string>
#include <common/Vector.h>
class SoundBuffer;
--- src/scorched/main.cpp~ 2007-04-04 10:09:06.000000000 +0000
+++ src/scorched/main.cpp 2007-04-04 10:09:26.000000000 +0000
@@ -34,6 +34,7 @@
#include <common/Defines.h>
#include <common/OptionsTransient.h>
#include <scorched/MainDialog.h>
+#include <cstdlib>
#include <locale.h>
#include <math.h>
#include <signal.h>
--- src/tankai/TankAIComputerTarget.cpp~ 2007-04-04 10:18:40.000000000
+0000
+++ src/tankai/TankAIComputerTarget.cpp 2007-04-04 10:18:49.000000000 +0000
@@ -23,6 +23,7 @@
#include <tank/TankContainer.h>
#include <server/ScorchedServer.h>
#include <common/DefinesMath.h>
+#include <climits>
TankAIComputerTarget::TankAIComputerTarget()
{
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: scorched3d
Source-Version: 41.3dfsg-1
We believe that the bug you reported is fixed in the latest version of
scorched3d, which is due to be installed in the Debian FTP archive:
scorched3d-data_41.3dfsg-1_all.deb
to pool/main/s/scorched3d/scorched3d-data_41.3dfsg-1_all.deb
scorched3d-dbg_41.3dfsg-1_i386.deb
to pool/main/s/scorched3d/scorched3d-dbg_41.3dfsg-1_i386.deb
scorched3d_41.3dfsg-1.diff.gz
to pool/main/s/scorched3d/scorched3d_41.3dfsg-1.diff.gz
scorched3d_41.3dfsg-1.dsc
to pool/main/s/scorched3d/scorched3d_41.3dfsg-1.dsc
scorched3d_41.3dfsg-1_i386.deb
to pool/main/s/scorched3d/scorched3d_41.3dfsg-1_i386.deb
scorched3d_41.3dfsg.orig.tar.gz
to pool/main/s/scorched3d/scorched3d_41.3dfsg.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> (supplier of updated scorched3d
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 22 Mar 2008 13:37:54 +0100
Source: scorched3d
Binary: scorched3d scorched3d-dbg scorched3d-data
Architecture: source all i386
Version: 41.3dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>
Description:
scorched3d - 3D artillery game similar to Scorched Earth
scorched3d-data - data files for Scorched3D game
scorched3d-dbg - 3D artillery game similar to Scorched Earth, debug data
Closes: 417691 461816
Changes:
scorched3d (41.3dfsg-1) unstable; urgency=low
.
[ Bruno "Fuddl" Kleinert ]
* New upstream release (Closes: #461816)
* Updated gcc-4.3 patch (Closes: #417691)
* Removed reject in src/net/NetServerTCP2Destination.cpp
* Add missing header in src/common/LoggerI.cpp
* Remove several empty directories. Found by lintian
* Remove scorched3d-doc from Suggests-field of scorched3d binary package
* Update my email address where necessary
* Build-depend on debhelper >= 5.0.51. Found by lintian
* We need dh_icons >= 5.0.51
Files:
308722bbf1731267748b1100e9f8df23 1222 games optional scorched3d_41.3dfsg-1.dsc
462c2c1d5dd42e93b3b0e4c6fb3af612 60567114 games optional
scorched3d_41.3dfsg.orig.tar.gz
db61fca6171fc3fc61cc83c8aaaf3a1e 135702 games optional
scorched3d_41.3dfsg-1.diff.gz
c4057d299094ea94bec9d5e665f9d961 58251362 games optional
scorched3d-data_41.3dfsg-1_all.deb
18efae4b6bab1596d278c8b78968e621 1979764 games optional
scorched3d_41.3dfsg-1_i386.deb
2b8d53de08fa88d08b4448136a944bdf 15493280 games extra
scorched3d-dbg_41.3dfsg-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian Powered!
iD8DBQFH8QFDmAg1RJRTSKQRAq46AJ991p/3s3ZETty1m2GCGQ0I2N0nqgCeJ+T6
hMOcZw/q8WB8dGlklGkhdo0=
=cI9X
-----END PGP SIGNATURE-----
--- End Message ---