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
53
54
55
56
57
|
{'description': {'en': 'personal overlay of robert7k'},
'feed': ['https://github.com/robert7k/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/robert7k/gentoo-overlay',
'name': 'robert7k',
'owner': [{'email': 'gentoo.bugzilla.2012@r123.de', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/robert7k/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync robert7k
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
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
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).
Already up-to-date.
*** syncing robert7k
*** synced robert7k
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 robert7k
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: www-client/firefox-24.8.1 failed (depend phase):
* inherit for mozcoreconf-2 failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/robert7k/www-client/firefox/firefox-24.8.1.ebuild'
* firefox-24.8.1.ebuild, line 34: Called inherit 'check-reqs' 'flag-o-matic' 'toolchain-funcs' 'eutils' 'gnome2-utils' 'mozconfig-3' 'multilib' 'pax-utils' 'fdo-mime' 'autotools' 'virtualx' 'mozlinguas'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'mozconfig-3'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/robert7k/eclass/mozconfig-3.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/robert7k/eclass/mozconfig-3.eclass'
* mozconfig-3.eclass, line 7: Called inherit 'multilib' 'flag-o-matic' 'mozcoreconf-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'mozcoreconf-2'
* ebuild-daemon.lib, line 35: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: www-client/firefox-24.8.1 failed (depend phase):
* inherit for mozcoreconf-2 failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/robert7k/www-client/firefox/firefox-24.8.1.ebuild'
* firefox-24.8.1.ebuild, line 34: Called inherit 'check-reqs' 'flag-o-matic' 'toolchain-funcs' 'eutils' 'gnome2-utils' 'mozconfig-3' 'multilib' 'pax-utils' 'fdo-mime' 'autotools' 'virtualx' 'mozlinguas'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'mozconfig-3'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/robert7k/eclass/mozconfig-3.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/robert7k/eclass/mozconfig-3.eclass'
* mozconfig-3.eclass, line 7: Called inherit 'multilib' 'flag-o-matic' 'mozcoreconf-2'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'mozcoreconf-2'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 10728
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, mozcoreconf-2 cannot be found while processing ebuild src: www-client/firefox-24.8.1
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: www-client/firefox-24.8.1, attr description\nerror: Metadata Exception: pkg ebuild src: www-client/firefox-24.8.1, attr data\nerror: inherit requires an unknown eclass, mozcoreconf-2 cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='www-client/firefox-24.8.1' @0x7f3005eff2d0>)
* Cache regen failed with 1
|