Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5258 - xmame-0.60.1-r2 fails to compile, so does xmame-0.56.1
Summary: xmame-0.60.1-r2 fails to compile, so does xmame-0.56.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-19 14:11 UTC by teri-aka TrAns13nT
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
xmame-0.60.1-r1 log of failed compile (xmame-0.60.1-r2.log,5.75 KB, text/plain)
2002-07-19 14:12 UTC, teri-aka TrAns13nT
Details
log of faile xmame 0.56.1 compile (xmame-0.56.1.log,5.44 KB, text/plain)
2002-07-19 14:18 UTC, teri-aka TrAns13nT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teri-aka TrAns13nT 2002-07-19 14:11:19 UTC
attached is the compiles for each xmame
Comment 1 teri-aka TrAns13nT 2002-07-19 14:12:20 UTC
Created attachment 2397 [details]
xmame-0.60.1-r1 log of failed compile
Comment 2 teri-aka TrAns13nT 2002-07-19 14:18:29 UTC
Created attachment 2398 [details]
log of faile xmame 0.56.1 compile
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-07-19 17:07:35 UTC
which platform? gcc flags? etc
Comment 4 teri-aka TrAns13nT 2002-07-20 12:18:51 UTC
1.2 TBird, 256mb's of ram, gcc3.1

USE="sdl avi -gnome -dvd -crypt" 


CHOST="i686-pc-linux-gnu"                                                      
                                     
CFLAGS="-march=athlon-tbird -O3 -pipe -funroll-loops -fomit-frame-pointer -mmmx
-m3dnow"                             
CXXFLAGS="$CFLAGS"  
Comment 5 Ryan Phillips (RETIRED) gentoo-dev 2002-07-23 22:11:44 UTC
committed a fix to portage....

It is a -O3 optimization issue... -O2 works, so I patched the script to
automatically change -O3 to -O2