Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311115 - dev-python/enable-3.3.0 fails with USE=doc
Summary: dev-python/enable-3.3.0 fails with USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 13:12 UTC by Andrey Grozin
Modified: 2010-03-24 16:18 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 Andrey Grozin gentoo-dev 2010-03-24 13:12:24 UTC
install: cannot stat `docs/latex/*.pdf': No such file or directory
!!! doins: docs/latex/*.pdf does not exist
 * ERROR: dev-python/enable-3.3.0 failed:
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  48:  Called src_install
 *   environment, line 4345:  Called die
 * The specific snippet of code:
 *           doins docs/latex/*.pdf || die;

Indeed, Enable.pdf is in build/docs/latex/, not in docs/latex/
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2010-03-24 16:18:13 UTC
(In reply to comment #0)

> 
> Indeed, Enable.pdf is in build/docs/latex/, not in docs/latex/
> 

Thanks. Fixed. NB: for such a trivial fix, don't hesitate to commit them it yourself, it is faster than filing a bug.