Hi, I'm trying to update @world, but I'm hitting a conflict that I do not understand. Before coming here, I tried to create a thread on the forums, but the forums are totally broken : > General Error - Error in posting (Please upgrade the forums - https://bugs.gentoo.org/880071) I'm on stable amd64, and do no have any special configuration regarding python. emerge absolutely wants to keep python3_12 on dev-python/trove-classifiers, I don't see why : > # emerge -avuDU @world > > [...] > > [ebuild U ] dev-python/trove-classifiers-2025.4.11.15::gentoo [2025.3.19.19::gentoo] USE="-test" PYTHON_TARGETS="python3_12 python3_13* (-pypy3_11) -python3_11 (-python3_13t) (-pypy3%) (-python3_10%)" 16 KiB > > [...] > > > The following USE changes are necessary to proceed: > (see "package.use" in the portage(5) man page for more details) > # required by dev-python/setuptools-78.1.0::gentoo > # required by dev-python/setuptools-scm-8.2.1::gentoo > >=dev-python/trove-classifiers-2025.4.11.15 python_targets_python3_12 If I try to rebuild =dev-python/setuptools-78.1.0 package, emerge fails with a slot conflict (see setuptools-78.1.0.txt). If I ask emerge to rebuild dev-python/setuptools without any version, emerge wants to update the package to latest ~amd64 (see setuptools.txt) If anyone has an explanation. Thanks.
Created attachment 927296 [details] emerge -avuDU @world full output emerge -avuDU @world full output
Created attachment 927297 [details] emerge -av1 =dev-python/setuptools-78.1.0 slot conflict emerge -av1 =dev-python/setuptools-78.1.0 slot conflict
Created attachment 927298 [details] emerge -av1 dev-python/setuptools emerge -av1 dev-python/setuptools wants latest ~amd64 package
Created attachment 927299 [details] emerge --info emerge --info
Explanation given by grknight on the forums¹ : > It is dev-build/scons holding up the upgrade as it should be rebuilt but isn't. > This is cascaded from net-libs/serf which isn't marked ready² for python 3.13 (oh joy python-any-r1 problems again!). Thank you, closing. 1. https://forums.gentoo.org/viewtopic-p-8860752.html#8860752 2. https://bugs.gentoo.org/952599