Summary: | app-emulation/qemu-6.0.0 - ../.../meson.build: ERROR: Problem encountered: Install a Python 3 version of python-sphinx | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Matthias Maier <tamiko> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | benjamin.reveille, ionen, leonchik1976, slyfox, virtualization |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-emulation:qemu-6.0.0:20210512-130917.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 707562 [details]
emerge-info.txt
Created attachment 707565 [details]
app-emulation:qemu-6.0.0:20210512-130917.log
Created attachment 707568 [details]
emerge-history.txt
Created attachment 707571 [details]
environment
Created attachment 707574 [details]
etc.portage.tar.bz2
Created attachment 707577 [details]
logs.tar.bz2
This doesn't look related to the previous sphinx-4 issues but rather due to earlier bumps: 2021-05-12T11:25:28 >>> dev-python/markupsafe-2.0.0 2021-05-12T11:25:42 >>> dev-python/jinja-3.0.0 In my own meson.log.txt: pkg_resources.DistributionNotFound: The 'MarkupSafe<2.0' distribution was not found and is required by Sphinx pkg_resources.DistributionNotFound: The 'Jinja2<3.0,>=2.3' distribution was not found and is required by Sphinx The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a68018af374e9be293382a904534c7acc228cfb commit 2a68018af374e9be293382a904534c7acc228cfb Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-05-12 14:15:32 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-05-12 18:21:57 +0000 dev-python/sphinx: Remove unnecessary upper version bounds Bug: https://bugs.gentoo.org/789681 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/sphinx/{sphinx-4.0.1.ebuild => sphinx-4.0.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) *** Bug 789714 has been marked as a duplicate of this bug. *** *** Bug 789720 has been marked as a duplicate of this bug. *** ``` Program sphinx-build found: YES ../docs/meson.build:30: WARNING: /usr/bin/sphinx-build is either too old or uses too old a Python version ../docs/meson.build:33:6: ERROR: Problem encountered: Install a Python 3 version of python-sphinx A full log can be found at /var/tmp/portage/app-emulation/qemu-6.0.0/work/qemu-6.0.0/softmmu-build/meson-logs/meson-log.txt ``` Toralf, can you attach softmmu-build/meson-logs/meson-log.txt and maybe collect those as part of logs.tar.bz2 in future? Should be generally usable meson artifacts. (In reply to Sergei Trofimovich from comment #11) > Toralf, can you attach softmmu-build/meson-logs/meson-log.txt and maybe > collect those as part of logs.tar.bz2 in future? Should be generally usable > meson artifacts. Hhm, I do this already: https://github.com/toralf/tinderbox/blob/master/bin/job.sh#L196 and I see that the attached logs.tar.tbz2 contains a log file, hhm ? (In reply to Toralf Förster from comment #12) > Hhm, I do this already: > > https://github.com/toralf/tinderbox/blob/master/bin/job.sh#L196 > > and I see that the attached logs.tar.tbz2 contains a log file, hhm ? -name "*.log" won't catch a .txt file, maybe could just get the whole "meson-logs" directory. And yeah, in this case that file contained the important errors. I could reproduce locally (comment #7) but well (works fine with sphinx-4.0.1-r1 now). *** Bug 789684 has been marked as a duplicate of this bug. *** I guess we won't have evidence that initial failure was caused by the same issue. Let's close it and debug it in a next bug when it breaks again. |