Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to get rid of Python2 (where possible)
Date: Fri, 28 Mar 2014 10:43:11
Message-Id: 1396003379.15408.3@numa-i.igpm.rwth-aachen.de
In Reply to: Re: [gentoo-user] How to get rid of Python2 (where possible) by Tom Wijsman
1 On 03/28/2014 10:37:56 AM, Tom Wijsman wrote:
2 > On Fri, 28 Mar 2014 09:27:00 +0100
3 > Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
4 >
5 > > I have tried to remove python2_7 from PYTHON_TARGETS but then
6 > > I cannot re-install portage although it is based on Python3.
7 >
8 > Why is this? Can you share us the log or output of that?
9 >
10
11 Thanks Tom!
12
13 I get the following slot conflicts if I try to emerge portage
14 when PYTHON_TARGETS doesn't contain python2_7 :
15
16 [ebuild R *] sys-apps/portage-9999 USE="doc (ipc) python3 -build
17 -epydoc (-pypy2_0) -python2 (-selinux) -xattr" LINGUAS="-ru"
18 PYTHON_TARGETS="python3_3 -pypy2_0 -python2_6 -python2_7* -python3_2
19 (-python3_4)" 0 kB
20
21 Total: 1 package (1 reinstall), Size of downloads: 0 kB
22
23 !!! Multiple package instances within a single package slot have been
24 pulled
25 !!! into the dependency graph, resulting in a slot conflict:
26
27 sys-apps/portage:0
28
29 (sys-apps/portage-9999:0/0::gentoo, ebuild scheduled for merge)
30 pulled in by
31 sys-apps/portage (Argument)
32
33 (sys-apps/portage-9999:0/0::gentoo, installed) pulled in by
34
35 sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
36 required by (app-portage/gentoolkit-dev-0.2.8.3-r1:0/0::gentoo,
37 installed)
38
39
40 sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)]
41 required by (app-admin/webapp-config-1.53:0/0::gentoo, installed)
42
43
44 sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)]
45 required by (app-portage/flaggie-0.2.1:0/0::gentoo, installed)
46
47
48 sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)]
49 required by (app-portage/layman-2.0.0-r3:0/0::gentoo, installed)
50
51 >=sys-apps/portage-2.1.10.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)]
52 required by (app-portage/gentoopm-0.2.9:0/0::gentoo, installed)
53
54 >=sys-apps/portage-2.1.11.52[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
55 required by (app-portage/portpeek-2.1.9:0/0::gentoo, installed)
56
57
58 sys-apps/portage[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)]
59 required by (app-portage/gentoolkit-0.3.0.9-r1:0/0::gentoo, installed)

Replies

Subject Author
Re: [gentoo-user] How to get rid of Python2 (where possible) Tom Wijsman <TomWij@g.o>