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': 'ISDN, network and other stuff'},
'feed': ['https://cgit.gentoo.org/user/dfreise.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/dfreise.git/',
'name': 'dfreise',
'owner': [{'email': 'dennis.freise@final-frontier.org',
'name': 'Dennis Freise',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/user/dfreise.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/dfreise.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/dfreise.git'}],
'status': 'unofficial'}
$ pmaint sync dfreise
Already up-to-date.
*** syncing dfreise
*** synced dfreise
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dfreise
* ERROR: net-dialup/capisuite-0.4.5-r7 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/dfreise/net-dialup/capisuite/capisuite-0.4.5-r7.ebuild'
* capisuite-0.4.5-r7.ebuild, line 9: Called inherit 'eutils' 'autotools' 'flag-o-matic' 'multilib' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: net-dialup/capisuite-0.5.0-r1 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 725' for eclass eutils
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/dfreise/net-dialup/capisuite/capisuite-0.5.0-r1.ebuild'
* capisuite-0.5.0-r1.ebuild, line 9: Called inherit 'eutils' 'autotools' 'flag-o-matic' 'multilib' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'eutils'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='net-dialup' PKGCORE_EBUILD_PHASE_FUNC=false PKGCORE_ECONF_DISABLE_SILENT_RULES=false PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=false PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=false PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='fcpci-0.1' PKGCORE_BASH_COMPAT='3.2' PVR='0.1-r10' PV='0.1' PKGCORE_DOINS_ALLOW_SYMLINKS=false PKGCORE_NEW_READS_STDIN=false PKGCORE_NONFATAL=true PR=r10 EAPI=0 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=false PKGCORE_PROFILE_IUSE_INJECTION=false PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/dfreise/net-dialup/fcpci/fcpci-0.1-r10.ebuild' PF='fcpci-0.1-r10' PKGCORE_GLOBAL_FAILGLOB=false PN=fcpci PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=falsepath
* Cache regen failed with -13
|