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

Bug 5258

Summary: xmame-0.60.1-r2 fails to compile, so does xmame-0.56.1
Product: Gentoo Linux Reporter: teri-aka TrAns13nT <trans13nt>
Component: Current packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: xmame-0.60.1-r1 log of failed compile
log of faile xmame 0.56.1 compile

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