Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57237 - Ebuild Fails to install for Version 2.4.2.4 of wxpython-docs and wxpython-demo
Summary: Ebuild Fails to install for Version 2.4.2.4 of wxpython-docs and wxpython-demo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 16:13 UTC by Wil
Modified: 2004-07-15 17: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 Wil 2004-07-15 16:13:51 UTC
Minor Annoyance installing demo and docs for wxpython

Reproducible: Always
Steps to Reproduce:
1.Emerge wxpython-docs or wxpython-demo
2.
3.

Actual Results:  
Something like: 
>>> Install wxpython-docs-2.4.2.4 
into /var/tmp/portage/wxpython-docs-2.4.2.4/image/ category dev-python 
cp: cannot stat 
`/var/tmp/portage/wxpython-docs-2.4.2.4/work/wxpython-2.4.2.4/docs/*': No such 
file or directory 
man: 
 


This can be fixed by modifying DOCDIR line of wxpython-docs-2.4.2.4.ebuild and 
wxpython-demo-2.4.2.4.ebuild to 
DOCDIR="wxPython-${PVR}" from DOCDIR="wxpython-${PVR}"
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2004-07-15 17:42:22 UTC
Thanks Wil, commited to CVS.