New comment by afranchuk on void-packages repository https://github.com/void-linux/void-packages/pull/47355#issuecomment-2022961947 Comment: I made #49528 as an update to #43321 (which was never merged) and didn't realize this existed. Comparing against your additions, I see that you have `build_options="gir"` and don't have `python3-setuptools`. I found that I needed `python3-setuptools` otherwise `distutils` (removed in python 3.12) was missing, and it's used by `gobject-introspection`. Obviously `gobject-introspection` should have this dependency itself (EDIT: it appears it does??), but I'm wondering whether the `build_options="gir"` somehow avoided this issue for you? Or maybe my (previously completely clean) build env somehow got busted?