Your message dated Sun, 16 Mar 2008 22:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417114: fixed in attal 0.9.2-1.3
has caused the Debian Bug report #417114,
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.)
--
417114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417114
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: attal
Version: 0.9.2-1.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 attal_0.9.2-1.2 on coconut0 by sbuild/ia64 0.49
...
> g++ -c -pipe -Wall -W -O2 -D_REENTRANT -fPIC -DQT_NO_DEBUG
> -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
> -I/usr/share/qt3/mkspecs/default -I. -I.. -I/usr/include/qt3 -o
> genericMapCreature.o genericMapCreature.cpp
> In file included from ../libCommon/dataTheme.h:44,
> from genericMapCreature.cpp:33:
> ../libCommon/genericBase.h: In member function 'virtual void
> GenericBase::enter(GenericLord*)':
> ../libCommon/genericBase.h:69: warning: deprecated conversion from string
> constant to 'char*'
> ../libCommon/genericBase.h: In member function 'virtual void
> GenericBase::out(GenericLord*)':
> ../libCommon/genericBase.h:78: warning: deprecated conversion from string
> constant to 'char*'
> genericMapCreature.cpp: In member function 'void GenericMapCreature::grow()':
> genericMapCreature.cpp:319: error: 'rand' was not declared in this scope
> make[2]: *** [genericMapCreature.o] Error 1
> make[2]: Leaving directory `/build/tbm/attal-0.9.2/libCommon'
--- libCommon/genericMapCreature.cpp~ 2007-04-01 15:44:19.000000000 +0000
+++ libCommon/genericMapCreature.cpp 2007-04-01 15:44:37.000000000 +0000
@@ -27,6 +27,7 @@
#include "genericMapCreature.h"
// generic include files
+#include <cstdlib>
// include files for QT
#include <qstring.h>
// application specific include files
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: attal
Source-Version: 0.9.2-1.3
We believe that the bug you reported is fixed in the latest version of
attal, which is due to be installed in the Debian FTP archive:
attal_0.9.2-1.3.diff.gz
to pool/main/a/attal/attal_0.9.2-1.3.diff.gz
attal_0.9.2-1.3.dsc
to pool/main/a/attal/attal_0.9.2-1.3.dsc
attal_0.9.2-1.3_amd64.deb
to pool/main/a/attal/attal_0.9.2-1.3_amd64.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.
Philipp Kern <[EMAIL PROTECTED]> (supplier of updated attal 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: Sun, 16 Mar 2008 22:57:48 +0100
Source: attal
Binary: attal
Architecture: source amd64
Version: 0.9.2-1.3
Distribution: unstable
Urgency: low
Maintainer: Raphael Goulais <[EMAIL PROTECTED]>
Changed-By: Philipp Kern <[EMAIL PROTECTED]>
Description:
attal - turn-based strategy game
Closes: 417114
Changes:
attal (0.9.2-1.3) unstable; urgency=low
.
* NMU for the gcc-4.3 release goal, with a patch provided by Martin
Michlmayer. (Closes: #417114)
Files:
6a0682f13d017876316b2302f371d166 617 games optional attal_0.9.2-1.3.dsc
4994d63fc020f53937426b295d200995 6681 games optional attal_0.9.2-1.3.diff.gz
59c9b919472e161c47c16d31c10255c7 1001218 games optional
attal_0.9.2-1.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3Zva7Ro5M7LPzdgRAvBSAKCp4Xp2zQMbhc9BCA59miEImEzn5gCfZNvX
HRYoNukxv+4MpSag0Ijb6v0=
=OCxC
-----END PGP SIGNATURE-----
--- End Message ---