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
|
{'description': {'en': 'gentoo overlay containing games ebuilds only'},
'feed': ['https://github.com/hasufell/games-overlay/commits/master.atom'],
'homepage': 'https://github.com/hasufell/games-overlay',
'name': 'games-overlay',
'owner': [{'email': 'hasufell@hasufell.de',
'name': 'Julian Ospald',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/hasufell/games-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync games-overlay
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 games-overlay
*** synced games-overlay
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 games-overlay
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-fps/doomsday-1.14.5 failed (depend phase):
* inherit for confutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/games-overlay/games-fps/doomsday/doomsday-1.14.5.ebuild'
* doomsday-1.14.5.ebuild, line 10: Called inherit 'python-r1' 'confutils' 'eutils' 'qt4-r2'
* 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-fps/doomsday-1.14.5 failed (depend phase):
* inherit for confutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/games-overlay/games-fps/doomsday/doomsday-1.14.5.ebuild'
* doomsday-1.14.5.ebuild, line 10: Called inherit 'python-r1' 'confutils' 'eutils' 'qt4-r2'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'confutils'
* ebuild-daemon.lib, line 34: Called die
sandbox:stop caught signal 15 in pid 7152
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, confutils cannot be found while processing ebuild src: games-fps/doomsday-1.14.5
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: games-fps/doomsday-1.14.5, attr description\nerror: Metadata Exception: pkg ebuild src: games-fps/doomsday-1.14.5, attr data\nerror: inherit requires an unknown eclass, confutils cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='games-fps/doomsday-1.14.5' @0x7fd4fdc82050>)
* Cache regen failed with 1
|