New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/issues/36634#issuecomment-1095113654 Comment: The error message is wrong, its about `/var/run` which should be a symlink and not a directory. It does not automatically delete /var/run to replace it since that would require recursively deleting files in it, which we can't really do, it contains user data and deleting that automatically at runtime might be bad. So deleting /var/run and replacing it with a symlink to `../run` would be the solution to it.