New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/issues/50812#issuecomment-2166997386 Comment: Why would we make a symlink? The package installs itself as `make` and it's the default and expected version of make in a Void development environment. Also note that we have a metric ton of CMake packages in the repo, and they all build fine with our make. Your CMake scripts are broken (and probably aimed at some BSD) if they demand to find GNU make as `gmake`. Edit: although our CMake uses ninja by default, this wasn't always the case, and we've never installed a `gmake` symlink.