Your message dated Tue, 18 Nov 2008 19:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#504883: fixed in qantenna 0.2.1-2
has caused the Debian Bug report #504883,
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.)
--
504883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504883
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: qantenna
Version: 0.2.1-1
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 qantenna_0.2.1-1 on em64t by sbuild/amd64 0.53
...
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQANTENNA_VERSION=\"0.2.1\"
> -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB
> -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4
> -I/usr/X11R6/include -I../qt/moc -I../qt/uic -o ../qt/obj/vec3.o vec3.cpp
> vec3.cpp: In member function 'void Vec3::print()':
> vec3.cpp:157: error: 'printf' was not declared in this scope
> make[2]: *** [../qt/obj/vec3.o] Error 1
> make[2]: Leaving directory `/build/tbm/qantenna-0.2.1/src'
A patch is attached.
--
Martin Michlmayr
http://www.cyrius.com/
--- src/vec3.cpp~ 2008-11-07 19:18:42.000000000 +0000
+++ src/vec3.cpp 2008-11-07 19:19:17.000000000 +0000
@@ -20,6 +20,8 @@
#include "vec3.h"
+#include <cstdio>
+
// Constructores
Vec3::Vec3(void) {
set(0, 0, 0);
--- End Message ---
--- Begin Message ---
Source: qantenna
Source-Version: 0.2.1-2
We believe that the bug you reported is fixed in the latest version of
qantenna, which is due to be installed in the Debian FTP archive:
qantenna_0.2.1-2.diff.gz
to pool/main/q/qantenna/qantenna_0.2.1-2.diff.gz
qantenna_0.2.1-2.dsc
to pool/main/q/qantenna/qantenna_0.2.1-2.dsc
qantenna_0.2.1-2_i386.deb
to pool/main/q/qantenna/qantenna_0.2.1-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.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated qantenna 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: Tue, 18 Nov 2008 20:04:25 +0100
Source: qantenna
Binary: qantenna
Architecture: source i386
Version: 0.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description:
qantenna - Qt based program for viewing antennas as decribed by NEC files
Closes: 504883
Changes:
qantenna (0.2.1-2) unstable; urgency=low
.
* Fix FTBFS with gcc-4.4, thanks Martin Michlmayr.
Closes: #504883. Upstream notified.
Checksums-Sha1:
a99df4f2e7f3bd754c8708274749159c2971fbb4 1017 qantenna_0.2.1-2.dsc
4a1d2396623030db9b41ec0506e31c2c634f43bb 3086 qantenna_0.2.1-2.diff.gz
598e4d1f02bcd03fbfd332b8637c8e40d3c7e58e 228418 qantenna_0.2.1-2_i386.deb
Checksums-Sha256:
b54f86ae421b2b246d05df348382bb9c904c32728edef76cef3c8d1ad671673d 1017
qantenna_0.2.1-2.dsc
3646ec5612f8b84324f3352d06ee20dcab4ea5da6828cef69487d046c8bc000e 3086
qantenna_0.2.1-2.diff.gz
3f92bc45d59d7b825a4cfbe1a1cce6fb50ff4df921dd0f0a54dac45dd5d8e786 228418
qantenna_0.2.1-2_i386.deb
Files:
6a205fe31cd130aa191d1e29bd423a45 1017 hamradio extra qantenna_0.2.1-2.dsc
72534db30050875c13a3b87c68850bbf 3086 hamradio extra qantenna_0.2.1-2.diff.gz
dd40a87f1bba311b72e27d4d9ecee995 228418 hamradio extra
qantenna_0.2.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkjE3MACgkQ/CqtjGLxpX8f3wCeLExiTzTKpmtnbk+ekFE2wK1x
/HYAn0m7ZbCb19izGu/y6WoKFo8nOY6v
=3vH9
-----END PGP SIGNATURE-----
--- End Message ---