Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300637 - dev-python/nose0.11.1 fails to install wrapperscript
Summary: dev-python/nose0.11.1 fails to install wrapperscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 OS X
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 22:24 UTC by Ramon
Modified: 2010-01-12 10:31 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 Ramon 2010-01-11 22:24:59 UTC
nose-0.11.1 fails install the multiple python wrapper script.

Cause: 
@@ -54,7 +54,7 @@
 src_install() {
        distutils_src_install --install-data "${EPREFIX}/usr/share"
 
-       python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/nosetests"
+       python_generate_wrapper_scripts -E -f -q "${D}usr/bin/nosetests"
 
        if use doc; then
                dohtml -r -A txt doc/html/*



Reproducible: Always
Comment 1 Ramon 2010-01-11 22:25:31 UTC
Grr inline patch is -R sorry  
Comment 2 Fabian Groffen gentoo-dev 2010-01-12 10:27:15 UTC
I'd say so, because otherwise it looked pretty wrong.
Comment 3 Fabian Groffen gentoo-dev 2010-01-12 10:31:48 UTC
fixed, thanks