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
44
45
|
{'description': {'en': 'Support for the Enlightenment project, most notably\n DR17/e17.'},
'feed': ['https://cgit.gentoo.org/proj/enlightenment.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/enlightenment.git/',
'name': 'enlightenment',
'owner': [{'email': 'enlightenment@gentoo.org'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/proj/enlightenment.git'}],
'status': 'official'}
$ pmaint sync enlightenment
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing enlightenment
*** synced enlightenment
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 enlightenment
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: x11-misc/shellementary-9999 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/enlightenment/x11-misc/shellementary/shellementary-9999.ebuild'
* shellementary-9999.ebuild, line 13: Called inherit 'enlightenment'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'enlightenment'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/enlightenment.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/enlightenment.eclass'
* enlightenment.eclass, line 85: Called inherit 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: dev-util/geneet-9999 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 760' for eclass enlightenment
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/enlightenment/dev-util/geneet/geneet-9999.ebuild'
* geneet-9999.ebuild, line 12: Called inherit 'enlightenment' 'distutils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'enlightenment'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='dev-python' PKGCORE_EBUILD_PHASE_FUNC=false PKGCORE_ECONF_DISABLE_SILENT_RULES=false PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=false PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=false PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='python-e_dbus-9999' PKGCORE_BASH_COMPAT='3.2' PVR=9999 PV=9999 PKGCORE_DOINS_ALLOW_SYMLINKS=false PKGCORE_NEW_READS_STDIN=false PKGCORE_NONFATAL=true PR=r0 EAPI=2 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=false PKGCORE_PROFILE_IUSE_INJECTION=false PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/enlightenment/dev-python/python-e_dbus/python-e_dbus-9999.ebuild' PF='python-e_dbus-9999' PKGCORE_GLOBAL_FAILGLOB=false PN='python-e_dbus' PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|