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
|
{'description': {'en': 'All ebuilds made by Daniel Shafer'},
'homepage': 'https://github.com/y2kbadbug/gentoo-overlay',
'name': 'y2kbadbug',
'owner': [{'email': 'daniel@danielshafer.name',
'name': 'Daniel Shafer',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/y2kbadbug/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync y2kbadbug
WARNING:pkgcore:repository at '/home/mgorny/sync/poly-c', named 'poly-c', doesn't specify masters in metadata/layout.conf. Defaulting to whatever repository is defined as 'default' (gentoo usually). Please explicitly set the masters, or set masters = '' if the repository is standalone.
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/sync/poly-c', named 'poly-c', doesn't specify masters in metadata/layout.conf. Defaulting to whatever repository is defined as 'default' (gentoo usually). Please explicitly set the masters, or set masters = '' if the repository is standalone.
Already up-to-date.
*** syncing y2kbadbug
*** synced y2kbadbug
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 y2kbadbug
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
* ERROR: x11-misc/kdocker-5.0 failed (depend phase):
* qt5-build.eclass is only to be used for building Qt 5.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/y2kbadbug/x11-misc/kdocker/kdocker-5.0.ebuild'
* kdocker-5.0.ebuild, line 6: Called inherit 'qt5-build' 'qmake-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'qt5-build'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/qt5-build.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/qt5-build.eclass'
* qt5-build.eclass, line 16: Called die
* ERROR: x11-misc/kdocker-5.0 failed (depend phase):
* qt5-build.eclass is only to be used for building Qt 5.
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/y2kbadbug/x11-misc/kdocker/kdocker-5.0.ebuild'
* kdocker-5.0.ebuild, line 6: Called inherit 'qt5-build' 'qmake-utils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'qt5-build'
* ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/qt5-build.eclass'
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/gentoo/eclass/qt5-build.eclass'
* qt5-build.eclass, line 16: Called die
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: x11-misc/kdocker-5.0
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: x11-misc/kdocker-5.0, attr description\nerror: Metadata Exception: pkg ebuild src: x11-misc/kdocker-5.0, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='x11-misc/kdocker-5.0' @0x7faf58aa4190>)
* Cache regen failed with 1
|