Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482458 - dev-python/virtualenv - Fails to build due to wrong docs path
Summary: dev-python/virtualenv - Fails to build due to wrong docs path
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-08-25 21:39 UTC by Thiago Santos
Modified: 2013-08-25 23:56 UTC (History)
0 users

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


Attachments
Fixed version for 1.10.1 (virtualenv-1.10.1.ebuild,1.14 KB, text/plain)
2013-08-25 21:40 UTC, Thiago Santos
Details
Fixed version for 1.10-r1 (virtualenv-1.10-r1.ebuild,1.16 KB, text/plain)
2013-08-25 21:40 UTC, Thiago Santos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago Santos 2013-08-25 21:39:30 UTC
virtualenv fails to install because the name of the documentation files changed

index.txt -> index.rst
news.txt -> index.rst

Reproducible: Always

Steps to Reproduce:
1.Try to emerge virtualenv 1.10.1 or 1.10-r1
2.
3.
Actual Results:  
The build/install fails because dodoc won't find a few txt files

Expected Results:  
Installation should be successfull

The docs.txt and news.txt were renamed to .rst files
Comment 1 Thiago Santos 2013-08-25 21:40:25 UTC
Created attachment 357010 [details]
Fixed version for 1.10.1
Comment 2 Thiago Santos 2013-08-25 21:40:57 UTC
Created attachment 357012 [details]
Fixed version for 1.10-r1
Comment 3 Thiago Santos 2013-08-25 21:46:13 UTC
Relevant part of the log:

Installing virtualenv script to /var/tmp/portage/dev-python/virtualenv-1.10-r1/image//_python3.2/usr/bin
 * 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-r1::gentoo failed (install phase):
 *   dodoc failed
 * 
 * If you need support, post the output of `emerge --info '=dev-python/virtualenv-1.10-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/virtualenv-1.10-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/virtualenv-1.10-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/virtualenv-1.10-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/virtualenv-1.10-r1/work/virtualenv-1.10'
 * S: '/var/tmp/portage/dev-python/virtualenv-1.10-r1/work/virtualenv-1.10'
 * QA Notice: file does not exist:
 * 
 * 	dodoc: docs/index.txt does not exist
 * 	dodoc: docs/news.txt does not exist
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-25 23:56:10 UTC

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