rack-plugin-toolchain icon indicating copy to clipboard operation
rack-plugin-toolchain copied to clipboard

docker-plugin-build failing with Error 127 on Mac

Open Jon-Biz opened this issue 1 year ago • 2 comments

My toolchain stopped working, so I pulled the latest changes of this repo and re-ran make docker-build. The build appeared to complete successfully, but invoking:

make -j$(nproc) docker-plugin-build PLUGIN_DIR=(plugin directory path)

results in the following error message:

docker run --rm --interactive --tty --volume=/Users/Bumpant/Development/VCV/rack-plugin-toolchain/JB:/home/build/plugin-src --volume=/Users/Bumpant/Development/VCV/rack-plugin-toolchain/plugin-build:/home/build/rack-plugin-toolchain/plugin-build --volume=/Users/Bumpant/Development/VCV/rack-plugin-toolchain/Rack-SDK-mac-x64:/home/build/rack-plugin-toolchain/Rack-SDK-mac-x64 --volume=/Users/Bumpant/Development/VCV/rack-plugin-toolchain/Rack-SDK-mac-arm64:/home/build/rack-plugin-toolchain/Rack-SDK-mac-arm64 --volume=/Users/Bumpant/Development/VCV/rack-plugin-toolchain/Rack-SDK-win-x64:/home/build/rack-plugin-toolchain/Rack-SDK-win-x64 --volume=/Users/Bumpant/Development/VCV/rack-plugin-toolchain/Rack-SDK-lin-x64:/home/build/rack-plugin-toolchain/Rack-SDK-lin-x64 --env PLUGIN_DIR=/home/build/plugin-src rack-plugin-toolchain:15 /bin/bash -c "/Applications/Xcode.app/Contents/Developer/usr/bin/make plugin-build "
/bin/bash: line 1: /Applications/Xcode.app/Contents/Developer/usr/bin/make: No such file or directory

Has something changed that no longer allows docker images to access to xcode's make on Macs?

Jon-Biz avatar Jul 17 '24 04:07 Jon-Biz

Please let me know if there is any other information I could provide, thanks.

Jon-Biz avatar Jul 17 '24 04:07 Jon-Biz

See the README.md. You have to add MAKE=make before your command on macOS.

cschol avatar Jul 19 '24 02:07 cschol