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': 'A gentoo portage overlay with a set of too exotic, or unusal ebuilds for the sunrise overlay or the main tree.'},
'feed': ['https://github.com/ercpe/lh-overlay/commits/master.atom'],
'homepage': 'https://ercpe.de/projects/last-hope-gentoo-portage-overlay',
'name': 'last-hope',
'owner': [{'email': 'ercpe@gentoo.org',
'name': 'Johann Schmitz',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/ercpe/lh-overlay.git'},
{'type': 'git', 'uri': 'git://github.com/ercpe/lh-overlay.git'}],
'status': 'official'}
$ pmaint sync last-hope
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/interactive-fiction'
WARNING:pkgcore:repo at '/home/mgorny/sync/interactive-fiction', named 'interactive-fiction', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/sync/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/interactive-fiction'
WARNING:pkgcore:repo at '/home/mgorny/sync/interactive-fiction', named 'interactive-fiction', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
Already up-to-date.
*** syncing last-hope
*** synced last-hope
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 last-hope
WARNING:pkgcore:repo at '/home/mgorny/repos/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo at '/home/mgorny/repos/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
* ERROR: sys-block/areca-cli-1.14.7 failed (depend phase):
* External commands disallowed during metadata regen: cat
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/last-hope/sys-block/areca-cli/areca-cli-1.14.7.ebuild'
* areca-cli-1.14.7.ebuild, line 38: Called ARCMSR_kernel_info
* areca-cli-1.14.7.ebuild, line 28: Called command_not_found_handle 'cat'
* ebuild-daemon.bash, line 383: Called die
sandbox:stop caught signal 15 in pid 1332
Sandboxed process killed by signal: Terminated
* Cache regen failed with -13
|