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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
{'description': {'en': 'GPU, Neural Networks, Big Data, HPC, Java'},
'feed': ['https://github.com/archenroot/gentoo-overlay/commits/master.atom'],
'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'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/archenroot/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync archenroot
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing archenroot
Already up to date.
*** synced archenroot
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 archenroot
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* ERROR: dev-libs/caffe-1.0 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/archenroot/dev-libs/caffe/caffe-1.0.ebuild'
* caffe-1.0.ebuild, line 18: called inherit 'toolchain-funcs' 'multilib' 'git-r3' 'python-single-r1'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'python-single-r1'
* ebuild-daemon.lib, line 78: called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/gentoo/eclass/python-single-r1.eclass'
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/gentoo/eclass/python-single-r1.eclass'
* python-single-r1.eclass, line 263: called _python_single_set_globals
* python-single-r1.eclass, line 180: called _python_set_impls
* python-utils-r1.eclass, line 142: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
!!! caught exception False while processing ebuild src: dev-libs/caffe-1.0
* 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 '/var/lib/repo-mirror-ci/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 332: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
sandbox:stop caught signal 15 in pid 14329
!!! caught exception False while processing ebuild src: dev-libs/dbus-cpp-5.0.0_p20160809_p0_p02
Sandboxed process killed by signal: Terminated
* Cache regen failed with -13
|