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
|
{'description': {'en': 'Gentoo overlay of R packages'},
'homepage': 'https://cgit.gentoo.org/proj/R_overlay.git/',
'name': 'R_Overlay',
'owner': [{'email': 'heroxbd@gentoo.org',
'name': 'Benda Xu',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'rsync',
'uri': 'rsync://roverlay.dev.gentoo.org/roverlay'}],
'status': 'official'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync R_Overlay
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 R_Overlay
Number of files: 115,889 (reg: 95,932, dir: 19,957)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 0
Total file size: 85.48M bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 1.25M
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 20.31K
Total bytes received: 3.40M
sent 20.31K bytes received 3.40M bytes 2.28M bytes/sec
total size is 85.48M speedup is 24.99
*** synced R_Overlay
* Sync succeeded
$ stat --format=%y .
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 R_Overlay
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.
* sci-R/rethinking-1.59: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* sci-R/sigma-9999: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 19: called die)
* Cache regen failed with 1
|