* [Buildroot] [Bug 15628] New: Missing dependencies in BR2_PACKAGE_PYTHON_MAKO
@ 2023-06-08 13:44 bugzilla
2023-09-30 16:49 ` [Buildroot] [Bug 15628] " bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2023-06-08 13:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15628
Bug ID: 15628
Summary: Missing dependencies in BR2_PACKAGE_PYTHON_MAKO
Product: buildroot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: sebastian.weyer@smile.fr
CC: buildroot@uclibc.org
Target Milestone: ---
Piglit depends on mako, which in turn imports the modules pygments and
markupsafe which are not selected by selecting BR2_PACKAGE_PYTHON_MAKO
# piglit run sanity
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 287, in
_install_highlighting
File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 271, in
_install_pygments
File "/usr/lib/python3.11/site-packages/mako/ext/pygmentplugin.py", line 7,
in <module>
ModuleNotFoundError: No module named 'pygments'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/bin/piglit", line 107, in <module>
import framework.programs.summary as summary
File "/usr/lib64/piglit/framework/programs/summary.py", line 30, in <module>
from framework import summary, status, core, backends, exceptions
File "/usr/lib64/piglit/framework/summary/__init__.py", line 31, in <module>
from .html_ import html, feat
File "/usr/lib64/piglit/framework/summary/html_.py", line 37, in <module>
from mako.lookup import TemplateLookup
File "/usr/lib/python3.11/site-packages/mako/lookup.py", line 13, in <module>
File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 292, in
<module>
File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 289, in
_install_highlighting
File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 277, in
_install_fallback
File "/usr/lib/python3.11/site-packages/mako/filters.py", line 14, in
<module>
ModuleNotFoundError: No module named 'markupsafe'
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-30 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08 13:44 [Buildroot] [Bug 15628] New: Missing dependencies in BR2_PACKAGE_PYTHON_MAKO bugzilla
2023-09-30 16:49 ` [Buildroot] [Bug 15628] " bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox