Your message dated Sun, 22 Feb 2009 03:47:19 +0000
with message-id <[email protected]>
and subject line Bug#505671: fixed in supertuxkart 0.6.1a+dfsg1-1
has caused the Debian Bug report #505671,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
505671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505671
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: supertuxkart
Version: 0.5-1.1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of supertuxkart_0.5-1.1 on em64t by sbuild/amd64 0.53
...
> mv -f .deps/lisp.Tpo .deps/lisp.Po
> x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"supertuxkart\"
> -DPACKAGE_TARNAME=\"supertuxkart\" -DPACKAGE_VERSION=\"0.5\"
> -DPACKAGE_STRING=\"supertuxkart\ 0.5\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE=\"supertuxkart\" -DVERSION=\"0.5\" -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_OPENAL=1 -DHAVE_OGGVORBIS=1 -DBT_NO_PROFILE= -I.
> -DSUPERTUXKART_DATADIR="\"/usr/share/games/supertuxkart/\"" -Wall -g -O2
> -Wall -DHAS_GETTEXT -DNDEBUG -O2 -Ibullet/src -MT lexer.o -MD -MP -MF
> .deps/lexer.Tpo -c -o lexer.o `test -f 'lisp/lexer.cpp' || echo
> './'`lisp/lexer.cpp
> lisp/lexer.cpp: In member function 'lisp::Lexer::TokenType
> lisp::Lexer::getNextToken()':
> lisp/lexer.cpp:155: error: 'snprintf' was not declared in this scope
> lisp/lexer.cpp:179: error: 'snprintf' was not declared in this scope
> lisp/lexer.cpp:195: error: 'snprintf' was not declared in this scope
> make[3]: *** [lexer.o] Error 1
> make[3]: Leaving directory `/build/tbm/supertuxkart-0.5/src'
--- src/lisp/lexer.cpp~ 2008-11-14 10:21:39.000000000 +0000
+++ src/lisp/lexer.cpp 2008-11-14 10:21:46.000000000 +0000
@@ -19,6 +19,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <sstream>
#include <stdexcept>
+#include <cstdio>
#include <cstring>
#include "lexer.hpp"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: supertuxkart
Source-Version: 0.6.1a+dfsg1-1
We believe that the bug you reported is fixed in the latest version of
supertuxkart, which is due to be installed in the Debian FTP archive:
supertuxkart-data_0.6.1a+dfsg1-1_all.deb
to pool/main/s/supertuxkart/supertuxkart-data_0.6.1a+dfsg1-1_all.deb
supertuxkart_0.6.1a+dfsg1-1.diff.gz
to pool/main/s/supertuxkart/supertuxkart_0.6.1a+dfsg1-1.diff.gz
supertuxkart_0.6.1a+dfsg1-1.dsc
to pool/main/s/supertuxkart/supertuxkart_0.6.1a+dfsg1-1.dsc
supertuxkart_0.6.1a+dfsg1-1_i386.deb
to pool/main/s/supertuxkart/supertuxkart_0.6.1a+dfsg1-1_i386.deb
supertuxkart_0.6.1a+dfsg1.orig.tar.gz
to pool/main/s/supertuxkart/supertuxkart_0.6.1a+dfsg1.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.
Christoph Egger <[email protected]> (supplier of updated supertuxkart
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.8
Date: Wed, 18 Feb 2009 18:13:28 +0100
Source: supertuxkart
Binary: supertuxkart supertuxkart-data
Architecture: source i386 all
Version: 0.6.1a+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Christoph Egger <[email protected]>
Description:
supertuxkart - kart racing game
supertuxkart-data - data for the supertuxkart kart racing game
Closes: 501116 505671 512994
Changes:
supertuxkart (0.6.1a+dfsg1-1) unstable; urgency=low
.
[ Peter De Wachter ]
* Added patch to check for SDL errors and to allow the game to run on
low-end hardware (closes: #501116), (LP: #203144); Applied Upstream
.
[ Christoph Egger ]
* New Upstream Release (Closes: #512994), (LP: #319990)
* Fix incorrect recreation of items
* Correct Issue when restarting follow-the-leader game
* Fix build with GCC 4.4 (Closes: #505671)
* Drop all patches (now upstream)
* Use $(QUILT_STAMPFN) insted of direct patch target for quilt make-snippet
* Wrap Uploaders, Build-Depends
* get-orig-source target
* mangle watchfile correctly
.
[ Stefan Potyra ]
* debian/supertuxcart.sgml: fix dhusername entity.
Checksums-Sha1:
d9164948053c9b4c631878e4185896eb0f230451 1689 supertuxkart_0.6.1a+dfsg1-1.dsc
3a4bec191289051aae7843f20bfede4f4bb1f3d9 60864190
supertuxkart_0.6.1a+dfsg1.orig.tar.gz
c214e63b3359e8496c83ab2f3520916884e62a5c 27962
supertuxkart_0.6.1a+dfsg1-1.diff.gz
b09cf8d980a0a26b76a92a3e820a8a89065c6b29 451674
supertuxkart_0.6.1a+dfsg1-1_i386.deb
bc2b6e12298b595113c03d95b8fa45f8cad6c352 59928690
supertuxkart-data_0.6.1a+dfsg1-1_all.deb
Checksums-Sha256:
25e7b72d226505444487694bf91ff2e2121a17ed495b6c9affe0569028da3d83 1689
supertuxkart_0.6.1a+dfsg1-1.dsc
f63bcc2e7b8166ed939875857da2b2c417868f7eaaa729a6de63bcdf26987211 60864190
supertuxkart_0.6.1a+dfsg1.orig.tar.gz
251b9244faea0269f135907bcb07303f0c8e3271fa0514c19e3ea67e927bc3f5 27962
supertuxkart_0.6.1a+dfsg1-1.diff.gz
efe6a0b0649443a1f137a10b6cbb3a071560a22521d8fac44ffbba18fb707218 451674
supertuxkart_0.6.1a+dfsg1-1_i386.deb
fea00bf2ecd3ff7a0e8129342d0c65450ac9e47df0308a83545cb76afe162cc8 59928690
supertuxkart-data_0.6.1a+dfsg1-1_all.deb
Files:
7a14cbe181fb6dcb22ec2576ffcce7be 1689 games optional
supertuxkart_0.6.1a+dfsg1-1.dsc
f5feb611476be87415aa67539950fdae 60864190 games optional
supertuxkart_0.6.1a+dfsg1.orig.tar.gz
6f11b23cc2fbd945981cbb01164c4e66 27962 games optional
supertuxkart_0.6.1a+dfsg1-1.diff.gz
cc44bcbc9fc8c6fe40bd43c9d6251e5d 451674 games optional
supertuxkart_0.6.1a+dfsg1-1_i386.deb
b164476a211e287a756272a6a38fbf35 59928690 games optional
supertuxkart-data_0.6.1a+dfsg1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmgshAACgkQsKTFpDfZQSx0QACdHwqbC9HWRsH6/tgrH1fH0b6j
8hkAnR2QggqLUkw4klzxpmtCtHG8Yvil
=hvLJ
-----END PGP SIGNATURE-----
--- End Message ---