Your message dated Wed, 30 Dec 2009 16:06:14 +0000
with message-id <e1nq13u-0001tq...@ries.debian.org>
and subject line Bug#504972: fixed in ggz-server 0.0.14.1-1.4
has caused the Debian Bug report #504972,
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 ow...@bugs.debian.org
immediately.)


-- 
504972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ggz-server
Version: 0.0.14.1-1.2
User: debian-...@lists.debian.org
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 ggz-server_0.0.14.1-1.2 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -I. -I../..  -I../../game_servers/muehle/qtserv 
> -I../../ggzdmod++ -I../../ggzdmod -I /usr/include -I /usr/include -I 
> /usr/local/include -DGGZDDATADIR=\"/usr/share/ggz/ggzd\"  -g -O2 -g -Wall -O2 
> -fsigned-char -c -o loader.o loader.cpp
> g++ -DHAVE_CONFIG_H -I. -I../..  -I../../game_servers/muehle/qtserv 
> -I../../ggzdmod++ -I../../ggzdmod -I /usr/include -I /usr/include -I 
> /usr/local/include -DGGZDDATADIR=\"/usr/share/ggz/ggzd\"  -g -O2 -g -Wall -O2 
> -fsigned-char -c -o main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:48: error: 'EOF' was not declared in this scope
> make[5]: *** [main.o] Error 1
> make[5]: Leaving directory 
> `/build/tbm/ggz-server-0.0.14.1/game_servers/muehle'

--- game_servers/muehle/main.cpp~       2008-11-08 08:22:23.000000000 +0000
+++ game_servers/muehle/main.cpp        2008-11-08 08:22:38.000000000 +0000
@@ -21,6 +21,7 @@
 // System includes
 #include <iostream>
 #include <getopt.h>
+#include <cstdio>
 #include <cstdlib>
 
 // Version information
--- game_servers/geekgame/main.cpp~     2008-11-08 08:23:03.000000000 +0000
+++ game_servers/geekgame/main.cpp      2008-11-08 08:23:10.000000000 +0000
@@ -21,6 +21,7 @@
 // System includes
 #include <iostream>
 #include <getopt.h>
+#include <cstdio>
 #include <cstdlib>
 #include <ctime>
 
--- game_servers/widelands/main.cpp~    2008-11-08 08:23:32.000000000 +0000
+++ game_servers/widelands/main.cpp     2008-11-08 08:23:48.000000000 +0000
@@ -21,6 +21,7 @@
 // System includes
 #include <iostream>
 #include <getopt.h>
+#include <cstdio>
 #include <cstdlib>
 #include <ctime>
 

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



--- End Message ---
--- Begin Message ---
Source: ggz-server
Source-Version: 0.0.14.1-1.4

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

ggz-game-servers_0.0.14.1-1.4_i386.deb
  to main/g/ggz-server/ggz-game-servers_0.0.14.1-1.4_i386.deb
ggz-server_0.0.14.1-1.4.diff.gz
  to main/g/ggz-server/ggz-server_0.0.14.1-1.4.diff.gz
ggz-server_0.0.14.1-1.4.dsc
  to main/g/ggz-server/ggz-server_0.0.14.1-1.4.dsc
ggzd_0.0.14.1-1.4_i386.deb
  to main/g/ggz-server/ggzd_0.0.14.1-1.4_i386.deb
libggzdmod++-dev_0.0.14.1-1.4_i386.deb
  to main/g/ggz-server/libggzdmod++-dev_0.0.14.1-1.4_i386.deb
libggzdmod++1_0.0.14.1-1.4_i386.deb
  to main/g/ggz-server/libggzdmod++1_0.0.14.1-1.4_i386.deb
libggzdmod-dev_0.0.14.1-1.4_i386.deb
  to main/g/ggz-server/libggzdmod-dev_0.0.14.1-1.4_i386.deb
libggzdmod6_0.0.14.1-1.4_i386.deb
  to main/g/ggz-server/libggzdmod6_0.0.14.1-1.4_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 504...@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 ggz-server 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: Mon, 28 Dec 2009 16:31:01 +0100
Source: ggz-server
Binary: ggzd ggz-game-servers libggzdmod6 libggzdmod-dev libggzdmod++1 
libggzdmod++-dev
Architecture: source i386
Version: 0.0.14.1-1.4
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers <pkg-ggz-maintain...@lists.alioth.debian.org>
Changed-By: Christoph Egger <christ...@debian.org>
Description: 
 ggz-game-servers - GGZ Gaming Zone: game servers collection
 ggzd       - GGZ Gaming Zone: main server
 libggzdmod++-dev - GGZ Gaming Zone: game backend class library - development 
files
 libggzdmod++1 - GGZ Gaming Zone: game backend class library
 libggzdmod-dev - GGZ Gaming Zone: game backend library - development files
 libggzdmod6 - GGZ Gaming Zone: game backend library
Closes: 504972
Changes: 
 ggz-server (0.0.14.1-1.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix building with gcc 4.4 (Closes: #504972) using the patch from
     Martin Michlmayr
Checksums-Sha1: 
 c24013988b702c8cf16b083c2c597a101cb59a1f 2167 ggz-server_0.0.14.1-1.4.dsc
 4877f48c1f7fc4d2f8f2251bba99e48b0898a534 31694 ggz-server_0.0.14.1-1.4.diff.gz
 c2146e6cf75b35a76998c430e06eafc7270d8f9c 316070 ggzd_0.0.14.1-1.4_i386.deb
 93ed2e3fa2aa83ad4c34d13f31f2ac8a490c7f35 440864 
ggz-game-servers_0.0.14.1-1.4_i386.deb
 9e7c17ffd173c30054f897ef53519876a902ccd0 247442 
libggzdmod6_0.0.14.1-1.4_i386.deb
 a1804136ca39300a18f9a1502788d4cc6861cf09 261122 
libggzdmod-dev_0.0.14.1-1.4_i386.deb
 5333c55753623ed04847467a4618a2eebd77d866 249218 
libggzdmod++1_0.0.14.1-1.4_i386.deb
 be0dc01b29a7f043a55770759718defc0d9d3f1d 250796 
libggzdmod++-dev_0.0.14.1-1.4_i386.deb
Checksums-Sha256: 
 59481e409c0b32f9da56d3970ce35f4ce7b423914ddf0cc3af5891b0c23fa27f 2167 
ggz-server_0.0.14.1-1.4.dsc
 6a06a65214102b83d5edf51afe30f6c334cc11f9f1f5f97700b9863b846205ff 31694 
ggz-server_0.0.14.1-1.4.diff.gz
 00a937ac75b268e0347850bc2feb22d86d0460be5368df9104590eb5a259c6ec 316070 
ggzd_0.0.14.1-1.4_i386.deb
 6a04e7385659a4653c8d0982f86925c9de4ade4d109020940e685254c3af0254 440864 
ggz-game-servers_0.0.14.1-1.4_i386.deb
 11c3563a2787b3decdac4be71e26614d45ea361b2c691cc87536fcea229a3b43 247442 
libggzdmod6_0.0.14.1-1.4_i386.deb
 a1356c9596da9f929e0f6b4b021e8e640c409a77c47a90f79e3b831ea2890a29 261122 
libggzdmod-dev_0.0.14.1-1.4_i386.deb
 94a5a86eebf691af84f2e48c5eec499940d3880b70ae12b5cc4121f05c5bf0fd 249218 
libggzdmod++1_0.0.14.1-1.4_i386.deb
 f7f04c39e43de3b73146c2b499d28a610636beb26bd8842e81999e5c13a93b1a 250796 
libggzdmod++-dev_0.0.14.1-1.4_i386.deb
Files: 
 375658a0c12e688751213c6e508c6147 2167 games optional 
ggz-server_0.0.14.1-1.4.dsc
 6b2dcfde6b209d8aaff7bc4b5a7b5655 31694 games optional 
ggz-server_0.0.14.1-1.4.diff.gz
 87b595b521a20f7f8edfa95d2ca2ddd9 316070 games optional 
ggzd_0.0.14.1-1.4_i386.deb
 c0841196a2a2e60bc4a7ddffc04dee8d 440864 games optional 
ggz-game-servers_0.0.14.1-1.4_i386.deb
 49cf2c61a8f707ede520f7300e114fc0 247442 libs optional 
libggzdmod6_0.0.14.1-1.4_i386.deb
 f6b8a17b922497d1e07d27450e06ef27 261122 libdevel optional 
libggzdmod-dev_0.0.14.1-1.4_i386.deb
 239fcd022322be5f7c41fbad244ecea0 249218 libs optional 
libggzdmod++1_0.0.14.1-1.4_i386.deb
 e2e0c93b7b239341afd01f58b6796a2a 250796 libdevel optional 
libggzdmod++-dev_0.0.14.1-1.4_i386.deb

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

iQIcBAEBCgAGBQJLONBDAAoJEKv/7bJACMb5G9MP/2E9qABf1X7h80HPFds5w1ea
2CPOOS2PBhfmnm+KaefCz7mqJau6snlDw+nSfRX+U57CVtRFlgsuoigIouLfrBgW
IEdUUMoo1mys+ouxG4ZdkplRW7NFIG5mxFItMEAkYCxeJVgDgVnteJ7IfKmSwfiZ
z0B5Mjtx0prpzbLulQT8oHOIiiXLDq178UwsDqu34UnsX83bnCemlCi8B2NZww1H
X30GKqDBDUNaYw08xHbL7H8jqffxiRkj+TtEUF/u3fpVGbbjtiMTrc0Jfl7LMKIn
Qf0VhEzXJ8b/9+uJWxbMwOFhW53N7lOQY5wi3QwLG3D5aA+89x5f5w68WbaDlR91
Qf+4R2HXeRCml2E9W7vtU9v6kf50Ecduw5ChBCcyAT82AYh/yWIXkCtYF1wS+Nco
gTjcgQhhIrdWw7VpM55FAlXSVNRpOTdrfuLnAnAEad9C71sr4qJYAe1jE3SJFhwT
H++mc9N9wBjam10kJoECUkY5ivlUk4t2UD9JFw2UoNRDIKEw/1ZV0p34mXlMPER2
KYzewUrdySLxeevqNiOkd/opMUTYcAtHzjJtivA6O/hvPtEI+EzqxcArtD45cFUl
1gJP4nscP2xeYJO5dlxfUlKoJAxwtCK24+78uBp9F2QXzFub3zEpQwWvKY3VY+t/
xTOYH99zOJqt94UU+8Pe
=MtRo
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to