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
51
52
|
{'description': {'en': 'Personal Gentoo overlay'},
'feed': ['https://github.com/jokleinn/jokleinn/commits/master.atom'],
'homepage': 'https://github.com/jokleinn/jokleinn',
'name': 'jokleinn',
'owner': [{'email': 'jokleinn@gmail.com',
'name': u'Johann Wei\xdf',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/jokleinn/jokleinn.git'}],
'status': 'unofficial'}
$ pmaint sync jokleinn
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing jokleinn
Already up to date.
*** synced jokleinn
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 jokleinn
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
!!! caught exception inherit requires an unknown eclass, go-mono cannot be found while processing ebuild src: www-apache/mod_mono-2.10
* ERROR: www-apache/mod_mono-2.10 failed (depend phase):
* inherit for go-mono failed
*
* Call stack:
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/jokleinn/www-apache/mod_mono/mod_mono-2.10.ebuild'
* mod_mono-2.10.ebuild, line 8: called inherit 'autotools' 'apache-module' 'multilib' 'eutils' 'go-mono' 'mono'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'go-mono'
* ebuild-daemon.lib, line 83: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
!!! caught exception False while processing ebuild src: sys-apps/policycoreutils-2.6-r1
* ERROR: sys-apps/policycoreutils-2.6-r1 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 757' for eclass multilib
*
* Call stack:
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/jokleinn/sys-apps/policycoreutils/policycoreutils-2.6-r1.ebuild'
* policycoreutils-2.6-r1.ebuild, line 8: called inherit 'multilib' 'python-r1' 'toolchain-funcs' 'bash-completion-r1'
* ebuild-default-functions.lib, line 201: called __internal_inherit 'multilib'
* ebuild-daemon.lib, line 85: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
received unknown com: CATEGORY='sys-apps' PKGCORE_EBUILD_PHASE_FUNC=true PKGCORE_ECONF_DISABLE_SILENT_RULES=true PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=true PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=true P='policycoreutils-2.7' PKGCORE_BASH_COMPAT='4.2' PVR='2.7' PV='2.7' PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=true PKGCORE_NONFATAL=false PR=r0 EAPI=6 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=true PKGCORE_NONFATAL_DIE=true EBUILD='/var/lib/repo-mirror-ci/repos/jokleinn/sys-apps/policycoreutils/policycoreutils-2.7.ebuild' PF='policycoreutils-2.7' PKGCORE_GLOBAL_FAILGLOB=true PN=policycoreutils PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=true PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
!!! caught exception False while processing ebuild src: sys-apps/policycoreutils-2.7
* Cache regen failed with -13
|