1 | {'description': {'en': 'Brother printer and scanner software'},
|
2 | 'feed': ['https://github.com/stefan-langenmaier/brother-overlay/commits/master.atom'],
|
3 | 'homepage': 'https://github.com/stefan-langenmaier/brother-overlay',
|
4 | 'name': 'brother-overlay',
|
5 | 'owner': [{'email': 'stefan.langenmaier+gentoo@gmail.com',
|
6 | 'name': 'Stefan Langenmaier',
|
7 | 'type': 'person'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git',
|
10 | 'uri': 'https://github.com/stefan-langenmaier/brother-overlay.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git://github.com/stefan-langenmaier/brother-overlay.git'},
|
13 | {'type': 'git',
|
14 | 'uri': 'git@github.com:stefan-langenmaier/brother-overlay.git'}],
|
15 | 'status': 'unofficial'}
|
16 | $ pmaint sync brother-overlay
|
17 | WARNING:pkgcore:EAPI '7' isn't fully supported
|
18 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
|
19 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
20 | WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/sync/beatussum-overlay' has unsupported profile format: profile-default-eapi
|
21 | Already up to date.
|
22 | *** syncing brother-overlay
|
23 | *** synced brother-overlay
|
24 | * Sync succeeded
|
25 | $ git log --format=%ci -1
|
26 | $ git show -q --pretty=format:%G? HEAD
|
27 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 brother-overlay
|
28 | WARNING:pkgcore:EAPI '7' isn't fully supported
|
29 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
30 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
31 | WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
|
32 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
33 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
34 | WARNING:pkgcore:'beatussum-overlay' repo at '/var/lib/repo-mirror-ci/repos/beatussum-overlay' has unsupported profile format: profile-default-eapi
|
35 | Traceback (most recent call last):
|
36 | File "/usr/lib/python-exec/python3.6/pmaint", line 4, in <module>
|
37 | scripts.run(basename(__file__))
|
38 | File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/__init__.py", line 32, in run
|
39 | sys.exit(tool())
|
40 | File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 83, in __call__
|
41 | ret = self.main()
|
42 | File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 179, in main
|
43 | self.handle_exec_exception(e)
|
44 | File "/usr/lib64/python3.6/site-packages/snakeoil/cli/tool.py", line 164, in main
|
45 | exitstatus = func(self.options, self.out, self.err)
|
46 | File "/usr/lib64/python3.6/site-packages/pkgcore/scripts/pmaint.py", line 305, in regen_main
|
47 | eclass_caching=(not options.disable_eclass_caching))
|
48 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 291, in _proxy_op
|
49 | return getattr(self.raw_operations, op_name)(*args, **kwargs)
|
50 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 291, in _proxy_op
|
51 | return getattr(self.raw_operations, op_name)(*args, **kwargs)
|
52 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/__init__.py", line 73, in _recast_exception_decorator
|
53 | return functor(*args, **kwds)
|
54 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 245, in _cmd_api_regen_cache
|
55 | self._cmd_implementation_clean_cache()
|
56 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 227, in _cmd_implementation_clean_cache
|
57 | pkgs = frozenset(x.cpvstr for x in self.repo)
|
58 | File "/usr/lib64/python3.6/site-packages/pkgcore/operations/repo.py", line 227, in <genexpr>
|
59 | pkgs = frozenset(x.cpvstr for x in self.repo)
|
60 | File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 282, in _internal_match
|
61 | for pkg in self._internal_gen_candidates(candidates, **kwargs):
|
62 | File "/usr/lib64/python3.6/site-packages/pkgcore/repository/prototype.py", line 278, in _internal_gen_candidates
|
63 | yield from sorter(pkg_filter(pkgs))
|
64 | File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/repository.py", line 536, in _pkg_filter
|
65 | if not pkg.is_supported:
|
66 | File "/usr/lib64/python3.6/site-packages/snakeoil/klass.py", line 368, in __call__
|
67 | return self.getter(obj)
|
68 | File "/usr/lib64/python3.6/site-packages/pkgcore/package/base.py", line 89, in dynamic_getattr_dict
|
69 | val = functor(self)
|
70 | File "/usr/lib64/python3.6/site-packages/pkgcore/ebuild/ebuild_src.py", line 183, in get_parsed_eapi
|
71 | i = fileutils.readlines_utf8(ebuild.path)
|
72 | File "/usr/lib64/python3.6/site-packages/snakeoil/_fileutils.py", line 81, in native_readlines
|
73 | handle = open(mypath, mode, encoding=encoding)
|
74 | FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/repo-mirror-ci/repos/brother-overlay/net-print/brother-mfcj880dw-bin/brother-mfcj880dw-bin-1.0.0.ebuild'
|
75 | * caught exception [Errno 2] No such file or directory: '/var/lib/repo-mirror-ci/repos/brother-overlay/net-print/brother-mfcj880dw-bin/brother-mfcj880dw-bin-1.0.0.ebuild' while processing ebuild src: net-print/brother-mfcj880dw-bin-1.0.0
| [FATAL] |
76 | * Cache regen failed with 1
|