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
|
{'description': {'en': 'Testing ebuilds for out-of-tree applications'},
'feed': ['https://github.com/anyc/anyc-overlay/commits/master.atom'],
'homepage': 'https://github.com/anyc/anyc-overlay',
'name': 'anyc',
'owner': [{'email': 'dev@kicherer.org',
'name': 'Mario Kicherer',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/anyc/anyc-overlay.git'},
{'type': 'git',
'uri': 'https://github.com/anyc/anyc-overlay.git'},
{'type': 'git', 'uri': 'git@github.com:anyc/anyc-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync anyc
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 anyc
*** synced anyc
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 anyc
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: games-strategy/openage-9999 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/anyc/games-strategy/openage/openage-9999.ebuild'
* openage-9999.ebuild, line 8: Called inherit 'cmake-utils' 'python-any-r1' 'git-r3'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python-any-r1'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/python-any-r1.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 146: Called _python_any_set_globals
* python-any-r1.eclass, line 134: Called _python_set_impls
* python-utils-r1.eclass, line 130: Called die
* ERROR: games-strategy/openage-9999 failed (depend phase):
* No supported implementation in PYTHON_COMPAT.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/anyc/games-strategy/openage/openage-9999.ebuild'
* openage-9999.ebuild, line 8: Called inherit 'cmake-utils' 'python-any-r1' 'git-r3'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python-any-r1'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/python-any-r1.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/python-any-r1.eclass'
* python-any-r1.eclass, line 146: Called _python_any_set_globals
* python-any-r1.eclass, line 134: 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: games-strategy/openage-9999
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: games-strategy/openage-9999, attr description\nerror: Metadata Exception: pkg ebuild src: games-strategy/openage-9999, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='games-strategy/openage-9999' @0x7f28c8c07050>)
* Cache regen failed with 1
|