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
46
47
48
49
50
|
{'description': {'en': 'Misc ebuilds by Luke-Jr'},
'homepage': 'http://luke.dashjr.org',
'name': 'luke-jr',
'owner': [{'email': 'luke-jr+gentoobugs@utopios.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'svn',
'uri': 'svn://svn.dashjr.org/luke-portage-overlay/trunk'}],
'status': 'unofficial'}
$ pmaint sync luke-jr
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing luke-jr
Current branch master is up to date.
*** synced luke-jr
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 luke-jr
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
!!! caught exception inherit requires an unknown eclass, kde4-functions cannot be found while processing ebuild src: net-misc/knutclient-1.0.5
* ERROR: net-misc/knutclient-1.0.5 failed (depend phase):
* inherit for kde4-functions failed
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/luke-jr/net-misc/knutclient/knutclient-1.0.5.ebuild'
* knutclient-1.0.5.ebuild, line 9: called inherit 'kde4-base'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'kde4-base'
* ebuild-daemon.lib, line 78: called __qa_invoke 'source' '/home/mgorny/repos/luke-jr/eclass/kde4-base.eclass'
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/luke-jr/eclass/kde4-base.eclass'
* kde4-base.eclass, line 36: called inherit 'kde4-functions' 'toolchain-funcs' 'flag-o-matic' 'gnome2-utils' 'virtualx' 'versionator' 'eutils' 'multilib' 'xdg-utils'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'kde4-functions'
* ebuild-daemon.lib, line 83: called die
!!! caught exception False while processing ebuild src: media-video/dvd-baker-0.7.43
!!! caught exception metadata exception: pkg ebuild src: dev-perl/AniDB-0.3_pre414, attr eapi
error: parsed EAPI '5' doesn't match sourced EAPI '0' while processing ebuild src: dev-perl/AniDB-0.3_pre414
* ERROR: dev-perl/AniDB-0.3_pre414 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 732' for eclass perl-module
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/luke-jr/dev-perl/AniDB/AniDB-0.3_pre414.ebuild'
* AniDB-0.3_pre414.ebuild, line 3: called inherit 'perl-module'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'perl-module'
* ebuild-daemon.lib, line 85: called die
!!! caught exception False while processing ebuild src: dev-perl/Text-vCard-2.01
received unknown com: CATEGORY='dev-perl' 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='Text-vCard-2.01' PKGCORE_BASH_COMPAT='3.2' PVR='2.01' PV='2.01' 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/luke-jr/dev-perl/Text-vCard/Text-vCard-2.01.ebuild' PF='Text-vCard-2.01' PKGCORE_GLOBAL_FAILGLOB=false PN='Text-vCard' PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
!!! caught exception ("Expected command; instead got nothing from ''", None) while processing ebuild src: dev-perl/URI-imap-1.01
* Cache regen failed with -13
|