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': u"Rapha\xebl Barrois' (Xelnor) Gentoo overlay."},
'homepage': 'http://overlay.xelnor.net',
'name': 'xelnor',
'owner': [{'email': 'gentoo@xelnor.net'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://overlay.xelnor.net/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync xelnor
WARNING:pkgcore:repository at '/home/mgorny/sync/hexedit-overlay', named 'hexedit-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing xelnor
*** synced xelnor
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 xelnor
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: media-sound/sonata-1.7_alpha2 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/xelnor/media-sound/sonata/sonata-1.7_alpha2.ebuild'
* sonata-1.7_alpha2.ebuild, line 8: Called inherit 'distutils-r1' 'python-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 86: 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 224: Called _python_set_globals
* python-r1.eclass, line 186: Called _python_set_impls
* python-utils-r1.eclass, line 130: Called die
* ERROR: media-sound/sonata-1.7_alpha2 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/xelnor/media-sound/sonata/sonata-1.7_alpha2.ebuild'
* sonata-1.7_alpha2.ebuild, line 8: Called inherit 'distutils-r1' 'python-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 86: 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 224: Called _python_set_globals
* python-r1.eclass, line 186: Called _python_set_impls
* python-utils-r1.eclass, line 130: Called die
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: media-sound/sonata-1.7_alpha2
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: media-sound/sonata-1.7_alpha2, attr description\nerror: Metadata Exception: pkg ebuild src: media-sound/sonata-1.7_alpha2, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='media-sound/sonata-1.7_alpha2' @0x7fe553c45cd0>)
* Cache regen failed with 1
|