Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] python targets problem
Date: Sat, 25 Aug 2018 08:33:40
Message-Id: 20180825083328.GC2345@ca.inter.net
1 For a long time, several pkgs have been refusing to install,
2 apparently due to a conflict re python targets :
3
4 root:595 ~> emerge -pv certifi file pyblake2 meson setuptools
5 Calculating dependencies... done!
6 [ebuild R ] dev-python/setuptools-36.7.2 PYTHON_TARGETS="-python3_4* -python3_5* python3_6*"
7 [ebuild U ] dev-python/certifi-2018.4.16 [2017.4.17] PYTHON_TARGETS="-python3_4* -python3_5* python3_6* (-python3_7)"
8 [ebuild U ] sys-apps/file-5.33-r4 [5.32] PYTHON_TARGETS="-python3_4* python3_6* (-python3_7)"
9 [ebuild U ] dev-python/pyblake2-1.1.2 [1.1.0] PYTHON_TARGETS="(-pypy3) -python3_4* -python3_5* python3_6* (-python3_7)"
10 [ebuild U ] dev-util/meson-0.46.1 [0.45.1] PYTHON_TARGETS="-python3_5* python3_6*"
11
12 !!! Multiple package instances within a single package slot have been pulled
13 !!! into the dependency graph, resulting in a slot conflict:
14
15 dev-python/setuptools:0
16 (dev-python/setuptools-36.7.2:0/0::gentoo, ebuild scheduled for merge) pulled in by
17 dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-util/meson-0.46.1:0/0::gentoo, ebuild scheduled for merge)
18
19 dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] required by (sys-apps/file-5.33-r4:0/0::gentoo, ebuild scheduled for merge)
20
21 dev-python/setuptools (Argument)
22 dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] required by (dev-python/pyblake2-1.1.2:0/0::gentoo, ebuild scheduled for merge)
23
24 dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] required by (dev-python/certifi-2018.4.16:0/0::gentoo, ebuild scheduled for merge)
25
26 (dev-python/setuptools-36.7.2:0/0::gentoo, installed) pulled in by
27 dev-python/setuptools[python_targets_python2_7(-),python_targets_python3_4(-),python_targets_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/certifi-2017.4.17:0/0::gentoo, installed)
28
29 dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] required by (dev-python/pygments-2.2.0:0/0::gentoo, installed)
30
31 dev-python/certifi:0
32
33 (dev-python/certifi-2018.4.16:0/0::gentoo, ebuild scheduled for merge) pulled in by
34 dev-python/certifi (Argument)
35 >=dev-python/certifi-2016.9.26[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/setuptools-36.7.2:0/0::gentoo, ebuild scheduled for merge)
36
37 (dev-python/certifi-2017.4.17:0/0::gentoo, installed) pulled in by
38 >=dev-python/certifi-2016.9.26[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/setuptools-36.7.2:0/0::gentoo, installed)
39
40 Can anyone else read this mess & advise what to do ?
41 Perhaps just leave well along ... (smile)
42
43 --
44 ========================,,============================================
45 SUPPORT ___________//___, Philip Webb
46 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
47 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] python targets problem "Corentin “Nado” Pazdera" <nado@××××××××××.be>
[gentoo-user] Re: python targets problem nunojsilva@×××××××.pt
Re: [gentoo-user] python targets problem james <garftd@×××××××.net>