Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10654 - balsa ebuild fails due to bug in ebuild
Summary: balsa ebuild fails due to bug in ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-12 19:27 UTC by Mark D'voo
Modified: 2003-02-04 19:42 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 Mark D'voo 2002-11-12 19:27:12 UTC
In the balsa 2.0.1-r2 ebuild on line 76 it reads:
--host=${CHOST} \
it should read:
--host="${CHOST}" \
this causes the configure to fail with an incorrect host name

/Line72
Comment 1 Mark D'voo 2002-11-12 19:39:56 UTC
ooops, sorry this is wrong, ignore