Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482360 - =dev-python/virtualenv-1.10.1 - install: cannot stat ‘docs/index.txt’: No such file or directory
Summary: =dev-python/virtualenv-1.10.1 - install: cannot stat ‘docs/index.txt’: No suc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johann Schmitz (ercpe) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 20:02 UTC by Markus Ullmann
Modified: 2013-08-25 15:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.log.gz,2.63 KB, application/x-gzip)
2013-08-24 20:02 UTC, Markus Ullmann
Details
build.log (build.log,16.38 KB, text/x-log)
2013-08-25 07:21 UTC, Johann Schmitz (ercpe) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Ullmann 2013-08-24 20:02:38 UTC
Created attachment 356890 [details]
emerge --info

-- SNIP -- Error log from emerge:

 * python2_7: running distutils-r1_run_phase python_install_all
install: cannot stat ‘docs/index.txt’: No such file or directory
!!! dodoc: docs/index.txt does not exist
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

-- SNIP -- emerge -av1

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] dev-python/virtualenv-1.10.1 [1.10-r1] USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_2 -pypy2_0 -python2_6 -python3_3 (-pypy1_9%) (-python2_5%) (-python3_1%)" 0 kB
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-08-24 22:53:10 UTC
Please attach the complete build log, it might contain important details like how the documentation is made; who knows, the documentation generation itself failed.
Comment 2 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2013-08-25 07:20:40 UTC
I can confirm this: The ebuild lists DOCS="docs/index.txt docs/news.txt" but the tarball contains only index.rst and news.rst in the docs/ folder. 

So we should either change the DOCS and install the rst files or compile them into text with +doc (like its done to html with +doc).
Comment 3 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2013-08-25 07:21:06 UTC
Created attachment 356952 [details]
build.log
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-25 07:30:26 UTC
Installing .rst files is fine. They're pretty readable as plaintext.
Comment 5 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2013-08-25 15:00:25 UTC
Changed DOCS variable to install the .rst files.