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