summaryrefslogtreecommitdiff
blob: 74d540ac22d408ab6d6a1f5edadfb2f97e9f2aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{'description': {'en': 'tocaro personnal o.g.o'},
 'feed': ['https://cgit.gentoo.org/user/tocaro.git/atom/'],
 'homepage': 'https://cgit.gentoo.org/user/tocaro.git/',
 'name': 'tocaro',
 'owner': [{'email': 'tocaro@thocar.org',
            'name': 'Thomas Carrié',
            'type': 'person'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/user/tocaro.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/user/tocaro.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@git.gentoo.org/user/tocaro.git'}],
 'status': 'unofficial'}
$ pmaint sync tocaro
*** syncing tocaro
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

Already up to date.
*** synced tocaro
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 tocaro
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