Hi Folks!
I’m trying to setup mod-plugin-builder but I get error message:
package/pkg-generic.mk:185: recipe for target '/home/krono/mod-workdir/plugins-dep/build/toolchain-external-undefined/.stamp_configured' failed
make[1]: *** [/home/krono/mod-workdir/plugins-dep/build/toolchain-external-undefined/.stamp_configured] Error 1
Makefile:36: recipe for target '_all' failed
Sorry if this is a n00b question but I am a n00b.
Here is my full terminal output:
https://pastebin.com/XZC8sNgn
falkTX
#2
what distro are you using? 32bit or 64bit?
falkTX
#4
hmm ok, but which version?
falkTX
#6
did the build failed at some point before, or was canceled?
I suggest starting from scratch again. Delete ~/mod-workdir and re-run bootstrap.
There was indeed a previous failed build attempt due to unmet dependencies. Deleting ~/mod-workdir and re-running bootstrap worked. Thank you!!