Your message dated Wed, 12 Oct 2011 18:02:40 +0000
with message-id <e1re38a-0001j6...@franck.debian.org>
and subject line Bug#640192: fixed in supertux 0.3.3-3
has caused the Debian Bug report #640192,
regarding supertux: FTBFS with gcc-4.6
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 ow...@bugs.debian.org
immediately.)


-- 
640192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: supertux
Version: 0.3.3-2
Severity: serious
Tags: patch upstream
Justification: fails to build from source (but built successfully in the past)
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.6

The package failed to build with gcc-4.6 in Ubuntu Oneiric environment.
The error is:

[ 13%] Building CXX object 
CMakeFiles/supertux2.dir/src/supertux/screen_manager.cpp.o
/usr/bin/c++    -g -O2  -I/usr/include/SDL -I/usr/include/GL -I/usr/include/AL 
-I/build/buildd/supertux-0.3.3/obj-i686-linux-gnu 
-I/build/buildd/supertux-0.3.3/src 
-I/build/buildd/supertux-0.3.3/external/squirrel/include 
-I/build/buildd/supertux-0.3.3/external/tinygettext 
-I/build/buildd/supertux-0.3.3/external/findlocale 
-I/build/buildd/supertux-0.3.3/external/obstack 
-I/build/buildd/supertux-0.3.3/external/binreloc    -Wall -Wextra 
-funit-at-a-time -fno-strict-aliasing -o 
CMakeFiles/supertux2.dir/src/supertux/screen_manager.cpp.o -c 
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.cpp
In file included from 
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.cpp:17:0:
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.hpp:39:39: error: 
'NULL' was not declared in this scope
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.hpp:40:32: error: 
'NULL' was not declared in this scope
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.hpp:51:55: error: 
'NULL' was not declared in this scope
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.cpp: In member 
function 'void ScreenManager::process_events()':
/build/buildd/supertux-0.3.3/src/supertux/screen_manager.cpp:205:14: error: the 
default argument for parameter 0 of 'void ScreenManager::quit(ScreenFade*)' has 
not yet been parsed
make[3]: *** [CMakeFiles/supertux2.dir/src/supertux/screen_manager.cpp.o] Error 
1

Link to build log:
https://launchpadlibrarian.net/78123246/buildlog_ubuntu-oneiric-i386.supertux_0.3.3-2_FAILEDTOBUILD.txt.gz

Patch is attached. It was used in Ubuntu:
https://launchpad.net/ubuntu/+source/supertux/0.3.3-2ubuntu1

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric
  APT policy: (500, 'oneiric')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-11-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Description: Add missing header. Fixes FTBFS with gcc 4.6.
Author: Ilya Barygin <bary...@gmail.com>
Bug-Ubuntu: https://launchpad.net/bugs/832874
--- supertux-0.3.3.orig/src/supertux/screen_manager.hpp
+++ supertux-0.3.3/src/supertux/screen_manager.hpp
@@ -18,6 +18,7 @@
 #define HEADER_SUPERTUX_SUPERTUX_MAINLOOP_HPP
 
 #include <memory>
+#include <cstring>
 
 #include "scripting/thread_queue.hpp"
 

--- End Message ---
--- Begin Message ---
Source: supertux
Source-Version: 0.3.3-3

We believe that the bug you reported is fixed in the latest version of
supertux, which is due to be installed in the Debian FTP archive:

supertux-data_0.3.3-3_all.deb
  to main/s/supertux/supertux-data_0.3.3-3_all.deb
supertux_0.3.3-3.debian.tar.gz
  to main/s/supertux/supertux_0.3.3-3.debian.tar.gz
supertux_0.3.3-3.dsc
  to main/s/supertux/supertux_0.3.3-3.dsc
supertux_0.3.3-3_amd64.deb
  to main/s/supertux/supertux_0.3.3-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 640...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Egger <christ...@debian.org> (supplier of updated supertux 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 11 Oct 2011 22:33:04 +0200
Source: supertux
Binary: supertux supertux-data
Architecture: source amd64 all
Version: 0.3.3-3
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Christoph Egger <christ...@debian.org>
Description: 
 supertux   - Classic 2D jump 'n run sidescroller with Tux
 supertux-data - Levels for classic 2D jump 'n run sidescroller with Tux
Closes: 640192
Changes: 
 supertux (0.3.3-3) experimental; urgency=low
 .
   * Import patch by Ilya Barygin <bary...@gmail.com> to fix building
     with gcc-4.6 (Closes: #640192)
Checksums-Sha1: 
 222afc99ab5492eeb14c0d804113966db2fe175f 2306 supertux_0.3.3-3.dsc
 a78bcd0ed2f4f7bb969c8b9b2d19dfa63a336009 10092 supertux_0.3.3-3.debian.tar.gz
 8e391b8514933a2a0c28008bc496ff07f3767c09 1044578 supertux_0.3.3-3_amd64.deb
 9d6b90f256bae8d6e7c45f103dd032f2d97aea05 58599906 supertux-data_0.3.3-3_all.deb
Checksums-Sha256: 
 05e29e7dfee28808c4bde8af1b7926c9678a69536ab209b9c7ef6899ccfc227a 2306 
supertux_0.3.3-3.dsc
 f2a177d20a97dc7f01601700c6e35ab4774fe0001b8dcef60cbac041a1c3457e 10092 
supertux_0.3.3-3.debian.tar.gz
 9150eedf4a353a3e548b7e9cf692b7dc3807c14d5355bc496e14fad3f80554c9 1044578 
supertux_0.3.3-3_amd64.deb
 b1127011b30b0a5314634017bd73b630ce518d62764756bc57a4a335b780f24f 58599906 
supertux-data_0.3.3-3_all.deb
Files: 
 84446fc9022628e27667075018834194 2306 games optional supertux_0.3.3-3.dsc
 8eef6c4fe69114e0dc33055555f5b6ac 10092 games optional 
supertux_0.3.3-3.debian.tar.gz
 64044774299185cfee14ddb6851f8466 1044578 games optional 
supertux_0.3.3-3_amd64.deb
 ee3caf3a0a08f3740978cc4ee31aa06d 58599906 games optional 
supertux-data_0.3.3-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJOlMWpAAoJEKv/7bJACMb5RWoP/j+lUAecwsQ7Fm2+5RZls0Y5
5KaSKGTfGrWmwRTiH2CyHuyNNFacK/Hdkb/DEJDocwl9SFnM0Id3J+5nprlPzXeq
1TAPjG24ORi23TuQZjl0oToP8sr2vRpA92eqpjaz3D8WD385+bcu+wvHv5VXflI8
lJhaAl08nm25Yma3r24jQb/7WCPk3D1XP0VNIA5n/e/sBiT48cKfsiKAlQAEaf4X
yejmrfOBXdKGWc2KZP0dCeG8BHXgnVSOMvhgFkvMdc938bnFtwJcYuS+qDpiSI02
Qv2BujmCU/Nmg2+KOF0l7dOqdkc6ivTq5pSiY8ddbD93kAL+VxdP6nGlV9QKS8UN
AVi0F3uhAyySKqHM5VZT62WC0Ns/rrfq0UjPXzDoqTfYDZarJ4bvVFjH1D/o2yx8
cx82Od+J30jTS2M7ksJ8Hxt0ckjbM0kS6xP4CTgWy+VlsWHobR8pB/GLsK57ejYg
pHtubDVnINvjlvYf99ZaqSQG6Op6/Orxh92xHkzX/YWmd3J/ssZ9xlbHCdVlUXGh
bvnRWpPjTNx/mKoQfhfFxAbG7LzZU/Ni7b5ZgATw1xPgeO3BW1gLm8sZqLVsV50Y
yHUIUSB2ubDS/L0XhhJmRB0reCUSlchm4/t8Y6HuKB2qfoI0ppP01qgbwKgz9WG2
0UnfJaRrAmGBVqQoajFl
=XXuq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to