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': 'The Gentoo Science Overlay is intended as a place to work\n outside of the main portage tree on experimental ebuilds. Our aim is to\n increase the rate of development of scientific packages for Gentoo, but\n ebuilds in this repository are by their very nature more experimental. If\n you wish to use them you should be willing to help test and report\n bugs. For contribution read http://wiki.gentoo.org/wiki/Project:Science/Contributing\n '},
'feed': ['https://cgit.gentoo.org/proj/sci.git/atom/',
'https://github.com/gentoo-science/sci/commits/master.atom'],
'homepage': 'http://wiki.gentoo.org/wiki/Project:Science',
'name': 'science',
'owner': [{'email': 'sci@gentoo.org', 'name': 'sci', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/sci.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/sci.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/sci.git'},
{'type': 'git',
'uri': 'https://github.com/gentoo-science/sci.git'},
{'type': 'git', 'uri': 'git://github.com/gentoo-science/sci.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo-science/sci.git'}],
'status': 'official'}
$ pmaint sync science
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 lacks a defined name: '/home/mgorny/sync/lanodanOverlay'
WARNING:pkgcore:repo at '/home/mgorny/sync/lanodanOverlay', named 'lanodanOverlay', 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
Already up-to-date.
*** syncing science
*** synced science
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 science
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: sys-cluster/ganglia_jobmonarch-0.3.1 failed (depend phase):
* inherit for depend.php failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/science/sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild'
* ganglia_jobmonarch-0.3.1.ebuild, line 9: Called inherit 'eutils' 'webapp' 'depend.php' 'python-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'depend.php'
* ebuild-daemon.lib, line 35: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: sys-cluster/ganglia_jobmonarch-0.3.1 failed (depend phase):
* inherit for depend.php failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/science/sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild'
* ganglia_jobmonarch-0.3.1.ebuild, line 9: Called inherit 'eutils' 'webapp' 'depend.php' 'python-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'depend.php'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 10998
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, depend.php cannot be found while processing ebuild src: sys-cluster/ganglia_jobmonarch-0.3.1
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: sys-cluster/ganglia_jobmonarch-0.3.1, attr description\nerror: Metadata Exception: pkg ebuild src: sys-cluster/ganglia_jobmonarch-0.3.1, attr data\nerror: inherit requires an unknown eclass, depend.php cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='sys-cluster/ganglia_jobmonarch-0.3.1' @0x7f6a5156c050>)
* Cache regen failed with 1
|