bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
597 stars 62 forks source link

due to: unable to find file (ENOENT) #265

Closed unimado1 closed 2 years ago

unimado1 commented 2 years ago

What's the problem?

When I tried to install yay on arch stratum, I ran into a problem: after I installed git and base-devel packages, I tried to cd into yay directory, but only got this error message:

изображение

изображение

Soon later, I tried to run bauh AppImage from arch stratum, but I came across a similar error, but this time I discovered, that arch stratum just can't read this mountpoint:

изображение

I'm running Bedrock Linux 0.7.27 Poki x86_64 installed from Void Linux

изображение

I will be very glad if someone helps me with this difficult (at least for me) problem. Best wishes!

SolitudeSF commented 2 years ago

sudo strat arch cd directory is just a wrong command. it will fail everywhere. sudo executes a program, but cd is a shell builtin. you cant cd with sudo.

SolitudeSF commented 2 years ago

and your appimage fails because you dont have mesa installed in arch stratum.

unimado1 commented 2 years ago

Thanks so much for the help! =)