Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Going through these one by one.
Date: Sun, 14 Feb 2021 22:42:16
Message-Id: 20210214224203.28261f9a@digimed.co.uk
In Reply to: Re: [gentoo-user] Going through these one by one. by Steven Lembark
1 On Sun, 14 Feb 2021 16:03:40 -0500, Steven Lembark wrote:
2
3 > !!! Multiple package instances within a single package slot have
4 > been pulled !!! into the dependency graph, resulting in a slot conflict:
5 >
6 > dev-python/idna:0
7 >
8 > (dev-python/idna-3.1:0/0::gentoo, ebuild scheduled for merge)
9 > USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_8 -pypy3 -python3_7
10 > -python3_9" pulled in by (no parents that aren't satisfied by other
11 > packages in this slot)
12 >
13 > (dev-python/idna-2.10-r1:0/0::gentoo, ebuild scheduled for merge)
14 > USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_8 -pypy3 -python3_7
15 > -python3_9" pulled in by
16 > <dev-python/idna-3[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
17 > required by (dev-python/requests-2.25.1-r1:0/0::gentoo, ebuild
18 > scheduled for merge) USE="-socks5 -test" ABI_X86="(64)"
19 > PYTHON_TARGETS="python3_8 -pypy3 -python3_7 -python3_9"
20
21 I have vague recollections of both idna and requests causing problems
22 for me when 2.7 was removed, I had to re-emerge both of those, and one or
23 two others, in order to clean things up.
24
25 Look for anything that is currently installed with python2_7 in
26 PYTHON_TARGETS, something like this should do it
27
28 eix --installed-with-use python_targets_python2_7
29
30
31 --
32 Neil Bothwick
33
34 Anything is possible if you don't know what
35 you are talking about.