1 | {'description': {'en': 'FAQ RI: E17+ overlay',
|
2 | 'ru': u'\u041d\u0418\u0418 \u0427\u0430\u0412\u041e: \u041e\u0432\u0435\u0440\u043b\u0435\u0439 \u0441 E17+'},
|
3 | 'feed': ['https://github.com/niifaq/enlightenment.overlay/commits/master.atom'],
|
4 | 'homepage': 'https://github.com/niifaq/enlightenment.overlay',
|
5 | 'name': 'enlightenment-niifaq',
|
6 | 'owner': [{'email': 'gentoo@mva.name',
|
7 | 'name': 'Vadim A. Misbakh-Soloviov',
|
8 | 'type': 'person'}],
|
9 | 'quality': 'experimental',
|
10 | 'source': [{'type': 'git',
|
11 | 'uri': 'https://github.com/niifaq/enlightenment.overlay.git'},
|
12 | {'type': 'git',
|
13 | 'uri': 'git://github.com/niifaq/enlightenment.overlay.git'},
|
14 | {'type': 'git',
|
15 | 'uri': 'git@github.com:niifaq/enlightenment.overlay.git'}],
|
16 | 'status': 'unofficial'}
|
17 | $ pmaint sync enlightenment-niifaq
|
18 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
|
19 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
20 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
21 | *** syncing enlightenment-niifaq
|
22 | Already up to date.
|
23 | *** synced enlightenment-niifaq
|
24 | * Sync succeeded
|
25 | $ git log --format=%ci -1
|
26 | $ git show -q --pretty=format:%G? HEAD
|
27 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 enlightenment-niifaq
|
28 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
29 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
30 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
31 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
32 | WARNING:pkgcore:EAPI 7 isn't fully supported
|
33 | * ERROR: x11-plugins/edgar-9999 failed (depend phase):
|
34 | * No supported implementation in PYTHON_COMPAT.
|
35 | *
|
36 | * Call stack:
|
37 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/enlightenment-niifaq/x11-plugins/edgar/edgar-9999.ebuild'
|
38 | * edgar-9999.ebuild, line 13: called inherit 'efl' 'python-single-r1'
|
39 | * ebuild-default-functions.lib, line 201: called __internal_inherit 'python-single-r1'
|
40 | * ebuild-daemon.lib, line 78: called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/gentoo/eclass/python-single-r1.eclass'
|
41 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/gentoo/eclass/python-single-r1.eclass'
|
42 | * python-single-r1.eclass, line 263: called _python_single_set_globals
|
43 | * python-single-r1.eclass, line 180: called _python_set_impls
|
44 | * python-utils-r1.eclass, line 142: called die
|
45 | *
|
46 | * Working directory: '/usr/lib64/pkgcore/ebd'
|
47 | !!! caught exception False while processing ebuild src: x11-plugins/edgar-9999
| [FATAL] |
48 | * ERROR: x11-plugins/edgar-9999 failed (depend phase):
|
49 | * No supported implementation in PYTHON_COMPAT.
|
50 | *
|
51 | * Call stack:
|
52 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/enlightenment-niifaq/x11-plugins/edgar/edgar-9999.ebuild'
|
53 | * edgar-9999.ebuild, line 13: called inherit 'efl' 'python-single-r1'
|
54 | * ebuild-default-functions.lib, line 201: called __internal_inherit 'python-single-r1'
|
55 | * ebuild-daemon.lib, line 78: called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/gentoo/eclass/python-single-r1.eclass'
|
56 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/gentoo/eclass/python-single-r1.eclass'
|
57 | * python-single-r1.eclass, line 263: called _python_single_set_globals
|
58 | * python-single-r1.eclass, line 180: called _python_set_impls
|
59 | * python-utils-r1.eclass, line 142: called die
|
60 | *
|
61 | * Working directory: '/usr/lib64/pkgcore/ebd'
|
62 | Unhandled exception occurred:
|
63 | Traceback follows:
|
64 | File "/usr/lib64/python2.7/site-packages/snakeoil/cli/tool.py", line 132, in main
|
65 | exitstatus = func(self.options, self.out, self.err)
|
66 | File "/usr/lib64/python2.7/site-packages/pkgcore/scripts/pmaint.py", line 318, in regen_main
|
67 | ret.append(update_use_local_desc(repo, out, err))
|
68 | File "/usr/lib64/python2.7/site-packages/pkgcore/scripts/pmaint.py", line 190, in update_use_local_desc
|
69 | for p in repo:
|
70 | File "/usr/lib64/python2.7/site-packages/pkgcore/repository/configured.py", line 62, in <genexpr>
|
71 | return (x for x in self.raw_repo.itermatch(restrict, **kwds)
|
72 | File "/usr/lib64/python2.7/site-packages/pkgcore/repository/prototype.py", line 283, in _internal_match
|
73 | pkg = pkg_klass_override(pkg)
|
74 | File "/usr/lib64/python2.7/site-packages/pkgcore/repository/configured.py", line 50, in package_class
|
75 | return self._klass(pkg, **self._get_pkg_kwds(pkg))
|
76 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/repository.py", line 709, in _get_pkg_kwds
|
77 | immutable, enabled, disabled = self._get_pkg_use(pkg)
|
78 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/domain.py", line 515, in get_package_use_unconfigured
|
79 | pre_defaults = [x[1:] for x in pkg.iuse if x[0] == '+']
|
80 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 98, in dynamic_getattr_dict
|
81 | raise_from(MetadataException(self, attr, str(e)))
|
82 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 90, in dynamic_getattr_dict
|
83 | val = functor(self)
|
84 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 234, in <lambda>
|
85 | imap(intern, s.data.pop("IUSE", "").split()))
|
86 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 100, in dynamic_getattr_dict
|
87 | raise_from(MetadataException(self, attr, str(e)))
|
88 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 90, in dynamic_getattr_dict
|
89 | val = functor(self)
|
90 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/metadata.py", line 59, in _get_data
|
91 | return self._fetch_metadata()
|
92 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 295, in _fetch_metadata
|
93 | return self._parent._get_metadata(self, ebp=ebp, force_regen=force_regen)
|
94 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 384, in _get_metadata
|
95 | return self._update_metadata(pkg, ebp=ebp)
|
96 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 392, in _update_metadata
|
97 | mydata = my_proc.get_keys(pkg, self._ecache)
|
98 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 811, in get_keys
|
99 | {"key": receive_key})
|
100 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 755, in _run_depend_like_phase
|
101 | raise Exception(val)
|
102 |
|
103 | MetadataException:
|
104 | metadata exception: pkg ebuild src: x11-plugins/edgar-9999, attr iuse
|
105 | error: metadata exception: pkg ebuild src: x11-plugins/edgar-9999, attr data
|
106 | error: False
|
107 | metadata exception: pkg ebuild src: x11-plugins/edgar-9999, attr data
|
108 | error: False
|
109 | False
|
110 | * Cache regen failed with 246
|