Summary: | dev-python/sphinx-5.2.3 - FileNotFoundError: [Errno 2] No such file or directory: b/var/tmp/portage/dev-python/sphinx-5.2.3/work/s | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aklhfex, kroemmelbein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 879391 | ||
Attachments: |
emerge-info.txt
dev-python:sphinx-5.2.3:20221011-121412.log emerge-history.txt environment etc.portage.tar.bz2 temp.tar.bz2 sphinx-5.1.1.tar.gz sphinx-5.2.3 |
Description
Toralf Förster
![]() Created attachment 823612 [details]
emerge-info.txt
Created attachment 823615 [details]
dev-python:sphinx-5.2.3:20221011-121412.log
Created attachment 823618 [details]
emerge-history.txt
Created attachment 823621 [details]
environment
Created attachment 823624 [details]
etc.portage.tar.bz2
Created attachment 823627 [details]
temp.tar.bz2
Created attachment 824705 [details] sphinx-5.1.1.tar.gz I run into the same issue with the actual stable version 5.1.1. [ebuild N ] dev-python/sphinx-5.1.1::gentoo USE="-doc -latex -test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 0 KiB >>> Install dev-python/sphinx-5.1.1 into /var/tmp/portage/dev-python/sphinx-5.1.1/image [32m*[0m python3_10: running distutils-r1_run_phase distutils-r1_python_install [32m*[0m Using python3.10 in global scope [32m*[0m python3_10: running distutils-r1_run_phase distutils-r1_python_install_all Traceback (most recent call last): File "/usr/lib/portage/python3.10/doins.py", line 609, in <module> sys.exit(main(sys.argv[1:])) File "/usr/lib/portage/python3.10/doins.py", line 598, in main if _doins( File "/usr/lib/portage/python3.10/doins.py", line 441, in _doins return install_runner.install_file(source, os.path.dirname(dest)) File "/usr/lib/portage/python3.10/doins.py", line 375, in install_file return self._ins_runner.run(source, dest_dir) File "/usr/lib/portage/python3.10/doins.py", line 183, in run sstat = os.stat(source) FileNotFoundError: [Errno 2] No such file or directory: b'/var/tmp/portage/dev-python/sphinx-5.1.1/work/sphinx-5.1.1-python3_10/sphinx/html/.' [31;01m*[0m ERROR: dev-python/sphinx-5.1.1::gentoo failed (install phase): [31;01m*[0m dodoc failed Full logs attached. Created attachment 828135 [details] sphinx-5.2.3 Ping @Python Run again in this error, now that this version was stabilized. Error occurs only when useflag doc was enabled. >>> Install dev-python/sphinx-5.2.3 into /var/tmp/portage/dev-python/sphinx-5.2.3/image * python3_10: running distutils-r1_run_phase distutils-r1_python_install * Using python3.10 in global scope * python3_10: running distutils-r1_run_phase distutils-r1_python_install_all Traceback (most recent call last): File "/usr/lib/portage/python3.10/doins.py", line 609, in <module> sys.exit(main(sys.argv[1:])) File "/usr/lib/portage/python3.10/doins.py", line 598, in main if _doins( File "/usr/lib/portage/python3.10/doins.py", line 441, in _doins return install_runner.install_file(source, os.path.dirname(dest)) File "/usr/lib/portage/python3.10/doins.py", line 375, in install_file return self._ins_runner.run(source, dest_dir) File "/usr/lib/portage/python3.10/doins.py", line 183, in run sstat = os.stat(source) FileNotFoundError: [Errno 2] No such file or directory: b'/var/tmp/portage/dev-python/sphinx-5.2.3/work/sphinx-5.2.3-python3_10/sphinx/html/.' Unblocking KDE Frameworks stabilisation while it is unclear what is going on here. It is not directly related anyway. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f1f81d191dcb75519649cd4c105864848d1984 commit b7f1f81d191dcb75519649cd4c105864848d1984 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2022-11-12 12:27:00 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2022-11-12 12:27:25 +0000 dev-python/sphinx: fix docs installation Closes: https://bugs.gentoo.org/876763 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-python/sphinx/sphinx-5.2.3.ebuild | 2 +- dev-python/sphinx/sphinx-5.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) *** Bug 856907 has been marked as a duplicate of this bug. *** |