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