Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297795 - dev-python/routes-1.11: build failed with USE="doc"
Summary: dev-python/routes-1.11: build failed 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: 2009-12-21 16:01 UTC by tonich
Modified: 2010-01-02 23:34 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 tonich 2009-12-21 16:01:54 UTC
dev-python/routes-1.11: build failed with USE="doc"

Reproducible: Always

Steps to Reproduce:
1. USE=doc emerge =dev-python/routes-1.11
2.
3.

Actual Results:  
running pudge
generating documentation
error: docs/pudge_template: No such file or directory
 * ERROR: dev-python/routes-1.11 failed:
 *   Generation of documentation failed
 * 
 * Call stack:
 *     ebuild.sh, line  55:  Called src_compile
 *   environment, line 3202:  Called die
 * The specific snippet of code:
 *           PYTHONPATH=. "${python}" setup.py pudge || die "Generation of documentation failed";
 * 
 * If you need support, post the output of 'emerge --info =dev-python/routes-1.11',
 * the complete build log and the output of 'emerge -pqv =dev-python/routes-1.11'.
 * The complete build log is located at '/var/log/portage/dev-python:routes-1.11:20091221-155725.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/routes-1.11/temp/environment'.
 * S: '/var/tmp/portage/dev-python/routes-1.11/work/Routes-1.11'
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-01-02 23:34:01 UTC
The tarball apparently already contains documentation, so it doesn't need to be generated again during installation.

Fixed.