1 | {'description': {'en': 'Overlay for network configuration packages found in '
|
2 | 'OpenWRT'},
|
3 | 'homepage': 'https://github.com/pavlix/gentoo-openwrt',
|
4 | 'name': 'openwrt',
|
5 | 'owner': [{'email': 'pavlix@pavlix.net',
|
6 | 'name': 'Pavel Šimerda',
|
7 | 'type': 'person'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git',
|
10 | 'uri': 'https://github.com/pavlix/gentoo-openwrt.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git+ssh://git@github.com/pavlix/gentoo-openwrt.git'}],
|
13 | 'status': 'unofficial'}
|
14 | pkgcore 0.12.16
|
15 |
|
16 | $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync openwrt
|
17 | ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
|
18 | *** syncing openwrt
|
19 | Already up to date.
|
20 | *** synced openwrt
|
21 | * Sync succeeded
|
22 | $ git log --format=%ci -1
|
23 | $ git show -q --pretty=format:%G? HEAD
|
24 | $ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 openwrt
|
25 | ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
|
26 | * dev-libs/libubox-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
27 | * net-misc/netifd-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
28 | * net-misc/odhcp6c-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
29 | * net-misc/odhcpd-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
30 | * sys-apps/procd-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
31 | * sys-apps/ubox-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
32 | * sys-apps/ubus-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
33 | * sys-apps/uci-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
| [FATAL] |
34 | * Cache regen failed with 1
|