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': "LordVan's project ebuilds"},
'feed': ['https://cgit.gentoo.org/dev/lordvan.git/atom/'],
'homepage': 'http://www.lordvan.com',
'name': 'lordvan',
'owner': [{'email': 'lordvan@gentoo.org', 'name': 'Thomas Raschbacher'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/dev/lordvan.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/lordvan.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/lordvan.git'}],
'status': 'unofficial'}
$ pmaint sync lordvan
WARNING:pkgcore:repository at '/home/mgorny/sync/jkolo', named 'jkolo', doesn't specify masters in metadata/layout.conf. Defaulting to whatever repository is defined as 'default' (gentoo usually). Please explicitly set the masters, or set masters = '' if the repository is standalone.
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing lordvan
*** synced lordvan
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 lordvan
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: app-misc/labyrinth-0.4.0 failed (depend phase):
* EAPI=0 is not supported
*
* Call stack:
* isolated-functions.lib, line 316: Called source '/home/mgorny/repos/lordvan/app-misc/labyrinth/labyrinth-0.4.0.ebuild'
* labyrinth-0.4.0.ebuild, line 5: Called inherit 'gnome2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'gnome2'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/gnome2.eclass'
* isolated-functions.lib, line 316: Called source '/home/mgorny/repos/gentoo/eclass/gnome2.eclass'
* gnome2.eclass, line 13: Called inherit 'eutils' 'libtool' 'gnome.org' 'gnome2-utils' 'xdg'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'xdg'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/xdg.eclass'
* isolated-functions.lib, line 316: Called source '/home/mgorny/repos/gentoo/eclass/xdg.eclass'
* xdg.eclass, line 21: Called die
*
* Working directory: '/home/mgorny/pkgcore-venv/lib/pkgcore/ebd'
* ERROR: app-misc/labyrinth-0.4.0 failed (depend phase):
* EAPI=0 is not supported
*
* Call stack:
* isolated-functions.lib, line 316: Called source '/home/mgorny/repos/lordvan/app-misc/labyrinth/labyrinth-0.4.0.ebuild'
* labyrinth-0.4.0.ebuild, line 5: Called inherit 'gnome2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'gnome2'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/gnome2.eclass'
* isolated-functions.lib, line 316: Called source '/home/mgorny/repos/gentoo/eclass/gnome2.eclass'
* gnome2.eclass, line 13: Called inherit 'eutils' 'libtool' 'gnome.org' 'gnome2-utils' 'xdg'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'xdg'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/xdg.eclass'
* isolated-functions.lib, line 316: Called source '/home/mgorny/repos/gentoo/eclass/xdg.eclass'
* xdg.eclass, line 21: Called die
*
* Working directory: '/home/mgorny/pkgcore-venv/lib/pkgcore/ebd'
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: app-misc/labyrinth-0.4.0
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: app-misc/labyrinth-0.4.0, attr description\nerror: Metadata Exception: pkg ebuild src: app-misc/labyrinth-0.4.0, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-misc/labyrinth-0.4.0' @0x7f5187a30190>)
* Cache regen failed with 1
|