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
|
{'description': {'en': "Dennis Lan's testing grounds and bleeding edge ebuilds"},
'feed': ['https://github.com/feeds/dlanx/commits/dlan-overlay/master'],
'homepage': 'https://github.com/dlanx/dlan-overlay/',
'name': 'dlan',
'owner': [{'email': 'dlan@gentoo.org', 'name': 'Lan Yixun (dlan)'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/dlanx/dlan-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync dlan
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
Already up-to-date.
*** syncing dlan
*** synced dlan
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dlan
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: app-office/openerp-9999 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/dlan/app-office/openerp/openerp-9999.ebuild'
* openerp-9999.ebuild, line 7: Called inherit 'eutils' 'distutils' 'user' 'bzr'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: app-office/openerp-9999 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/dlan/app-office/openerp/openerp-9999.ebuild'
* openerp-9999.ebuild, line 7: Called inherit 'eutils' 'distutils' 'user' 'bzr'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 29004
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, distutils cannot be found while processing ebuild src: app-office/openerp-9999
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: app-office/openerp-9999, attr description\nerror: Metadata Exception: pkg ebuild src: app-office/openerp-9999, attr data\nerror: inherit requires an unknown eclass, distutils cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-office/openerp-9999' @0x7f0fd3334690>)
* Cache regen failed with 1
|