[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417317: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Sun, 20 May 2007 03:47:02 +0000
with message-id <E1HpcNq-0007F2-Kk@ries.debian.org>
and subject line Bug#417317: fixed in late 0.1.0-10
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: late
Version: 0.1.0-9
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 late_0.1.0-9 on coconut0 by sbuild/ia64 0.49
...
> if ia64-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"late\" -DVERSION=\"0.1.0\" -DX_DISPLAY_MISSING=1 -DHAVE_LIBSDL_IMAGE=1 -DHAVE_LIBSTDC__=1  -I. -I.  -Wall -DDATADIR=\"/usr/share/games/late\" -DLOCALSTATEDIR=\"/usr/var\"   -Wall -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT init.o -MD -MP -MF ".deps/init.Tpo" \
> 	  -c -o init.o `test -f 'init.cpp' || echo './'`init.cpp; \
> 	then mv -f ".deps/init.Tpo" ".deps/init.Po"; \
> 	else rm -f ".deps/init.Tpo"; exit 1; \
> 	fi
> init.cpp: In function 'int main(int, char**)':
> init.cpp:196: error: 'exit' was not declared in this scope

--- src/init.cpp~	2007-04-02 10:22:19.000000000 +0000
+++ src/init.cpp	2007-04-02 10:22:27.000000000 +0000
@@ -24,6 +24,7 @@
 #include "graphics.h"
 #include "arch.h"
 #include "scorescreen.h"
+#include <cstdlib>
 #include <fstream>
 #include <iostream>
 using namespace std; 

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


--- End Message ---
--- Begin Message ---
Source: late
Source-Version: 0.1.0-10

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

late-data_0.1.0-10_all.deb
  to pool/main/l/late/late-data_0.1.0-10_all.deb
late_0.1.0-10.diff.gz
  to pool/main/l/late/late_0.1.0-10.diff.gz
late_0.1.0-10.dsc
  to pool/main/l/late/late_0.1.0-10.dsc
late_0.1.0-10_i386.deb
  to pool/main/l/late/late_0.1.0-10_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 417317@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Javier Galicia <javiergaliciaacm@gmail.com> (supplier of updated late 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 06 Mar 2007 16:50:15 +0000
Source: late
Binary: late late-data
Architecture: source i386 all
Version: 0.1.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Javier Galicia <javiergaliciaacm@gmail.com>
Description: 
 late       - A simple game of capturing balls
 late-data  - data files for late game
Closes: 390826 417317
Changes: 
 late (0.1.0-10) unstable; urgency=low
 .
   [ Eddy PetriÈ?or ]
   * fixed Homepage semifield
 .
   [ Javier Galicia ]
   * Added patch usleep
   * Added Support to dpatch
   * added as uploaded (Closes: #390826)
   * Added patch with support to GCC 4.3 (Closes: #417317)
 .
   [ Gonéri Le Bouder ]
   * add watch file
   * set back the Debian Games Team as maintainer
Files: 
 0a47b6b587824e63acce4e88540d123f 790 games optional late_0.1.0-10.dsc
 9240dbd8239564c9348eb6028d360bce 6378 games optional late_0.1.0-10.diff.gz
 70dd81c8bf463b2b8491780ccba0016c 45006 games optional late_0.1.0-10_i386.deb
 8737364d54936684267194f7d4d75508 1320144 games optional late-data_0.1.0-10_all.deb

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

iD8DBQFGT8NDgY5NIXPNpFURAgWRAJ4s9Hd2R5pLhx8Vh3ZSRVX05lLIgQCfbptg
x0oS7xyWXPAhL+cYH54z/Dg=
=jQBq
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: