Your message dated Wed, 11 Jul 2007 16:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417169: fixed in enemylines3 1.2-4
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: enemylines3
Version: 1.2-3
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 enemylines3_1.2-3 on coconut0 by sbuild/ia64 0.49
...
> g++ -O2 -Wall `sdl-config --cflags` -I./ -Ielements/   -c -o random.o 
> random.cc
> random.cc: In static member function 'static void el3::Random::sseed(unsigned 
> int)':
> random.cc:22: error: 'srand' was not declared in this scope
> random.cc: In member function 'unsigned int el3::Random::get()':
> random.cc:40: error: 'rand' was not declared in this scope
> random.cc: In static member function 'static int el3::Random::sget()':
> random.cc:70: error: 'rand' was not declared in this scope
> make[1]: *** [random.o] Error 1

--- random.cc~  2007-04-01 18:22:26.000000000 +0000
+++ random.cc   2007-04-01 18:22:32.000000000 +0000
@@ -1,5 +1,6 @@
 #include "random.h"
 
+#include <cstdlib>
 #include <iostream>
 
 

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


--- End Message ---
--- Begin Message ---
Source: enemylines3
Source-Version: 1.2-4

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

enemylines3_1.2-4.diff.gz
  to pool/main/e/enemylines3/enemylines3_1.2-4.diff.gz
enemylines3_1.2-4.dsc
  to pool/main/e/enemylines3/enemylines3_1.2-4.dsc
enemylines3_1.2-4_powerpc.deb
  to pool/main/e/enemylines3/enemylines3_1.2-4_powerpc.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.
Gonéri Le Bouder <[EMAIL PROTECTED]> (supplier of updated enemylines3 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: Wed, 11 Jul 2007 11:28:53 +0000
Source: enemylines3
Binary: enemylines3
Architecture: source powerpc
Version: 1.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Gonéri Le Bouder <[EMAIL PROTECTED]>
Description: 
 enemylines3 - semi-abstract first person 3d-shooter game
Closes: 417169
Changes: 
 enemylines3 (1.2-4) unstable; urgency=low
 .
   [ Eddy Petrișor ]
   * added missing Encoding field in the desktop file
 .
   [ Gonéri Le Bouder ]
   * remove Applications from Categorie in the desktop file since it's not
     an official categorie
   * use of quilt instead of dpatch
   * FTBFS with GCC 4.3, thanks Martin Michlmayr (Closes: #417169)
    - add fix_gcc4.3.patch
   * update the Homepage location
   * use the ttf-bitstream-vera/VeraMono.ttf instead of the duplicated one
   * do not ignore make clean return anymore
Files: 
 83d73de22edccd9e7fc6273a12a269ee 741 games optional enemylines3_1.2-4.dsc
 8ac60d068addc679a3a4514e34fde3b9 12434 games optional enemylines3_1.2-4.diff.gz
 70370bde50d06801a5e586689cc39827 476504 games optional 
enemylines3_1.2-4_powerpc.deb

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

iD8DBQFGlP7ZELuA/Ba9d8YRAqyqAJ4sdnLBzUvfgyxne7eUUVDiTTYSlwCgx0E9
u4/xKSdC2UPPm8MkZdFdFpg=
=g9bU
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to