Anselm R Garbe wrote:
Hi there,
Hi,
Which Makefile are you talking about? src/bin/kbd/Makefile should not
be considered, only stali.mk.
I'm talking about this Makefile, because...
Can you provide the output of cd src/bin/kbd && make -f stali.mk
install please?
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":
---------
...
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.
Cheers,
Mitt