There's a merged pull request on the void-packages repository libvirt: fix control socket path https://github.com/void-linux/void-packages/pull/14274 Description: If you use unix control sockets instead of TCP the path of the socket will be incorrectly build and you'll get errors like: ``` Failed to bind socket to 'libvirt//var/run/libvirt/-sock': No such file or directory ``` Included patch fixes that. is also send to upstream but idk how this ancient system of patches via mailing lists work tbh, so don't know if it came through