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': "Here are some of my own or modified ebuilds. Also some of them I've found in the web."},
'homepage': 'https://github.com/spikyatlinux/ebuilds_for_gentoo',
'name': 'spikyatlinux',
'owner': [{'email': 'spikyatlinux@gmail.com',
'name': 'SpikyAtLinux',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/spikyatlinux/ebuilds_for_gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync spikyatlinux
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/pzskc383'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/pzskc383', named 'pzskc383', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/pzskc383'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/pzskc383', named 'pzskc383', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing spikyatlinux
Already up to date.
*** synced spikyatlinux
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 spikyatlinux
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* ERROR: games-util/ds4drv-0.5.1 failed (depend phase):
* External commands disallowed during metadata regen: replace_version_separator 3 -
*
* Call stack:
* isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/spikyatlinux/games-util/ds4drv/ds4drv-0.5.1.ebuild'
* ds4drv-0.5.1.ebuild, line 17: called command_not_found_handle 'replace_version_separator' '3' '-'
* ebuild-daemon.bash, line 332: called die
*
* Working directory: '/usr/lib64/pkgcore/ebd'
sandbox:stop caught signal 15 in pid 5393
!!! caught exception False while processing ebuild src: games-util/ds4drv-0.5.1
Sandboxed process killed by signal: Terminated
!!! caught exception ("Expected command; instead got nothing from ''", None) while processing ebuild src: games-util/ds4drv-9999
* Cache regen failed with -13
|