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
|
{'description': {'en': 'Various packages'},
'feed': ['http://github.com/feeds/laurentb/commits/gentoo-overlay/master'],
'homepage': 'http://github.com/laurentb/gentoo-overlay',
'name': 'laurentb',
'owner': [{'email': 'laurent@bachelier.name',
'name': 'Laurent Bachelier',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/laurentb/gentoo-overlay.git'},
{'type': 'git',
'uri': 'http://github.com/laurentb/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync laurentb
Already up-to-date.
*** syncing laurentb
*** synced laurentb
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 laurentb
* ERROR: dev-php/symfony-1.4.20 failed (depend phase):
* inherit for php-pear-lib-r1 failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/laurentb/dev-php/symfony/symfony-1.4.20.ebuild'
* symfony-1.4.20.ebuild, line 6: Called inherit 'php-pear-lib-r1'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'php-pear-lib-r1'
* ebuild-daemon.lib, line 34: Called die
* ERROR: dev-php/symfony-9996 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 710' for eclass php-pear-lib-r1
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/laurentb/dev-php/symfony/symfony-9996.ebuild'
* symfony-9996.ebuild, line 6: Called inherit 'php-pear-lib-r1'
* ebuild-default-functions.lib, line 209: Called __internal_inherit 'php-pear-lib-r1'
* ebuild-daemon.lib, line 36: Called die
received unknown com: CATEGORY='dev-php' 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='symfony-9997' PKGCORE_BASH_COMPAT='3.2' PVR=9997 PV=9997 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/laurentb/dev-php/symfony/symfony-9997.ebuild' PF='symfony-9997' PKGCORE_GLOBAL_FAILGLOB=false PN=symfony PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truefailed
* Cache regen failed with -13
|