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
|
{'description': {'en': 'some raw stuff'},
'feed': ['https://github.com/mahatma-kaganovich/raw/commits/master.atom'],
'homepage': 'https://github.com/mahatma-kaganovich/raw',
'name': 'raw',
'owner': [{'email': 'mahatma@eu.by',
'name': 'Denis Kaganovich (aka Dzianis Kahanovich)'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/mahatma-kaganovich/raw.git'}],
'status': 'unofficial'}
$ pmaint sync raw
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing raw
*** synced raw
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 raw
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
/home/mgorny/repos/raw/eclass/multilib.eclass: line 1: /eclass/multilib.eclass: No such file or directory
/home/mgorny/repos/raw/eclass/multilib.eclass: line 1: /eclass/multilib.eclass: No such file or directory
/home/mgorny/repos/raw/eclass/multilib.eclass: line 1: /eclass/multilib.eclass: No such file or directory
* ERROR: sys-cluster/kerrighed-9999-r1 failed (depend phase):
* inherit for git failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/raw/sys-cluster/kerrighed/kerrighed-9999-r1.ebuild'
* kerrighed-9999-r1.ebuild, line 1: Called inherit 'eutils' 'autotools' 'git'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'git'
* ebuild-daemon.lib, line 35: Called die
Sandboxed process killed by signal: Broken pipe
/home/mgorny/repos/raw/eclass/multilib.eclass: line 1: /eclass/multilib.eclass: No such file or directory
/home/mgorny/repos/raw/eclass/multilib.eclass: line 1: /eclass/multilib.eclass: No such file or directory
/home/mgorny/repos/raw/eclass/multilib.eclass: line 1: /eclass/multilib.eclass: No such file or directory
* ERROR: sys-cluster/kerrighed-9999-r1 failed (depend phase):
* inherit for git failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/raw/sys-cluster/kerrighed/kerrighed-9999-r1.ebuild'
* kerrighed-9999-r1.ebuild, line 1: Called inherit 'eutils' 'autotools' 'git'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'git'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 1113
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, git cannot be found while processing ebuild src: sys-cluster/kerrighed-9999-r1
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: sys-cluster/kerrighed-9999-r1, attr description\nerror: Metadata Exception: pkg ebuild src: sys-cluster/kerrighed-9999-r1, attr data\nerror: inherit requires an unknown eclass, git cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='sys-cluster/kerrighed-9999-r1' @0x7f96070447d0>)
* Cache regen failed with 1
|