On 12/16/19 2:00 PM, Helmut Jarausch wrote:
Today's updating involves some package which causes rebuilding
a package which needs Python2.7 and another one which needs python_single_target_python3_8
required by that mysterious @__auto_slot_operator_replace_installed__

To emerge the Python2.7 package (Scribus) I do need to set
PYTHON_SINGLE_TARGET="python2_7"
in /etc/portage/make.conf
which makes the whole update fail since the other packages needs
PYTHON_SINGLE_TARGET="python3_8"

So, what can I brave Gentoo user do?

Hopefully something better than trying to find which new package triggers which rebuild.

PYTHON_SINGLE_TARGET for most set ups should default to python3_6 and PYTHON_TARGETS should be python2_7 and python3_6. scribus should be fine with the defaults, but if you really wanna deviate from default profiles, you'll probably have to set python_single_target_python2_7 manually for that package until it supports newer pythons. (currently it seems to support up to 3.7, it might support 3.8 as well, just hasn't updated, haven't looked into that detail)

Reply via email to