Your message dated Sun, 01 Mar 2009 23:32:07 +0000
with message-id <[email protected]>
and subject line Bug#510767: fixed in lordsawar 0.1.5-1
has caused the Debian Bug report #510767,
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.)
--
510767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510767
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lordsawar
Version: 0.1.4-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 lordsawar_0.1.4-1 on em64t by sbuild/amd64 0.53
...
> libtool: compile: x86_64-linux-gnu-g++
> -DLOCALEDIR=\"/usr/share/games/locale\" -DHAVE_CONFIG_H -I. -I..
> -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -D_REENTRANT
> -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0
> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2
> -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1
> -I/usr/include/atk-1.0 -I/usr/include/libglademm-2.4
> -I/usr/lib/libglademm-2.4/include -I/usr/include/libglade-2.0
> -I/usr/include/libxml2 -pthread -I/usr/include/gnet-2.0
> -I/usr/lib/gnet-2.0/include/ -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++-2.0/include
> -DLORDSAWAR_DATADIR=\"/usr/share/games/lordsawar\" -I.. -Wall
> -DPO_PATH=\"/usr/share/locale/\" -Wunused-function -g -O2 -MT
> network-connection.lo -MD -MP -MF .deps/network-connection.Tpo -c
> network-connection.cpp -fPIC -DPIC -o .libs/network-connection.o
> network-connection.cpp: In member function 'void
> NetworkConnection::gotConnectionEvent(GConn*, GConnEvent*)':
> network-connection.cpp:100: error: 'printf' was not declared in this scope
> make[4]: *** [network-connection.lo] Error 1
--- src/network-connection.cpp~ 2009-01-04 18:32:55.000000000 +0000
+++ src/network-connection.cpp 2009-01-04 18:33:01.000000000 +0000
@@ -19,6 +19,7 @@
#include "network-connection.h"
#include <iostream>
#include <cstring>
+#include <cstdio>
#include <cstdlib>
#include <gnet.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: lordsawar
Source-Version: 0.1.5-1
We believe that the bug you reported is fixed in the latest version of
lordsawar, which is due to be installed in the Debian FTP archive:
lordsawar-data_0.1.5-1_all.deb
to pool/main/l/lordsawar/lordsawar-data_0.1.5-1_all.deb
lordsawar_0.1.5-1.diff.gz
to pool/main/l/lordsawar/lordsawar_0.1.5-1.diff.gz
lordsawar_0.1.5-1.dsc
to pool/main/l/lordsawar/lordsawar_0.1.5-1.dsc
lordsawar_0.1.5-1_i386.deb
to pool/main/l/lordsawar/lordsawar_0.1.5-1_i386.deb
lordsawar_0.1.5.orig.tar.gz
to pool/main/l/lordsawar/lordsawar_0.1.5.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.
Barry deFreese <[email protected]> (supplier of updated lordsawar 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: Sun, 01 Mar 2009 17:43:35 -0500
Source: lordsawar
Binary: lordsawar lordsawar-data
Architecture: source all i386
Version: 0.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Barry deFreese <[email protected]>
Description:
lordsawar - A clone of the popular SSG game Warlords II
lordsawar-data - A clone of the popular SSG game Warlords II
Closes: 510767
Changes:
lordsawar (0.1.5-1) unstable; urgency=low
.
[ Alexander Reichle-Schmehl ]
* Adopt debian/control to my new name
.
[ Barry deFreese ]
* New upstream release.
+ Printfs dropped from network-connections.c. (Closes: #510767).
Checksums-Sha1:
7ee45bdf37aeac118fd3b881ecd8a54e05834c03 1504 lordsawar_0.1.5-1.dsc
3d1eb9f0a5459889399f6087cf2aee2750379e36 20596718 lordsawar_0.1.5.orig.tar.gz
5fee07f844da71de8cf8a126812e3e1251014173 15751 lordsawar_0.1.5-1.diff.gz
d19a4de6514ba2a6b072f68d817878a6935baa28 18067700
lordsawar-data_0.1.5-1_all.deb
b0d320047e101823acba87ddce9d57062f745198 2978552 lordsawar_0.1.5-1_i386.deb
Checksums-Sha256:
723f5410b2167b7b526d1476387a00365b7389d813b1b10441d4bd29d42586ae 1504
lordsawar_0.1.5-1.dsc
59e6f5760efdf9551a33892872a129b13349689456be7cd15191ef058a877bfd 20596718
lordsawar_0.1.5.orig.tar.gz
a4a4479ad6e5f35bdff98aa44dd2b6872d264b5585bd96829580a495d7538f4f 15751
lordsawar_0.1.5-1.diff.gz
2ab62163c2ac19aa1db8e83ff9f566de8e30ea5a325a91517598c65bd638ab42 18067700
lordsawar-data_0.1.5-1_all.deb
8af0558cb06eef83108348f34a96726e93b1292ec8476e8a7cd585980871fc04 2978552
lordsawar_0.1.5-1_i386.deb
Files:
c9d9f02749a6aff663d6d5a0577c0397 1504 games extra lordsawar_0.1.5-1.dsc
578ff15d67979b6ef50bc2108a5bba73 20596718 games extra
lordsawar_0.1.5.orig.tar.gz
292d9102270642f6de0828c46551087a 15751 games extra lordsawar_0.1.5-1.diff.gz
0d59edfa415886caff5a9d940713cbb9 18067700 games extra
lordsawar-data_0.1.5-1_all.deb
db8cd2860d98c7f81248a2ce35347e58 2978552 games extra lordsawar_0.1.5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmrF3wACgkQ5ItltUs5T36j3wCgrWk89wzWRk3liiR8yuxJZfVm
sAwAn2bS/D3ihgZOzQYMoQg9tikrEQfl
=j0Vq
-----END PGP SIGNATURE-----
--- End Message ---