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
|
{'description': {'en': "Pinkbyte's developer overlay"},
'feed': ['https://github.com/Pinkbyte/pinkbyte-overlay/commits/master.atom'],
'homepage': 'https://github.com/Pinkbyte/pinkbyte-overlay',
'name': 'pinkbyte',
'owner': [{'email': 'pinkbyte@gentoo.org',
'name': 'Sergey Popov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Pinkbyte/pinkbyte-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/Pinkbyte/pinkbyte-overlay.git'}],
'status': 'official'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync pinkbyte
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 pinkbyte
Already up to date.
*** synced pinkbyte
* 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 pinkbyte
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.
* dev-libs/libb64-1.2.1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* media-libs/sdl-net-1.2.7-r9999: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* x11-apps/spotlighter-0.3: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* Cache regen failed with 1
|