Your message dated Thu, 17 Jan 2008 15:32:18 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417691: fixed in scorched3d 41.2dfsg-1
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: 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.2dfsg-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.2dfsg-1_all.deb
to pool/main/s/scorched3d/scorched3d-data_41.2dfsg-1_all.deb
scorched3d-dbg_41.2dfsg-1_i386.deb
to pool/main/s/scorched3d/scorched3d-dbg_41.2dfsg-1_i386.deb
scorched3d_41.2dfsg-1.diff.gz
to pool/main/s/scorched3d/scorched3d_41.2dfsg-1.diff.gz
scorched3d_41.2dfsg-1.dsc
to pool/main/s/scorched3d/scorched3d_41.2dfsg-1.dsc
scorched3d_41.2dfsg-1_i386.deb
to pool/main/s/scorched3d/scorched3d_41.2dfsg-1_i386.deb
scorched3d_41.2dfsg.orig.tar.gz
to pool/main/s/scorched3d/scorched3d_41.2dfsg.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.
Reinhard Tartler <[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: Thu, 17 Jan 2008 15:13:30 +0100
Source: scorched3d
Binary: scorched3d scorched3d-data scorched3d-dbg
Architecture: source all i386
Version: 41.2dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Reinhard Tartler <[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 453553 453888 453889 460968
Changes:
scorched3d (41.2dfsg-1) unstable; urgency=low
.
[ Gonéri Le Bouder ]
[ Bruno "Fuddl" Kleinert ]
* New upstream release (Closes: #460968)
* Update to Standards Version 3.7.3.0. No changes were necessary
.
[ Barry deFreese ]
* Desktop file changes
+ Remove deprecated Encoding tag (Closes: #453888)
+ Remove path from exec line and extension from icon
* Add dh_desktop and dh_icons calls in rules (Closes: #453889)
.
[ Goneri Le Bouder ]
* add gcc-4.3.diff and a build dependency on quilt (Closes: #417691)
.
[ Peter De Wachter ]
* fix watchfile (Closes: #453553)
.
[ Reinhard Tartler ]
* Review changes and upload to unstable.
* Remove unnecessary dependency on dpkg-dev. Found by lintian.
* Remove obsolete debian/source.lintian-overrides file. Also found by
lintian.
Files:
4a74394a2e78181180878901d05a17fb 1217 games optional scorched3d_41.2dfsg-1.dsc
afadffdce08abd08d10a65b12fc892fc 60589923 games optional
scorched3d_41.2dfsg.orig.tar.gz
fccaab39504b1dc3d2f38dcdfbb5f87e 129912 games optional
scorched3d_41.2dfsg-1.diff.gz
6fea028a87b49c71ac21dabab75f0740 58239724 games optional
scorched3d-data_41.2dfsg-1_all.deb
3f46520539682f94ef033f38cde1359c 1980574 games optional
scorched3d_41.2dfsg-1_i386.deb
ce7057b70fbf5021851bf5475f75f804 15552882 games extra
scorched3d-dbg_41.2dfsg-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian Powered!
iD8DBQFHj3J3mAg1RJRTSKQRApAIAJ95P1FOoY144/nCh4MGpYVNY6msxACdHX9g
JD1gnuJAhkGOzpqNbeCkREk=
=mZsR
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel