Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4609 - ebuilder 0.4 distutils bug
Summary: ebuilder 0.4 distutils bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Zach Forrest
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-05 23:41 UTC by Grant Goodyear (RETIRED)
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 Grant Goodyear (RETIRED) gentoo-dev 2002-07-05 23:41:47 UTC
I built an ebuild for roundup this evening using ebuilder; very cool!

The generated ebuild has the line:

python setup.py --root= --prefix=/usr install || die,

which isn't quite right.  The "install" needs to be before the
--root and --prefix options, and the root option should
read --root=${D}.  That said, the fact that ebuilder even 
knew to use distutils is truly amazing!
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-07-08 12:54:04 UTC
I suspect Zach is in a much better position to come up with a fix, as this is
his baby. Reassign the bug back to me when you've uploaded a fixed version on
disinformation.ca
Comment 2 Zach Forrest 2003-01-05 00:34:58 UTC
ebuilder-0.4-r1 should fix this