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': 'Just another personal Gentoo overlay'},
'feed': ['https://github.com/hashashin/gentoo-vaca-overlay/commits/master.atom'],
'homepage': 'https://github.com/hashashin/gentoo-vaca-overlay',
'name': 'vaca',
'owner': [{'email': 'gentoo.power@gmail.com', 'name': 'hashashin'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/hashashin/gentoo-vaca-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync vaca
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/hanno'
WARNING:pkgcore:repo at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up-to-date.
*** syncing vaca
*** synced vaca
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 vaca
* ERROR: net-analyzer/amun-0.2.2 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/vaca/net-analyzer/amun/amun-0.2.2.ebuild'
* amun-0.2.2.ebuild, line 9: Called inherit 'eutils' 'python' 'user'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: net-analyzer/amun-9999 failed (depend phase):
* unknown inherit command from pythonic side, 'alive' for eclass eutils
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/vaca/net-analyzer/amun/amun-9999.ebuild'
* amun-9999.ebuild, line 9: Called inherit 'eutils' 'python' 'subversion' 'user'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'eutils'
* ebuild-daemon.lib, line 37: Called die
* ERROR: net-analyzer/amun-0.2.2 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/vaca/net-analyzer/amun/amun-0.2.2.ebuild'
* amun-0.2.2.ebuild, line 9: Called inherit 'eutils' 'python' 'user'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 22424
Sandboxed process killed by signal: Terminated
* ERROR: net-analyzer/amun-9999 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/vaca/net-analyzer/amun/amun-9999.ebuild'
* amun-9999.ebuild, line 9: Called inherit 'eutils' 'python' 'subversion' 'user'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 22541
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, python cannot be found while processing ebuild src: net-analyzer/amun-0.2.2
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: net-analyzer/amun-9999
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: net-analyzer/amun-0.2.2, attr description\nerror: Metadata Exception: pkg ebuild src: net-analyzer/amun-0.2.2, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='net-analyzer/amun-0.2.2' @0x7f819870aa90>)
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: net-analyzer/amun-9999, attr description\nerror: Metadata Exception: pkg ebuild src: net-analyzer/amun-9999, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='net-analyzer/amun-9999' @0x7f819870abd8>)
* Cache regen failed with 1
|