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
|
{'description': {'en': 'Fixes and new unstable packages'},
'feed': ['https://cgit.gentoo.org/user/displacer.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/displacer.git/',
'name': 'displacer',
'owner': [{'email': 'disinbox@gmail.com',
'name': 'Igor Ulyanov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/user/displacer.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/displacer.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/displacer.git'}],
'status': 'unofficial'}
$ pmaint sync displacer
Already up-to-date.
*** syncing displacer
*** synced displacer
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 displacer
* ERROR: app-benchmarks/glmark2-2012.12 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/displacer/app-benchmarks/glmark2/glmark2-2012.12.ebuild'
* glmark2-2012.12.ebuild, line 8: Called inherit 'python' 'waf-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: dev-libs/libsodium-9999 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 708' for eclass base
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/displacer/dev-libs/libsodium/libsodium-9999.ebuild'
* libsodium-9999.ebuild, line 7: Called inherit 'base' 'eutils' 'multilib-build' 'git-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'base'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='dev-libs' PKGCORE_EBUILD_PHASE_FUNC=true PKGCORE_ECONF_DISABLE_SILENT_RULES=true PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='minIni-9999' PKGCORE_BASH_COMPAT='3.2' PVR=9999 PV=9999 PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=true PKGCORE_NONFATAL=false PR=r0 EAPI=5 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=true PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/displacer/dev-libs/minIni/minIni-9999.ebuild' PF='minIni-9999' PKGCORE_GLOBAL_FAILGLOB=false PN=minIni PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|