Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12154 - Xine-lib-1_beta0.ebuild fails with -march=pentium4
Summary: Xine-lib-1_beta0.ebuild fails with -march=pentium4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
: 10141 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-12-14 13:34 UTC by C Pulsifer
Modified: 2003-02-04 19:42 UTC (History)
4 users (show)

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 C Pulsifer 2002-12-14 13:34:06 UTC
Xine-lib-1_beto0.ebuild fails with the following FLAGS, using gcc 3.2.1:
-march=pentium4 -O3 -mfpmath=sse -pipe -fomit-frame-pointer

Changing my march value to "-march=pentium3" while leaving all other settings
allows the ebuild to successfully finish.  Here's the fix: 
export CFLAGS="${CFLAGS/-march=pentium4/-march=pentium3}"
export CXXFLAGS="${CXXFLAGS/-march=pentium4/-march=pentium3}"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-14 13:45:33 UTC
Arcady doesn't use gcc-3, so lolo/raker, can y'all fix this, please?
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-12-14 13:46:47 UTC
hehe, I can't even get the darn thing to get past configure it just infinite
loops on me, have any clue how to fix that so I can get on to fixing this?
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-12-14 15:03:33 UTC
lolo, but does filtering the CFLAGS work for you?
Comment 4 Brandon Low (RETIRED) gentoo-dev 2002-12-31 13:47:45 UTC
beta1 works, does it work over there?
Comment 5 Nick Hadaway 2002-12-31 14:02:11 UTC
I think i commented on a different bug regarding this... but I removed CFLAGS 
optimizations from the beta1 build as xine-lib has it's own set of 
optimizations... pretty specific w/regards to which processor it detects...
Comment 6 Brandon Low (RETIRED) gentoo-dev 2002-12-31 14:09:36 UTC
Thanks I'll close this, if it isn't fixed, go ahead and reopen it
Comment 7 Nick Hadaway 2003-01-02 18:18:10 UTC
*** Bug 10141 has been marked as a duplicate of this bug. ***