Your message dated Wed, 04 Apr 2007 16:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417782: fixed in xplanet 1.2.0-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: xplanet
Version: 1.2.0-2
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 xplanet_1.2.0-2 on coconut0 by sbuild/ia64 0.49
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -O3 -Wall -g -O2 -MT
> getProjection.o -MD -MP -MF ".deps/getProjection.Tpo" -c -o getProjection.o
> getProjection.cpp; \
> then mv -f ".deps/getProjection.Tpo" ".deps/getProjection.Po"; else rm
> -f ".deps/getProjection.Tpo"; exit 1; fi
> getProjection.cpp: In function 'int getRandomProjection()':
> getProjection.cpp:54: error: 'random' was not declared in this scope
> make[4]: *** [getProjection.o] Error 1
--- src/libprojection/getProjection.cpp~ 2007-04-04 14:29:33.000000000
+0000
+++ src/libprojection/getProjection.cpp 2007-04-04 14:29:40.000000000 +0000
@@ -1,4 +1,5 @@
#include <cctype>
+#include <cstdlib>
#include <cstring>
#include <sstream>
#include <vector>
--- src/Map.cpp~ 2007-04-04 14:31:55.000000000 +0000
+++ src/Map.cpp 2007-04-04 14:32:00.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdlib>
#include <map>
#include <sstream>
#include <string>
--- src/buildPlanetMap.cpp~ 2007-04-04 14:32:50.000000000 +0000
+++ src/buildPlanetMap.cpp 2007-04-04 14:32:56.000000000 +0000
@@ -1,5 +1,6 @@
#include <cmath>
#include <cstdio>
+#include <cstdlib>
#include <map>
using namespace std;
--- src/parseColor.cpp~ 2007-04-04 14:33:28.000000000 +0000
+++ src/parseColor.cpp 2007-04-04 14:33:34.000000000 +0000
@@ -1,4 +1,5 @@
#include <cstdio>
+#include <cstdlib>
#include <fstream>
#include <map>
#include <sstream>
--- src/xpUtil.cpp~ 2007-04-04 14:34:28.000000000 +0000
+++ src/xpUtil.cpp 2007-04-04 14:34:34.000000000 +0000
@@ -2,6 +2,7 @@
#include <clocale>
#include <cmath>
#include <cstdio>
+#include <cstdlib>
#include <ctime>
#include <iostream>
#include <sstream>
--- src/xplanet.cpp~ 2007-04-04 14:34:57.000000000 +0000
+++ src/xplanet.cpp 2007-04-04 14:35:02.000000000 +0000
@@ -1,5 +1,6 @@
#include <clocale>
#include <cstdio>
+#include <cstdlib>
#include <iostream>
#include <map>
#include <sstream>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xplanet
Source-Version: 1.2.0-3
We believe that the bug you reported is fixed in the latest version of
xplanet, which is due to be installed in the Debian FTP archive:
xplanet-images_1.2.0-3_all.deb
to pool/main/x/xplanet/xplanet-images_1.2.0-3_all.deb
xplanet_1.2.0-3.diff.gz
to pool/main/x/xplanet/xplanet_1.2.0-3.diff.gz
xplanet_1.2.0-3.dsc
to pool/main/x/xplanet/xplanet_1.2.0-3.dsc
xplanet_1.2.0-3_amd64.deb
to pool/main/x/xplanet/xplanet_1.2.0-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.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated xplanet 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, 04 Apr 2007 15:30:32 +0000
Source: xplanet
Binary: xplanet xplanet-images
Architecture: source amd64 all
Version: 1.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description:
xplanet - render images of the earth
xplanet-images - day and night earth image maps for xplanet
Closes: 417782
Changes:
xplanet (1.2.0-3) unstable; urgency=low
.
* Fix FTBFS with gcc-4.3, missing #includes, thanks to Martin Michlmayr for
the patch (Closes: #417782).
Files:
21d9469d3f94573201db9e4aed04f862 757 graphics optional xplanet_1.2.0-3.dsc
34012a25afc74656e26c8afa320af321 30539 graphics optional
xplanet_1.2.0-3.diff.gz
acff6087881c51e65435a360e82b8699 429432 graphics optional
xplanet-images_1.2.0-3_all.deb
8526c805931bb75907aa670016ca444a 667052 graphics optional
xplanet_1.2.0-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGE8g6xa93SlhRC1oRArnoAJ9NKDjWbM1/v4hAkLlI897FoWHBdACgrgm9
bucuxKtG7n2sQc14FboPtDY=
=laay
-----END PGP SIGNATURE-----
--- End Message ---