1 | {'description': {'en': 'Unofficial ebuilds for gentoo based distributions.'},
|
2 | 'feed': ['https://github.com/sandikata/ROKO__/commits/master.atom'],
|
3 | 'homepage': 'https://github.com/sandikata/ROKO__',
|
4 | 'name': 'ROKO__',
|
5 | 'owner': [{'email': 'sandikata@yandex.ru',
|
6 | 'name': 'Alexandrow Rosen',
|
7 | 'type': 'person'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git', 'uri': 'https://github.com/sandikata/ROKO__.git'},
|
10 | {'type': 'git', 'uri': 'git://github.com/sandikata/ROKO__.git'}],
|
11 | 'status': 'unofficial'}
|
12 | $ pmaint sync ROKO__
|
13 | WARNING:pkgcore:EAPI '7' isn't fully supported
|
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:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/sync/beatussum-overlay' has unsupported profile format: profile-default-eapi
|
17 | Already up to date.
|
18 | *** syncing ROKO__
|
19 | *** synced ROKO__
|
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 ROKO__
|
24 | WARNING:pkgcore:EAPI '7' isn't fully supported
|
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:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
|
28 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
29 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
30 | WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
|
31 | Traceback (most recent call last):
|
32 | File "/usr/lib/python-exec/python3.6/pmaint", line 4, in <module>
|
33 | scripts.run(basename(__file__))
|
34 | File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/__init__.py", line 32, in run
|
35 | sys.exit(tool())
|
36 | File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 83, in __call__
|
37 | ret = self.main()
|
38 | File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 179, in main
|
39 | self.handle_exec_exception(e)
|
40 | File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 164, in main
|
41 | exitstatus = func(self.options, self.out, self.err)
|
42 | File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/pmaint.py", line 305, in regen_main
|
43 | eclass_caching=(not options.disable_eclass_caching))
|
44 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 291, in _proxy_op
|
45 | return getattr(self.raw_operations, op_name)(*args, **kwargs)
|
46 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 291, in _proxy_op
|
47 | return getattr(self.raw_operations, op_name)(*args, **kwargs)
|
48 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/__init__.py", line 73, in _recast_exception_decorator
|
49 | return functor(*args, **kwds)
|
50 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 245, in _cmd_api_regen_cache
|
51 | self._cmd_implementation_clean_cache()
|
52 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 227, in _cmd_implementation_clean_cache
|
53 | pkgs = frozenset(x.cpvstr for x in self.repo)
|
54 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 227, in <genexpr>
|
55 | pkgs = frozenset(x.cpvstr for x in self.repo)
|
56 | File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 282, in _internal_match
|
57 | for pkg in self._internal_gen_candidates(candidates, **kwargs):
|
58 | File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 278, in _internal_gen_candidates
|
59 | yield from sorter(pkg_filter(pkgs))
|
60 | File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/repository.py", line 536, in _pkg_filter
|
61 | if not pkg.is_supported:
|
62 | File "/usr/lib64/python3.6/site-packages/snakeoil/klass.py", line 368, in __call__
|
63 | return self.getter(obj)
|
64 | File "/usr/lib64/python3.6/site-packages/pkgcore/package/base.py", line 89, in dynamic_getattr_dict
|
65 | val = functor(self)
|
66 | File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/ebuild_src.py", line 183, in get_parsed_eapi
|
67 | i = fileutils.readlines_utf8(ebuild.path)
|
68 | File "/usr/lib64/python3.6/site-packages/snakeoil/_fileutils.py", line 81, in native_readlines
|
69 | handle = open(mypath, mode, encoding=encoding)
|
70 | FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/repo-mirror-ci/repos/ROKO__/www-client/yandex-browser-beta/yandex-browser-beta-19.1.0.2494_p1.ebuild'
|
71 | WARNING pkgcore: caught cache error: app-text/sprunge-0.1 is corrupt: 'ascii'
|
72 | : codec can't decode byte 0xd0 in position 76: ordinal not in
|
73 | : range(128)
|
74 | WARNING pkgcore: caught cache error: app-text/sprunge-1.0 is corrupt: 'ascii'
|
75 | : codec can't decode byte 0xd0 in position 109: ordinal not in
|
76 | : range(128)
|
77 | * caught exception [Errno 2] No such file or directory: '/var/lib/repo-mirror-ci/repos/ROKO__/www-client/yandex-browser-beta/yandex-browser-beta-19.1.0.2494_p1.ebuild' while processing ebuild src: www-client/yandex-browser-beta-19.1.0.2494_p1
| [FATAL] |
78 | WARNING pkgcore: caught cache error: app-text/sprunge-0.1 is corrupt: 'ascii'
|
79 | : codec can't decode byte 0xd0 in position 76: ordinal not in
|
80 | : range(128)
|
81 | WARNING pkgcore: caught cache error: app-text/sprunge-1.0 is corrupt: 'ascii'
|
82 | : codec can't decode byte 0xd0 in position 109: ordinal not in
|
83 | : range(128)
|
84 | * Cache regen failed with 1
|