Summary: | app-emulation/qemu-6.1.0 fails to build with PYTHON_TARGETS="python3_10" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Raschbacher <lordvan> |
Component: | Current packages | Assignee: | Matthias Maier <tamiko> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam, virtualization, zlogene |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/22401 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info output |
Description
Thomas Raschbacher
![]() Created attachment 741159 [details]
build.log
Created attachment 741162 [details]
emerge --info output
Hm, this actually looks like Sphinx: https://archives.gentoo.org/gentoo-dev/message/69efc23977144df37d4233b9617e3615. Can you try upgrading SPhinx first? (In reply to Sam James from comment #3) > Hm, this actually looks like Sphinx: > https://archives.gentoo.org/gentoo-dev/message/ > 69efc23977144df37d4233b9617e3615. > > Can you try upgrading SPhinx first? after upgrading sphinx i got this: Configuring 60-edk2-arm.json using configuration Configuring 60-edk2-i386.json using configuration Configuring 60-edk2-x86_64.json using configuration Program sphinx-build found: YES ../docs/meson.build:30: WARNING: /usr/bin/sphinx-build: Configuration error: The Sphinx 'sphinx_rtd_theme' HTML theme was not found. ../docs/meson.build:32:6: ERROR: Problem encountered: Install a Python 3 version of python-sphinx and the readthedoc theme A full log can be found at /var/tmp/portage/app-emulation/qemu-6.1.0/work/qemu-6.1.0/softmmu-build/meson-logs/meson-log.txt ERROR: meson setup failed Also if i disable python3.10 it compiles fine btw (with 3.8 and 3.9) actually emerging dev-python/sphinx_rtd_theme-1.0.0 with python 3.10 before now did the trick. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27688b840d6c3a8cbca0b6f644364fb1e3c51171 commit 27688b840d6c3a8cbca0b6f644364fb1e3c51171 Author: John Helmert III <ajak@gentoo.org> AuthorDate: 2021-09-25 15:25:30 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2021-09-25 17:46:55 +0000 app-emulation/qemu: add PYTHON_USEDEP for sphinx bdeps Bug: https://bugs.gentoo.org/814650 Signed-off-by: John Helmert III <ajak@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org> app-emulation/qemu/qemu-6.0.0-r3.ebuild | 2 +- app-emulation/qemu/qemu-6.0.0-r53.ebuild | 2 +- app-emulation/qemu/qemu-6.1.0.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) LordVan, can you test this patch to be sure it fixes this bug? |