Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218592 - dev-libs/liboil-0.3.14 won't compile without SSE
Summary: dev-libs/liboil-0.3.14 won't compile without SSE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Zaheer Abbas Merali (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 15:17 UTC by Alexandre Hannud Abdo
Modified: 2008-04-30 01:13 UTC (History)
1 user (show)

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


Attachments
emerge --info (einfo.txt,3.54 KB, text/plain)
2008-04-20 15:21 UTC, Alexandre Hannud Abdo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Hannud Abdo 2008-04-20 15:17:56 UTC
Apparently (see below), compiling liboil for a processor without SSE support fails.

Reproducible: Always

Steps to Reproduce:
1. emerge
2. wait
3. fail




In file included from fbmmx.c:40:
/usr/lib/gcc/i686-pc-linux-gnu/4.2.3/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled"
fbmmx.c: In function 'expand_alpha':
fbmmx.c:743: warning: implicit declaration of function '_mm_shuffle_pi16'
fbmmx.c:743: warning: implicit declaration of function '_MM_SHUFFLE'
fbmmx.c:743: error: incompatible types in return
fbmmx.c: In function 'expand_alpha_rev':
fbmmx.c:749: error: incompatible types in return
fbmmx.c: In function 'invert_colors':
fbmmx.c:755: error: incompatible types in return
make[3]: *** [libfb_la-fbmmx.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-libs/liboil-0.3.14/work/liboil-0.3.14/liboil/fb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/liboil-0.3.14/work/liboil-0.3.14/liboil'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/liboil-0.3.14/work/liboil-0.3.14'
make: *** [all] Error 2
Comment 1 Alexandre Hannud Abdo 2008-04-20 15:21:07 UTC
Created attachment 150402 [details]
emerge --info
Comment 2 Alexandre Hannud Abdo 2008-04-30 01:13:03 UTC
Ok,

I just noticed I had "-no-sse" on my CFLAGS because it used to fix a bug in another ebuild, and this ended up screwing up with liboil's compilation.

So I'm closing this as 'invalid'...

[]'s