Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 483214 - dev-python/virtualenv-1.10.1 install failure: cannot stat ‘docs/index.txt’: No such file or directory
Summary: dev-python/virtualenv-1.10.1 install failure: cannot stat ‘docs/index.txt’: N...
Status: RESOLVED DUPLICATE of bug 482230
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-01 00:01 UTC by Ed Catmur
Modified: 2013-09-01 14:05 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 Ed Catmur 2013-09-01 00:01:17 UTC
* python2_7: running distutils-r1_run_phase python_install_all
/usr/bin/install: cannot stat ‘docs/index.txt’: No such file or directory
!!! dodoc: docs/index.txt does not exist
/usr/bin/install: cannot stat ‘docs/news.txt’: No such file or directory
!!! dodoc: docs/news.txt does not exist
 * ERROR: dev-python/virtualenv-1.10.1::gentoo failed (install phase):
 *   dodoc failed
 * 
 * If you need support, post the output of `emerge --info '=dev-python/virtualenv-1.10.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/virtualenv-1.10.1::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-python:virtualenv-1.10.1:20130831-214641.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/virtualenv-1.10.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/virtualenv-1.10.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/virtualenv-1.10.1/work/virtualenv-1.10.1'
 * S: '/var/tmp/portage/dev-python/virtualenv-1.10.1/work/virtualenv-1.10.1'
 * QA Notice: file does not exist:
 * 
 * 	dodoc: docs/index.txt does not exist
 * 	dodoc: docs/news.txt does not exist

>>> Failed to emerge dev-python/virtualenv-1.10.1, Log file:

>>>  '/var/log/portage/dev-python:virtualenv-1.10.1:20130831-214641.log'


It looks that the 1.9.1 tarball ships index.txt and news.txt, but the 1.10.1 ships rst files.  We could generate the index.txt and news.txt from the rst using emake -C docs text, but that seems like it'd be USE=doc (it'd require sphinx).  Alternatives would be to dodoc the rst files since they're human-readable, or leave DOCS unset.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-01 14:05:13 UTC

*** This bug has been marked as a duplicate of bug 482230 ***