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
|
{'description': {'en': 'Personal User Overlay'},
'feed': ['https://github.com/aliceinwire/overlay/commits/master.atom'],
'homepage': 'https://github.com/aliceinwire/overlay',
'name': 'pypy_alice',
'owner': [{'email': 'alicef@gentoo.org',
'name': 'Alice Ferrazzi',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/aliceinwire/overlay.git'},
{'type': 'git',
'uri': 'https://github.com/aliceinwire/overlay.git'},
{'type': 'git', 'uri': 'git@github.com:aliceinwire/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync pypy_alice
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).
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
Already up-to-date.
*** syncing pypy_alice
*** synced pypy_alice
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pypy_alice
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: net-analyzer/zabbix-2.0.12-r1 failed (depend phase):
* inherit for depend.php failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/pypy_alice/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild'
* zabbix-2.0.12-r1.ebuild, line 9: Called inherit 'flag-o-matic' 'webapp' 'depend.php' 'autotools' 'java-pkg-opt-2' 'user' 'toolchain-funcs'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'depend.php'
* ebuild-daemon.lib, line 35: Called die
* ERROR: net-analyzer/zabbix-2.0.13 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 726' for eclass flag-o-matic
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/pypy_alice/net-analyzer/zabbix/zabbix-2.0.13.ebuild'
* zabbix-2.0.13.ebuild, line 9: Called inherit 'flag-o-matic' 'webapp' 'depend.php' 'autotools' 'java-pkg-opt-2' 'user' 'toolchain-funcs'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'flag-o-matic'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='net-analyzer' 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='zabbix-2.2.5' PKGCORE_BASH_COMPAT='3.2' PVR='2.2.5' PV='2.2.5' 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/pypy_alice/net-analyzer/zabbix/zabbix-2.2.5.ebuild' PF='zabbix-2.2.5' PKGCORE_GLOBAL_FAILGLOB=false PN=zabbix PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|