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
|
{'description': {'en': 'Personal overlay for unofficial ebuilds'},
'feed': ['https://github.com/PikkuJose/foxiverlay/commits/master.atom'],
'homepage': 'https://github.com/PikkuJose/foxiverlay',
'name': 'foxiverlay',
'owner': [{'email': 'koalinux@gmail.com',
'name': u'Jos\xe9 Pekkarinen',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/PikkuJose/foxiverlay.git'},
{'type': 'git',
'uri': 'git://github.com/PikkuJose/foxiverlay.git'},
{'type': 'git', 'uri': 'git@github.com:PikkuJose/foxiverlay.git'}],
'status': 'unofficial'}
$ pmaint sync foxiverlay
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/zugaina'
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:repo lacks a defined name: '/home/mgorny/sync/zugaina'
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing foxiverlay
Already up to date.
*** synced foxiverlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 foxiverlay
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: net-p2p/ethminer-0.12.0 failed (depend phase):
* External commands disallowed during metadata regen: replace_version_separator 3 -
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/foxiverlay/net-p2p/ethminer/ethminer-0.12.0.ebuild'
* ethminer-0.12.0.ebuild, line 16: called command_not_found_handle 'replace_version_separator' '3' '-'
* ebuild-daemon.bash, line 332: called die
sandbox:stop caught signal 15 in pid 5916
!!! caught exception False while processing ebuild src: net-p2p/ethminer-0.12.0
Sandboxed process killed by signal: Terminated
!!! caught exception ("Expected command; instead got nothing from ''", None) while processing ebuild src: net-p2p/ethminer-0.13.0
* Cache regen failed with -13
|