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': "zeq's Playground for experimental ebuilds and eclasses"},
'feed': ['https://github.com/sjnewbury/gentoo-playground/commits/master.atom'],
'homepage': 'https://github.com/sjnewbury/gentoo-playground',
'name': 'gentoo-playground',
'owner': [{'email': 'steve@snewbury.org.uk',
'name': 'Steven Newbury',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/sjnewbury/gentoo-playground.git'},
{'type': 'git',
'uri': 'git://github.com/sjnewbury/gentoo-playground.git'},
{'type': 'git',
'uri': 'git@github.com:sjnewbury/gentoo-playground.git'}],
'status': 'unofficial'}
$ pmaint sync gentoo-playground
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
Already up-to-date.
*** syncing gentoo-playground
*** synced gentoo-playground
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo-playground
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: www-client/firefox-43_alpha9999 failed (depend phase):
* inherit for mozlinguas failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo-playground/www-client/firefox/firefox-43_alpha9999.ebuild'
* firefox-43_alpha9999.ebuild, line 39: Called inherit 'check-reqs' 'flag-o-matic' 'toolchain-funcs' 'eutils' 'gnome2-utils' 'mozconfig-v6.45' 'pax-utils' 'fdo-mime' 'autotools' 'virtualx' 'mozlinguas' 'git-r3'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'mozlinguas'
* ebuild-daemon.lib, line 35: Called die
* ERROR: sci-libs/cfitsio-3.360 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 724' for eclass autotools-utils
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo-playground/sci-libs/cfitsio/cfitsio-3.360.ebuild'
* cfitsio-3.360.ebuild, line 9: Called inherit 'autotools-utils' 'flag-o-matic' 'fortran-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'autotools-utils'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='sci-libs' 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='geos-3.5.0' PKGCORE_BASH_COMPAT='3.2' PVR='3.5.0-r2' PV='3.5.0' PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=true PKGCORE_NONFATAL=false PR=r2 EAPI=5 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=true PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/gentoo-playground/sci-libs/geos/geos-3.5.0-r2.ebuild' PF='geos-3.5.0-r2' PKGCORE_GLOBAL_FAILGLOB=false PN=geos PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|