1 | {'description': {'en': 'Sabayon ebuilds that could be upstreamed to\n Gentoo (or just being useful for Gentoo users as well):\n hot fixes, ebuild updates, etc.\n For Sabayon-only ebuilds, please use the sabayon-distro overlay.\n Bugs to http://bugs.sabayon.org'},
|
2 | 'feed': ['https://github.com/feeds/Sabayon/commits/for-gentoo/master'],
|
3 | 'homepage': 'http://sabayon.org',
|
4 | 'name': 'sabayon',
|
5 | 'owner': [{'email': 'lxnay@gentoo.org', 'type': 'person'}],
|
6 | 'quality': 'experimental',
|
7 | 'source': [{'type': 'git', 'uri': 'git://github.com/Sabayon/for-gentoo.git'}],
|
8 | 'status': 'unofficial'}
|
9 | $ pmaint sync sabayon
|
10 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
|
11 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
12 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
13 | *** syncing sabayon
|
14 | Already up to date.
|
15 | *** synced sabayon
|
16 | * Sync succeeded
|
17 | $ git log --format=%ci -1
|
18 | $ git show -q --pretty=format:%G? HEAD
|
19 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 sabayon
|
20 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
21 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
22 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
23 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
24 | WARNING:pkgcore:EAPI 7 isn't fully supported
|
25 | !!! caught exception inherit requires an unknown eclass, kde4-base cannot be found while processing ebuild src: media-video/qnapi-0.1.6_rc2
| [FATAL] |
26 | * ERROR: media-video/qnapi-0.1.6_rc2 failed (depend phase):
|
27 | * inherit for kde4-base failed
|
28 | *
|
29 | * Call stack:
|
30 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/sabayon/media-video/qnapi/qnapi-0.1.6_rc2.ebuild'
|
31 | * qnapi-0.1.6_rc2.ebuild, line 8: called inherit 'eutils' 'gnome2-utils' 'kde4-base' 'qt4-r2'
|
32 | * ebuild-default-functions.lib, line 201: called __internal_inherit 'kde4-base'
|
33 | * ebuild-daemon.lib, line 83: called die
|
34 | *
|
35 | * Working directory: '/usr/lib64/pkgcore/ebd'
|
36 | !!! caught exception False while processing ebuild src: net-fs/openafs-kernel-1.6.5-r2
| [FATAL] |
37 | * ERROR: net-fs/openafs-kernel-1.6.5-r2 failed (depend phase):
|
38 | * unknown inherit command from pythonic side, 'alive' for eclass autotools
|
39 | *
|
40 | * Call stack:
|
41 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/sabayon/net-fs/openafs-kernel/openafs-kernel-1.6.5-r2.ebuild'
|
42 | * openafs-kernel-1.6.5-r2.ebuild, line 6: called inherit 'autotools' 'eutils' 'multilib' 'linux-mod' 'versionator' 'toolchain-funcs'
|
43 | * ebuild-default-functions.lib, line 201: called __internal_inherit 'autotools'
|
44 | * ebuild-daemon.lib, line 85: called die
|
45 | *
|
46 | * Working directory: '/usr/lib64/pkgcore/ebd'
|
47 | * ERROR: media-video/qnapi-0.1.6_rc2 failed (depend phase):
|
48 | * inherit for kde4-base failed
|
49 | *
|
50 | * Call stack:
|
51 | * isolated-functions.lib, line 354: called source '/var/lib/repo-mirror-ci/repos/sabayon/media-video/qnapi/qnapi-0.1.6_rc2.ebuild'
|
52 | * qnapi-0.1.6_rc2.ebuild, line 8: called inherit 'eutils' 'gnome2-utils' 'kde4-base' 'qt4-r2'
|
53 | * ebuild-default-functions.lib, line 201: called __internal_inherit 'kde4-base'
|
54 | * ebuild-daemon.lib, line 83: called die
|
55 | *
|
56 | * Working directory: '/usr/lib64/pkgcore/ebd'
|
57 | sandbox:stop caught signal 15 in pid 12958
|
58 | Sandboxed process killed by signal: Terminated
|
59 | Unhandled exception occurred:
|
60 | Traceback follows:
|
61 | File "/usr/lib64/python2.7/site-packages/snakeoil/cli/tool.py", line 132, in main
|
62 | exitstatus = func(self.options, self.out, self.err)
|
63 | File "/usr/lib64/python2.7/site-packages/pkgcore/scripts/pmaint.py", line 318, in regen_main
|
64 | ret.append(update_use_local_desc(repo, out, err))
|
65 | File "/usr/lib64/python2.7/site-packages/pkgcore/scripts/pmaint.py", line 190, in update_use_local_desc
|
66 | for p in repo:
|
67 | File "/usr/lib64/python2.7/site-packages/pkgcore/repository/configured.py", line 62, in <genexpr>
|
68 | return (x for x in self.raw_repo.itermatch(restrict, **kwds)
|
69 | File "/usr/lib64/python2.7/site-packages/pkgcore/repository/prototype.py", line 283, in _internal_match
|
70 | pkg = pkg_klass_override(pkg)
|
71 | File "/usr/lib64/python2.7/site-packages/pkgcore/repository/configured.py", line 50, in package_class
|
72 | return self._klass(pkg, **self._get_pkg_kwds(pkg))
|
73 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/repository.py", line 709, in _get_pkg_kwds
|
74 | immutable, enabled, disabled = self._get_pkg_use(pkg)
|
75 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/domain.py", line 515, in get_package_use_unconfigured
|
76 | pre_defaults = [x[1:] for x in pkg.iuse if x[0] == '+']
|
77 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 98, in dynamic_getattr_dict
|
78 | raise_from(MetadataException(self, attr, str(e)))
|
79 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 90, in dynamic_getattr_dict
|
80 | val = functor(self)
|
81 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 234, in <lambda>
|
82 | imap(intern, s.data.pop("IUSE", "").split()))
|
83 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 100, in dynamic_getattr_dict
|
84 | raise_from(MetadataException(self, attr, str(e)))
|
85 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 90, in dynamic_getattr_dict
|
86 | val = functor(self)
|
87 | File "/usr/lib64/python2.7/site-packages/pkgcore/package/metadata.py", line 59, in _get_data
|
88 | return self._fetch_metadata()
|
89 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 295, in _fetch_metadata
|
90 | return self._parent._get_metadata(self, ebp=ebp, force_regen=force_regen)
|
91 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 384, in _get_metadata
|
92 | return self._update_metadata(pkg, ebp=ebp)
|
93 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 392, in _update_metadata
|
94 | mydata = my_proc.get_keys(pkg, self._ecache)
|
95 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 811, in get_keys
|
96 | {"key": receive_key})
|
97 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 751, in _run_depend_like_phase
|
98 | val = self.generic_handler(additional_commands=commands)
|
99 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 874, in generic_handler
|
100 | handlers[cmd](self, *args)
|
101 | File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 899, in inherit_handler
|
102 | "inherit requires an unknown eclass, %s cannot be found" % line)
|
103 |
|
104 | MetadataException:
|
105 | metadata exception: pkg ebuild src: media-video/qnapi-0.1.6_rc2, attr iuse
|
106 | error: metadata exception: pkg ebuild src: media-video/qnapi-0.1.6_rc2, attr data
|
107 | error: inherit requires an unknown eclass, kde4-base cannot be found
|
108 | metadata exception: pkg ebuild src: media-video/qnapi-0.1.6_rc2, attr data
|
109 | error: inherit requires an unknown eclass, kde4-base cannot be found
|
110 | inherit requires an unknown eclass, kde4-base cannot be found
|
111 | * Cache regen failed with 246
|