Upon running sudo voidnsrun -r /glibc xbps-install -Su, I got the following error: voidnsrun: invalid option -- 'S'. My guess is that voidnsrun for some reason treats -Su as a parameter for itself, instead of a parameter for the executed command (xbps-install in this case). I thought it would be an easy fix - just put xbps-install -Su into "" but I quickly found out it won't work either - the following error is thrown in that case: execvp(xbps-install -Su): No such file or directory.
Upon running
sudo voidnsrun -r /glibc xbps-install -Su, I got the following error:voidnsrun: invalid option -- 'S'. My guess is thatvoidnsrunfor some reason treats-Suas a parameter for itself, instead of a parameter for the executed command (xbps-installin this case). I thought it would be an easy fix - just putxbps-install -Suinto""but I quickly found out it won't work either - the following error is thrown in that case:execvp(xbps-install -Su): No such file or directory.