It seems to hardcode the user's home path to /home/anselm and the problem can be you have anther username? http://git.sta.li/src/tree/bin/kbd/Makefile#n146 I also find it weird that it reports ZSH and BASH as those software are really awful and sucks a lot. HTH.
On Sun, Apr 17, 2016 at 12:10 PM, Mitt Green <mitt_gr...@riseup.net> wrote: > Hey, > > I'm trying to build stali, running "make install" > goes fine except for kbd; it entres src/bin/kbd, > then goes > "CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash > /home/anselm/src/bin/kbd/config/missing --run aclocal-1.11 -I m4" > and then it certainly fails. > > It successfully installs other binaries to /bin though, > and other things to /etc and /share. > > > / Mitt >