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