On 18 April 2016 at 09:32, Mitt Green <mitt_gr...@riseup.net> wrote: > Anselm R Garbe wrote: >> Which Makefile are you talking about? src/bin/kbd/Makefile should not >> be considered, only stali.mk. > I'm talking about this Makefile, because...
So you are talking about src/bin/kbd/Makefile or NOT? > No errors, which is not surprising, considering there are binaries > in src/bin/kbd/src (chvt, deallocvt, dumpkeys, fgconsole...). > As I said, it fails on "make install": Yes, but why do you run make install in src/bin/kbd? You should run make -f stali.mk install > 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 > ... > > --------- > > CDPATH exists on line 39 of src/bin/kbd/Makefile: > am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd > > /home/anselm/src/bin/kbd is abs_builddir, abs_srcdir, abs_top_builddir > and abs_top_srcdir. As I said, this Makefile is completely irrelevant, as stali.mk shall be used. The only generated (and already fixed) Makefile that stali.mk invokes is in src/bin/kbd/data/Makefile. And that should work. If not, please provide me the error message you see. BR, Anselm