Gentoo Archives: gentoo-user

From: hw <hw@×××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] EAPI packages
Date: Fri, 12 Aug 2016 12:16:41
Message-Id: 57ADBE19.6030705@gc-24.de
In Reply to: Re: [gentoo-user] EAPI packages by Neil Bothwick
1 Neil Bothwick schrieb:
2 > On Wed, 10 Aug 2016 12:54:37 +0200, hw wrote:
3 >
4 >> emerge -a portage --newuse --update
5 >
6 > That tries to updates deps too, try this
7 >
8 > emerge -1a portage
9 >
10 > or even, if that still fails
11 >
12 > emerge -1a --nodeps portage
13 >
14 >
15
16 emerge -1a portage
17 [...]
18 Calculating dependencies... done!
19 [ebuild N ] sys-apps/install-xattr-0.5
20 [ebuild N ] dev-python/packaging-15.3-r2 USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)"
21 [ebuild N ] dev-python/setuptools-18.4 USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)"
22 [ebuild N ] dev-python/certifi-2015.11.20 PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) -python3_3 (-python3_5)"
23 [ebuild N ] dev-python/pyxattr-0.5.5 USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_4 (-pypy) -python3_3 (-python3_5)"
24 [ebuild U ] sys-apps/portage-2.2.28 [2.2.14] USE="xattr*" PYTHON_TARGETS="python3_4* -python3_3* (-python3_5)"
25
26 !!! Multiple package instances within a single package slot have been pulled
27 !!! into the dependency graph, resulting in a slot conflict:
28
29 sys-apps/portage:0
30
31 (sys-apps/portage-2.2.28:0/0::gentoo, ebuild scheduled for merge) pulled in by
32 sys-apps/portage (Argument)
33
34 (sys-apps/portage-2.2.14:0/0::gentoo, installed) pulled in by
35 sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
36
37
38 So portage cannot be installed because portage is installed?
39
40 When I use --nodeps, portage might not work at all anymore and I would be
41 totally screwed. And 'emerge -1a --newuse --update portage' gives the
42 same result.

Replies

Subject Author
Re: [gentoo-user] EAPI packages Neil Bothwick <neil@××××××××××.uk>