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
|
{'description': {'en': 'Development tools for embedded systems and misc stuff'},
'feed': ['https://cgit.gentoo.org/user/andy.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/andy.git/',
'name': 'andy',
'owner': [{'email': 'andy@ndyk.de',
'name': 'Andrew Karpow',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/andy.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/andy.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/andy.git'}],
'status': 'unofficial'}
$ pmaint sync andy
Already up-to-date.
*** syncing andy
*** synced andy
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 andy
* ERROR: x11-misc/mimeo-2013.4 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/andy/x11-misc/mimeo/mimeo-2013.4.ebuild'
* mimeo-2013.4.ebuild, line 8: Called inherit 'distutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
* ERROR: x11-misc/mimeo-2013.7.24 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 753' for eclass distutils
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/andy/x11-misc/mimeo/mimeo-2013.7.24.ebuild'
* mimeo-2013.7.24.ebuild, line 8: Called inherit 'distutils' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='app-emulation' PKGCORE_EBUILD_PHASE_FUNC=false PKGCORE_ECONF_DISABLE_SILENT_RULES=false PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='vagrant-bin-1.3.3' PKGCORE_BASH_COMPAT='3.2' PVR='1.3.3' PV='1.3.3' PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=false PKGCORE_NONFATAL=false PR=r0 EAPI=4 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=false PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/andy/app-emulation/vagrant-bin/vagrant-bin-1.3.3.ebuild' PF='vagrant-bin-1.3.3' PKGCORE_GLOBAL_FAILGLOB=false PN='vagrant-bin' PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truefailed
* Cache regen failed with -13
|