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
52
53
54
55
56
57
58
59
60
61
62
|
{'description': {'en': 'Sabayon related ebuilds such as artwork, kernel '
'binaries,\n'
' split packages, etc.\n'
' Bugs to http://bugs.sabayon.org'},
'feed': ['https://github.com/feeds/Sabayon/commits/sabayon-distro/master'],
'homepage': 'http://sabayon.org',
'name': 'sabayon-distro',
'owner': [{'email': 'joost.ruis@sabayonlinux.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/Sabayon/sabayon-distro.git'}],
'status': 'unofficial'}
$ pmaint sync sabayon-distro
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
Already up to date.
*** syncing sabayon-distro
*** synced sabayon-distro
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 sabayon-distro
* app-crypt/pinentry-base-1.1.0-r2: failed sourcing ebuild: EAPI=6 is not supported
* app-crypt/pinentry-qt5-1.1.0-r2: failed sourcing ebuild: EAPI=6 is not supported
* app-text/pastebunz-1.4-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-libs/libcec-raspberrypi-4.0.2-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/ccxt-1.10.475: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/ccxt-1.10.707: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pygobject-cairo-3.24.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pygobject-cairo-3.28.3: failed sourcing ebuild: No supported implementations match python_gen_usedep patterns: python2_7
* dev-python/shyaml-0.5.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/shyaml-0.6.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-vcs/subversion-1.12.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-vcs/subversion-1.12.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-tv/kodi-raspberrypi-16.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-tv/kodi-raspberrypi-16.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-tv/kodi-raspberrypi-17.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* net-dns/avahi-mono-0.7-r3: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* net-p2p/bittorrent-4.4.0-r5: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* net-p2p/transmission-qt5-2.94: failed sourcing ebuild: EAPI=6 is not supported
* sys-apps/portage-2.3.69: failed sourcing ebuild: No supported implementations match python_gen_usedep patterns: python2*
* sys-boot/grub-0.97-r22: failed sourcing ebuild: mount-boot: EAPI 5 not supported
* x11-drivers/nvidia-drivers-390.116: failed sourcing ebuild: Unsupported EAPI=6 (too old) for nvidia-driver
* x11-drivers/nvidia-drivers-430.14: failed sourcing ebuild: Unsupported EAPI=6 (too old) for nvidia-driver
* x11-drivers/nvidia-drivers-430.26: failed sourcing ebuild: Unsupported EAPI=6 (too old) for nvidia-driver
* x11-drivers/nvidia-userspace-390.116: failed sourcing ebuild: Unsupported EAPI=6 (too old) for nvidia-driver
* x11-drivers/nvidia-userspace-430.14: failed sourcing ebuild: Unsupported EAPI=6 (too old) for nvidia-driver
* x11-drivers/nvidia-userspace-430.26: failed sourcing ebuild: Unsupported EAPI=6 (too old) for nvidia-driver
* x11-misc/lightdm-base-1.28.0: failed sourcing ebuild: EAPI=6 is not supported
* x11-misc/lightdm-qt5-1.28.0: failed sourcing ebuild: EAPI=6 is not supported
* Cache regen failed with 1
|