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
|
{'description': {'en': 'Ebuilds for bugs assigned to maintainer-wanted'},
'feed': ['https://cgit.gentoo.org/proj/sunrise-reviewed.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/sunrise-reviewed.git/',
'name': 'sunrise',
'owner': [{'email': 'sunrise@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://anongit.gentoo.org/proj/sunrise-reviewed.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/sunrise-reviewed.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/sunrise-reviewed.git'}],
'status': 'official'}
$ pmaint sync sunrise
WARNING:pkgcore:repo lacks a defined name: '/home/mgorny/sync/hanno'
WARNING:pkgcore:repo at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing sunrise
*** synced sunrise
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sunrise
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: sci-mathematics/pyquante-1.5.1 failed (depend phase):
* inherit for distutils failed
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/sunrise/sci-mathematics/pyquante/pyquante-1.5.1.ebuild'
* pyquante-1.5.1.ebuild, line 11: Called inherit 'distutils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 35: Called die
* ERROR: app-portage/pytage-0.4.1 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 719' for eclass distutils
*
* Call stack:
* isolated-functions.lib, line 333: Called source '/home/mgorny/repos/sunrise/app-portage/pytage/pytage-0.4.1.ebuild'
* pytage-0.4.1.ebuild, line 9: Called inherit 'distutils'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'distutils'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='x11-misc' PKGCORE_EBUILD_PHASE_FUNC=false PKGCORE_ECONF_DISABLE_SILENT_RULES=false PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=true PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=true PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='obapps-0.1.7' PKGCORE_BASH_COMPAT='3.2' PVR='0.1.7' PV='0.1.7' PKGCORE_DOINS_ALLOW_SYMLINKS=true PKGCORE_NEW_READS_STDIN=false PKGCORE_NONFATAL=false PR=r0 EAPI=4 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=true PKGCORE_PROFILE_IUSE_INJECTION=false PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/sunrise/x11-misc/obapps/obapps-0.1.7.ebuild' PF='obapps-0.1.7' PKGCORE_GLOBAL_FAILGLOB=false PN=obapps PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truefailed
* Cache regen failed with -13
|