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
|
{'description': {'en': 'ArchenROOT Gentoo Overlay'},
'homepage': 'https://github.com/archenroot/gentoo-overlay',
'name': 'archenroot',
'owner': [{'email': 'archenroot@gmail.com',
'name': 'Ladislav Jech',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/archenroot/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync archenroot
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
*** syncing archenroot
Already up to date.
*** synced archenroot
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 archenroot
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
* Source: /dbus-cpp-5.0.0_p20160809_p0_p02
* ERROR: dev-libs/dbus-cpp-5.0.0_p20160809_p0_p02 failed (depend phase):
* External commands disallowed during metadata regen: sed s,/*[^/]\+/*$,,
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/archenroot/dev-libs/dbus-cpp/dbus-cpp-5.0.0_p20160809_p0_p02.ebuild'
* dbus-cpp-5.0.0_p20160809_p0_p02.ebuild, line 33: called command_not_found_handle 'sed' 's,/*[^/]\+/*$,,'
* ebuild-daemon.bash, line 384: called die
sandbox:stop caught signal 15 in pid 5017
Sandboxed process killed by signal: Terminated
!!! caught exception False while processing ebuild src: dev-libs/dbus-cpp-5.0.0_p20160809_p0_p02
* Cache regen failed with -13
|