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
|
{'description': {'en': 'Bitcoin and CPU/GPU mining related ebuilds'},
'homepage': 'https://gitlab.com/bitcoin/gentoo.git',
'name': 'bitcoin',
'owner': [{'email': 'flo@geekplace.eu',
'name': 'Florian Schmaus',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/bitcoin/gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync bitcoin
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 bitcoin
Already up to date.
*** synced bitcoin
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
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: net-p2p/bitcoind-0.14.1 failed (depend phase):
* External commands disallowed during metadata regen: get_version_component_range 2
*
* Call stack:
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/bitcoin/net-p2p/bitcoind/bitcoind-0.14.1.ebuild'
* bitcoind-0.14.1.ebuild, line 12: called inherit 'bash-completion-r1' 'bitcoincore' 'systemd' 'user'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'bitcoincore'
* ebuild-daemon.lib, line 78: called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/bitcoin/eclass/bitcoincore.eclass'
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/bitcoin/eclass/bitcoincore.eclass'
* bitcoincore.eclass, line 85: called command_not_found_handle 'get_version_component_range' '2'
* ebuild-daemon.bash, line 332: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
sandbox:stop caught signal 15 in pid 16214
Sandboxed process killed by signal: Terminated
!!! caught exception False while processing ebuild src: net-p2p/bitcoind-0.14.1
!!! caught exception ("Expected command; instead got nothing from ''", None) while processing ebuild src: net-p2p/bitcoind-0.16.1
* Cache regen failed with -13
|