Created attachment 721270 [details, diff] patch to enable pybootchartgui installing with bootchart2 package Gentoo, Python3.9/Python3.8 app-benchmarks/bootchart2 v0.14.8-r1 pybootchartgui fails with an error: > pybootchartgui Traceback (most recent call last): File "/usr/bin/pybootchartgui", line 20, in <module> from pybootchartgui.main import main File "/usr/lib/python3.9/site-packages/pybootchartgui/main.py", line 25, in <module> from . import parsing File "/usr/lib/python3.9/site-packages/pybootchartgui/parsing.py", line 26, in <module> from time import clock ImportError: cannot import name 'clock' from 'time' (unknown location) Bug reported at https://github.com/xrmx/bootchart/issues/92 Resolution: upgrading to 0.14.9. Please, update ebuild in portage.
Created attachment 721300 [details, diff] patch from 0.14.8-r1 to 0.14.9 Changes: - added installation of the pybootchartgui application at the installation stage; - disable patches (they didn't work).
We have 0.14.9-r1 in the tree now