AlexandreFournier

1
{'description': {'en': "Alexandre Fournier's personal overlay"},
2
 'feed': ['https://github.com/AlexandreFournier/gentoo-overlay/commits/master.atom'],
3
 'homepage': 'https://github.com/AlexandreFournier/gentoo-overlay',
4
 'name': 'AlexandreFournier',
5
 'owner': [{'email': 'gentoo@alexandrefournier.com',
6
            'name': 'Alexandre Fournier',
7
            'type': 'person'}],
8
 'quality': 'experimental',
9
 'source': [{'type': 'git',
10
             'uri': 'https://github.com/AlexandreFournier/gentoo-overlay.git'},
11
            {'type': 'git',
12
             'uri': 'git://github.com/AlexandreFournier/gentoo-overlay.git'},
13
            {'type': 'git',
14
             'uri': 'git@github.com:AlexandreFournier/gentoo-overlay.git'}],
15
 'status': 'unofficial'}
16
$ pmaint sync AlexandreFournier
17
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
18
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
19
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
20
*** syncing AlexandreFournier
21
Already up to date.
22
*** synced AlexandreFournier
23
 * Sync succeeded
24
$ git log --format=%ci -1
25
$ git show -q --pretty=format:%G? HEAD
26
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 AlexandreFournier
27
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
28
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
29
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
30
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
31
WARNING:pkgcore:EAPI 7 isn't fully supported
32
 * ERROR: dev-libs/msgpack-9999 failed (depend phase):
33
 *   EAPI=5 is not supported
34
 * 
35
 * Call stack:
36
 *          isolated-functions.lib, line 354:  called source '/var/lib/repo-mirror-ci/repos/AlexandreFournier/dev-libs/msgpack/msgpack-9999.ebuild'
37
 *             msgpack-9999.ebuild, line   6:  called inherit 'cmake-multilib'
38
 *    ebuild-default-functions.lib, line 201:  called __internal_inherit 'cmake-multilib'
39
 *               ebuild-daemon.lib, line  78:  called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/gentoo/eclass/cmake-multilib.eclass'
40
 *          isolated-functions.lib, line 354:  called source '/var/lib/repo-mirror-ci/repos/gentoo/eclass/cmake-multilib.eclass'
41
 *           cmake-multilib.eclass, line  24:  called die
42
 * 
43
 * Working directory: '/usr/lib64/pkgcore/ebd'
44
!!! caught exception False while processing ebuild src: dev-libs/msgpack-9999
[FATAL]
45
 * ERROR: dev-libs/msgpack-1.4.1 failed (depend phase):
46
 *   EAPI=5 is not supported
47
 * 
48
 * Call stack:
49
 *          isolated-functions.lib, line 354:  called source '/var/lib/repo-mirror-ci/repos/AlexandreFournier/dev-libs/msgpack/msgpack-1.4.1.ebuild'
50
 *            msgpack-1.4.1.ebuild, line   6:  called inherit 'cmake-multilib'
51
 *    ebuild-default-functions.lib, line 201:  called __internal_inherit 'cmake-multilib'
52
 *               ebuild-daemon.lib, line  78:  called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/gentoo/eclass/cmake-multilib.eclass'
53
 *          isolated-functions.lib, line 354:  called source '/var/lib/repo-mirror-ci/repos/gentoo/eclass/cmake-multilib.eclass'
54
 *           cmake-multilib.eclass, line  24:  called die
55
 * 
56
 * Working directory: '/usr/lib64/pkgcore/ebd'
57
!!! caught exception False while processing ebuild src: dev-libs/msgpack-1.4.1
[FATAL]
58
 * ERROR: dev-libs/msgpack-9999 failed (depend phase):
59
 *   EAPI=5 is not supported
60
 * 
61
 * Call stack:
62
 *          isolated-functions.lib, line 354:  called source '/var/lib/repo-mirror-ci/repos/AlexandreFournier/dev-libs/msgpack/msgpack-9999.ebuild'
63
 *             msgpack-9999.ebuild, line   6:  called inherit 'cmake-multilib'
64
 *    ebuild-default-functions.lib, line 201:  called __internal_inherit 'cmake-multilib'
65
 *               ebuild-daemon.lib, line  78:  called __qa_invoke 'source' '/var/lib/repo-mirror-ci/repos/gentoo/eclass/cmake-multilib.eclass'
66
 *          isolated-functions.lib, line 354:  called source '/var/lib/repo-mirror-ci/repos/gentoo/eclass/cmake-multilib.eclass'
67
 *           cmake-multilib.eclass, line  24:  called die
68
 * 
69
 * Working directory: '/usr/lib64/pkgcore/ebd'
70
Unhandled exception occurred:
71
Traceback follows:
72
  File "/usr/lib64/python2.7/site-packages/snakeoil/cli/tool.py", line 132, in main
73
    exitstatus = func(self.options, self.out, self.err)
74
  File "/usr/lib64/python2.7/site-packages/pkgcore/scripts/pmaint.py", line 318, in regen_main
75
    ret.append(update_use_local_desc(repo, out, err))
76
  File "/usr/lib64/python2.7/site-packages/pkgcore/scripts/pmaint.py", line 190, in update_use_local_desc
77
    for p in repo:
78
  File "/usr/lib64/python2.7/site-packages/pkgcore/repository/configured.py", line 62, in <genexpr>
79
    return (x for x in self.raw_repo.itermatch(restrict, **kwds)
80
  File "/usr/lib64/python2.7/site-packages/pkgcore/repository/prototype.py", line 283, in _internal_match
81
    pkg = pkg_klass_override(pkg)
82
  File "/usr/lib64/python2.7/site-packages/pkgcore/repository/configured.py", line 50, in package_class
83
    return self._klass(pkg, **self._get_pkg_kwds(pkg))
84
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/repository.py", line 709, in _get_pkg_kwds
85
    immutable, enabled, disabled = self._get_pkg_use(pkg)
86
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/domain.py", line 515, in get_package_use_unconfigured
87
    pre_defaults = [x[1:] for x in pkg.iuse if x[0] == '+']
88
  File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 98, 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/ebuild/ebuild_src.py", line 234, in <lambda>
93
    imap(intern, s.data.pop("IUSE", "").split()))
94
  File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 100, in dynamic_getattr_dict
95
    raise_from(MetadataException(self, attr, str(e)))
96
  File "/usr/lib64/python2.7/site-packages/pkgcore/package/base.py", line 90, in dynamic_getattr_dict
97
    val = functor(self)
98
  File "/usr/lib64/python2.7/site-packages/pkgcore/package/metadata.py", line 59, in _get_data
99
    return self._fetch_metadata()
100
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 295, in _fetch_metadata
101
    return self._parent._get_metadata(self, ebp=ebp, force_regen=force_regen)
102
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 384, in _get_metadata
103
    return self._update_metadata(pkg, ebp=ebp)
104
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/ebuild_src.py", line 392, in _update_metadata
105
    mydata = my_proc.get_keys(pkg, self._ecache)
106
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 811, in get_keys
107
    {"key": receive_key})
108
  File "/usr/lib64/python2.7/site-packages/pkgcore/ebuild/processor.py", line 755, in _run_depend_like_phase
109
    raise Exception(val)
110
111
MetadataException:
112
 metadata exception: pkg ebuild src: dev-libs/msgpack-9999, attr iuse
113
 error: metadata exception: pkg ebuild src: dev-libs/msgpack-9999, attr data
114
 error: False
115
 metadata exception: pkg ebuild src: dev-libs/msgpack-9999, attr data
116
 error: False
117
 False
118
 * Cache regen failed with 246