Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345077 - x11-libs/qt-core-4.7.1 does not compile with gcc 4.5.1 on core 2 duo with paludis
Summary: x11-libs/qt-core-4.7.1 does not compile with gcc 4.5.1 on core 2 duo with pal...
Status: RESOLVED DUPLICATE of bug 344915
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 11:22 UTC by Maciej Piechotka
Modified: 2010-11-11 11:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Piechotka 2010-11-11 11:22:45 UTC
From cpuinfo:
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 lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dts tpr_shadow vnmi flexpriority

(...)
x86_64-pc-linux-gnu-g++ -c -include .pch/release-shared/QtCore -O2 -pipe -ggdb -
march=native -msahf -mcx16 -fgcse-sm -fgcse-las -fgcse-after-reload -ftracer -fl
oop-interchange -floop-strip-mine -floop-block -I/usr/include/glib-2.0 -I/usr/li
b64/glib-2.0/include -I/usr/include/freetype2 -pthread -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -fvisibility=hidden -fvisibility-inlines-hidden -Wa
ll -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE
 -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -D
QT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DELF_INTERPRETER=\"/lib64
/ld-linux-x86-64.so.2\" -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -DQT_HAVE_MMX -D
QT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_
HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE
 -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include -I../../inclu
de/QtCore -I.rcc/release-shared -Iglobal -I../3rdparty/harfbuzz/src -I../3rdpart
y/md5 -I../3rdparty/md4 -I.moc/release-shared -o .obj/release-shared/qsharedpointer.o tools/qsharedpointer.cpp
x86_64-pc-linux-gnu-g++ -c -include .pch/release-shared/QtCore -O2 -pipe -ggdb -march=native -msahf -mcx16 -fgcse-sm -fgcse-las -fgcse-after-reload -ftracer -floop-interchange -floop-strip-mine -floop-block -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DELF_INTERPRETER=\"/lib64/ld-linux-x86-64.so.2\" -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared -o .obj/release-shared/qsimd.o tools/qsimd.cpp
In file included from tools/qsimd_p.h:93:0,
                 from tools/qsimd.cpp:42:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/include/nmmintrin.h:31:3: error: #error "SSE4.2 instruction set not enabled"
make: *** [.obj/release-shared/qsimd.o] Error 1
make: *** Waiting for unfinished jobs....
/usr/libexec/paludis/utils/emake: emake returned error 2
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-11-11 11:27:39 UTC

*** This bug has been marked as a duplicate of bug 344915 ***