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
|
{'description': {'en': 'Ebuilds by Florian Schmaus'},
'homepage': 'https://gitlab.com/Flow/flow-s-ebuilds',
'name': 'flow',
'owner': [{'email': 'flo@geekplace.eu',
'name': 'Florian Schmaus',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/Flow/flow-s-ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync flow
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 flow
*** synced flow
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 flow
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: app-forensics/vinetto-0.07 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/flow/app-forensics/vinetto/vinetto-0.07.ebuild'
* vinetto-0.07.ebuild, line 7: Called inherit 'distutils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
* ERROR: dev-tex/rubber-1.1_p20100306 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 696' for eclass distutils-r1
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/flow/dev-tex/rubber/rubber-1.1_p20100306.ebuild'
* rubber-1.1_p20100306.ebuild, line 10: Called inherit 'distutils-r1'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils-r1'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='dev-tex' PKGCORE_EBUILD_PHASE_FUNC=true PKGCORE_ECONF_DISABLE_SILENT_RULES=true PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=true PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=true P='rubber-9999' PKGCORE_BASH_COMPAT='4.2' PVR=9999 PV=9999 PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=true PKGCORE_NONFATAL=false PR=r0 EAPI=6 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=true PKGCORE_NONFATAL_DIE=true EBUILD='/home/mgorny/repos/flow/dev-tex/rubber/rubber-9999.ebuild' PF='rubber-9999' PKGCORE_GLOBAL_FAILGLOB=true PN=rubber PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=true PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|