On Mon, 7 Feb 2022 at 03:42, Steven Lembark <lemb...@wrkhors.com> wrote: > # emerge --update --newuse --deep --with-bdeps=y @world > > emerge: there are no ebuilds to satisfy > ">=dev-lang/python-exec-2:2/2=[python_targets_python2_7(-),-python_single_target_python2_7(-)]". > (dependency required by "dev-python/ipaddress-1.0.23::gentoo" [installed]) > (dependency required by "@selected" [set]) > (dependency required by "@world" [argument]) > > > These are all python packages... is there no way to just sync > the python version and be done with it?
Have you done a depclean regularly? This package, dev-python/ipaddress, has appeared in at least half of all threads where someone is having upgrade trouble with these python errors. This package left the repo a long time ago, and simply does not exist any more, and hence can also be depcleaned. emerge --depclean --pretend to see if you have a long list of packages that portage could remove. Regards, Arve