Your message dated Mon, 24 Mar 2008 11:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417112: fixed in asc 2.0.1.0-2
has caused the Debian Bug report #417112,
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.)


-- 
417112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417112
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: asc
Version: 1.16.3.0-3
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 asc_1.16.3.0-3 on coconut0 by sbuild/ia64 0.49
...
>  ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/lib/sigc++-1.2/include 
> -I/usr/include/sigc++-1.2 -g -O2 -Wno-sign-compare -funsigned-char -D_UNIX_ 
> -D_SDL_ -DSIZE_T_not_identical_to_INT -MT sound.lo -MD -MP -MF 
> .deps/sound.Tpo -c sound.cpp -o sound.o
> In file included from ../ascstring.h:6,
>                  from sound.h:15,
>                  from sound.cpp:19:
> ../ASCStringHelpers.h: In static member function 'static size_t 
> ASCStringHelpers::_ConvertToCharT(char*, const wchar_t*, size_t)':
> ../ASCStringHelpers.h:474: error: 'wcstombs' is not a member of 'std'
> sound.cpp: In constructor 'SoundSystem::SoundSystem(bool, bool, bool)':
> sound.cpp:84: warning: deprecated conversion from string constant to 'char*'
> sound.cpp: In member function 'void SoundSystem::nextTrack()':
> sound.cpp:133: warning: deprecated conversion from string constant to 'char*'
> make[4]: *** [sound.lo] Error 1


--- source/ASCStringHelpers.h~  2007-04-01 15:35:58.000000000 +0000
+++ source/ASCStringHelpers.h   2007-04-01 15:36:03.000000000 +0000
@@ -1,6 +1,7 @@
 #ifndef __ASC_STRING_HELPERS_H_INCLUDED__
 #define __ASC_STRING_HELPERS_H_INCLUDED__
 
+#include <cstdlib>
 #include <cassert>
 #include <cstdarg>
 #include <cstdio>

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: asc
Source-Version: 2.0.1.0-2

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

asc-data_2.0.1.0-2_all.deb
  to pool/main/a/asc/asc-data_2.0.1.0-2_all.deb
asc_2.0.1.0-2.diff.gz
  to pool/main/a/asc/asc_2.0.1.0-2.diff.gz
asc_2.0.1.0-2.dsc
  to pool/main/a/asc/asc_2.0.1.0-2.dsc
asc_2.0.1.0-2_i386.deb
  to pool/main/a/asc/asc_2.0.1.0-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.
Barry deFreese <[EMAIL PROTECTED]> (supplier of updated asc 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, 23 Mar 2008 17:55:48 -0400
Source: asc
Binary: asc asc-data
Architecture: source all i386
Version: 2.0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Barry deFreese <[EMAIL PROTECTED]>
Description: 
 asc        - turn-based strategy game
 asc-data   - data files for the Advanced Strategic Command game
Closes: 417112
Changes: 
 asc (2.0.1.0-2) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * Use quilt for patch management
   * Fix build with g++-4.3 (Closes: #417112)
   * Improve debian/copyright
Files: 
 5c6f57bf4065b7d0c9055c05b73fe86c 1222 games optional asc_2.0.1.0-2.dsc
 c4463d82715735dab7379cc8de05a7df 6534 games optional asc_2.0.1.0-2.diff.gz
 3661fbf05fbde90322aab6949618082c 12571038 games optional 
asc-data_2.0.1.0-2_all.deb
 4ae7c724cd06cb2f0eb6ab76ea1ed89a 3446260 games optional asc_2.0.1.0-2_i386.deb

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

iD8DBQFH541vXm3vHE4uyloRArdzAJ9AAN9+ym54/igLDPXBl0BunE9XggCgnR6A
8dW3prW8zV95KLs1FH+u+6o=
=KBn5
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel

Reply via email to