1 | {'description': {'en': 'experimental gnome ebuilds'},
|
2 | 'feed': ['https://cgit.gentoo.org/proj/gnome.git/atom/'],
|
3 | 'homepage': 'https://cgit.gentoo.org/proj/gnome.git/',
|
4 | 'name': 'gnome',
|
5 | 'owner': [{'email': 'gnome@gentoo.org',
|
6 | 'name': 'GNOME team',
|
7 | 'type': 'project'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git',
|
10 | 'uri': 'https://anongit.gentoo.org/git/proj/gnome.git'},
|
11 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/gnome.git'},
|
12 | {'type': 'git',
|
13 | 'uri': 'git+ssh://git@git.gentoo.org/proj/gnome.git'}],
|
14 | 'status': 'official'}
|
15 | $ pmaint sync gnome
|
16 | *** syncing gnome
|
17 | warning: Pulling without specifying how to reconcile divergent branches is
|
18 | discouraged. You can squelch this message by running one of the following
|
19 | commands sometime before your next pull:
|
20 |
|
21 | git config pull.rebase false # merge (the default strategy)
|
22 | git config pull.rebase true # rebase
|
23 | git config pull.ff only # fast-forward only
|
24 |
|
25 | You can replace "git config" with "git config --global" to set a default
|
26 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
27 | or --ff-only on the command line to override the configured default per
|
28 | invocation.
|
29 |
|
30 | Already up to date.
|
31 | *** synced gnome
|
32 | * Sync succeeded
|
33 | $ git log --format=%ci -1
|
34 | $ git show -q --pretty=format:%G? HEAD
|
35 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 gnome
|
36 | * app-emulation/libvirt-glib-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
37 | * app-office/planner-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
38 | * app-text/libgxps-9999: failed sourcing ebuild: EAPI=4 is not supported, (gnome2-utils.eclass, line 25: called die)
| [FATAL] |
39 | * dev-libs/glib-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
40 | * dev-python/pyatspi-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
41 | * dev-util/gdbus-codegen-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
42 | * gnome-extra/evolution-groupwise-9999: failed sourcing ebuild: EAPI=4 is not supported, (gnome2-utils.eclass, line 25: called die)
| [FATAL] |
43 | * gnome-extra/libgda-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
44 | * media-libs/mash-9999: failed sourcing ebuild: EAPI=4 is not supported, (gnome2-utils.eclass, line 25: called die)
| [FATAL] |
45 | * net-libs/gtk-vnc-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
46 | * net-misc/spice-gtk-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 156: called die)
| [FATAL] |
47 | * Cache regen failed with 1
|