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
48
49
50
51
52
53
54
55
56
57
58
59
60
|
{'description': {'en': "timroes' personal overlay"},
'homepage': 'https://www.timroes.de',
'name': 'timroes',
'owner': [{'email': 'mail@timroes.de', 'name': 'Tim Roes', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/timroes/timroes-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync timroes
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing timroes
*** synced timroes
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 timroes
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: dev-games/tiled-0.13.1 failed.
!!! die invoked from directory /home/mgorny/pkgcore-venv/lib/pkgcore/ebd
!!! Call stack:
!!! ebuild-daemon.bash, line 456: Called __ebd_exec_main 'daemonize'
!!! ebuild-daemon.bash, line 210: Called __ebd_main_loop
!!! ebuild-daemon.bash, line 439: Called __ebd_process_metadata '174' 'depend'
!!! ebuild-daemon.bash, line 372: Called __execute_phases 'depend'
!!! ebuild.lib, line 427: Called __load_ebuild '/home/mgorny/repos/timroes/dev-games/tiled/tiled-0.13.1.ebuild'
!!! ebuild.lib, line 252: Called __qa_invoke 'source' '/home/mgorny/repos/timroes/dev-games/tiled/tiled-0.13.1.ebuild'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/timroes/dev-games/tiled/tiled-0.13.1.ebuild'
!!! tiled-0.13.1.ebuild, line 8: Called inherit 'fdo-mime' 'python-single-r1' 'qt5-build' 'qmake-utils'
!!! ebuild-default-functions.lib, line 229: 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 286: Called source '/home/mgorny/repos/gentoo/eclass/qt5-build.eclass'
!!! qt5-build.eclass, line 16: Called die
!!! The die message:
!!! qt5-build.eclass is only to be used for building Qt 5.
!!! ERROR: dev-games/tiled-0.13.1 failed.
!!! die invoked from directory /home/mgorny/pkgcore-venv/lib/pkgcore/ebd
!!! Call stack:
!!! ebuild-daemon.bash, line 456: Called __ebd_exec_main 'daemonize'
!!! ebuild-daemon.bash, line 210: Called __ebd_main_loop
!!! ebuild-daemon.bash, line 439: Called __ebd_process_metadata '174' 'depend'
!!! ebuild-daemon.bash, line 372: Called __execute_phases 'depend'
!!! ebuild.lib, line 427: Called __load_ebuild '/home/mgorny/repos/timroes/dev-games/tiled/tiled-0.13.1.ebuild'
!!! ebuild.lib, line 252: Called __qa_invoke 'source' '/home/mgorny/repos/timroes/dev-games/tiled/tiled-0.13.1.ebuild'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/timroes/dev-games/tiled/tiled-0.13.1.ebuild'
!!! tiled-0.13.1.ebuild, line 8: Called inherit 'fdo-mime' 'python-single-r1' 'qt5-build' 'qmake-utils'
!!! ebuild-default-functions.lib, line 229: 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 286: Called source '/home/mgorny/repos/gentoo/eclass/qt5-build.eclass'
!!! qt5-build.eclass, line 16: Called die
!!! The die message:
!!! qt5-build.eclass is only to be used for building Qt 5.
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: dev-games/tiled-0.13.1
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-games/tiled-0.13.1, attr description\nerror: Metadata Exception: pkg ebuild src: dev-games/tiled-0.13.1, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-games/tiled-0.13.1' @0x7fc38ddf7a50>)
* Cache regen failed with 1
|