Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290564 - media-tv/xbmc-9999: won't compile on non-sse2 cpus
Summary: media-tv/xbmc-9999: won't compile on non-sse2 cpus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-26 13:07 UTC by Francisco González
Modified: 2009-11-08 14:34 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 Francisco González 2009-10-26 13:07:13 UTC
The file in source xbmc/lib/libsquish/Makefile.in contains a -msse2 flag that makes compiling to fail later on some textures.xbt

Unfortunately I don't have my logs here as I am on a mac, but in this page of this thread (is not gentoo but from Arch Linux) is a log of someone and below the solution (patch that file so it reads " -DSQUISH_USE_SSE=1 -msse")
http://bbs.archlinux.org/viewtopic.php?pid=638314

Reproducible: Always

Steps to Reproduce:
1. Emerge media-tv/xbmc-9999 on a non-sse2 cpu like an old athlon xp.
Comment 1 SpanKY gentoo-dev 2009-11-08 14:34:54 UTC
should be fixed now

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.37&r2=1.38