Your message dated Wed, 11 Jul 2007 18:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#418620: fixed in balder2d 1.0~rc1-2
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: balder2d
Version: 1.0~rc1-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 balder2d_1.0~rc1-1 on em64t by sbuild/amd64 0.53
...
> g++ -o src/computerprobecontrol.o -c -D_GNU_SOURCE=1 -D_REENTRANT
> -I/usr/include/python2.4 -I/usr/include/SDL src/computerprobecontrol.cpp
> In file included from src/computerprobecontrol.cpp:21:
> src/../include/computerprobecontrol.h:35: error: 'std::string' has not been
> declared
> src/../include/computerprobecontrol.h:37: error: expected ';' before '(' token
--- include/computerprobecontrol.h~ 2007-04-10 20:09:19.000000000 +0000
+++ include/computerprobecontrol.h 2007-04-10 20:09:28.000000000 +0000
@@ -23,6 +23,7 @@
#include <Python.h>
#include <list>
+#include <string>
#include "../include/balder2dtypes.h"
namespace Balder {
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: balder2d
Source-Version: 1.0~rc1-2
We believe that the bug you reported is fixed in the latest version of
balder2d, which is due to be installed in the Debian FTP archive:
balder2d-data_1.0~rc1-2_all.deb
to pool/main/b/balder2d/balder2d-data_1.0~rc1-2_all.deb
balder2d_1.0~rc1-2.diff.gz
to pool/main/b/balder2d/balder2d_1.0~rc1-2.diff.gz
balder2d_1.0~rc1-2.dsc
to pool/main/b/balder2d/balder2d_1.0~rc1-2.dsc
balder2d_1.0~rc1-2_i386.deb
to pool/main/b/balder2d/balder2d_1.0~rc1-2_i386.deb
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.
Bjørn Hansen <[EMAIL PROTECTED]> (supplier of updated balder2d 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, 05 Jul 2007 01:14:46 +0000
Source: balder2d
Binary: balder2d balder2d-data
Architecture: source i386 all
Version: 1.0~rc1-2
Distribution: unstable
Urgency: low
Maintainer: Bjørn Hansen <[EMAIL PROTECTED]>
Changed-By: Bjørn Hansen <[EMAIL PROTECTED]>
Description:
balder2d - A 2D shooter in zero gravity
balder2d-data - data files for balder2d
Closes: 418620 418871 425069 427904
Changes:
balder2d (1.0~rc1-2) unstable; urgency=low
.
* fixed balder2d fails to run with current libguichan0 (0.6.x-x) (Closes:
#427904)
* fixed FTBFS with new libboost (Closes: #425069)
* fixed FTBFS with GCC 4.3: missing #includes (Closes: #418620)
* fixed typo in manpage (Closes: #418871)
Files:
be4036780572ee754114f0ab608e7de8 793 games optional balder2d_1.0~rc1-2.dsc
724c424a27da7f60ddfd9b7380aa5097 8733 games optional balder2d_1.0~rc1-2.diff.gz
2736d5cb69ee485f95195c0c2387b0f7 8830052 games optional
balder2d-data_1.0~rc1-2_all.deb
12f085ce3633b26705e4328fd81fe72c 123800 games optional
balder2d_1.0~rc1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero
iD8DBQFGlR3/n3j4POjENGERAiYtAJ9p556lFveBDyfCjEwpu+d7Z+r63wCbBDks
0pftTOFY/34s5cWvb1+Ig3Y=
=yDA7
-----END PGP SIGNATURE-----
--- End Message ---