-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing voidnsundo fails. #3
Comments
OK, just to make things a bit easier to debug, I decided to redo everything and my entire bash (FiSH, actually) log from voidnsrun installation (ignore the "Hasło:" at the beginning; it's just a
|
Hello. Um... This is weird. And I can't reproduce it. I repeated steps from your shell log (just in case) and it works. I even installed fish and tried to launch it from there, still works:
No ideas whatsoever. Maybe tell me more about your environment, musl and compiler versions? (Well I don't think a compiler has something to do with it, but I'm out of ideas). |
Upon running
sudo voidnsrun -r /glibc xbps-install -Su
, I got the following error:voidnsrun: invalid option -- 'S'
. My guess is thatvoidnsrun
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 putxbps-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
.The text was updated successfully, but these errors were encountered: