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
41
42
|
{'description': {'en': 'Various development tools, libraries, and patches not in Gentoo (yet)'},
'homepage': 'https://github.com/doctaweeks/junkdrawer-overlay',
'name': 'junkdrawer',
'owner': [{'email': 'dan@danweeks.net',
'name': 'Daniel M. Weeks',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/doctaweeks/junkdrawer-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync junkdrawer
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:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
Already up-to-date.
*** syncing junkdrawer
*** synced junkdrawer
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 junkdrawer
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:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
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: dev-util/flint-0_p20150329 failed (depend phase):
* External commands disallowed during metadata regen: cut -d- -f1
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/junkdrawer/dev-util/flint/flint-0_p20150329.ebuild'
* flint-0_p20150329.ebuild, line 18: called inherit 'dlang'
* ebuild-default-functions.lib, line 209: called __internal_inherit 'dlang'
* ebuild-daemon.lib, line 29: called __qa_invoke 'source' '/home/mgorny/repos/dlang/eclass/dlang.eclass'
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/dlang/eclass/dlang.eclass'
* dlang.eclass, line 633: called __dlang_filter_versions
* dlang.eclass, line 417: called command_not_found_handle 'cut' '-d-' '-f1'
* ebuild-daemon.bash, line 384: called die
sandbox:stop caught signal 15 in pid 1148
Sandboxed process killed by signal: Terminated
* Cache regen failed with -13
|