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
|
{'description': {'en': 'Testing ebuilds for out-of-tree applications'},
'feed': ['https://github.com/anyc/anyc-overlay/commits/master.atom'],
'homepage': 'https://github.com/anyc/anyc-overlay',
'name': 'anyc',
'owner': [{'email': 'dev@kicherer.org',
'name': 'Mario Kicherer',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/anyc/anyc-overlay.git'},
{'type': 'git', 'uri': 'git@github.com:anyc/anyc-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync anyc
ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache.
*** syncing anyc
Already up to date.
*** synced anyc
* 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 anyc
ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache.
* app-misc/ddccontrol-db-20180602: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* app-pda/syncevolution-1.3.2: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* app-pda/syncevolution-1.3.2-r1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* app-pda/syncevolution-1.4: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* app-pda/syncevolution-1.4.1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* dev-embedded/mfgtool-20170920: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* dev-libs/ocl-icd-2.1.3: failed sourcing ebuild: multilib: EAPI 5 not supported, (multilib.eclass, line 14: called die)
* dev-libs/tinystm-1.0.3: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* dev-util/amd-app-sdk-2.8: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* dev-util/amd-app-sdk-2.8.1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* games-action/openspades-0.0.9: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* games-action/openspades-0.0.11: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* games-action/openspades-0.0.12: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* games-action/openspades-0.1.1c: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* media-libs/lensfun-0.2.7: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* media-video/h264bitstream-9999: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* net-print/cque-2.0.7: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* net-wireless/inspectrum-20170128: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* net-wireless/inspectrum-20170430: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* net-wireless/rtl_433-9999: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* sys-block/partclone-0.3.11: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* sys-devel/rr-1.0.0: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* sys-power/intel-thermald-1.04: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* sys-power/intel-thermald-1.2.01: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* sys-power/pmtools-20110323: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* sys-power/pmtools-20130209: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* sys-process/numatop-1.0: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* Cache regen failed with 1
|