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
72
73
74
75
76
|
{'description': {'en': 'Cool, new, useful, and unmaintained packages'},
'feed': ['https://cgit.gentoo.org/user/kork.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/kork.git/',
'name': 'kork',
'owner': [{'email': 'hsggebhardt@gmail.com',
'name': 'Henry Gebhardt',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/kork.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/kork.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/kork.git'}],
'status': 'unofficial'}
$ pmaint sync kork
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).
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 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).
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
Already up-to-date.
*** syncing kork
*** synced kork
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 kork
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: app-backup/bup-0.25-r2 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/kork/app-backup/bup/bup-0.25-r2.ebuild'
* bup-0.25-r2.ebuild, line 7: Called inherit 'eutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: app-backup/bup-9999 failed (depend phase):
* unknown inherit command from pythonic side, 'alive' for eclass git-2
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/kork/app-backup/bup/bup-9999.ebuild'
* bup-9999.ebuild, line 9: Called inherit 'git-2' 'eutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'git-2'
* ebuild-daemon.lib, line 37: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: app-backup/bup-0.25-r2 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/kork/app-backup/bup/bup-0.25-r2.ebuild'
* bup-0.25-r2.ebuild, line 7: Called inherit 'eutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 8113
Sandboxed process killed by signal: Terminated
* ERROR: app-backup/bup-9999 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/kork/app-backup/bup/bup-9999.ebuild'
* bup-9999.ebuild, line 9: Called inherit 'git-2' 'eutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 8332
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, python cannot be found while processing ebuild src: app-backup/bup-0.25-r2
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: app-backup/bup-9999
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: app-backup/bup-0.25-r2, attr description\nerror: Metadata Exception: pkg ebuild src: app-backup/bup-0.25-r2, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-backup/bup-0.25-r2' @0x7f7ee9c3ae10>)
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: app-backup/bup-9999, attr description\nerror: Metadata Exception: pkg ebuild src: app-backup/bup-9999, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-backup/bup-9999' @0x7f7ee907f050>)
* Cache regen failed with 1
|