Your message dated Sun, 16 Mar 2008 21:17:20 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417760: fixed in widelands 1:11-1.1
has caused the Debian Bug report #417760,
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.)


-- 
417760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417760
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: widelands
Version: build9half-10
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 (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

> Automatic build of widelands_build9half-10 on coconut0 by sbuild/ia64 0.49
...
> rm src/native-release/network_ggz.o.d
> g++ -pipe -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  
> -finline-functions -ffast-math -funroll-loops -funroll-all-loops 
> -fexpensive-optimizations -O3 -DNDEBUG -Isrc -Isrc/ui/ui_fs_menus 
> -Isrc/ui/ui_basic -Isrc/editor -Isrc/editor/ui_menus -Isrc/editor/tools -MMD 
> -MP -MF src/native-release/network_lan_promotion.o.d -c -o 
> src/native-release/network_lan_promotion.o src/network_lan_promotion.cc
> src/network_lan_promotion.cc: In destructor 'LAN_Base::~LAN_Base()':
> src/network_lan_promotion.cc:72: error: 'close' was not declared in this scope
> src/network_lan_promotion.cc: In constructor 
> 'LAN_Game_Promoter::LAN_Game_Promoter()':
> src/network_lan_promotion.cc:141: error: 'gethostname' was not declared in 
> this scope
> make[1]: *** [src/native-release/network_lan_promotion.o] Error 1

--- src/editor/tools/multi_select.h~    2007-04-04 13:57:56.000000000 +0000
+++ src/editor/tools/multi_select.h     2007-04-04 13:58:06.000000000 +0000
@@ -20,6 +20,8 @@
 #ifndef __S__MULTI_SELECT_H
 #define __S__MULTI_SELECT_H
 
+#include <cstdlib>
+#include <climits>
 #include <vector>
 #include "error.h"
 
--- src/network_lan_promotion.cc~       2007-04-04 14:03:03.000000000 +0000
+++ src/network_lan_promotion.cc        2007-04-04 13:59:48.000000000 +0000
@@ -18,6 +18,7 @@
  */
 
 #include <stdio.h>
+#include <unistd.h>
 #include <string.h>
 #include "network_lan_promotion.h"
 #include "constants.h"
--- src/setup.cc~       2007-04-04 13:59:51.000000000 +0000
+++ src/setup.cc        2007-04-04 13:59:58.000000000 +0000
@@ -22,6 +22,7 @@
 // 2002-08-07  nh              setup_searchpaths changed for saner default 
paths
 
 #include <cerrno>
+#include <climits>
 #include <cstring>
 #include <string>
 
--- src/transport.cc~   2007-04-04 14:01:00.000000000 +0000
+++ src/transport.cc    2007-04-04 14:01:10.000000000 +0000
@@ -26,6 +26,7 @@
 */
 
 #include <cstdarg>
+#include <algorithm>
 #include <stdio.h>
 #include "cmd_queue.h"
 #include "editor_game_base.h"

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


--- End Message ---
--- Begin Message ---
Source: widelands
Source-Version: 1:11-1.1

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

widelands-data_11-1.1_all.deb
  to pool/main/w/widelands/widelands-data_11-1.1_all.deb
widelands-dbg_11-1.1_amd64.deb
  to pool/main/w/widelands/widelands-dbg_11-1.1_amd64.deb
widelands_11-1.1.diff.gz
  to pool/main/w/widelands/widelands_11-1.1.diff.gz
widelands_11-1.1.dsc
  to pool/main/w/widelands/widelands_11-1.1.dsc
widelands_11-1.1_amd64.deb
  to pool/main/w/widelands/widelands_11-1.1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Kern <[EMAIL PROTECTED]> (supplier of updated widelands 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, 16 Mar 2008 21:43:17 +0100
Source: widelands
Binary: widelands widelands-data widelands-dbg
Architecture: source all amd64
Version: 1:11-1.1
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson <[EMAIL PROTECTED]>
Changed-By: Philipp Kern <[EMAIL PROTECTED]>
Description: 
 widelands  - fantasy real-time strategy game
 widelands-data - fantasy real-time strategy game (data files)
 widelands-dbg - fantasy real-time strategy game (debug cruft)
Closes: 417760
Changes: 
 widelands (1:11-1.1) unstable; urgency=low
 .
   * Non-maintainer upload for the gcc-4.3 release goal, with a patch
     provided by Cyril Brulebois.  (Closes: #417760)
Files: 
 4047f1959b2af1e08c721969ce055e42 959 games extra widelands_11-1.1.dsc
 68fbc16979f42fc5c7e7cd801288af2b 9192 games extra widelands_11-1.1.diff.gz
 f96a755c2743d751d4bd15f157c91895 36354276 games extra 
widelands-data_11-1.1_all.deb
 d600a210c9a331266f0fdeef95433b39 1537162 games extra widelands_11-1.1_amd64.deb
 d79c5698786b0b6b2dd6c60a956a6e7e 134290 games extra 
widelands-dbg_11-1.1_amd64.deb

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

iD8DBQFH3Yo97Ro5M7LPzdgRApLjAKCApLzamE/EY3FFB4GptwJe5DbwNgCgw01c
pPx+sR4jAw05Vr7+6kuq58Y=
=fHZl
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to