Your message dated Sun, 24 Jan 2010 12:34:20 +0000
with message-id <[email protected]>
and subject line Bug#527215: fixed in tulip 3.1.2-2.2
has caused the Debian Bug report #527215,
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.)
--
527215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527215
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tulip
Version: 3.1.2-1
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 tulip_3.1.2-1 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -I. -I../../../../library/tulip-ogl/src -I../../..
> -I../../../../library/tulip-ogl/include -D_REENTRANT -I/usr/include
> -I../../../../library/tulip/include -I../../../../library/tulip/include/tulip
> -I../../../library/tulip/include -I../../../library/tulip/include/tulip
> -I/usr/include/GL -I../../../../thirdparty/ftgl -I/usr/include/freetype2
> -I/usr/include/libxml2 -DI64 -DSTATS_UI -DNDEBUG -O3 -funroll-loops -pipe -MT
> GlFeedBackRecorder.lo -MD -MP -MF .deps/GlFeedBackRecorder.Tpo -c
> ../../../../library/tulip-ogl/src/GlFeedBackRecorder.cpp -fPIC -DPIC -o
> .libs/GlFeedBackRecorder.o
> ../../../../library/tulip-ogl/src/GlFeedBackRecorder.cpp: In member function
> 'void tlp::GlFeedBackRecorder::sortAndRecord(GLint, GLfloat*)':
> ../../../../library/tulip-ogl/src/GlFeedBackRecorder.cpp:83: error: 'printf'
> was not declared in this scope
> ../../../../library/tulip-ogl/src/GlFeedBackRecorder.cpp: In member function
> 'GLfloat* tlp::GlFeedBackRecorder::recordPrimitive(GLfloat*)':
> ../../../../library/tulip-ogl/src/GlFeedBackRecorder.cpp:198: error: 'printf'
> was not declared in this scope
> make[5]: *** [GlFeedBackRecorder.lo] Error 1
> make[5]: Leaving directory
> `/build/tbm/tulip-3.1.2/BUILD/library/tulip-ogl/src'
> make[4]: *** [all-recursive] Error 1
--- library/tulip-ogl/src/GlFeedBackRecorder.cpp~ 2009-05-06
07:17:30.000000000 +0000
+++ library/tulip-ogl/src/GlFeedBackRecorder.cpp 2009-05-06
07:17:36.000000000 +0000
@@ -11,6 +11,7 @@
*/
#include "tulip/GlFeedBackRecorder.h"
+#include <cstdio>
#include <iostream>
using namespace std;
--- library/tulip-qt/src/SGHierarchyWidget.cpp~ 2009-05-06 07:19:49.000000000
+0000
+++ library/tulip-qt/src/SGHierarchyWidget.cpp 2009-05-06 07:19:54.000000000
+0000
@@ -13,6 +13,7 @@
#include <config.h>
#endif
+#include <cstdio>
#include <iostream>
#include <QtGui/qinputdialog.h>
--- library/tulip-qt/src/MainController.cpp~ 2009-05-06 07:28:39.000000000
+0000
+++ library/tulip-qt/src/MainController.cpp 2009-05-06 07:28:49.000000000
+0000
@@ -11,6 +11,8 @@
*/
#include "tulip/MainController.h"
+#include <cstdio>
+
#include <QtGui/QDockWidget>
#include <QtGui/QWorkspace>
#include <QtGui/QToolBar>
--- plugins/import/dotImportCLUT.h~ 2009-05-06 07:34:14.000000000 +0000
+++ plugins/import/dotImportCLUT.h 2009-05-06 07:34:23.000000000 +0000
@@ -10,6 +10,7 @@
(at your option) any later version.
*/
+#include <cstdio>
struct X11Color
{
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: tulip
Source-Version: 3.1.2-2.2
We believe that the bug you reported is fixed in the latest version of
tulip, which is due to be installed in the Debian FTP archive:
libtulip-3.1_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-3.1_3.1.2-2.2_amd64.deb
libtulip-dev_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-dev_3.1.2-2.2_amd64.deb
libtulip-ogl-3.1_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-ogl-3.1_3.1.2-2.2_amd64.deb
libtulip-ogl-dev_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-ogl-dev_3.1.2-2.2_amd64.deb
libtulip-pluginsmanager-3.1_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-pluginsmanager-3.1_3.1.2-2.2_amd64.deb
libtulip-pluginsmanager-dev_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-pluginsmanager-dev_3.1.2-2.2_amd64.deb
libtulip-qt4-3.1_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-qt4-3.1_3.1.2-2.2_amd64.deb
libtulip-qt4-dev_3.1.2-2.2_amd64.deb
to main/t/tulip/libtulip-qt4-dev_3.1.2-2.2_amd64.deb
tlprender_3.1.2-2.2_amd64.deb
to main/t/tulip/tlprender_3.1.2-2.2_amd64.deb
tulip-doc_3.1.2-2.2_all.deb
to main/t/tulip/tulip-doc_3.1.2-2.2_all.deb
tulip_3.1.2-2.2.diff.gz
to main/t/tulip/tulip_3.1.2-2.2.diff.gz
tulip_3.1.2-2.2.dsc
to main/t/tulip/tulip_3.1.2-2.2.dsc
tulip_3.1.2-2.2_amd64.deb
to main/t/tulip/tulip_3.1.2-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.
Meike Reichle <[email protected]> (supplier of updated tulip 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, 23 Jan 2010 23:46:34 +0100
Source: tulip
Binary: tulip tlprender tulip-doc libtulip-3.1 libtulip-dev libtulip-ogl-3.1
libtulip-ogl-dev libtulip-qt4-3.1 libtulip-qt4-dev libtulip-pluginsmanager-3.1
libtulip-pluginsmanager-dev
Architecture: source all amd64
Version: 3.1.2-2.2
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson <[email protected]>
Changed-By: Meike Reichle <[email protected]>
Description:
libtulip-3.1 - Tulip graph library - core runtime
libtulip-dev - Tulip graph library - core development files
libtulip-ogl-3.1 - Tulip graph library - OpenGL runtime
libtulip-ogl-dev - Tulip graph library - OpenGL development files
libtulip-pluginsmanager-3.1 - Tulip graph library - Qt/OpenGL GUI runtime
libtulip-pluginsmanager-dev - Tulip graph library - Qt/OpenGL GUI development
files
libtulip-qt4-3.1 - Tulip graph library - Qt/OpenGL GUI runtime
libtulip-qt4-dev - Tulip graph library - Qt/OpenGL GUI development files
tlprender - Off-screen renderer for tulip graphs
tulip - A system dedicated to the visualization of huge graphs
tulip-doc - Documentation for the Tulip graph-visualization system
Closes: 527215
Changes:
tulip (3.1.2-2.2) unstable; urgency=low
.
* Non-maintainer upload.
* Added missing headers for gcc4.4 (Closes: #527215)
Checksums-Sha1:
7968ccb9874af83a425508a01140775725946fb2 1514 tulip_3.1.2-2.2.dsc
8b78c36defee142bda5645f3e4f73310c49c6295 499577 tulip_3.1.2-2.2.diff.gz
e68fe22c069ed3f3839791617f970a7131ba73cf 31120038 tulip-doc_3.1.2-2.2_all.deb
c4b35f38b7375f4959f0be74a58faad619ce8430 7270194 tulip_3.1.2-2.2_amd64.deb
c724459119e51a0505683ac0a0f2e4745a5f7c87 56560 tlprender_3.1.2-2.2_amd64.deb
076c9eec1dcae621c33eef5f413d5573692055f0 720584
libtulip-3.1_3.1.2-2.2_amd64.deb
4fac32936940192de4a5ac3d1ecef7806e7352af 76274 libtulip-dev_3.1.2-2.2_amd64.deb
b14093b92e36d625e4c638ca46ca56a924c2e615 506098
libtulip-ogl-3.1_3.1.2-2.2_amd64.deb
4e14595bef79806e3b8dadd1a642135f3cf1bfde 49128
libtulip-ogl-dev_3.1.2-2.2_amd64.deb
f6449f97b4dd3f2a8c42e26c54e94cbe14bfbc24 656874
libtulip-qt4-3.1_3.1.2-2.2_amd64.deb
893f9a6ea4e7aad976e5148f121a9d5544826875 69738
libtulip-qt4-dev_3.1.2-2.2_amd64.deb
1d99a3b126d10d54271076fe4916814b8ad2a661 214368
libtulip-pluginsmanager-3.1_3.1.2-2.2_amd64.deb
45323f2509feb01d697109c712f7e6cd0fe342cc 20346
libtulip-pluginsmanager-dev_3.1.2-2.2_amd64.deb
Checksums-Sha256:
faf539031d97f83997fff30bf802123963cdf75b1f9179e65f7b400eb8eb5628 1514
tulip_3.1.2-2.2.dsc
58c43699241c6e2c473c2978558a2ebbffc90dc69644fd1001a9872111767bb7 499577
tulip_3.1.2-2.2.diff.gz
e00213849363bad53c6028a2a66dab28b98aa0311ab70591e45e660b8ed4966f 31120038
tulip-doc_3.1.2-2.2_all.deb
298f208843f2df5d10133a4887a0e7ec07a1e5c6d705555da327787108dcf307 7270194
tulip_3.1.2-2.2_amd64.deb
6ff5175bd8d0abc56ea581661cfb39180cbc7cf4eec7929f0c522bba5c6d1d97 56560
tlprender_3.1.2-2.2_amd64.deb
d0ef6bcf2c8cd60d519feedbd652f661ee960aded6566b968b9fec26da71f344 720584
libtulip-3.1_3.1.2-2.2_amd64.deb
a63779b377112f2775abd654c577a4b77ad3db4b32cb3b2f443a404ae11bda9f 76274
libtulip-dev_3.1.2-2.2_amd64.deb
f576519d3f327b5000a04af29b73c68e271c9952926d890641886124851f7595 506098
libtulip-ogl-3.1_3.1.2-2.2_amd64.deb
c96798109109d5742c4eb8772f032b70d6c0c4acb80b4c96ab821264c02ce201 49128
libtulip-ogl-dev_3.1.2-2.2_amd64.deb
731778e7a0fca24eee488efa8734d820b16806a4b9ea3cc009feb458b7626990 656874
libtulip-qt4-3.1_3.1.2-2.2_amd64.deb
597cd52dcdd6be93d8931e350fb964b6d949a862e1f9b2e1d06a9cc4468c2bd4 69738
libtulip-qt4-dev_3.1.2-2.2_amd64.deb
9b317ca9b55dd8f5a4eab4ae9d35ce2d71b8fd901b8268218f35a0efcbf33644 214368
libtulip-pluginsmanager-3.1_3.1.2-2.2_amd64.deb
717d16312fe6dd5248ae1ea343aebd01e0e931550950ce8979dc91f6687ca125 20346
libtulip-pluginsmanager-dev_3.1.2-2.2_amd64.deb
Files:
0e1d5e9d09270c787d46e2500d910f4b 1514 graphics optional tulip_3.1.2-2.2.dsc
af1d656c4a3c767f9e018f85ba2c966f 499577 graphics optional
tulip_3.1.2-2.2.diff.gz
9ede87f146b51304417d8e17ca01a531 31120038 doc optional
tulip-doc_3.1.2-2.2_all.deb
1e6b8296075671e490ab78e631de2af3 7270194 graphics optional
tulip_3.1.2-2.2_amd64.deb
bf9c04874727889320712238c6fead93 56560 graphics optional
tlprender_3.1.2-2.2_amd64.deb
2f4a1426aa6e9041272574899832f7b2 720584 libs optional
libtulip-3.1_3.1.2-2.2_amd64.deb
65ef83db8a290aa533afe0cf20acf0a0 76274 libdevel optional
libtulip-dev_3.1.2-2.2_amd64.deb
8959437068269571a8f98c726d1d0597 506098 libs optional
libtulip-ogl-3.1_3.1.2-2.2_amd64.deb
50dc55a3eeeb09f0d13fdc29021ea52f 49128 libdevel optional
libtulip-ogl-dev_3.1.2-2.2_amd64.deb
616c9cbc1893ded2234e90687ebdd4b7 656874 libs optional
libtulip-qt4-3.1_3.1.2-2.2_amd64.deb
dafbbf6c99b3a038d681f5b19a939a9c 69738 libdevel optional
libtulip-qt4-dev_3.1.2-2.2_amd64.deb
1c3f19687c4d91c3e97116ba5b378bd2 214368 libs optional
libtulip-pluginsmanager-3.1_3.1.2-2.2_amd64.deb
011b84690435f70a7737390facd91af1 20346 libdevel optional
libtulip-pluginsmanager-dev_3.1.2-2.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktcNZcACgkQuT3KDxRRCVvM5QCeKpzqia+VRJ54eJoyRPi8j0t4
IycAoKM2fSngFlJ2yTg5yJL4tk4idy1W
=8JXw
-----END PGP SIGNATURE-----
--- End Message ---