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': 'Development tools for embedded systems and misc stuff'},
'feed': ['https://cgit.gentoo.org/user/andy.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/andy.git/',
'name': 'andy',
'owner': [{'email': 'andy@ndyk.de',
'name': 'Andrew Karpow',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/andy.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/andy.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/andy.git'}],
'status': 'unofficial'}
$ pmaint sync andy
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
Already up-to-date.
*** syncing andy
*** synced andy
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 andy
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: x11-misc/mimeo-2013.4 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/andy/x11-misc/mimeo/mimeo-2013.4.ebuild'
* mimeo-2013.4.ebuild, line 8: Called inherit 'distutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
* ERROR: x11-misc/mimeo-2013.7.24 failed (depend phase):
* unknown inherit command from pythonic side, 'alive' for eclass distutils
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/andy/x11-misc/mimeo/mimeo-2013.7.24.ebuild'
* mimeo-2013.7.24.ebuild, line 8: Called inherit 'distutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 37: Called die
* ERROR: x11-misc/mimeo-2013.4 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/andy/x11-misc/mimeo/mimeo-2013.4.ebuild'
* mimeo-2013.4.ebuild, line 8: Called inherit 'distutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 26396
Sandboxed process killed by signal: Terminated
* ERROR: x11-misc/mimeo-2013.7.24 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/andy/x11-misc/mimeo/mimeo-2013.7.24.ebuild'
* mimeo-2013.7.24.ebuild, line 8: Called inherit 'distutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 26642
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, distutils cannot be found while processing ebuild src: x11-misc/mimeo-2013.4
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: x11-misc/mimeo-2013.7.24
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: x11-misc/mimeo-2013.4, attr description\nerror: Metadata Exception: pkg ebuild src: x11-misc/mimeo-2013.4, attr data\nerror: inherit requires an unknown eclass, distutils cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='x11-misc/mimeo-2013.4' @0x7f510493cb90>)
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: x11-misc/mimeo-2013.7.24, attr description\nerror: Metadata Exception: pkg ebuild src: x11-misc/mimeo-2013.7.24, attr data\nerror: inherit requires an unknown eclass, distutils cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='x11-misc/mimeo-2013.7.24' @0x7f510493ccd0>)
* Cache regen failed with 1
|