Gentoo Archives: gentoo-user

From: Miles Malone <m.malone@××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] override PYTHON_TARGETS to avoid a slot collision
Date: Wed, 16 Dec 2020 11:23:16
Message-Id: CAM8Dd_0-v_XOKO6rr4OfA0-xcaOYSRMY-Hfzg_9rDU4zBTwFsA@mail.gmail.com
In Reply to: Re: [gentoo-user] override PYTHON_TARGETS to avoid a slot collision by n952162
1 Personally I just like to see what I'm getting myself into before I
2 start doing an upgrade or recompile on all of chromium, firefox,
3 qt-webkit, gtk-webkit, qt-webengine, libreoffice, and electron all at
4 once :p
5 To quote the meme, this little manouver's going to take us 51 years
6
7 On Wed, 16 Dec 2020 at 21:06, n952162 <n952162@×××.de> wrote:
8 >
9 > On 12/16/20 11:34 AM, Miles Malone wrote:
10 > > What's happening when you do emerge -avuDN --with-bdeps=y
11 > > --backtrack=100 @world ? Giving portage the flexibility to solve it
12 > > with some extra backtracking and increasing the scope to world might
13 > > fix it, if not then we can revisit it?
14 >
15 >
16 > I don't remember if I've tried that combination, I'll do so now.
17 >
18 >
19 > ... you include -a. Under what situation might I respond to the prompt
20 > with 'no'?
21 >
22 >
23 >
24 > >
25 > > On Wed, 16 Dec 2020 at 20:24, n952162 <n952162@×××.de> wrote:
26 > >> In an update with several slot collisions (see attachment), I'm zero-ing in on the simplest, where a package is to be replaced by the same package, but with different PYTHON_TARGETS (at least, that's how I interpret it).
27 > >>
28 > >> Is there a way to force the PYTHON_TARGETS of the dependency?
29 > >>
30 > >> Slot collision:
31 > >>
32 > >> dev-python/jinja:0
33 > >>
34 > >> (dev-python/jinja-2.11.2-r1:0/0::gentoo, ebuild scheduled for merge) USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_6 -python3_7" pulled in by
35 > >> dev-python/jinja[python_targets_python3_9(-),python_single_target_python3_9(+)] required by (sys-auth/pambase-20201103:0/0::gentoo, ebuild scheduled for merge) USE="nullok passwdqc sha512 -caps -debug -elogind -gnome-keyring -minimal -mktemp -pam_krb5 -pam_ssh -pwhistory -pwquality -securetty (-selinux) -systemd" ABI_X86="(64)"
36 > >>
37 > >>
38 > >> dev-python/jinja (Argument)
39 > >>
40 > >> (dev-python/jinja-2.11.2-r1:0/0::gentoo, installed) USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 -python3_9" pulled in by
41 > >> dev-python/jinja[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (dev-python/sphinx-3.2.1:0/0::gentoo, installed) USE="-doc -latex -test" ABI_X86="(64)" PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 -python3_9"
42 > >>
43 > >> If the package was good enough before, it's likely still good enough. Where's the problem? I've (unsuccessfully) made these attempts:
44 > >>
45 > >> # */* PYTHON_TARGETS: python3_6 python3_7 python3_8 python3_9
46 > >> #*/* PYTHON_TARGETS: -python3_6 -python3_7 python3_8 python3_9
47 > >> # just have one set
48 > >> */* PYTHON_TARGETS: python3_8
49 > >>
50 > >> The sphinx ebuild has no targets, but does have this:
51 > >>
52 > >> PYTHON_COMPAT=( python3_{6..9} pypy3 )
53 > >>
54 > >> The emerge command was:
55 > >>
56 > >> sudo emerge --verbose=y -vuUD --verbose-conflicts dev-python/setuptools dev-python/setuptools_scm dev-python/certifi dev-python/markupsafe dev-python/jinja dev-libs/libxml2
57 > >>
58 > >>
59 >

Replies

Subject Author
Re: [gentoo-user] override PYTHON_TARGETS to avoid a slot collision Dale <rdalek1967@×××××.com>