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
50
51
52
53
54
55
|
{'description': {'en': 'Various development tools, libraries, and patches not in Gentoo (yet)'},
'homepage': 'https://github.com/doctaweeks/junkdrawer-overlay',
'name': 'junkdrawer',
'owner': [{'email': 'dan@danweeks.net',
'name': 'Daniel M. Weeks',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/doctaweeks/junkdrawer-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync junkdrawer
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/hanno'
WARNING:pkgcore:repo at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/hanno'
WARNING:pkgcore:repo at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up-to-date.
*** syncing junkdrawer
*** synced junkdrawer
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 junkdrawer
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: dev-util/flint-0_p20150329 failed (depend phase):
* No D compilers found that satisfy this package's version range: 2.066-2.067
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/junkdrawer/dev-util/flint/flint-0_p20150329.ebuild'
* flint-0_p20150329.ebuild, line 18: Called inherit 'dlang'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'dlang'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/dlang/eclass/dlang.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/dlang/eclass/dlang.eclass'
* dlang.eclass, line 579: Called __dlang_filter_versions
* dlang.eclass, line 387: Called die
* ERROR: dev-util/flint-0_p20150329 failed (depend phase):
* No D compilers found that satisfy this package's version range: 2.066-2.067
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/junkdrawer/dev-util/flint/flint-0_p20150329.ebuild'
* flint-0_p20150329.ebuild, line 18: Called inherit 'dlang'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'dlang'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/dlang/eclass/dlang.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/dlang/eclass/dlang.eclass'
* dlang.eclass, line 579: Called __dlang_filter_versions
* dlang.eclass, line 387: Called die
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: dev-util/flint-0_p20150329
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-util/flint-0_p20150329, attr description\nerror: Metadata Exception: pkg ebuild src: dev-util/flint-0_p20150329, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-util/flint-0_p20150329' @0x7f0ebc85c7d0>)
* Cache regen failed with 1
|