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
|
{'description': {'en': 'Home overlay for development, patches and live ebuilds',
'ru': 'Домашний оверлей для разработки, патчей и лайв '
'ебилдов'},
'feed': ['https://github.com/pkulev/riru/commits/master.atom'],
'homepage': 'https://github.com/pkulev/riru',
'name': 'riru',
'owner': [{'email': 'kulyov.pavel@gmail.com',
'name': 'Pavel Kulyov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/pkulev/riru.git'},
{'type': 'git', 'uri': 'git@github.com:pkulev/riru.git'}],
'status': 'unofficial'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync riru
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 riru
Already up to date.
*** synced riru
* 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 riru
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-lang/ocaml-9999: failed sourcing ebuild: flag-o-matic: EAPI 5 not supported, (flag-o-matic.eclass, line 15: called die)
* net-im/vacuum-1.2.5: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* sys-libs/libfixposix-0.3.0: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* x11-misc/polybar-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* Cache regen failed with 1
|