VCVRack / rack-plugin-toolchain

56 stars 13 forks source link

v2 docker plugin build error: No rule to make target 'clean' #14

Closed MarcBoule closed 2 years ago

MarcBoule commented 2 years ago

Hi again Christoph, The v2 docker toolchain was successfully built now, but I can't make any plugins unfortunately, would you have any idea what may be going wrong? Sorry to bug you with this, if the toolchain is still under development, I can put it aside and wait until you guys announce it's ready, but if these issues I'm posting are useful in any way, I can keep trying the v2 toolchain until it goes through. Thanks! Cheers, Marc

mboule@palomaru:~/VCVRack/rack-plugin-toolchain$ make -j8 docker-plugin-build PLUGIN_DIR=/home/mboule/Rack/plugins/ImpromptuModular
mkdir -p plugin-build
docker run --rm --interactive --tty --volume=/home/mboule/Rack/plugins/ImpromptuModular:/home/build/plugin-src --volume=/home/mboule/VCVRack/rack-plugin-toolchain/plugin-build:/home/build/rack-plugin-toolchain/plugin-build --env PLUGIN_DIR=/home/build/plugin-src rack-plugin-toolchain:2 /bin/bash -c "make plugin-build -j8 --jobserver-auth=3,4"
make: warning: -j8 forced in submake: resetting jobserver mode.
make plugin-build-mac
make[1]: Entering directory '/home/build/rack-plugin-toolchain'
cd /home/build/plugin-src && make clean
make[2]: Entering directory '/home/build/plugin-src'
make[2]: *** No rule to make target 'clean'.  Stop.
make[2]: Leaving directory '/home/build/plugin-src'
make[1]: *** [Makefile:161: plugin-build-mac] Error 2
make[1]: Leaving directory '/home/build/rack-plugin-toolchain'
make: *** [Makefile:171: plugin-build] Error 2
make: *** [Makefile:257: docker-plugin-build] Error 2
MarcBoule commented 2 years ago

Brain cramp on my part, did indeed have an incorrect path, really sorry for the trouble!