On Tue, 29 Dec 2020 23:16:11 +0100, n952162 wrote: > > So, I tried to do an emerge on @system.  I got another slot conflict! > > This time for mako, which I'd seen go by sometimes as a "package of > > interest".  It's only transgression: PYTHON_TARGET containing > > python3_7. > Note that both the "scheduled for merge" depender and the "installed" > depender both required the same version of mako, 1.1.1-r1.  The only > difference is the fact that one requirements specification has > python3-7, the other python3-8.  The same pkg, the same binaries.  > Something is wrong here.  Why is it not good enough to specify python3? PYTHON_TARGET determines for which version(s) of Python a package installs its modules. The modules may be identical, but 3.7 and 3.8 have different search paths, e.g. /usr/lib/python3.7/site-packages vs. /usr/lib/python3.8/site-packages. It is possible you have some old python_targets settings in package.use, that's where I would check first. -- Neil Bothwick Growing old is mandatory; growing up is optional!!