Package: qink Version: 0.3.4-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://gcc.gnu.org/gcc-4.3/porting_to.html
You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. > Automatic build of qink_0.3.4-1 on em64t by sbuild/amd64 0.53 ... > cd libqicon/ && /usr/share/qt4/bin/qmake libqicon.pro -unix -o Makefile > cd libqicon/ && /usr/bin/make -f Makefile > make[2]: Entering directory `/build/tbm/qink-0.3.4/libqicon' > g++ -c -Wall -g -O2 -pipe -D_REENTRANT -W -DQT_SHARED -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 -I. -I. -o icontheme.o > icontheme.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 envmap.h:23, > from icontheme.h:23, > from icontheme.cpp:20: > /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 envmap.h:23, > from icontheme.h:23, > from icontheme.cpp:20: > /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 envmap.h:23, > from icontheme.h:23, > from icontheme.cpp:20: > /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 > icontheme.cpp: In member function 'QString IconTheme::lookupIcon(const > QString&, unsigned int, const IconThemeData&) const': > icontheme.cpp:311: error: 'INT_MAX' was not declared in this scope > make[2]: *** [icontheme.o] Error 1 > make[2]: Leaving directory `/build/tbm/qink-0.3.4/libqicon' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]