Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658720 - dev-python/sphinx-1.7.5 build failure
Summary: dev-python/sphinx-1.7.5 build failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-22 07:51 UTC by Alex Turbov
Modified: 2018-06-22 19:34 UTC (History)
1 user (show)

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 Alex Turbov 2018-06-22 07:51:41 UTC
make -j8 -C doc SPHINXBUILD="${EPYTHON}" "${S}/sphinx-build.py" html
make: Entering directory '/dev/shm/dev-python-sphinx-1.7.5/work/Sphinx-1.7.5/doc'
python3.6: can't open file '/storage/tmp/paludis/dev-python-sphinx-1.7.5/work/Sphinx-1.7.5/sphinx-build.py': [Errno 2] No such file or directory
make: *** [Makefile:20: html] Error 2
make: Leaving directory '/dev/shm/dev-python-sphinx-1.7.5/work/Sphinx-1.7.5/doc'


Reproducible: Always
Comment 1 Marien Zwart 2018-06-22 09:52:51 UTC
Same here. The problem is with USE=doc.
Comment 2 Larry the Git Cow gentoo-dev 2018-06-22 19:34:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccde4097ef3f2330c79823bd451f6eec8fb6796e

commit ccde4097ef3f2330c79823bd451f6eec8fb6796e
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-06-22 19:32:06 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-06-22 19:33:07 +0000

    dev-python/sphinx: fix doc install
    
    Closes: https://bugs.gentoo.org/658720

 dev-python/sphinx/sphinx-1.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)