Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 256098

Summary: media-libs/gst-plugins-good-0.10.11 - /usr/lib/libpixman-1.so.0: undefined reference to `pixman_have_sse2'
Product: Gentoo Linux Reporter: sajuka <sajuka.gentoo>
Component: New packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description sajuka 2009-01-23 16:44:24 UTC
media-libs/gst-plugins-good-0.10.11 fail's to compile
if x11-libs/pixman-0.12.0 is compiled with sse2

Reproducible: Always

Steps to Reproduce:
1. emerge x11-libs/pixman-0.12.0 with sse2 useflag
2. emerge media-libs/gst-plugins-good-0.10.11

Actual Results:  
Compiling fails on:
/usr/lib/libpixman-1.so.0: undefined reference to `pixman_have_sse2'
collect2: ld returned 1 exit status
make[4]: *** [demo] Error 1
make[4]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.11/work/gst-plugins-good-0.10.11/tests/examples/equalizer'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.11/work/gst-plugins-good-0.10.11/tests/examples'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.11/work/gst-plugins-good-0.10.11/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.11/work/gst-plugins-good-0.10.11'
make: *** [all] Error 2
 * 
 * ERROR: media-libs/gst-plugins-good-0.10.11 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2972:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed."
 *  The die message:
 *   emake failed.

Expected Results:  
Complete compiling process

Workaround is to add:
=x11-libs/pixman-0.12.0 -sse2
into your /etc/portage/package.use

Even tho x11-libs/pixman-0.12.0 works fine with sse2 some
the software that needs it don't seem to be able
to comprehend it!
Comment 1 Maurice van der Pot (RETIRED) gentoo-dev 2009-01-24 10:28:13 UTC

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