Your message dated Sun, 06 Apr 2008 00:47:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#456062: fixed in traverso 0.42.0-2
has caused the Debian Bug report #456062,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
456062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456062
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: traverso
Version: 0.41.0-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of traverso_0.41.0-1 on em64t by sbuild/amd64 0.53
...
> g++ -c -pipe -fpermissive -O2 -mtune=athlon64 -fPIC -D_REENTRANT -Wall -W 
> -DQT_SHARED -DJACK_SUPPORT -DALSA_SUPPORT -DLV2_SUPPORT -DQT_OPENGL_SUPPORT 
> -DSTATIC_BUILD -DUSE_MLOCK -DQT_NO_DEBUG -DRELAYTOOL_JACK='static const int 
> libjack_is_present=1; static int __attribute__((unused)) 
> libjack_symbol_is_present(char *m) { return 1; }' -DQT_NO_DEBUG -DQT_XML_LIB 
> -DQT_GUI_LIB -DQT_CORE_LIB -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../commands -I../engine -I../plugins -I../plugins/native 
> -Ibuild -Ibuild -o build/Curve.o Curve.cpp
> In file included from /usr/include/qt4/QtCore/qstring.h:40,
>                  from /usr/include/qt4/QtCore/qobject.h:43,
>                  from /usr/include/qt4/QtCore/QObject:1,
>                  from ContextItem.h:25,
>                  from Curve.h:33,
>                  from Curve.cpp:30:
> /usr/include/qt4/QtCore/qchar.h:52: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qchar.h:53: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qchar.h:232: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qchar.h:233: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qchar.h:234: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qchar.h:335: warning: type qualifiers ignored on 
> function return type
> In file included from /usr/include/qt4/QtCore/qstring.h:41,
>                  from /usr/include/qt4/QtCore/qobject.h:43,
>                  from /usr/include/qt4/QtCore/QObject:1,
>                  from ContextItem.h:25,
>                  from Curve.h:33,
>                  from Curve.cpp:30:
> /usr/include/qt4/QtCore/qbytearray.h:144: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qbytearray.h:145: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qbytearray.h:147: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qbytearray.h:346: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qbytearray.h:348: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qbytearray.h:350: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qbytearray.h:391: warning: type qualifiers ignored on 
> function return type
> In file included from /usr/include/qt4/QtCore/qobject.h:43,
>                  from /usr/include/qt4/QtCore/QObject:1,
>                  from ContextItem.h:25,
>                  from Curve.h:33,
>                  from Curve.cpp:30:
> /usr/include/qt4/QtCore/qstring.h:787: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qstring.h:788: warning: type qualifiers ignored on 
> function return type
> /usr/include/qt4/QtCore/qstring.h:789: warning: type qualifiers ignored on 
> function return type
> Curve.cpp: In member function 'double Curve::multipoint_eval(double)':
> Curve.cpp:488: error: 'equal_range' was not declared in this scope
> Curve.cpp: In member function 'Command* Curve::add_node(CurveNode*, bool)':
> Curve.cpp:602: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp:602: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp:602: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp:602: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp: In member function 'Command* Curve::remove_node(CurveNode*, bool)':
> Curve.cpp:641: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp:641: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp:641: warning: deprecated conversion from string constant to 'char*'
> Curve.cpp:641: warning: deprecated conversion from string constant to 'char*'
> make[2]: *** [build/Curve.o] Error 1
> make[2]: Leaving directory `/build/tbm/traverso-0.41.0/src/core'
> make[1]: *** [sub-src-core-make_default] Error 2
> make[1]: Leaving directory `/build/tbm/traverso-0.41.0'

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



--- End Message ---
--- Begin Message ---
Source: traverso
Source-Version: 0.42.0-2

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.42.0-2.diff.gz
  to pool/main/t/traverso/traverso_0.42.0-2.diff.gz
traverso_0.42.0-2.dsc
  to pool/main/t/traverso/traverso_0.42.0-2.dsc
traverso_0.42.0-2_powerpc.deb
  to pool/main/t/traverso/traverso_0.42.0-2_powerpc.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.
Gürkan Sengün <[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.7
Date: Sat, 05 Apr 2008 14:27:02 +0200
Source: traverso
Binary: traverso
Architecture: source powerpc
Version: 0.42.0-2
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
Changed-By: Gürkan Sengün <[EMAIL PROTECTED]>
Description: 
 traverso   - Multitrack audio recorder and editor
Closes: 456062 456419 467096
Changes: 
 traverso (0.42.0-2) unstable; urgency=low
 .
   * Disable optimized build. (Closes: #467096)
   * Applied patch to fix FTBFS with gcc 4.3. (Closes: #456062)
     Thanks Cyril Brulebois <[EMAIL PROTECTED]>.
   * Calling qmake-qt4 in debian/rules. (Closes: #456419)
   * Updated my email address.
Files: 
 978a141faa926fff98c2a3367fbfe411 850 sound optional traverso_0.42.0-2.dsc
 314de3b56afb058b82d0e027261d6b5a 3332 sound optional traverso_0.42.0-2.diff.gz
 4581b603ffdd7691f7b6ba06522a031d 1047298 sound optional 
traverso_0.42.0-2_powerpc.deb

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

iD8DBQFH+BrqGKDMjVcGpLQRAgoGAJ0T9mYNUVmk4T9dITk6ivD1Sf5/TgCgw4+4
AFzIQbfB3FwOg6E475lEBfM=
=hPc+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to