diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-03-31 08:51:07 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-03-31 08:51:07 +0000 |
commit | b75434c9981a21a53959b76bf4c7f1191f52ce46 (patch) | |
tree | fd4b26aa7afd1c83ec09d39658b5525602536c97 /qgp.txt | |
parent | 2021-03-31T08:15:01Z (diff) | |
download | repos-b75434c9981a21a53959b76bf4c7f1191f52ce46.tar.gz repos-b75434c9981a21a53959b76bf4c7f1191f52ce46.tar.bz2 repos-b75434c9981a21a53959b76bf4c7f1191f52ce46.zip |
2021-03-31T08:45:01Z
Diffstat (limited to 'qgp.txt')
-rw-r--r-- | qgp.txt | 30 |
1 files changed, 20 insertions, 10 deletions
@@ -32,15 +32,25 @@ Already up to date. $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 32 qgp - * caught exception signal only works in main thread while processing dev-cpp/google-benchmark-1.3.0 - * dev-cpp/google-benchmark-1.3.0: failed sourcing ebuild: EAPI=6 is not supported, (cmake-multilib.eclass, line 46: called die) -Exception ignored in: <function EbuildProcessor.__del__ at 0x7f2ef3a00ca0> +Failed importing: cannot import name 'WeakValCache' from 'snakeoil.weakrefs' (/usr/lib/python3.8/site-packages/snakeoil/weakrefs.py)! +Verify that pkgcore and its deps are properly installed and/or PYTHONPATH is set correctly for python 3.8.7. + Traceback (most recent call last): - File "/usr/lib/python3.8/site-packages/pkgcore/ebuild/processor.py", line 771, in __del__ - if self.is_responsive: - File "/usr/lib/python3.8/site-packages/pkgcore/ebuild/processor.py", line 676, in is_responsive - if self.is_alive: - File "/usr/lib/python3.8/site-packages/pkgcore/ebuild/processor.py", line 659, in is_alive - current_pid = self.pid -AttributeError: 'EbuildProcessor' object has no attribute 'pid' + File "/usr/lib/python-exec/python3.8/pmaint", line 4, in <module> + scripts.run(basename(__file__)) + File "/usr/lib/python3.8/site-packages/pkgcore/scripts/__init__.py", line 17, in run + script = import_module(script_module) + File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module + return _bootstrap._gcd_import(name[level:], package, level) + File "<frozen importlib._bootstrap>", line 1014, in _gcd_import + File "<frozen importlib._bootstrap>", line 991, in _find_and_load + File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked + File "<frozen importlib._bootstrap>", line 671, in _load_unlocked + File "<frozen importlib._bootstrap_external>", line 783, in exec_module + File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed + File "/usr/lib/python3.8/site-packages/pkgcore/scripts/pmaint.py", line 23, in <module> + from ..ebuild import repository as ebuild_repo + File "/usr/lib/python3.8/site-packages/pkgcore/ebuild/repository.py", line 26, in <module> + from snakeoil.weakrefs import WeakValCache +ImportError: cannot import name 'WeakValCache' from 'snakeoil.weakrefs' (/usr/lib/python3.8/site-packages/snakeoil/weakrefs.py) * Cache regen failed with 1 |