Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50107 - timidity++-2.13.0 with USE=jack won't be build with jack support
Summary: timidity++-2.13.0 with USE=jack won't be build with jack support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 09:30 UTC by Artem Baguinski
Modified: 2004-05-12 19:58 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 Artem Baguinski 2004-05-05 09:30:19 UTC
the bug is in the line 64 of the ebuild which should be changed as follows:

- use sparc || (use jack && audios="${audios},jack")
+ use sparc || { use jack && audios="${audios},jack"; }

apparently, the enviroment variable assignment inside () has some sort of "local binding" whose value is invisible outside the (). I didn't know myself...
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-12 19:58:23 UTC
fixed in portage.  thanks.