Your message dated Sun, 20 May 2007 20:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417189: fixed in gaia 0.1.2-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: gaia
Version: 0.1.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 gaia_0.1.2-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -o programs/gaia/GPSSourceNMEA.o -c -Wall -g -O2
> -DGAIA_VERSION="\"0.1.2\"" -Wall -g -DWITH_GPSD
> -DDATADIR="\"/usr/share/gaia\"" -D_GNU_SOURCE=1 -D_REENTRANT -Ilib/wwfetch
> -I/usr/local/include -I/usr/X11R6/include -I/usr/include/SDL
> -I/usr/include/libpng12 programs/gaia/GPSSourceNMEA.cc
> programs/gaia/GPSSourceNMEA.cc: In member function 'int
> GPSSourceNMEA::TestChecksum(char*, char*)':
> programs/gaia/GPSSourceNMEA.cc:158: error: 'snprintf' was not declared in
> this scope
> programs/gaia/GPSSourceNMEA.cc:161: error: 'toupper' was not declared in this
> scope
> scons: *** [programs/gaia/GPSSourceNMEA.o] Error 1
> scons: building terminated because of errors.
--- programs/gaia/GPSSourceNMEA.h~ 2007-04-01 19:12:12.000000000 +0000
+++ programs/gaia/GPSSourceNMEA.h 2007-04-01 19:13:06.000000000 +0000
@@ -24,6 +24,8 @@
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
+#include <cstdio>
+#include <cctype>
#include "GPSSource.h"
--- programs/gaia/Hud.h~ 2007-04-01 19:13:27.000000000 +0000
+++ programs/gaia/Hud.h 2007-04-01 19:13:32.000000000 +0000
@@ -21,6 +21,7 @@
#define __GAIA__HUD_H__
#include <vector>
+#include <algorithm>
#include <GL/gl.h>
#include "HudObject.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: gaia
Source-Version: 0.1.2-2
We believe that the bug you reported is fixed in the latest version of
gaia, which is due to be installed in the Debian FTP archive:
gaia_0.1.2-2.diff.gz
to pool/main/g/gaia/gaia_0.1.2-2.diff.gz
gaia_0.1.2-2.dsc
to pool/main/g/gaia/gaia_0.1.2-2.dsc
gaia_0.1.2-2_amd64.deb
to pool/main/g/gaia/gaia_0.1.2-2_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.
Jordà Polo <[EMAIL PROTECTED]> (supplier of updated gaia 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, 19 May 2007 17:52:47 +0200
Source: gaia
Binary: gaia
Architecture: source amd64
Version: 0.1.2-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Jordà Polo <[EMAIL PROTECTED]>
Description:
gaia - interface to the planet
Closes: 417189 423654
Changes:
gaia (0.1.2-2) unstable; urgency=low
.
* Switch build dependency from libcurl3-gnutls-dev to
libcurl4-dev. (Closes: #423654)
* Using quilt as patch manager:
+ Added new build dependency on quilt (>= 0.40).
+ patches/01_header_deps.patch: New patch to fix header dependencies with
GCC 4.3. (Closes: #417189)
Files:
a073abd1b36a3698557eca24a0a72bee 685 x11 optional gaia_0.1.2-2.dsc
18211602e0b18828f1bac01c2a79228c 10727 x11 optional gaia_0.1.2-2.diff.gz
4b86dc3850311fdfee571341197b6945 59846 x11 optional gaia_0.1.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGUKVGNTNQylgICMQRAu/wAKDQPg/yCWYjjjQXqbbj82AjBLEJLwCeMS1G
pknAZdER7WvnMkGQe8hwTTU=
=uvwk
-----END PGP SIGNATURE-----
--- End Message ---