Your message dated Mon, 04 May 2009 15:39:13 +0000
with message-id <e1m10g9-0002dy...@ries.debian.org>
and subject line Bug#526166: fixed in tora 2.0.0-4
has caused the Debian Bug report #526166,
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 ow...@bugs.debian.org
immediately.)


-- 
526166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tora
Version: 2.0.0-3
User: debian-...@lists.debian.org
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-snapshot from unstable or
gcc-4.4 from experimental.

> Automatic build of tora_2.0.0-3 on em64t by sbuild/amd64 0.53
...
> cd /build/tbm/tora-2.0.0/obj-x86_64-linux-gnu/src && 
> /usr/lib/gcc-snapshot/bin/g++   -DCMAKE_BUILD -DTOMONOLITHIC -DQT_DLL 
> -DQT_GUI_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB 
> -DQT_DLL -DQT_CORE_LIB -DQT_GUI_LIB -DQT_THREAD_LIB -DTO_NO_ORACLE 
> -DLIBPQ_DECL_CANCEL -DHAVE_POSTGRESQL_LIBPQ_FE_H -DHAVE_DLFCN_H 
> -DHAVE_UNISTD_H -DHAVE_CONFIG_H -DQT_NO_DEBUG -g -O2 -g -Wall -O2 -O2 -Wall 
> -I/build/tbm/tora-2.0.0/obj-x86_64-linux-gnu/src -I/build/tbm/tora-2.0.0/src 
> -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork 
> -I/usr/include/qt4/QtCore -I/build/tbm/tora-2.0.0 
> -I/build/tbm/tora-2.0.0/obj-x86_64-linux-gnu -I/usr/include/qt4/phonon 
> -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtWebKit 
> -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtAssistant 
> -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtOpenGL 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/Qt3Support 
> -I/usr/share/qt4/mkspecs/default -I/build/tbm/tora-2.0.0/src/loki/include 
> -I/build/tbm/tora-2.0.0/src/otl -I/usr/include/postgresql 
> -I/usr/include/qt4/Qsci   -DTOVERSION=\"2.0.0\" 
> -DDEFAULT_PLUGIN_DIR=\"/usr/share/tora/\" -DQT -DSCI_LEXER -o 
> CMakeFiles/tora.dir/toqvalue.o -c /build/tbm/tora-2.0.0/src/toqvalue.cpp
> /build/tbm/tora-2.0.0/src/toqvalue.cpp: In static member function 'static 
> QString toQValue::formatNumber(double)':
> /build/tbm/tora-2.0.0/src/toqvalue.cpp:264: error: 'sprintf' was not declared 
> in this scope
> /build/tbm/tora-2.0.0/src/toqvalue.cpp:270: error: 'sprintf' was not declared 
> in this scope
> make[3]: *** [src/CMakeFiles/tora.dir/toqvalue.o] Error 1
> make[3]: Leaving directory `/build/tbm/tora-2.0.0/obj-x86_64-linux-gnu'

--- src/toqvalue.cpp~   2009-04-29 17:02:16.000000000 +0000
+++ src/toqvalue.cpp    2009-04-29 17:02:23.000000000 +0000
@@ -47,6 +47,8 @@
 #include <QVariant>
 #include <QApplication>
 
+#include <cstdio>
+
 static int NumberFormat;
 static int NumberDecimals;
 
--- src/todebug.cpp~    2009-04-29 17:04:00.000000000 +0000
+++ src/todebug.cpp     2009-04-29 17:04:11.000000000 +0000
@@ -58,6 +58,7 @@
 #include "totool.h"
 #include "tocodemodel.h"
 
+#include <cstdio>
 #include <stack>
 
 #include <qcheckbox.h>
--- src/tomodeleditor.cpp~      2009-04-29 17:09:30.000000000 +0000
+++ src/tomodeleditor.cpp       2009-04-29 17:09:42.000000000 +0000
@@ -59,6 +59,8 @@
 #include <QSettings>
 #include <QAbstractItemModel>
 
+#include <cstdio>
+
 #include "icons/commit.xpm"
 #include "icons/copy.xpm"
 #include "icons/cut.xpm"
--- src/toresultview.cpp~       2009-04-29 17:17:49.000000000 +0000
+++ src/toresultview.cpp        2009-04-29 17:18:01.000000000 +0000
@@ -54,6 +54,8 @@
 #include "totool.h"
 #include "toresultlistformat.h"
 
+#include <cstdio>
+
 #include <qapplication.h>
 #include <qclipboard.h>
 #include <qcombobox.h>

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



--- End Message ---
--- Begin Message ---
Source: tora
Source-Version: 2.0.0-4

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

tora_2.0.0-4.diff.gz
  to pool/main/t/tora/tora_2.0.0-4.diff.gz
tora_2.0.0-4.dsc
  to pool/main/t/tora/tora_2.0.0-4.dsc
tora_2.0.0-4_amd64.deb
  to pool/main/t/tora/tora_2.0.0-4_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 526...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Meskes <mes...@debian.org> (supplier of updated tora 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 04 May 2009 16:12:37 +0200
Source: tora
Binary: tora
Architecture: source amd64
Version: 2.0.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Changed-By: Michael Meskes <mes...@debian.org>
Description: 
 tora       - A graphical toolkit for database developers and administrators
Closes: 526166
Changes: 
 tora (2.0.0-4) unstable; urgency=low
 .
   * Added patch to add missing include directives, closes: #526166
Checksums-Sha1: 
 5d661f3781796576fe0dabbae58ab6e8f04309f9 1232 tora_2.0.0-4.dsc
 6ff1917f224002e54cfd0d15f5c807e2149c20eb 4435 tora_2.0.0-4.diff.gz
 6710c497c2942f71411f219c40627312fa582c01 4833446 tora_2.0.0-4_amd64.deb
Checksums-Sha256: 
 35015d74aa07a472d8bc8acce3e8aee4e8b9aebecb14622f2d2a33af884cc50b 1232 
tora_2.0.0-4.dsc
 2e2be6479c1bbc066a4526f585bbd0f3b391b9c9c7c4c9734f92ef4061519127 4435 
tora_2.0.0-4.diff.gz
 b6f942643b6a613edc2f6da89c4d493f571a4c231c4fc94b3657863eeb484b15 4833446 
tora_2.0.0-4_amd64.deb
Files: 
 f566fa58e59df99a99e54003e968840d 1232 misc optional tora_2.0.0-4.dsc
 011a8a5017c1ba74ecbaef52b135f87f 4435 misc optional tora_2.0.0-4.diff.gz
 ee1137ee690bb908ee13acce498abe7b 4833446 misc optional tora_2.0.0-4_amd64.deb

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

iD8DBQFJ/vwgVkEm8inxm9ERArT4AJ9zB5CsAc+bjy5kGeCzJUqa1I7A3ACfaga3
7CqelTWDwcH22NrL4312kZY=
=YKYX
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

Reply via email to