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
|
{'description': {'en': "reagentoo's overlay"},
'feed': ['https://github.com/reagentoo/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/reagentoo/gentoo-overlay',
'name': 'reagentoo',
'owner': [{'email': 'reagentoo@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/reagentoo/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/reagentoo/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:reagentoo/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync reagentoo
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/glicOne'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/glicOne', named 'glicOne', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/glicOne'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/glicOne', named 'glicOne', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing reagentoo
Already up to date.
*** synced reagentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 reagentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
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-cpp/rxcpp-4.0.0 failed (depend phase):
* External commands disallowed during metadata regen: replace_version_separator 3 -
*
* Call stack:
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/reagentoo/dev-cpp/rxcpp/rxcpp-4.0.0.ebuild'
* rxcpp-4.0.0.ebuild, line 18: called command_not_found_handle 'replace_version_separator' '3' '-'
* ebuild-daemon.bash, line 332: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
sandbox:stop caught signal 15 in pid 30253
!!! caught exception False while processing ebuild src: dev-cpp/rxcpp-4.0.0
Sandboxed process killed by signal: Terminated
!!! caught exception ("Expected command; instead got nothing from ''", None) while processing ebuild src: dev-cpp/libjson-rpc-cpp-0.7.0
* Cache regen failed with -13
|