On Sun, May 11, 2014 at 07:20:34PM +0200, David Suárez wrote: > Source: kradio4 > Version: 4.0.7-2 > Severity: serious > Tags: jessie sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20140510 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): > > /usr/bin/c++ -DKDE3_SUPPORT -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=21 > > -DKDE_DEPRECATED_WARNINGS -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS > > -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -D_BSD_SOURCE -D_REENTRANT > > -D_XOPEN_SOURCE=500 -g -O2 -fstack-protector --param=ssp-buffer-size=4 > > -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wnon-virtual-dtor > > -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W > > -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS > > -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics > > -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden > > -DNDEBUG -DQT_NO_DEBUG -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu > > -I/«PKGBUILDDIR» -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src > > -I/«PKGBUILDDIR»/src -I/«PKGBUILDDIR»/interfaces > > -I/«PKGBUILDDIR»/radiostations -I/usr/include/qt4 > > -DKRADIO_VERSION="\"4.0.7\"" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o > > CMakeFiles/kradio4.dir/src/stationlist.o -c > > /«PKGBUILDDIR»/src/stationlist.cpp > > In file included from /usr/include/kio/netaccess.h:28:0, > > from /«PKGBUILDDIR»/src/stationlist.cpp:28: > > /usr/include/kio/global.h:29:44: fatal error: QFile: No such file or > > directory > > #include <QFile> // for QFile::Permissions > > ^ > > compilation terminated. > > make[3]: *** [CMakeFiles/kradio4.dir/src/stationlist.o] Error 1
This appears to be a bug in /usr/include/kio/global.h from kdelibs5-dev. It's causing a FTBFS in kradio4: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747778 It suppose it should use this one instead? At least it fixes the build for me Cheers, Moritz --- /usr/include/kio/global.h.orig 2014-05-14 02:56:25.280512870 +0200 +++ /usr/include/kio/global.h 2014-05-14 02:56:35.844258306 +0200 @@ -26,7 +26,7 @@ #include <QtCore/QMap> #include <QtCore/QList> #include <QtCore/QVariant> -#include <QFile> // for QFile::Permissions +#include <QtCore/QFile> // for QFile::Permissions #include <kiconloader.h> #include <QtGui/QPixmap> // for pixmapForUrl -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org