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
Please attach the complete build log, it might contain important details like how the documentation is made; who knows, the documentation generation itself failed.
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).
Created attachment 356952 [details] build.log
Installing .rst files is fine. They're pretty readable as plaintext.
Changed DOCS variable to install the .rst files.