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