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
|
{'description': {'en': 'A collection of ebuilds related to the D programming\n language.'},
'feed': ['https://github.com/gentoo/dlang/commits/master.atom'],
'homepage': 'https://github.com/gentoo/dlang',
'name': 'dlang',
'owner': [{'email': 'Marco.Leise@gmx.de', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/dlang.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/dlang.git'},
{'type': 'git', 'uri': 'git://github.com/gentoo/dlang.git'}],
'status': 'unofficial'}
$ pmaint sync dlang
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/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
Already up-to-date.
*** syncing dlang
*** synced dlang
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dlang
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/genthree' has unsupported profile format: profile-bashrcs
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/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/dlang-tools-2.069.1 failed (depend phase):
* External commands disallowed during metadata regen: cut -c 5-
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/dlang/dev-util/dlang-tools/dlang-tools-2.069.1.ebuild'
* dlang-tools-2.069.1.ebuild, line 21: Called command_not_found_handle 'cut' '-c' '5-'
* ebuild-daemon.bash, line 383: Called die
sandbox:stop caught signal 15 in pid 19843
Sandboxed process killed by signal: Terminated
* Cache regen failed with -13
|