Your message dated Sun, 01 Feb 2009 03:32:05 +0000
with message-id <[email protected]>
and subject line Bug#505013: fixed in xplanet 1.2.0+svn147-1
has caused the Debian Bug report #505013,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
505013: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505013
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xplanet
Version: 1.2.0-7
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of xplanet_1.2.0-7 on em64t by sbuild/amd64 0.53
....
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/share/xplanet\"
> -I/usr/include/freetype2 -I/usr/include -I/usr/include/pango-1.0
> -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -O3 -Wall -g -O2 -MT Satellite.o -MD -MP -MF ".deps/Satellite.Tpo" -c -o
> Satellite.o Satellite.cpp; \
> then mv -f ".deps/Satellite.Tpo" ".deps/Satellite.Po"; else rm -f
> ".deps/Satellite.Tpo"; exit 1; fi
> In file included from /usr/include/stdio.h:903,
> from libsgp4sdp4/sgp4sdp4.h:15,
> from Satellite.h:6,
> from Satellite.cpp:10:
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::vprintf(const char*,
> __va_list_tag*)':
> /usr/include/bits/stdio.h:39: error: cannot convert 'sgp4sdp4::_IO_FILE*' to
> 'FILE*' for argument '1' to 'int sgp4sdp4::vfprintf(FILE*, const char*,
> __va_list_tag*)'
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::fgetc_unlocked(FILE*)':
> /usr/include/bits/stdio.h:56: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:56: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:56: error: cannot convert 'FILE*' to
> 'sgp4sdp4::_IO_FILE*' for argument '1' to 'int
> sgp4sdp4::__uflow(sgp4sdp4::_IO_FILE*)'
> /usr/include/bits/stdio.h:56: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::getc_unlocked(FILE*)':
> /usr/include/bits/stdio.h:66: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:66: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:66: error: cannot convert 'FILE*' to
> 'sgp4sdp4::_IO_FILE*' for argument '1' to 'int
> sgp4sdp4::__uflow(sgp4sdp4::_IO_FILE*)'
> /usr/include/bits/stdio.h:66: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::fputc_unlocked(int,
> FILE*)':
> /usr/include/bits/stdio.h:91: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:91: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:91: error: cannot convert 'FILE*' to
> 'sgp4sdp4::_IO_FILE*' for argument '1' to 'int
> sgp4sdp4::__overflow(sgp4sdp4::_IO_FILE*, int)'
> /usr/include/bits/stdio.h:91: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::putc_unlocked(int,
> FILE*)':
> /usr/include/bits/stdio.h:101: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:101: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h:101: error: cannot convert 'FILE*' to
> 'sgp4sdp4::_IO_FILE*' for argument '1' to 'int
> sgp4sdp4::__overflow(sgp4sdp4::_IO_FILE*, int)'
> /usr/include/bits/stdio.h:101: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::feof_unlocked(FILE*)':
> /usr/include/bits/stdio.h:128: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> /usr/include/bits/stdio.h: In function 'int sgp4sdp4::ferror_unlocked(FILE*)':
> /usr/include/bits/stdio.h:135: error: invalid use of incomplete type 'struct
> _IO_FILE'
> /usr/include/stdio.h:45: error: forward declaration of 'struct _IO_FILE'
> make[4]: *** [Satellite.o] Error 1
> make[4]: Leaving directory `/build/tbm/xplanet-1.2.0/src'
--- src/Satellite.cpp~ 2008-11-08 16:06:28.000000000 +0000
+++ src/Satellite.cpp 2008-11-08 16:07:31.000000000 +0000
@@ -1,4 +1,5 @@
#include <clocale>
+#include <cstdio>
#include <cstring>
#include <iostream>
using namespace std;
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xplanet
Source-Version: 1.2.0+svn147-1
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+svn147-1_all.deb
to pool/main/x/xplanet/xplanet-images_1.2.0+svn147-1_all.deb
xplanet_1.2.0+svn147-1.diff.gz
to pool/main/x/xplanet/xplanet_1.2.0+svn147-1.diff.gz
xplanet_1.2.0+svn147-1.dsc
to pool/main/x/xplanet/xplanet_1.2.0+svn147-1.dsc
xplanet_1.2.0+svn147-1_amd64.deb
to pool/main/x/xplanet/xplanet_1.2.0+svn147-1_amd64.deb
xplanet_1.2.0+svn147.orig.tar.gz
to pool/main/x/xplanet/xplanet_1.2.0+svn147.orig.tar.gz
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.
Ruben Molina <[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.8
Date: Sat, 31 Jan 2009 19:39:29 -0500
Source: xplanet
Binary: xplanet xplanet-images
Architecture: source amd64 all
Version: 1.2.0+svn147-1
Distribution: experimental
Urgency: low
Maintainer: Ruben Molina <[email protected]>
Changed-By: Ruben Molina <[email protected]>
Description:
xplanet - planetary body renderer
xplanet-images - imagery for xplanet
Closes: 505013
Changes:
xplanet (1.2.0+svn147-1) experimental; urgency=low
.
* New upstream SVN snapshot.
* Update debian/watch to track upstream svn revisions.
* Add a get-orig-source rule to retrieve sources.
* New patch to fix a FTBFS with the upcoming GCC 4.4
Closes: #505013 (ftbfs-gcc-4.4).
* Fully reworked debian/rules file.
Checksums-Sha1:
1f67d542e10bcff3f82d79177910f5983ee3d8aa 1077 xplanet_1.2.0+svn147-1.dsc
af9abd53bc32e29652c6e7f69ff77a249c098ee7 1220309
xplanet_1.2.0+svn147.orig.tar.gz
121996cbaa7a9cefa06451ff34ad2ed9e8df4b65 19163 xplanet_1.2.0+svn147-1.diff.gz
061662b551cbcc21baeb7f8a5b3df72924d67132 636754
xplanet_1.2.0+svn147-1_amd64.deb
b537ef79e31476146b3aabf892cecdd1f428c1ae 436414
xplanet-images_1.2.0+svn147-1_all.deb
Checksums-Sha256:
7f7b065be4fa42470cdf1c901dc949ca77ca90eb4bfb3aee762f5a32dc9b6936 1077
xplanet_1.2.0+svn147-1.dsc
08e955ffe8f3380022adf05cdf1da15ff5aa512b76f84f180a0675c8f1940b4f 1220309
xplanet_1.2.0+svn147.orig.tar.gz
2b7b36f95a7dda053741394679d0819f3108f1e2c0d0dfe0d46dfc41259188d4 19163
xplanet_1.2.0+svn147-1.diff.gz
fc33ca22fe3dd98845270628930174ea0a3f7fc1ea307e3130a968642d731125 636754
xplanet_1.2.0+svn147-1_amd64.deb
890975373f43574b657cde08dd083c5353dfec6a30da5fdb9fb00fd8b2c456f1 436414
xplanet-images_1.2.0+svn147-1_all.deb
Files:
da74b30128aecb8327e25488c3cb6888 1077 graphics optional
xplanet_1.2.0+svn147-1.dsc
9be6f0b862ec3980e80ee798f5dc1456 1220309 graphics optional
xplanet_1.2.0+svn147.orig.tar.gz
0dadcedb16f3efb96f26109854dfbbae 19163 graphics optional
xplanet_1.2.0+svn147-1.diff.gz
31c4a5bb52db5e4a7d5b3b6a48990539 636754 graphics optional
xplanet_1.2.0+svn147-1_amd64.deb
b39c8e35118426becedefb93532bf252 436414 graphics optional
xplanet-images_1.2.0+svn147-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmFFcwACgkQgY5NIXPNpFWPDACgxXqzog94l4aJWGefszL57lGG
brwAmgLY99xskD+IrxHOiTEDRGeV/iDk
=9nD3
-----END PGP SIGNATURE-----
--- End Message ---