Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] portage blocking portage update
Date: Tue, 08 Dec 2020 09:07:37
Message-Id: 20201208090718.GA16745@waltdnes.org
1 I just did an "emerge --sync", and was told to update portage. But it
2 seems that portage 3.0.8 built with python 3.7 is blocking portage 3.0.9
3 with python 3.8. I obviously can't remove portage to fix the block <G>.
4 Note "grep -i python /etc/portage/make.conf" shows no output at all. In
5 package.use, PYTHON_TARGETS: and PYTHON_SINGLE_TARGET: are commented out.
6
7 [i3][root][~] grep -i python /etc/portage/make.conf
8 [i3][root][~] grep -i python /etc/portage/package.use/package.use
9 # */* PYTHON_TARGETS: python3_6 python3_7
10 # */* PYTHON_SINGLE_TARGET: -* python3_6
11 app-emulation/qemu aio alsa fdt opengl usb vhost-net gtk sdl curl ssh -bluetooth -iscsi -pulseaudio -rbd -smartcard -usbredir -spice -accessibility -caps -debug -glusterfs -filecaps -ncurses -pin-upstream-blobs -python -sasl -sdl2 -seccomp -selinux -static -static -static-softmmu -static-user -tci -test -tls -vde -virtfs -xattr -xen -xfs
12 dev-lang/python sqlite
13 dev-libs/libxml2 python
14 media-gfx/gimp exif python tiff
15
16
17 Any ideas? The build attempt follows...
18
19
20 [i3][root][~] emerge --oneshot sys-apps/portage
21 Calculating dependencies... done!
22 [ebuild U ] sys-apps/portage-3.0.9 [3.0.8] PYTHON_TARGETS="python3_8* -python3_7*"
23
24 !!! Multiple package instances within a single package slot have been pulled
25 !!! into the dependency graph, resulting in a slot conflict:
26
27 sys-apps/portage:0
28
29 (sys-apps/portage-3.0.9:0/0::gentoo, ebuild scheduled for merge) USE="(ipc) native-extensions xattr -apidoc -build -doc -gentoo-dev -rsync-verify (-selinux) -test" PYTHON_TARGETS="python3_8 (-pypy3) -python3_6 -python3_7 -python3_9" pulled in by
30 sys-apps/portage (Argument)
31
32 (sys-apps/portage-3.0.8:0/0::gentoo, installed) USE="(ipc) native-extensions xattr -apidoc -build -doc -gentoo-dev -rsync-verify (-selinux) -test" PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 -python3_9" pulled in by
33 sys-apps/portage[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 (app-portage/gentoolkit-0.5.0-r2:0/0::gentoo, installed) USE="-test" PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 -python3_9"
34
35 --
36 Walter Dnes <waltdnes@××××××××.org>
37 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] portage blocking portage update Arve Barsnes <arve.barsnes@×××××.com>