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
61
62
63
64
65
66
67
68
69
70
71
|
{'description': {'en': 'Ebuilds for bugs assigned to maintainer-wanted'},
'feed': ['https://cgit.gentoo.org/proj/sunrise-reviewed.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/sunrise-reviewed.git/',
'name': 'sunrise',
'owner': [{'email': 'sunrise@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/proj/sunrise-reviewed.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/sunrise-reviewed.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/sunrise-reviewed.git'}],
'status': 'official'}
$ pmaint sync sunrise
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing sunrise
*** synced sunrise
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sunrise
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
* ERROR: games-rpg/lipsofsuna-0.5.0 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/sunrise/games-rpg/lipsofsuna/lipsofsuna-0.5.0.ebuild'
* lipsofsuna-0.5.0.ebuild, line 6: Called inherit 'eutils' 'games' 'waf-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'waf-utils'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* waf-utils.eclass, line 23: Called die
* ERROR: games-rpg/lipsofsuna-9999 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/sunrise/games-rpg/lipsofsuna/lipsofsuna-9999.ebuild'
* lipsofsuna-9999.ebuild, line 9: Called inherit 'eutils' 'games' 'waf-utils' 'git-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'waf-utils'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* waf-utils.eclass, line 23: Called die
* ERROR: games-rpg/lipsofsuna-0.5.0 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/sunrise/games-rpg/lipsofsuna/lipsofsuna-0.5.0.ebuild'
* lipsofsuna-0.5.0.ebuild, line 6: Called inherit 'eutils' 'games' 'waf-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'waf-utils'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* waf-utils.eclass, line 23: Called die
* ERROR: games-rpg/lipsofsuna-9999 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/sunrise/games-rpg/lipsofsuna/lipsofsuna-9999.ebuild'
* lipsofsuna-9999.ebuild, line 9: Called inherit 'eutils' 'games' 'waf-utils' 'git-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'waf-utils'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/waf-utils.eclass'
* waf-utils.eclass, line 23: Called die
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: games-rpg/lipsofsuna-0.5.0
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: games-rpg/lipsofsuna-9999
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: games-rpg/lipsofsuna-0.5.0, attr description\nerror: Metadata Exception: pkg ebuild src: games-rpg/lipsofsuna-0.5.0, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='games-rpg/lipsofsuna-0.5.0' @0x7f18988eda50>)
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: games-rpg/lipsofsuna-9999, attr description\nerror: Metadata Exception: pkg ebuild src: games-rpg/lipsofsuna-9999, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='games-rpg/lipsofsuna-9999' @0x7f18988edb90>)
* Cache regen failed with 1
|