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
|
{'description': {'en': 'Plex media ebuilds'},
'feed': ['https://github.com/foux/fouxlay/commits/master.atom'],
'homepage': 'https://github.com/foux/fouxlay',
'name': 'fouxlay',
'owner': [{'email': 'fx.payet@tfdn.org',
'name': u'Fran\xe7ois-Xavier Payet',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/foux/fouxlay.git'},
{'type': 'git', 'uri': 'git@github.com:foux/fouxlay.git'}],
'status': 'unofficial'}
$ pmaint sync fouxlay
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing fouxlay
*** synced fouxlay
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 fouxlay
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* ERROR: www-apps/plexwatchweb-1.5.4.2 failed (depend phase):
* inherit for depend.php failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/fouxlay/www-apps/plexwatchweb/plexwatchweb-1.5.4.2.ebuild'
* plexwatchweb-1.5.4.2.ebuild, line 7: Called inherit 'eutils' 'webapp' 'depend.php'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'depend.php'
* ebuild-daemon.lib, line 35: Called die
Sandboxed process killed by signal: Broken pipe
* ERROR: www-apps/plexwatchweb-1.5.4.2 failed (depend phase):
* inherit for depend.php failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/fouxlay/www-apps/plexwatchweb/plexwatchweb-1.5.4.2.ebuild'
* plexwatchweb-1.5.4.2.ebuild, line 7: Called inherit 'eutils' 'webapp' 'depend.php'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'depend.php'
* ebuild-daemon.lib, line 35: Called die
sandbox:stop caught signal 15 in pid 7659
Sandboxed process killed by signal: Terminated
!!! caught exception inherit requires an unknown eclass, depend.php cannot be found while processing ebuild src: www-apps/plexwatchweb-1.5.4.2
caught exception '%s' while processing '%s'(MetadataException('Metadata Exception: pkg ebuild src: www-apps/plexwatchweb-1.5.4.2, attr description\nerror: Metadata Exception: pkg ebuild src: www-apps/plexwatchweb-1.5.4.2, attr data\nerror: inherit requires an unknown eclass, depend.php cannot be found',), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='www-apps/plexwatchweb-1.5.4.2' @0x7fcf763b9050>)
* Cache regen failed with 1
|