Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856907 - dev-python/sphinx-5.0.2[doc]: No such file or directory: b'/var/tmp/portage/dev-python/sphinx-5.0.2/work/Sphinx-5.0.2-python3_10/sphinx/html/.'
Summary: dev-python/sphinx-5.0.2[doc]: No such file or directory: b'/var/tmp/portage/d...
Status: RESOLVED DUPLICATE of bug 876763
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
: 863641 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-07-07 18:33 UTC by Chris Mayo
Modified: 2022-11-12 17:16 UTC (History)
4 users (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 Chris Mayo 2022-07-07 18:33:09 UTC
Fixed for me (after patching for bug 833618):

@@ -83,7 +83,7 @@
 python_compile_all() {
 	if use doc; then
 		esetup.py build_sphinx
-		HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+		HTML_DOCS=( "${S}"/build/sphinx/html/. )
 	fi
 }
 
Also seen with  dev-python/sphinx-4.5.0-r1.
Comment 1 Alexandre Ferreira 2022-07-18 00:38:05 UTC
Ebuild fix works for me.
Comment 2 Toralf Förster gentoo-dev 2022-08-04 16:28:24 UTC
*** Bug 863641 has been marked as a duplicate of this bug. ***
Comment 3 Chris Mayo 2022-11-12 17:16:56 UTC

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