Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.8.x
-
None
-
Fedora release 20 (Heisenbug)
g++ (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)
Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
v4.8.6-161-g4bc86c3
Description
I cannot build embeded Qt on Fedora 20.
$ ./configure -embedded x86 -qvfb -platform linux-g++-64
$ gmake
-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-x86 -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared-emb-x86 -o .obj/release-shared-emb-x86/qabstractanimation.o animation/qabstractanimation.cpp
../../include/QtCore/../../src/corelib/arch/qatomic_i386.h: Assembler messages:
../../include/QtCore/../../src/corelib/arch/qatomic_i386.h:177: Error: incorrect register `%rbp' used with `l' suffix
gmake[1]: *** [.obj/release-shared-emb-x86/qabstractanimation.o] Error 1
gmake[1]: Leaving directory `/home/anton/prj/thirdparty/qt/src/corelib'
gmake: *** [sub-corelib-make_default-ordered] Error 2
Information witch may help for troubleshooting.
$ cat /etc/issue Fedora release 20 (Heisenbug) Kernel \r on an \m (\l)
$ g++ --version g++ (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 42 model name : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping : 7 microcode : 0x29 cpu MHz : 1627.750 cache size : 8192 KB physical id : 0 siblings : 8 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid bogomips : 6784.54 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: [skipped] processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 42 model name : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping : 7 microcode : 0x29 cpu MHz : 1787.125 cache size : 8192 KB physical id : 0 siblings : 8 core id : 3 cpu cores : 4 apicid : 7 initial apicid : 7 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid bogomips : 6784.54 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management:
$ git status --long On branch 4.8 Your branch is up-to-date with 'origin/4.8'.
$ git describe v4.8.6-161-g4bc86c3