1 | {'description': {'en': 'Overlay from telans - gaming/misc'},
|
2 | 'feed': ['https://github.com/telans/EBUILDS/commits/master.atom'],
|
3 | 'homepage': 'https://github.com/telans/EBUILDS',
|
4 | 'name': 'telans',
|
5 | 'owner': [{'email': 'telans@posteo.de', 'name': 'telans', 'type': 'person'}],
|
6 | 'quality': 'experimental',
|
7 | 'source': [{'type': 'git', 'uri': 'https://github.com/telans/EBUILDS.git'}],
|
8 | 'status': 'unofficial'}
|
9 | $ pmaint sync telans
|
10 | *** syncing telans
|
11 | warning: Pulling without specifying how to reconcile divergent branches is
|
12 | discouraged. You can squelch this message by running one of the following
|
13 | commands sometime before your next pull:
|
14 |
|
15 | git config pull.rebase false # merge (the default strategy)
|
16 | git config pull.rebase true # rebase
|
17 | git config pull.ff only # fast-forward only
|
18 |
|
19 | You can replace "git config" with "git config --global" to set a default
|
20 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
21 | or --ff-only on the command line to override the configured default per
|
22 | invocation.
|
23 |
|
24 | Already up to date.
|
25 | *** synced telans
|
26 | * Sync succeeded
|
27 | $ git log --format=%ci -1
|
28 | $ git show -q --pretty=format:%G? HEAD
|
29 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 telans
|
30 | Failed importing: cannot import name 'WeakValCache' from 'snakeoil.weakrefs' (/usr/lib/python3.8/site-packages/snakeoil/weakrefs.py)!
|
31 | Verify that pkgcore and its deps are properly installed and/or PYTHONPATH is set correctly for python 3.8.7.
|
32 |
|
33 | Traceback (most recent call last):
|
34 | File "/usr/lib/python-exec/python3.8/pmaint", line 4, in <module>
|
35 | scripts.run(basename(__file__))
|
36 | File "/usr/lib/python3.8/site-packages/pkgcore/scripts/__init__.py", line 17, in run
|
37 | script = import_module(script_module)
|
38 | File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
|
39 | return _bootstrap._gcd_import(name[level:], package, level)
|
40 | File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
|
41 | File "<frozen importlib._bootstrap>", line 991, in _find_and_load
|
42 | File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
|
43 | File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
|
44 | File "<frozen importlib._bootstrap_external>", line 783, in exec_module
|
45 | File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
|
46 | File "/usr/lib/python3.8/site-packages/pkgcore/scripts/pmaint.py", line 23, in <module>
|
47 | from ..ebuild import repository as ebuild_repo
|
48 | File "/usr/lib/python3.8/site-packages/pkgcore/ebuild/repository.py", line 26, in <module>
|
49 | from snakeoil.weakrefs import WeakValCache
|
50 | ImportError: cannot import name 'WeakValCache' from 'snakeoil.weakrefs' (/usr/lib/python3.8/site-packages/snakeoil/weakrefs.py)
|
51 | * Cache regen failed with 1
|