Your message dated Sun, 01 Nov 2009 00:26:00 +0000
with message-id <[email protected]>
and subject line Bug#547331: fixed in vite 1.0+svn834-5
has caused the Debian Bug report #547331,
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.)


-- 
547331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547331
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vite
Version: 1.0+svn834-4
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with GCC 4.4, which has 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-4.4/g++-4.4 from unstable.

> Automatic build of vite_1.0+svn834-4 on em64t by sbuild/amd64 0.53
...
> g++ -c -pipe -O2 -g -D_REENTRANT -Wall -W -DQT_XML_LIB -DQT_OPENGL_LIB 
> -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4 -I. -Iinterface -Imessage -Itrace -Itrace/values -Iparser 
> -I/usr/X11R6/include -I. -I. -o ../bin/Tools.o general/Tools.cpp
> general/Tools.cpp: In function 'double convert_to_double(std::string)':
> general/Tools.cpp:51: error: 'sscanf' was not declared in this scope
> make[2]: *** [../bin/Tools.o] Error 1
> make[2]: Leaving directory `/build/tbm/vite-1.0+svn834/src'
> make[1]: *** [all] Error 2

--- src/general/Tools.cpp~      2009-09-18 17:00:42.000000000 +0000
+++ src/general/Tools.cpp       2009-09-18 17:00:51.000000000 +0000
@@ -42,6 +42,8 @@
 */
 #include "Tools.hpp"
 
+#include <cstdio>
+
 using namespace std;
 
 double convert_to_double(const string arg){

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: vite
Source-Version: 1.0+svn834-5

We believe that the bug you reported is fixed in the latest version of
vite, which is due to be installed in the Debian FTP archive:

vite_1.0+svn834-5.diff.gz
  to main/v/vite/vite_1.0+svn834-5.diff.gz
vite_1.0+svn834-5.dsc
  to main/v/vite/vite_1.0+svn834-5.dsc
vite_1.0+svn834-5_amd64.deb
  to main/v/vite/vite_1.0+svn834-5_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.
Samuel Thibault <[email protected]> (supplier of updated vite 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: Fri, 18 Sep 2009 23:52:56 +0200
Source: vite
Binary: vite
Architecture: source amd64
Version: 1.0+svn834-5
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description: 
 vite       - Efficient visual trace explorer
Closes: 547331
Changes: 
 vite (1.0+svn834-5) unstable; urgency=low
 .
   * src/general/Tools.hpp: Add #include <cstdio> to fix FTBFS with gcc-4.4
     (Closes: Bug#547331).
Checksums-Sha1: 
 b5a73ccfdae012fa6fdf4413aee827d1bfd56eec 1303 vite_1.0+svn834-5.dsc
 7bb4326c007fa4ea48c720eefaacd5c92b8f6eac 2952 vite_1.0+svn834-5.diff.gz
 1be18d601221933db28ccaa052ac1c80661d6430 1564210 vite_1.0+svn834-5_amd64.deb
Checksums-Sha256: 
 e03425f689e62fa8ba7fe603aabd8447e2194385b90f6433a7dc38a4d5b2d069 1303 
vite_1.0+svn834-5.dsc
 0c74971338daf9c1cb52c697dd1fdaa20f08e4e7ecc2af752e4fe5b65a3a423b 2952 
vite_1.0+svn834-5.diff.gz
 1d7b77d4b4f248859abe3afd24430254ecf233c87bd05449ac0796db51a1d7bb 1564210 
vite_1.0+svn834-5_amd64.deb
Files: 
 f83745fc784f80f6aa41027bea738bd3 1303 devel optional vite_1.0+svn834-5.dsc
 a1bfe09abb6955c9f8a71c9822b76789 2952 devel optional vite_1.0+svn834-5.diff.gz
 063abc85e726e523298585bc6840eb1d 1564210 devel optional 
vite_1.0+svn834-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrqJUIACgkQKX9hldhOypf7qwCgxONF4FXHFm2rpKPEXxg1Yjaq
hjoAoMNodeNsr8jkEpRxbJj42lI0KaD2
=/4kv
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to