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