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
|
{'description': {'en': 'Some ugly ebuilds'},
'homepage': 'https://github.com/batekman/trash-overlay',
'name': 'trash',
'owner': [{'email': 'batekman@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/batekman/trash-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync trash
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
Already up to date.
*** syncing trash
*** synced trash
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 trash
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
* ERROR: app-text/coolreader3-3.0.36 failed (depend phase):
* EAPI=3 is not supported
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/trash/app-text/coolreader3/coolreader3-3.0.36.ebuild'
* coolreader3-3.0.36.ebuild, line 7: called inherit 'cmake-utils'
* ebuild-default-functions.lib, line 209: called __internal_inherit 'cmake-utils'
* ebuild-daemon.lib, line 29: called __qa_invoke 'source' '/home/mgorny/repos/gentoo/eclass/cmake-utils.eclass'
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/gentoo/eclass/cmake-utils.eclass'
* cmake-utils.eclass, line 105: called die
* ERROR: x11-apps/disper-0.3.1-r1 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/trash/x11-apps/disper/disper-0.3.1-r1.ebuild'
* disper-0.3.1-r1.ebuild, line 6: called inherit 'eutils' 'multilib' 'python'
* ebuild-default-functions.lib, line 209: called __internal_inherit 'python'
* ebuild-daemon.lib, line 34: called die
* ERROR: media-fonts/acroread-fonts-9.0 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 750' for eclass eutils
*
* Call stack:
* isolated-functions.lib, line 354: called source '/home/mgorny/repos/trash/media-fonts/acroread-fonts/acroread-fonts-9.0.ebuild'
* acroread-fonts-9.0.ebuild, line 7: called inherit 'eutils' 'font'
* ebuild-default-functions.lib, line 209: called __internal_inherit 'eutils'
* ebuild-daemon.lib, line 36: called die
received unknown com: CATEGORY='media-fonts' PKGCORE_EBUILD_PHASE_FUNC=true PKGCORE_ECONF_DISABLE_SILENT_RULES=true PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='googlewebfonts-9999' PKGCORE_BASH_COMPAT='3.2' PVR=9999 PV=9999 PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=true PKGCORE_NONFATAL=false PR=r0 EAPI=5 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=true PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/trash/media-fonts/googlewebfonts/googlewebfonts-9999.ebuild' PF='googlewebfonts-9999' PKGCORE_GLOBAL_FAILGLOB=false PN=googlewebfonts PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|