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
|
{'description': {'en': 'Some new packages plus uncommitted patches and ebuilds for the main tree'},
'feed': ['https://github.com/yarikmsu/yarik-overlay/commits/master.atom'],
'homepage': 'https://github.com/yarikmsu/yarik-overlay',
'name': 'yarik-overlay',
'owner': [{'email': 'ygorbunov@gmail.com',
'name': 'Yaroslav Gorbunov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/yarikmsu/yarik-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync yarik-overlay
Already up-to-date.
*** syncing yarik-overlay
*** synced yarik-overlay
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 yarik-overlay
* ERROR: app-misc/typetrainer-0.5.2 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/yarik-overlay/app-misc/typetrainer/typetrainer-0.5.2.ebuild'
* typetrainer-0.5.2.ebuild, line 7: Called inherit 'distutils'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 34: Called die
* ERROR: app-crypt/truecrypt-7.1a-r1 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 739' for eclass flag-o-matic
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/yarik-overlay/app-crypt/truecrypt/truecrypt-7.1a-r1.ebuild'
* truecrypt-7.1a-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'linux-info' 'multilib' 'toolchain-funcs' 'wxwidgets' 'eutils' 'pax-utils'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'flag-o-matic'
* ebuild-daemon.lib, line 36: Called die
received unknown com: CATEGORY='games-arcade' 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='supertux-0.3.4' PKGCORE_BASH_COMPAT='3.2' PVR='0.3.4' PV='0.3.4' 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/yarik-overlay/games-arcade/supertux/supertux-0.3.4.ebuild' PF='supertux-0.3.4' PKGCORE_GLOBAL_FAILGLOB=false PN=supertux PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|