Your message dated Wed, 11 Jul 2007 16:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417171: fixed in enemylines7 0.6-2
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: enemylines7
Version: 0.6-1
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 enemylines7_0.6-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -O2 -Wall `sdl-config --cflags` -I./   -c -o random.o random.cc
> random.cc: In static member function 'static void el7::Random::sseed(unsigned 
> int)':
> random.cc:22: error: 'srand' was not declared in this scope
> random.cc: In member function 'unsigned int el7::Random::get()':
> random.cc:40: error: 'rand' was not declared in this scope
> random.cc: In static member function 'static int el7::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:24:41.000000000 +0000
+++ random.cc   2007-04-01 18:24:48.000000000 +0000
@@ -1,5 +1,6 @@
 #include "random.h"
 
+#include <cstdlib>
 #include <iostream>
 
 

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


--- End Message ---
--- Begin Message ---
Source: enemylines7
Source-Version: 0.6-2

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

enemylines7_0.6-2.diff.gz
  to pool/main/e/enemylines7/enemylines7_0.6-2.diff.gz
enemylines7_0.6-2.dsc
  to pool/main/e/enemylines7/enemylines7_0.6-2.dsc
enemylines7_0.6-2_powerpc.deb
  to pool/main/e/enemylines7/enemylines7_0.6-2_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 enemylines7 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 13:23:54 +0200
Source: enemylines7
Binary: enemylines7
Architecture: source powerpc
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Gonéri Le Bouder <[EMAIL PROTECTED]>
Description: 
 enemylines7 - first person 3d-shooter game
Closes: 417171
Changes: 
 enemylines7 (0.6-2) unstable; urgency=low
 .
   [ Linas Žvirblis ]
   * update the menu file for the new section
 .
   [ Gonéri Le Bouder ]
   * remove Applications from Categorie in the desktop file since it's not
     an official category
   * update the homesite url
   * FTBFS with GCC 4.3: missing #includes, apply Martin Michlmayr patch
     (Closes: #417171)
   * use of quilt instead of simple-patchsys.mk
   * do not ignore make clean return anymore
   * Add french comment in desktop file
   * watch file fixed since upstream URL had been changed
 .
   [ Eddy Petrișor ]
   * added Encoding to the dekstop file
   * fixed Homepage semifield
Files: 
 ef7da79dcc8f71581c2c3d4b37375435 768 games optional enemylines7_0.6-2.dsc
 b767c8d8dfed2968fc03ac6c0f7e785b 9733 games optional enemylines7_0.6-2.diff.gz
 3124d952aab4d58408e89a8e6e6ccbca 585524 games optional 
enemylines7_0.6-2_powerpc.deb

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

iD8DBQFGlP5hELuA/Ba9d8YRAi3jAKCkseb1IfOziG0QumMOVKmNF0XsJwCeOOCi
C0VfrtybuGIAeL8zEt1tphM=
=QUbP
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to