Summary: | media-libs/libvpx-1.0.0 USE=ssse3 - x86_systemdependent.c:(.text+0x263): undefined reference to `vp8_build_intra_predictors_mbuv_ssse3' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrey Falko <Ma3oxuct> |
Component: | New packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dawnstyle |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Andrey Falko
2012-02-25 19:44:37 UTC
The workaround is to build libvpx with ssse3 USE flag disabled. Will upload build.log shortly. Created attachment 303217 [details]
build.log
Same problem with media-libs/libvpx-1.0.0 (In reply to comment #0) > Linux-3.0.9-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-gentoo-2.0.3 > > [ebuild U ] media-libs/libvpx-0.9.7-r1 [0.9.6] USE="mmx ssse3 threads > (-altivec) -debug -doc -postproc -sse -sse2 -sse3 -static-libs%" Are you absolutely sure that CPU is even supposed to support ssse3? If yes, how did you verify? (In reply to comment #4) > (In reply to comment #0) > > Linux-3.0.9-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-gentoo-2.0.3 > > > > [ebuild U ] media-libs/libvpx-0.9.7-r1 [0.9.6] USE="mmx ssse3 threads > > (-altivec) -debug -doc -postproc -sse -sse2 -sse3 -static-libs%" > > Are you absolutely sure that CPU is even supposed to support ssse3? If yes, > how did you verify? You are right. I do not have ssse3 support on my CPU. The way to check is to see if you the ssse3 flag is in /proc/cpuinfo, at least according to this: http://forums.gentoo.org/viewtopic-p-5389373.html?sid=e3a4ba71947aab951cf3b4eafbd3c915 *** Bug 416291 has been marked as a duplicate of this bug. *** 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: + ssse3 requires sse2, bug #405813 |