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
|
{'description': {'en': 'This is roslin, my small overlay. Enjoy! (:'},
'homepage': 'https://gitlab.com/roslin-uberlay/roslin',
'name': 'roslin',
'owner': [{'email': 'szarpaj@grubelek.pl',
'name': 'Piotr Szymaniak',
'type': 'person'},
{'email': 'mziab@o2.pl',
'name': u'Micha\u0142 Zi\u0105bkowski',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/roslin-uberlay/roslin.git'}],
'status': 'unofficial'}
$ pmaint sync roslin
WARNING:pkgcore:repo at '/home/mgorny/sync/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up-to-date.
*** syncing roslin
*** synced roslin
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 roslin
WARNING:pkgcore:repo at '/home/mgorny/repos/gentoo-playground', named 'gentoo-playground', 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/repos/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
* ERROR: games-emulation/bsnes-073-r1 failed (depend phase):
* inherit for confutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/roslin/games-emulation/bsnes/bsnes-073-r1.ebuild'
* bsnes-073-r1.ebuild, line 7: Called inherit 'eutils' 'confutils' 'games'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'confutils'
* ebuild-daemon.lib, line 34: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: games-emulation/bsnes-073-r1 failed (depend phase):
* inherit for confutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/roslin/games-emulation/bsnes/bsnes-073-r1.ebuild'
* bsnes-073-r1.ebuild, line 7: Called inherit 'eutils' 'confutils' 'games'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'confutils'
* ebuild-daemon.lib, line 34: Called die
sandbox:stop caught signal 15 in pid 32171
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, confutils cannot be found while processing ebuild src: games-emulation/bsnes-073-r1
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: games-emulation/bsnes-073-r1, attr description\nerror: Metadata Exception: pkg ebuild src: games-emulation/bsnes-073-r1, attr data\nerror: inherit requires an unknown eclass, confutils cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='games-emulation/bsnes-073-r1' @0x7f4541f752e0>)
* Cache regen failed with 1
|