Closed humblehacker closed 1 year ago
Thanks for bringing this to my attention, will investigate
Would you be able to test my PR? I dont have a mac to test on
Would you be able to test my PR? I dont have a mac to test on
I have an M2 MBA on Ventura 13.1 and the PR still doesn't work. I ran make clean
and then make
. This is my error:
STEP 9/9: CMD ["./build.sh"]
COMMIT zmk
--> deed133ce29
Successfully tagged localhost/zmk:latest
deed133ce29b5c4f550a8a7dd2c2279c77b14f51865d30a4f28b72b67b0c5918
/opt/homebrew/bin/podman run --rm -it --name zmk \
-v /Users/kibner/src/Adv360-Pro-ZMK/firmware:/app/firmware:z \
-v /Users/kibner/src/Adv360-Pro-ZMK/config:/app/config:ro,z \
-e TIMESTAMP=20230113202756 \
zmk
Error: preparing container 24c739ca68cf1ba4724e869dc56491774750e777a4542628153483c298ebfa34 for attach: lsetxattr /Users/kibner/src/Adv360-Pro-ZMK/firmware: operation not supported
make: *** [all] Error 126
can you put "uname" into terminal and post what you get from the terminal please?
can you put "uname" into terminal and post what you get from the terminal please?
kibner@Kibners-MacBook-Air Adv360-Pro-ZMK % uname
Darwin
e: Also, I tested basically undoing the changes in PR #58 and I was able to successfully build the firmware. So, I can definitely confirm that with the OP, too.
Thanks for doing that for me. i'm trying to have it detect the OS and remove those SELinux params appropriately, i'll fiddle a bit more and let you know
Please try it again, the uname command adds a sneaky bit of whitespace in that has to be explicitly removed
Please try it again, the uname command adds a sneaky bit of whitespace in that has to be explicitly removed
It works!
@humblehacker have you had the opportunity to test the changes i've made? it'd be much appreciated if you were able to confirm whether or not they solve the issue
@ReFil Sorry for the late reply, and thanks for the fix. I checked out your branch and was able to successfully build!
The changes in PR #58 are the culprit. After reverting locally, I'm able to build successfully.
For reference: https://github.com/containers/podman-compose/issues/509