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
61
62
63
64
65
66
67
68
69
70
71
|
{'description': {'en': 'Personal overlay of Ben Longbons'},
'feed': ['https://github.com/o11c/ebuilds/commits/master.atom'],
'homepage': 'https://github.com/o11c/ebuilds',
'name': 'o11c',
'owner': [{'email': 'b.r.longbons@gmail.com',
'name': 'Ben Longbons',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/o11c/ebuilds.git'},
{'type': 'git', 'uri': 'https://github.com/o11c/ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync o11c
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing o11c
*** synced o11c
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 o11c
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-python/attoconf-9999 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/o11c/dev-python/attoconf/attoconf-9999.ebuild'
!!! ebuild.lib, line 252: Called __qa_invoke 'source' '/home/mgorny/repos/o11c/dev-python/attoconf/attoconf-9999.ebuild'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/o11c/dev-python/attoconf/attoconf-9999.ebuild'
!!! attoconf-9999.ebuild, line 5: Called inherit 'distutils-r1' 'git-2'
!!! ebuild-default-functions.lib, line 229: Called __internal_inherit 'distutils-r1'
!!! ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
!!! distutils-r1.eclass, line 86: Called inherit 'multiprocessing' 'python-r1'
!!! ebuild-default-functions.lib, line 229: Called __internal_inherit 'python-r1'
!!! ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
!!! python-r1.eclass, line 47: Called die
!!! The die message:
!!! Unsupported EAPI=4 (too old, allowed only on restricted set of packages) for python-r1
!!! ERROR: dev-python/attoconf-9999 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/o11c/dev-python/attoconf/attoconf-9999.ebuild'
!!! ebuild.lib, line 252: Called __qa_invoke 'source' '/home/mgorny/repos/o11c/dev-python/attoconf/attoconf-9999.ebuild'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/o11c/dev-python/attoconf/attoconf-9999.ebuild'
!!! attoconf-9999.ebuild, line 5: Called inherit 'distutils-r1' 'git-2'
!!! ebuild-default-functions.lib, line 229: Called __internal_inherit 'distutils-r1'
!!! ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/gentoo/eclass/distutils-r1.eclass'
!!! distutils-r1.eclass, line 86: Called inherit 'multiprocessing' 'python-r1'
!!! ebuild-default-functions.lib, line 229: Called __internal_inherit 'python-r1'
!!! ebuild-daemon.lib, line 30: Called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
!!! isolated-functions.lib, line 286: Called source '/home/mgorny/repos/gentoo/eclass/python-r1.eclass'
!!! python-r1.eclass, line 47: Called die
!!! The die message:
!!! Unsupported EAPI=4 (too old, allowed only on restricted set of packages) for python-r1
ERROR pkgcore: returned val from gen_metadata was 'False'
!!! caught exception False while processing ebuild src: dev-python/attoconf-9999
ERROR pkgcore: returned val from gen_metadata was 'False'
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: dev-python/attoconf-9999, attr description\nerror: Metadata Exception: pkg ebuild src: dev-python/attoconf-9999, attr data\nerror: False',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='dev-python/attoconf-9999' @0x7f21008f7550>)
* Cache regen failed with 1
|