From 3f0a3209324f94eea02d615bdd9758825320c024 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Wed, 31 Mar 2021 09:16:51 +0000 Subject: 2021-03-31T09:15:01Z --- palemoon.html | 86 +++++------------------------------------------------------ 1 file changed, 7 insertions(+), 79 deletions(-) (limited to 'palemoon.html') diff --git a/palemoon.html b/palemoon.html index 8928420054e3..0e4d97bbabf9 100644 --- a/palemoon.html +++ b/palemoon.html @@ -36,89 +36,17 @@ 13
$ pmaint sync palemoon
 
- 14
*** syncing palemoon
+            14
pmaint sync: error: argument repo: couldn't find repo 'palemoon' (available: gentoo:/usr/portage)
 
- 15
warning: Pulling without specifying how to reconcile divergent branches is
+            15
 * Sync failed with 2
+
[FATAL] + 16
 * Will try to re-create
 
- 16
discouraged. You can squelch this message by running one of the following
+            17
$ pmaint sync palemoon
 
- 17
commands sometime before your next pull:
+            18
pmaint sync: error: argument repo: couldn't find repo 'palemoon' (available: gentoo:/usr/portage)
 
- 18
-
- 19
  git config pull.rebase false  # merge (the default strategy)
-
- 20
  git config pull.rebase true   # rebase
-
- 21
  git config pull.ff only       # fast-forward only
-
- 22
-
- 23
You can replace "git config" with "git config --global" to set a default
-
- 24
preference for all repositories. You can also pass --rebase, --no-rebase,
-
- 25
or --ff-only on the command line to override the configured default per
-
- 26
invocation.
-
- 27
-
- 28
Already up to date.
-
- 29
*** synced palemoon
-
- 30
 * Sync succeeded
-
- 31
$ git log --format=%ci -1
-
- 32
$ git show -q --pretty=format:%G? HEAD
-
- 33
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 palemoon
-
- 34
Failed importing: cannot import name 'WeakValCache' from 'snakeoil.weakrefs' (/usr/lib/python3.8/site-packages/snakeoil/weakrefs.py)!
-
- 35
Verify that pkgcore and its deps are properly installed and/or PYTHONPATH is set correctly for python 3.8.7.
-
- 36
-
- 37
Traceback (most recent call last):
-
- 38
  File "/usr/lib/python-exec/python3.8/pmaint", line 4, in <module>
-
- 39
    scripts.run(basename(__file__))
-
- 40
  File "/usr/lib/python3.8/site-packages/pkgcore/scripts/__init__.py", line 17, in run
-
- 41
    script = import_module(script_module)
-
- 42
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
-
- 43
    return _bootstrap._gcd_import(name[level:], package, level)
-
- 44
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
-
- 45
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
-
- 46
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
-
- 47
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
-
- 48
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
-
- 49
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
-
- 50
  File "/usr/lib/python3.8/site-packages/pkgcore/scripts/pmaint.py", line 23, in <module>
-
- 51
    from ..ebuild import repository as ebuild_repo
-
- 52
  File "/usr/lib/python3.8/site-packages/pkgcore/ebuild/repository.py", line 26, in <module>
-
- 53
    from snakeoil.weakrefs import WeakValCache
-
- 54
ImportError: cannot import name 'WeakValCache' from 'snakeoil.weakrefs' (/usr/lib/python3.8/site-packages/snakeoil/weakrefs.py)
-
- 55
 * Cache regen failed with 1
+            19
 * Sync failed again with 2, removing
 
-- cgit v1.2.3-65-gdbad