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
|
{'description': {'en': 'User Overlay'},
'feed': ['https://github.com/tmacedo/portage/commits/master.atom'],
'homepage': 'http://github.com/tmacedo/portage',
'name': 'tmacedo',
'owner': [{'email': 'tftfmacedo@gmail.com', 'name': 'Tiago Macedo'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/tmacedo/portage.git'}],
'status': 'unofficial'}
$ pmaint sync tmacedo
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 tmacedo
*** synced tmacedo
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tmacedo
* ERROR: net-dialup/hsoconnect-1.2.19-r1 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/tmacedo/net-dialup/hsoconnect/hsoconnect-1.2.19-r1.ebuild'
* hsoconnect-1.2.19-r1.ebuild, line 6: Called inherit 'python' 'rpm'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: net-dialup/hsoconnect-1.2.19-r1 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/tmacedo/net-dialup/hsoconnect/hsoconnect-1.2.19-r1.ebuild'
* hsoconnect-1.2.19-r1.ebuild, line 6: Called inherit 'python' 'rpm'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 10697
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, python cannot be found while processing ebuild src: net-dialup/hsoconnect-1.2.19-r1
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: net-dialup/hsoconnect-1.2.19-r1, attr description\nerror: Metadata Exception: pkg ebuild src: net-dialup/hsoconnect-1.2.19-r1, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='net-dialup/hsoconnect-1.2.19-r1' @0x7fe563ae2a90>)
* Cache regen failed with 1
|