Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52066 - esound ebuild compile fails with -Os option.
Summary: esound ebuild compile fails with -Os option.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 23:00 UTC by Simon Matthews
Modified: 2004-05-30 22:26 UTC (History)
1 user (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 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.