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

Bug 52066

Summary: esound ebuild compile fails with -Os option.
Product: Gentoo Linux Reporter: Simon Matthews <simon+bugzilla>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal CC: aross
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Simon Matthews 2004-05-25 23:00:41 UTC
esound compile fails if I use -Os option for gcc:
CFLAGS="-march=k6-2 -Os -pipe -fomit-frame-pointer"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andrew Ross (RETIRED) gentoo-dev 2004-05-30 21:50:45 UTC
What version of esound are you trying to emerge, and at what point does it fail?

What is the exact error message? It might be helpful if you attached the output of "emerge info" and the emerge log.
Comment 2 Andrew Ross (RETIRED) gentoo-dev 2004-05-30 21:55:27 UTC
esound 0.2.34 compiles fine on my system using the following CFLAGS:

CFLAGS="-Os -march=athlon-xp -pipe -fomit-frame-pointer"
Comment 3 Simon Matthews 2004-05-30 22:26:00 UTC
Looks like it is working for me too.