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 /slonko.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 'slonko.txt')
-rw-r--r-- | slonko.txt | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/slonko.txt b/slonko.txt index 0db37a0a2cef..e6030fe5e129 100644 --- a/slonko.txt +++ b/slonko.txt @@ -29,4 +29,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 slonko - * Cache regenerated successfully +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/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 |