On 18 April 2016 at 09:49, Mitt Green <mitt_gr...@riseup.net> wrote: > Anselm R Garbe wrote: > >> So you are talking about src/bin/kbd/Makefile or NOT? > > > Yes, this one. > >> Yes, but why do you run make install in src/bin/kbd? You should run >> make -f stali.mk install > > > Sorry, I read it wrong and ran "make -f stali.mk" in src/bin/kbd. > So, I ran "make -f stali.mk install" in /src and got the same error: > > > make[5]: Entering directory '/home/mitt/stalibuild/src/bin/kbd' > CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /home/anselm/src/bin/kbd/config/missing --run aclocal-1.11 -I m4 > /bin/bash: /home/anselm/src/bin/kbd/config/missing: No such file or > directory
I can't reproduce your issue. I renamed src into src2 and performed a clean build and make install, no such issue. The error you quote also makes no sense, as src/bin/kbd/Makefile should not be executed at all. Just as a test, remove that Makefile. Also make sure you are at least using: http://git.sta.li/src/commit/?id=acbd9df7cbdc6a949c962ca887fb5f8d799c3bfa BR, Anselm