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
59
60
|
{'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'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/bitcoin/gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync bitcoin
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/zugaina'
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/zugaina'
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing bitcoin
*** synced bitcoin
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: app-misc/dojima-9999 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/bitcoin/app-misc/dojima/dojima-9999.ebuild'
* dojima-9999.ebuild, line 9: Called inherit 'eutils' 'git-2' 'distutils-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils-r1'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
* distutils-r1.eclass, line 85: Called inherit 'multiprocessing' 'python-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python-r1'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
* python-r1.eclass, line 209: Called _python_set_globals
* python-r1.eclass, line 171: Called _python_set_impls
* python-utils-r1.eclass, line 129: Called die
* ERROR: app-misc/dojima-9999 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/bitcoin/app-misc/dojima/dojima-9999.ebuild'
* dojima-9999.ebuild, line 9: Called inherit 'eutils' 'git-2' 'distutils-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils-r1'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
* distutils-r1.eclass, line 85: Called inherit 'multiprocessing' 'python-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python-r1'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
* python-r1.eclass, line 209: Called _python_set_globals
* python-r1.eclass, line 171: Called _python_set_impls
* python-utils-r1.eclass, line 129: Called die
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: app-misc/dojima-9999
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: app-misc/dojima-9999, attr description\nerror: Metadata Exception: pkg ebuild src: app-misc/dojima-9999, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-misc/dojima-9999' @0x7fb695c19050>)
* Cache regen failed with 1
|