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
|
{'description': {'en': 'Personal overlay, mainly packages patched for musl '
'compatibility'},
'feed': ['https://github.com/smaeul/portage-overlay/commits/master.atom'],
'homepage': 'https://github.com/smaeul/portage-overlay',
'name': 'smaeul',
'owner': [{'email': 'samuel@sholland.org',
'name': 'Samuel Holland',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/smaeul/portage-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/smaeul/portage-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.20
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync smaeul
WARNING:pkgcore:nez repo at '/var/lib/repo-mirror-ci/sync/nez', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing smaeul
Already up to date.
*** synced smaeul
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 smaeul
* dev-lang/rust-1.48.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 171: called die)
* dev-lang/rust-1.49.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 171: called die)
* dev-lang/rust-1.50.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 171: called die)
* dev-lang/rust-1.58.1: failed sourcing ebuild: rust-toolchain: EAPI 7 not supported, (rust-toolchain.eclass, line 16: called die)
* dev-lang/rust-1.59.0: failed sourcing ebuild: rust-toolchain: EAPI 7 not supported, (rust-toolchain.eclass, line 16: called die)
* www-client/chromium-85.0.4183.83: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 171: called die)
* Cache regen failed with 1
|