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