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
|
{'description': {'en': 'This repository contains the ebuild used to build spike, a pentesting distro based on Sabayon.'},
'homepage': 'https://github.com/Spike-Pentesting/spike-overlay',
'name': 'spike',
'owner': [{'email': 'mudler@gentoo.org', 'type': 'person'},
{'email': 'skullbocks@sabayon.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Spike-Pentesting/spike-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync spike
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/stowe-verlay'
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
*** syncing spike
Already up to date.
*** synced spike
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 spike
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-libs/gecode-9999 failed (depend phase):
* External commands disallowed during metadata regen: ESVN_USER = anonymous
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/spike/dev-libs/gecode/gecode-9999.ebuild'
* gecode-9999.ebuild, line 17: called command_not_found_handle 'ESVN_USER' '=' 'anonymous'
* ebuild-daemon.bash, line 384: called die
!!! caught exception False while processing ebuild src: dev-libs/gecode-9999
Terminated
sandbox:stop caught signal 15 in pid 10991
Sandboxed process killed by signal: Terminated
!!! caught exception ("Expected command; instead got nothing from ''", None) while processing ebuild src: dev-libs/intel-beignet-0.9.3
* Cache regen failed with -13
|