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
|
{'description': {'en': 'Experimental virtualization stuff'},
'feed': ['https://cgit.gentoo.org/proj/virtualization.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/virtualization.git/',
'name': 'virtualization',
'owner': [{'email': 'virtualization@gentoo.org',
'name': 'Gentoo virtualization team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/virtualization.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/proj/virtualization.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/virtualization.git'}],
'status': 'official'}
$ pmaint sync virtualization
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/hanno'
WARNING:pkgcore:repo at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up-to-date.
*** syncing virtualization
*** synced virtualization
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 virtualization
* ERROR: app-emulation/xen-pvgrub-4.2.2 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/virtualization/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2.ebuild'
* xen-pvgrub-4.2.2.ebuild, line 8: Called inherit 'flag-o-matic' 'eutils' 'multilib' 'python' 'toolchain-funcs'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: app-emulation/xen-pvgrub-9999 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 759' for eclass flag-o-matic
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/virtualization/app-emulation/xen-pvgrub/xen-pvgrub-9999.ebuild'
* xen-pvgrub-9999.ebuild, line 7: Called inherit 'flag-o-matic' 'eutils' 'multilib' 'mercurial' 'git-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'flag-o-matic'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='app-emulation' 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='xen-stubdom-4.2.2' PKGCORE_BASH_COMPAT='3.2' PVR='4.2.2' PV='4.2.2' 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/virtualization/app-emulation/xen-stubdom/xen-stubdom-4.2.2.ebuild' PF='xen-stubdom-4.2.2' PKGCORE_GLOBAL_FAILGLOB=false PN='xen-stubdom' PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|