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