Summary: | dev-python/pygal-3.0.4-r1 fails to compile (USE=doc): ModuleNotFoundError: No module named sphinx_rtd_theme | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eschwartz |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 893356 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 804442 [details]
build.log
build log and emerge --info
ci has reproduced this issue with version 3.0.0-r4 - Updating summary. gcc14_tinderbox has reproduced this issue with version 3.0.4 - Updating summary. ci has reproduced this issue with version 3.0.4-r1 - Updating summary. Quite obviously a ModuleNotFoundError isn't an LTO compilation bug. Especially since the package contains no compiled code... Note the actually important information here is that this is built with USE=doc, and the doc build failed. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f17a073e851205befc429e9a03fa71041135cd commit 47f17a073e851205befc429e9a03fa71041135cd Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-03-06 00:17:15 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-06 03:36:20 +0000 dev-python/pygal: fix dependencies for doc building A sphinx plugin wasn't specified, and therefore wasn't guaranteed to be installed. Closes: https://bugs.gentoo.org/869476 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-python/pygal/pygal-3.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |