Gentoo Archives: gentoo-user

From: Arve Barsnes <arve.barsnes@×××××.com>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] python, my nemesis
Date: Mon, 20 Sep 2021 14:42:23
Message-Id: CAJjrzcWmFd9cSFXrrnTA3eUsyvTdDxALrukd70DiWBuOVmy8Vw@mail.gmail.com
In Reply to: Re: [gentoo-user] python, my nemesis by Gerrit Kuehn
1 On Mon, 20 Sept 2021 at 16:32, Gerrit Kuehn <gerrit.kuehn@×××××××.de> wrote:
2 > (sys-apps/portage-3.0.4-r1-3:0/0::gentoo, installed) USE="(ipc)
3 > native-extensions rsync-verify xattr -apidoc -build -doc -gentoo-dev
4 > (-selinux) -test" ABI_X86="(64)" PYTHON_TARGETS="python3_7 (-pypy3)
5 > -python3_6 -python3_8 -python3_9" pulled in by
6 > sys-apps/portage[python_targets_python3_7(-),-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
7 > required by (app-portage/gentoolkit-0.5.0:0/0::gentoo, installed)
8 > USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_7 (-pypy3)
9 > -python3_6 -python3_8"
10 > ---
11 >
12 >
13 > This looks like portage is blocked by itself... so how to solve this
14 > one?
15
16 This is because your gentoolkit installed version has no support for
17 python 3.9. You might be able to include gentoolkit in your emerge
18 command, or you might need to build portage with python 3.8 support as
19 well as 3.9. This type of problem might crop up for several other
20 packages as you try to get python updated.
21
22 Cheers,
23 Arve

Replies

Subject Author
Re: [gentoo-user] python, my nemesis Gerrit Kuehn <gerrit.kuehn@×××××××.de>