dev-libs/gobject-introspection-1.78.1 also fails due to missing distutils.
Code: Select all
File "/var/tmp/portage/dev-libs/gobject-introspection-1.78.1/work/gobject-introspection-1.78.1-build/giscanner/utils.py", line 385, in <module>
import distutils.cygwinccompiler
ModuleNotFoundError: No module named 'distutils'
Code: Select all
❯ emerge -vp setuptools
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 3.45 s (backtrack: 0/20).
[ebuild R ] dev-python/setuptools-70.0.0::gentoo USE="-test" PYTHON_TARGETS="python3_11 python3_12* -pypy3 -python3_10 -python3_13" 0 KiB
[ebuild R ] dev-python/setuptools-scm-8.1.0::gentoo USE="-test" PYTHON_TARGETS="python3_11 python3_12* -pypy3 -python3_10 -python3_13" 0 KiB
Total: 2 packages (2 reinstalls), Size of downloads: 0 KiB
~ took 4s
❯ python --version
Python 3.12.3


