1 | {'description': {'en': 'Gentoo/BSD Project Overlay'},
|
2 | 'feed': ['https://cgit.gentoo.org/proj/gentoo-bsd.git/atom/'],
|
3 | 'homepage': 'https://cgit.gentoo.org/proj/gentoo-bsd.git',
|
4 | 'name': 'gentoo-bsd',
|
5 | 'owner': [{'email': 'welp@gentoo.org', 'name': 'Peter Weller'}],
|
6 | 'quality': 'experimental',
|
7 | 'source': [{'type': 'git',
|
8 | 'uri': 'git://anongit.gentoo.org/proj/gentoo-bsd.git'},
|
9 | {'type': 'git',
|
10 | 'uri': 'https://anongit.gentoo.org/git/proj/gentoo-bsd.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git+ssh://git@git.gentoo.org/proj/gentoo-bsd.git'}],
|
13 | 'status': 'official'}
|
14 | $ pmaint sync gentoo-bsd
|
15 | WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
|
16 | WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
|
17 | WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
|
18 | Already up-to-date.
|
19 | *** syncing gentoo-bsd
|
20 | *** synced gentoo-bsd
|
21 | * Sync succeeded
|
22 | $ git log --format=%ci -1
|
23 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo-bsd
|
24 | WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
|
25 | WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
|
26 | WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
|
27 | WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
|
28 | * ERROR: dev-util/catalyst-2.0.12.2 failed (depend phase):
|
29 | * inherit for python failed
|
30 | *
|
31 | * Call stack:
|
32 | * isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo-bsd/dev-util/catalyst/catalyst-2.0.12.2.ebuild'
|
33 | * catalyst-2.0.12.2.ebuild, line 29: Called inherit 'eutils' 'multilib' 'python'
|
34 | * ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
|
35 | * ebuild-daemon.lib, line 35: Called die
|
36 | * ERROR: dev-util/catalyst-2.0.15 failed (depend phase):
|
37 | * unknown inherit command from pythonic side, 'alive' for eclass eutils
|
38 | *
|
39 | * Call stack:
|
40 | * isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo-bsd/dev-util/catalyst/catalyst-2.0.15.ebuild'
|
41 | * catalyst-2.0.15.ebuild, line 19: Called inherit 'eutils' 'multilib' 'python'
|
42 | * ebuild-default-functions.lib, line 210: Called __internal_inherit 'eutils'
|
43 | * ebuild-daemon.lib, line 37: Called die
|
44 | * ERROR: dev-util/catalyst-2.0.12.2 failed (depend phase):
|
45 | * inherit for python failed
|
46 | *
|
47 | * Call stack:
|
48 | * isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo-bsd/dev-util/catalyst/catalyst-2.0.12.2.ebuild'
|
49 | * catalyst-2.0.12.2.ebuild, line 29: Called inherit 'eutils' 'multilib' 'python'
|
50 | * ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
|
51 | * ebuild-daemon.lib, line 35: Called die
|
52 | sandbox:stop caught signal 15 in pid 26889
|
53 | Sandboxed process killed by signal: Terminated
|
54 | * ERROR: dev-util/catalyst-2.0.15 failed (depend phase):
|
55 | * inherit for python failed
|
56 | *
|
57 | * Call stack:
|
58 | * isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo-bsd/dev-util/catalyst/catalyst-2.0.15.ebuild'
|
59 | * catalyst-2.0.15.ebuild, line 19: Called inherit 'eutils' 'multilib' 'python'
|
60 | * ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
|
61 | * ebuild-daemon.lib, line 35: Called die
|
62 | sandbox:stop caught signal 15 in pid 27087
|
63 | Sandboxed process killed by signal: Terminated
|
64 | !!! caught exception inherit requires an unknown eclass, python cannot be found while processing ebuild src: dev-util/catalyst-2.0.12.2
| [FATAL] |
65 | ERROR pkgcore: returned val from gen_metadata was 'False'
|
66 | !!! caught exception False while processing ebuild src: dev-util/catalyst-2.0.15
| [FATAL] |
67 | caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-util/catalyst-2.0.12.2, attr description\nerror: Metadata Exception: pkg ebuild src: dev-util/catalyst-2.0.12.2, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-util/catalyst-2.0.12.2' @0x7f24ea03c190>)
| [FATAL] |
68 | caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-util/catalyst-2.0.15, attr description\nerror: Metadata Exception: pkg ebuild src: dev-util/catalyst-2.0.15, attr data\nerror: inherit requires an unknown eclass, python cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-util/catalyst-2.0.15' @0x7f24ea03c2d0>)
| [FATAL] |
69 | * Cache regen failed with 1
|