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
|
{'description': {'en': 'dev-python/netzob and maybe some i3 hacks'},
'feed': ['https://cgit.gentoo.org/user/lootr.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/lootr.git/',
'name': 'lootr',
'owner': [{'email': 'alex@freesenses.net',
'name': u'Alexandre PIGN\xc9',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/lootr.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/lootr.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/lootr.git'}],
'status': 'unofficial'}
$ pmaint sync lootr
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
Already up to date.
*** syncing lootr
*** synced lootr
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 lootr
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
* ERROR: dev-python/pcapy-0.10.10 failed (depend phase):
* External commands disallowed during metadata regen: cut -c 1
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/lootr/dev-python/pcapy/pcapy-0.10.10.ebuild'
* pcapy-0.10.10.ebuild, line 12: called command_not_found_handle 'cut' '-c' '1'
* ebuild-daemon.bash, line 384: called die
sandbox:stop caught signal 15 in pid 31698
Sandboxed process killed by signal: Terminated
* ERROR: dev-python/pcapy-0.10.10 failed (depend phase):
* External commands disallowed during metadata regen: cut -c 1
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/lootr/dev-python/pcapy/pcapy-0.10.10.ebuild'
* pcapy-0.10.10.ebuild, line 12: called command_not_found_handle 'cut' '-c' '1'
* ebuild-daemon.bash, line 384: called die
sandbox:stop caught signal 15 in pid 31772
Sandboxed process killed by signal: Terminated
!!! caught exception False while processing ebuild src: dev-python/pcapy-0.10.10
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-python/pcapy-0.10.10, attr description\nerror: Metadata Exception: pkg ebuild src: dev-python/pcapy-0.10.10, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-python/pcapy-0.10.10' @0x7f9d2b88a6e0>)
* Cache regen failed with 1
|