Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87223 - wmsound shouldn't apply esd patch when USE="-esd"
Summary: wmsound shouldn't apply esd patch when USE="-esd"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-30 00:25 UTC by Cedric Godin
Modified: 2005-03-30 04:36 UTC (History)
0 users

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 Cedric Godin 2005-03-30 00:25:34 UTC
I don't have esd in my USE but when i emerge wmsound i have :
 * Applying wmsound-esd.patch ...

and later all the compile lines have -DESD and a
"Sound.c:54:17: esd.h: No such file or directory" error.

If i comment out the esd patch in the ebuild, all is fine.



Reproducible: Always
Steps to Reproduce:
1. USE="-esd" emerge wmsound
2.
3.

Actual Results:  
Sound.c:54:17: esd.h: No such file or directory

Expected Results:  
all emerged OK.
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2005-03-30 04:36:13 UTC
Fixed ebuild not to apply esd patch is esd is not in USE flags. Thanks for the submission!