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/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]