qt-creator 2.6.x is FTBFS on ARM on all releases. http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=8104 http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1446935 g++ -c -pipe -fPIC -ansi -fpermissive -finline-functions -Wno-long-long -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -O2 -fvisibility=hidden -Wall -W -D_REENTRANT -fPIC -DQSSH_LIBRARY -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DBOTAN_DLL= -DBOTAN_TARGET_OS_HAS_GETTIMEOFDAY -DBOTAN_HAS_ALLOC_MMAP -DBOTAN_HAS_ENTROPY_SRC_DEV_RANDOM -DBOTAN_HAS_ENTROPY_SRC_EGD -DBOTAN_HAS_ENTROPY_SRC_FTW -DBOTAN_HAS_ENTROPY_SRC_UNIX -DBOTAN_HAS_MUTEX_PTHREAD -DBOTAN_HAS_PIPE_UNIXFD_IO -DBOTAN_TARGET_OS_IS_LINUX -DBOTAN_TARGET_OS_HAS_CLOCK_GETTIME -DBOTAN_TARGET_OS_HAS_DLOPEN -DBOTAN_TARGET_OS_HAS_GMTIME_R -DBOTAN_TARGET_OS_HAS_POSIX_MLOCK -DBOTAN_HAS_DYNAMICALLY_LOADED_ENGINE -DBOTAN_HAS_DYNAMIC_LOADER -DBOTAN_BUILD_COMPILER_IS_GCC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I../../../src -I../../libs -I/builddir/build/BUILD/qt-creator-2.6.2-src/tools -I../../plugins -I../3rdparty -I.moc/release-shared -I.uic -o .obj/release-shared/botan.o ../3rdparty/botan/botan.cpp ../3rdparty/botan/botan.cpp:46220:21: fatal error: cpuid.h: No such file or directory compilation terminated.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
Any update?
also bundled botan library is used
*** Bug 920077 has been marked as a duplicate of this bug. ***
and what's even worse the bundled botan includes elliptic curve crypto if I see correctly but I think I see a solution for the FTBFS (without unbundling botan for now)
hm, qt-creator can use system botan by adding USE_SYSTEM_BOTAN=1 to qmake call, but it needs to be botan >= 1.10
qt-creator-2.8.0-3.fc20 now uses system botan The bundled botan is preconfigured for x86 and with one override also for x86_64, so build on another little endian arch should be doable, but big endians are out of business here without heavy configuration patching.