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
|
{'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/xelnor' 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/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/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-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: 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
sandbox:stop caught signal 15 in pid 20316
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, mozlinguas cannot be found while processing ebuild src: www-client/firefox-43_alpha9999
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: www-client/firefox-43_alpha9999, attr description\nerror: Metadata Exception: pkg ebuild src: www-client/firefox-43_alpha9999, attr data\nerror: inherit requires an unknown eclass, mozlinguas cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='www-client/firefox-43_alpha9999' @0x7ff36c5f2a50>)
* Cache regen failed with 1
|