Your message dated Sun, 09 Mar 2008 12:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417182: fixed in fgfs-atlas 0.3.0-5.1
has caused the Debian Bug report #417182,
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.)


-- 
417182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417182
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fgfs-atlas
Version: 0.3.0-4
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 fgfs-atlas_0.3.0-4 on em64t by sbuild/amd64 0.53
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local//include  -g -O2 
> -DFGBASE_DIR='/usr/share/games/FlightGear' -MT fg_mkdir.o -MD -MP -MF 
> .deps/fg_mkdir.Tpo -c -o fg_mkdir.o fg_mkdir.cxx
> fg_mkdir.cxx: In function 'void fg_mkdir(const char*)':
> fg_mkdir.cxx:77: error: 'system' was not declared in this scope
> make[4]: *** [fg_mkdir.o] Error 1
> make[4]: Leaving directory `/build/tbm/fgfs-atlas-0.3.0/src'

--- src/fg_mkdir.cxx~   2007-04-01 18:51:14.000000000 +0000
+++ src/fg_mkdir.cxx    2007-04-01 18:51:21.000000000 +0000
@@ -32,6 +32,7 @@
   #include <direct.h>
   #include <io.h>
 #endif
+#include <cstdlib>
 #include <string.h>
 #include <string>
 

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


--- End Message ---
--- Begin Message ---
Source: fgfs-atlas
Source-Version: 0.3.0-5.1

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

fgfs-atlas_0.3.0-5.1.diff.gz
  to pool/main/f/fgfs-atlas/fgfs-atlas_0.3.0-5.1.diff.gz
fgfs-atlas_0.3.0-5.1.dsc
  to pool/main/f/fgfs-atlas/fgfs-atlas_0.3.0-5.1.dsc
fgfs-atlas_0.3.0-5.1_i386.deb
  to pool/main/f/fgfs-atlas/fgfs-atlas_0.3.0-5.1_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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated fgfs-atlas 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, 09 Mar 2008 11:43:16 +0000
Source: fgfs-atlas
Binary: fgfs-atlas
Architecture: source i386
Version: 0.3.0-5.1
Distribution: unstable
Urgency: medium
Maintainer: Ove Kaaven <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 fgfs-atlas - Flight Gear Map Viewer
Closes: 417182
Changes: 
 fgfs-atlas (0.3.0-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417182).
Files: 
 434a23cabee0ce348775d84a5cb05e30 899 games extra fgfs-atlas_0.3.0-5.1.dsc
 575ed8483c0628893c9f6ae0619d8969 30403 games extra fgfs-atlas_0.3.0-5.1.diff.gz
 4b5df990548f32fd6dbffeef3c230db5 141082 games extra 
fgfs-atlas_0.3.0-5.1_i386.deb

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

iD8DBQFH084X5UTeB5t8Mo0RApJdAKDGqb72CbKywQRohbYcYnxKiMEA5gCeLHZa
SfGMzMpuvZTOd5KgfsQagBI=
=ThGA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to