Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 311115

Summary: dev-python/enable-3.3.0 fails with USE=doc
Product: Gentoo Linux Reporter: Andrey Grozin <grozin>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: bicatali
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.