There is a new pull request by Stantheman against master on the void-packages repository https://github.com/Stantheman/void-packages elogind-utmp https://github.com/void-linux/void-packages/pull/15138 elogind: disable utmp for musl Since musl only stubs out utmp, elogind emits this warning on startup: "elogind[1044]: Failed to set utmp path to /dev/null/utmp: Not supported" This patch silences that warning by building elogind on musl without utmp log handling support. I'm not sure if this is the best method of checking for musl and updating the configure line. This is my second void contribution. I grepped for other uses of `XBPS_TARGET_LIBC` as a guide. A patch file from https://github.com/void-linux/void-packages/pull/15138.patch is attached