-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot create directory '/backend/out/...': Permission denied using macOS #13
Comments
This is an issue with your container runtime. We only support official podman and docker. |
@AAGaming00 Funny you mentioned that 😅. I was using docker in the beginning and the same issue happened there. I have moved onto OrbStack to give it a try as well since the PR that added the macOS build used it, but unfortunately it just had the same issue. I have been successful in getting a build using docker and the previous build script I've been using. This leads me to believe that this is not an issue with the runtime used (docker). I will use docker going forward in the hopes that we can find a fix for this issue. Edit: Just gave it another try using docker. Same issue. |
odd, I've used the cli on Linux and it builds fine with docker |
I encountered a similar problem on m2 mac. The conclusion is: do not use sudo to run If you have previously used sudo to run, you may need to run the following command in the project root directory to fix it:
|
@xfangfang Just gave this a try, but unfortunately it just gives the same error: |
@xfangfang After a bit more digging, I think I understand what you meant about not sudo running
I guess it is safe to |
Finally the build was successful 🎉 Edit: @AAGaming00 If this is indeed the intended behavior for macOS, I can make a PR for decky-plugin-template with this change for build.sh. |
Encountered this while using release 0.0.2 on macOS 14.2.1 (M1) with OrbStack 1.4.3.
This is my
entrypoint.sh
:This is the error encountered:
Tried to
cp
the folders intoout2
just to test and that seems to work without any problems.The text was updated successfully, but these errors were encountered: