There is an updated pull request by the-eater against master on the void-packages repository https://github.com/the-eater/neo-void-packages fix/libvirt/socket-path https://github.com/void-linux/void-packages/pull/14274 libvirt: fix control socket path 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 A patch file from https://github.com/void-linux/void-packages/pull/14274.patch is attached