Your message dated Fri, 22 Jan 2010 15:39:06 +0000
with message-id <[email protected]>
and subject line Bug#505390: fixed in traverso 0.49.0~rc1-1.1
has caused the Debian Bug report #505390,
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.)
--
505390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505390
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: traverso
Version: 0.42.0-3
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 traverso_0.42.0-3 on em64t by sbuild/amd64 0.53
...
> g++ -c -pipe -O2 -fPIC -mmmx -msse -mfpmath=sse -fPIC -D_REENTRANT -Wall -W
> -DJACK_SUPPORT -DALSA_SUPPORT -DLV2_SUPPORT -DQT_OPENGL_SUPPORT
> -DMP3_DECODE_SUPPORT -DSTATIC_BUILD -DUSE_MLOCK -DQT_NO_DEBUG -DUSE_XMMINTRIN
> -DUSE_X86_64_ASM -DQT_NO_DEBUG -DQT_XML_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/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4
> -I../core -I../traverso -I../traverso/songcanvas -I../common -I../plugins
> -I../plugins/native -I../audiofileio/decode -Ibuild -Ibuild -o
> build/CommandGroup.o CommandGroup.cpp
> CommandGroup.cpp: In member function 'virtual int
> CommandGroup::prepare_actions()':
> CommandGroup.cpp:53: error: 'printf' was not declared in this scope
> make[2]: *** [build/CommandGroup.o] Error 1
> make[2]: Leaving directory `/build/tbm/traverso-0.42.0/src/commands'
--- src/audiofileio/decode/ResampleAudioReader.cpp~ 2008-11-11
22:59:35.000000000 +0000
+++ src/audiofileio/decode/ResampleAudioReader.cpp 2008-11-11
22:59:42.000000000 +0000
@@ -22,6 +22,8 @@
#include "ResampleAudioReader.h"
#include <QString>
+#include <cstdio>
+
#define OVERFLOW_SIZE 512
// Always put me below _all_ includes, this is needed
--- src/audiofileio/encode/WPAudioWriter.cpp~ 2008-11-11 23:00:18.000000000
+0000
+++ src/audiofileio/encode/WPAudioWriter.cpp 2008-11-11 23:00:29.000000000
+0000
@@ -23,6 +23,8 @@
#include <QString>
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
--- src/commands/CommandGroup.cpp~ 2008-11-11 22:50:16.000000000 +0000
+++ src/commands/CommandGroup.cpp 2008-11-11 22:50:21.000000000 +0000
@@ -22,6 +22,8 @@
#include "CommandGroup.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
--- src/common/RingBuffer.cpp~ 2008-11-11 22:53:06.000000000 +0000
+++ src/common/RingBuffer.cpp 2008-11-11 22:53:13.000000000 +0000
@@ -25,6 +25,7 @@
This is safe for the case of one read thread and one write thread.
*/
+#include <cstdio>
#include <stdlib.h>
#include <string.h>
#ifdef USE_MLOCK
--- src/core/Export.cpp~ 2008-11-11 22:54:10.000000000 +0000
+++ src/core/Export.cpp 2008-11-11 22:54:15.000000000 +0000
@@ -23,6 +23,8 @@
#include "Export.h"
#include "Project.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
--- src/core/ViewPort.cpp~ 2008-11-11 22:56:03.000000000 +0000
+++ src/core/ViewPort.cpp 2008-11-11 22:56:14.000000000 +0000
@@ -39,6 +39,8 @@
#include "Import.h"
+#include <cstdio>
+
// Always put me below _all_ includes, this is needed
// in case we run with memory leak detection enabled!
#include "Debugger.h"
--- src/traverso/Main.cpp~ 2008-11-11 23:05:53.000000000 +0000
+++ src/traverso/Main.cpp 2008-11-11 23:06:01.000000000 +0000
@@ -19,6 +19,7 @@
*/
+#include <cstdio>
#include <signal.h>
#include <QLocale>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: traverso
Source-Version: 0.49.0~rc1-1.1
We believe that the bug you reported is fixed in the latest version of
traverso, which is due to be installed in the Debian FTP archive:
traverso_0.49.0~rc1-1.1.diff.gz
to main/t/traverso/traverso_0.49.0~rc1-1.1.diff.gz
traverso_0.49.0~rc1-1.1.dsc
to main/t/traverso/traverso_0.49.0~rc1-1.1.dsc
traverso_0.49.0~rc1-1.1_amd64.deb
to main/t/traverso/traverso_0.49.0~rc1-1.1_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.
Stefano Zacchiroli <[email protected]> (supplier of updated traverso 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: Wed, 20 Jan 2010 14:12:17 +0100
Source: traverso
Binary: traverso
Architecture: source amd64
Version: 0.49.0~rc1-1.1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description:
traverso - Multitrack audio recorder and editor
Closes: 505390
Changes:
traverso (0.49.0~rc1-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Add missing #include for gcc 4.4, patch by Martin Michlmayr.
(Closes: #505390)
Checksums-Sha1:
733c91689dd6ef4ede1d8fbc580487668f52b8b5 1300 traverso_0.49.0~rc1-1.1.dsc
a1a47c77a3911444ac64fb0f95e1bf75b25a4b4e 3672 traverso_0.49.0~rc1-1.1.diff.gz
325d0c9f5e30ef6a4b706bce8e0581a9a830dad3 1377114
traverso_0.49.0~rc1-1.1_amd64.deb
Checksums-Sha256:
2f6727761067b338346408ce38c09ff01d28ccdacbfd5555333ea1e67618479f 1300
traverso_0.49.0~rc1-1.1.dsc
a91b8878448fd1de584c6edc6edffc47f4fd740e21a59526dabde44955839abe 3672
traverso_0.49.0~rc1-1.1.diff.gz
22f422a03518aa36ace3ba28205166dca09b0b7353944e4e853315cf460348d4 1377114
traverso_0.49.0~rc1-1.1_amd64.deb
Files:
ba49dd075f5b62731f4f65e00ea89b61 1300 sound optional
traverso_0.49.0~rc1-1.1.dsc
04088afa8893ac1b41af1b70cd030bce 3672 sound optional
traverso_0.49.0~rc1-1.1.diff.gz
1159892d6027047d38c39c31d90c4c0c 1377114 sound optional
traverso_0.49.0~rc1-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLVwZx1cqbBPLEI7wRAshSAJ9bXS1DJgx+8iaZYilRcqfR8r7nEQCfYe4C
QUrkQ2FIN6EcVnFMgwwCNVo=
=w5Re
-----END PGP SIGNATURE-----
--- End Message ---