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
|
{'description': {'en': 'Ebuilds related to nginx webserver modules'},
'feed': ['https://cgit.gentoo.org/user/yoreek.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/yoreek.git/',
'name': 'yoreek',
'owner': [{'email': 'yoreek@yahoo.com', 'name': 'Yuri U.', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/yoreek.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/yoreek.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/yoreek.git'}],
'status': 'unofficial'}
pkgcore 0.12.16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync yoreek
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
*** syncing yoreek
Already up to date.
*** synced yoreek
* 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 yoreek
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
* www-servers/nginx-1.18.0-r999: failed sourcing ebuild: perl-module: EAPI 6 not supported, (perl-module.eclass, line 32: called die)
* www-servers/nginx-1.19.6-r999: failed sourcing ebuild: perl-module: EAPI 6 not supported, (perl-module.eclass, line 32: called die)
* Cache regen failed with 1
|