Your message dated Mon, 31 Dec 2007 15:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417187: fixed in fillets-ng 0.8.0-1
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: fillets-ng
Version: 0.7.3-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 fillets-ng_0.7.3-3 on coconut0 by sbuild/ia64 0.49
...
> ia64-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE=\"fillets-ng\" -DVERSION=\"0.7.3\" -DHAVE_X11=1  -I. -I.  
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/lua50  
> -DSYSTEM_DATA_DIR=\""/usr/share/games/fillets-ng"\" -I/usr/local/include   -g 
> -O2 -Wall -W -Wpointer-arith -Wcast-qual -Wcast-align -Woverloaded-virtual 
> -Wconversion -Wshadow -c OptionAgent.cpp
> OptionAgent.cpp: In member function 'void OptionAgent::prepareDataPaths()':
> OptionAgent.cpp:99: error: 'getenv' was not declared in this scope
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^66
> OptionAgent.cpp: In member function 'void OptionAgent::prepareLang()':
> OptionAgent.cpp:122: warning: conversion to 'int' from 'size_t' may alter its 
> value
> OptionAgent.cpp:124: warning: conversion to 'long unsigned int' from 'int' 
> may alter its value
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h:
>  In member function 'std::basic_string<_CharT, _Traits, _Alloc>::_Rep* 
> std::basic_string<_CharT, _Traits, _Alloc>::_M_rep() const [with _CharT = 
> char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]':
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h:496:
>    instantiated from 'std::basic_string<_CharT, _Traits, 
> _Alloc>::~basic_string() [with _CharT = char, _Traits = 
> std::char_traits<char>, _Alloc = std::allocator<char>]'
> ExInfo.h:17:   instantiated from here
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h:288:
>  warning: cast from 'char*' to 'std::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >::_Rep*' increases required 
> alignment of target type
> make[3]: *** [OptionAgent.o] Error 1

--- src/gengine/StringTool.cpp~ 2007-04-01 18:57:08.000000000 +0000
+++ src/gengine/StringTool.cpp  2007-04-01 18:57:14.000000000 +0000
@@ -8,6 +8,7 @@
  */
 #include "StringTool.h"
 
+#include <cstdlib>
 #include <sstream>
 
 //-----------------------------------------------------------------
--- src/gengine/OptionAgent.cpp~        2007-04-01 19:01:11.000000000 +0000
+++ src/gengine/OptionAgent.cpp 2007-04-01 18:55:53.000000000 +0000
@@ -23,6 +23,7 @@
 #include "UnknownMsgException.h"
 #include "minmax.h"
 
+#include <cstdlib> //getenv
 #include <string.h> //strlen
 #include <locale.h> //setlocale
 

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


--- End Message ---
--- Begin Message ---
Source: fillets-ng
Source-Version: 0.8.0-1

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

fillets-ng_0.8.0-1.diff.gz
  to pool/main/f/fillets-ng/fillets-ng_0.8.0-1.diff.gz
fillets-ng_0.8.0-1.dsc
  to pool/main/f/fillets-ng/fillets-ng_0.8.0-1.dsc
fillets-ng_0.8.0-1_powerpc.deb
  to pool/main/f/fillets-ng/fillets-ng_0.8.0-1_powerpc.deb
fillets-ng_0.8.0.orig.tar.gz
  to pool/main/f/fillets-ng/fillets-ng_0.8.0.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.
Gerfried Fuchs <[EMAIL PROTECTED]> (supplier of updated fillets-ng 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: Mon, 31 Dec 2007 15:16:20 +0100
Source: fillets-ng
Binary: fillets-ng
Architecture: source powerpc
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Gerfried Fuchs <[EMAIL PROTECTED]>
Description: 
 fillets-ng - puzzle game about witty fish saving the world sokoban-style
Closes: 417187 457932
Changes: 
 fillets-ng (0.8.0-1) unstable; urgency=low
 .
   * The "happy new year" new upstream release (Closes: #457932).
 .
   [ Cyril Brulebois ]
   * Added Vcs-Svn and Vcs-Browser fields in the control file.
 .
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
 .
   [ Gerfried Fuchs ]
   * Updated dependencies on data packages in control file.
   * Add quilt to Build-Depends, adding the following patch:
     - gcc-4.3-fix: Add missing #include statements to make it compile with gcc
       4.3 (Closes: #417187)
   * Really removed fabian from uploaders.
   * Remove Homepage from binary description field.
   * Bump Standards-Version, no changes needed.
   * Remove obsolete Encoding entry from desktop file.
Files: 
 19990487467aaaeffae613859ce590ac 1043 games optional fillets-ng_0.8.0-1.dsc
 5daccbed195ae74cdfa54755ef62e3ce 348492 games optional 
fillets-ng_0.8.0.orig.tar.gz
 fa9f7c8f6892c30be6da2f3f8d5bade5 8504 games optional fillets-ng_0.8.0-1.diff.gz
 a9e3130d10ad9e5b01f9a8dd3ba849cd 317854 games optional 
fillets-ng_0.8.0-1_powerpc.deb

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

iD8DBQFHeQjUELuA/Ba9d8YRAnxrAKDCujtzMry5GtCxvwm52Dh8Bp84tQCgkwTW
a0mrF4M0S8sktwh6kJDeyww=
=F5Uv
-----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