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