Your message dated Sat, 15 Mar 2008 18:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417766: fixed in xarchon 0.50-10.2
has caused the Debian Bug report #417766,
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.)
--
417766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417766
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xarchon
Version: 0.50-10.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 (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 xarchon_0.50-10.1 on coconut0 by sbuild/ia64 0.49
...
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../ -g -O2 -Wall -c
> Xarchon_Problem.cpp
> In file included from Xarchon_Genetic.hpp:6,
> from Xarchon_Interface.hpp:6,
> from Xarchon_Problem.cpp:2:
> Genetic.hpp: In member function 'T* Genetic_Population<T>::Choose_State()':
> Genetic.hpp:172: error: there are no arguments to 'rand' that depend on a
> template parameter, so a declaration of 'rand' must be available
> Genetic.hpp:172: error: (if you use '-fpermissive', G++ will accept your
> code, but allowing the use of an undeclared name is deprecated)
> Genetic.hpp: In member function 'virtual Genetic_Operator<T>*
> Genetic_Generation<T>::Choose_Operator()':
--- src/Genetic.hpp~ 2007-04-04 14:13:35.000000000 +0000
+++ src/Genetic.hpp 2007-04-04 14:13:41.000000000 +0000
@@ -1,6 +1,7 @@
#ifndef GENETIC_HPP
#define GENETIC_HPP
+#include <cstdlib>
#include <list>
using namespace std;
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xarchon
Source-Version: 0.50-10.2
We believe that the bug you reported is fixed in the latest version of
xarchon, which is due to be installed in the Debian FTP archive:
xarchon-theme-default_0.50-10.2_all.deb
to pool/main/x/xarchon/xarchon-theme-default_0.50-10.2_all.deb
xarchon_0.50-10.2.diff.gz
to pool/main/x/xarchon/xarchon_0.50-10.2.diff.gz
xarchon_0.50-10.2.dsc
to pool/main/x/xarchon/xarchon_0.50-10.2.dsc
xarchon_0.50-10.2_i386.deb
to pool/main/x/xarchon/xarchon_0.50-10.2_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 xarchon 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: Sat, 15 Mar 2008 18:27:04 +0000
Source: xarchon
Binary: xarchon xarchon-theme-default
Architecture: source all i386
Version: 0.50-10.2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Burrows <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description:
xarchon - An X11 version of the game Archon
xarchon-theme-default - The default theme for XArchon
Closes: 417766
Changes:
xarchon (0.50-10.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #417766).
Files:
a905ed5575834a43789a27d67ea7e733 729 games optional xarchon_0.50-10.2.dsc
e716ee1df581a6c9d540c99127f24ca1 6907 games optional xarchon_0.50-10.2.diff.gz
5b459cc2ea12542691dc03eb3ab1dd29 143654 games optional
xarchon-theme-default_0.50-10.2_all.deb
0355f15fb6cf5d45acee24d57ba36b1b 133516 games optional
xarchon_0.50-10.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3BWg5UTeB5t8Mo0RAvkNAJ9WLJ8NGZaX1y9wA8W0jU2k0R/V3gCgoKdp
qCkQiH4c9SAkvftE6QKEJ+c=
=rsrv
-----END PGP SIGNATURE-----
--- End Message ---