Your message dated Sun, 13 Jan 2008 11:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417081: fixed in animals 20031130-2.3
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: animals
Version: 20031130-2.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 animals_20031130-2.1 on coconut0 by sbuild/ia64 0.49
...
> make[1]: Entering directory `/build/tbm/animals-20031130'
> g++ -g -DDbName=\"/var/games/animals/animals.db\" -c -o main.o main.cc
> main.cc: In function 'void SigHandler(int)':
> main.cc:224: error: 'exit' was not declared in this scope
> main.cc: At global scope:
> main.cc:227: error: second argument of 'int main(int, char*)' should be 'char
> **'
> make[1]: *** [main.o] Error 1
--- main.cc~ 2007-04-01 14:26:31.000000000 +0000
+++ main.cc 2007-04-01 14:26:48.000000000 +0000
@@ -5,6 +5,7 @@
#include "db4++-stuff.h"
#include "util.h"
+#include <cstdlib>
#include <iostream>
#include <sstream>
// #include <gdbm.h>
@@ -224,7 +225,7 @@
exit(0);
}
-int main(int argc, char *argv)
+int main(int argc, char **argv)
{
std::string wantsToContinue("y");
char ret[3];
--- db4++-stuff.cc~ 2007-04-01 14:27:21.000000000 +0000
+++ db4++-stuff.cc 2007-04-01 14:27:27.000000000 +0000
@@ -23,6 +23,7 @@
#include "db4++-stuff.h"
#include "main.h"
+#include <cstdlib>
#include <iostream>
#include <sstream>
#include <errno.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: animals
Source-Version: 20031130-2.3
We believe that the bug you reported is fixed in the latest version of
animals, which is due to be installed in the Debian FTP archive:
animals_20031130-2.3.diff.gz
to pool/main/a/animals/animals_20031130-2.3.diff.gz
animals_20031130-2.3.dsc
to pool/main/a/animals/animals_20031130-2.3.dsc
animals_20031130-2.3_amd64.deb
to pool/main/a/animals/animals_20031130-2.3_amd64.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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated animals 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, 13 Jan 2008 12:03:43 +0100
Source: animals
Binary: animals
Architecture: source amd64
Version: 20031130-2.3
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description:
animals - Traditional AI animal guessing engine using a binary tree DB
Closes: 417081
Changes:
animals (20031130-2.3) unstable; urgency=low
.
* Non-maintainer upload from the Zürich BSP.
* Apply patch from Martin Michlmayr to fix FBTFS with GCC 4.3 (Closes:
#417081).
Files:
b9c12a6e1a1d842f20945c62bd88738f 571 games optional animals_20031130-2.3.dsc
8a4e105425041a046182caa6509c92fa 4409 games optional
animals_20031130-2.3.diff.gz
abd03a8fea26e612b781811b878c9f98 19140 games optional
animals_20031130-2.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHifDAw3ao2vG823MRAlAtAKCIuAUQnRQVYPs3jpfdw/OMDj5NKgCgjDnJ
TXgSFzab6QDiWpTYLzZx+Qw=
=60Ib
-----END PGP SIGNATURE-----
--- End Message ---