blob: b0a3ba4f12542515997e8ac5a2609146d2ae1172 (
plain)
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
|
{'description': {'en': "Scott Alfter's ebuilds"},
'homepage': 'https://gitlab.com/salfter/portage',
'name': 'salfter',
'owner': [{'email': 'scott@alfter.us',
'name': 'Scott Alfter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/salfter/portage.git'}],
'status': 'unofficial'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync salfter
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 salfter
From https://gitlab.com/salfter/portage
06b0b10..423f735 master -> origin/master
Updating 06b0b10..423f735
Fast-forward
media-sound/openkj/Manifest | 2 +-
media-sound/openkj/openkj-2.0.8.ebuild | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
*** synced salfter
* 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 salfter
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-text/qtspell-1.0.1: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* dev-cpp/sqlite_orm-1.6: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* dev-libs/sealcurses-0.0.20220609: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* dev-libs/the_foundation-1.4.0: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* media-gfx/arcwelder-2.0: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* media-gfx/cctag-1.0.1: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* media-video/mjpg-streamer-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* Cache regen failed with 1
|