blob: effafe880acb21c12d568e809e7677d4fd291f50 (
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': 'Overlay for network configuration packages found in '
'OpenWRT'},
'homepage': 'https://github.com/pavlix/gentoo-openwrt',
'name': 'openwrt',
'owner': [{'email': 'pavlix@pavlix.net',
'name': 'Pavel Šimerda',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/pavlix/gentoo-openwrt.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/pavlix/gentoo-openwrt.git'}],
'status': 'unofficial'}
pkgcore 0.12.16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync openwrt
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
WARNING:pkgcore:glarbs-overlay repo at '/var/lib/repo-mirror-ci/sync/glarbs-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing openwrt
Already up to date.
*** synced openwrt
* 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 openwrt
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
* dev-libs/libubox-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* net-misc/netifd-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* net-misc/odhcp6c-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* net-misc/odhcpd-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* sys-apps/procd-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* sys-apps/ubox-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* sys-apps/ubus-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* sys-apps/uci-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* Cache regen failed with 1
|