1 | {'description': {'en': 'Ebuild testing playground of Emery Hemingway'},
|
2 | 'feed': ['https://cgit.gentoo.org/user/emery.git/atom/'],
|
3 | 'homepage': 'https://cgit.gentoo.org/user/emery.git/',
|
4 | 'name': 'emery',
|
5 | 'owner': [{'email': 'emery@vfemail.net',
|
6 | 'name': 'Emery Hemingway',
|
7 | 'type': 'person'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/emery.git'},
|
10 | {'type': 'git',
|
11 | 'uri': 'https://anongit.gentoo.org/git/user/emery.git'},
|
12 | {'type': 'git',
|
13 | 'uri': 'git+ssh://git@git.gentoo.org/user/emery.git'}],
|
14 | 'status': 'unofficial'}
|
15 | $ pmaint sync emery
|
16 | Already up-to-date.
|
17 | *** syncing emery
|
18 | *** synced emery
|
19 | * Sync succeeded
|
20 | $ git log --format=%ci -1
|
21 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 emery
|
22 | * ERROR: dev-python/python-webm-0.2.2 failed (depend phase):
|
23 | * inherit for python failed
|
24 | *
|
25 | * Call stack:
|
26 | * isolated-functions.lib, line 345: Called source '/home/mgorny/repos/emery/dev-python/python-webm/python-webm-0.2.2.ebuild'
|
27 | * python-webm-0.2.2.ebuild, line 10: Called inherit 'python'
|
28 | * ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
|
29 | * ebuild-daemon.lib, line 35: Called die
|
30 | Sandboxed process killed by signal: Broken pipe
|
31 | * ERROR: dev-python/python-webm-0.2.2 failed (depend phase):
|
32 | * inherit for python failed
|
33 | *
|
34 | * Call stack:
|
35 | * isolated-functions.lib, line 345: Called source '/home/mgorny/repos/emery/dev-python/python-webm/python-webm-0.2.2.ebuild'
|
36 | * python-webm-0.2.2.ebuild, line 10: Called inherit 'python'
|
37 | * ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
|
38 | * ebuild-daemon.lib, line 35: Called die
|
39 | sandbox:stop caught signal 15 in pid 31637
|
40 | Sandboxed process killed by signal: Terminated
|
41 | !!! caught exception inherit requires an unknown eclass, python cannot be found while processing ebuild src: dev-python/python-webm-0.2.2
| [FATAL] |
42 | caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-python/python-webm-0.2.2, attr description\nerror: Metadata Exception: pkg ebuild src: dev-python/python-webm-0.2.2, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-python/python-webm-0.2.2' @0x7f897ace7d20>)
| [FATAL] |
43 | * Cache regen failed with 1
|