Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: Please update and let me know if it works now. I removed the Makefile-dependency here. Only remaining place is sys and ncurses. It installs now successfully.

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
On 18 April 2016 at 11:33, Mitt Green wrote: > Anselm R Garbe wrote: > >> No, can you provide full logs of your last command, just want to see >> how it looks and where it might fail. > > > Here you are. Thanks, now I understood what caused this for you. Please update and let me know if it works

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: No, can you provide full logs of your last command, just want to see how it looks and where it might fail. Here you are.make[1]: Entering directory '/home/mitt/stalibuild/src/etc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/mitt/stalibuild/src

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
Hi, On 18 April 2016 at 11:11, Mitt Green wrote: >> I can't reproduce your issue. I renamed src into src2 and performed a >> clean build and make install, no such issue. > > I can't help but it ran into the same thing again. > Let me describe my process then: > 1) mkdir stalibuild in my home > 2)

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: I can't reproduce your issue. I renamed src into src2 and performed a clean build and make install, no such issue. I can't help but it ran into the same thing again. Let me describe my process then: 1) mkdir stalibuild in my home 2) cd stalibuild 3) cloning toolchain and

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: Also make sure you are at least using: http://git.sta.li/src/commit/?id=acbd9df7cbdc6a949c962ca887fb5f8d799c3bfa No, wait, I looked at mine, it has $(ROOT) too. Alright, anyway, better be rebuilding the whole world.

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: [...] Also make sure you are at least using: http://git.sta.li/src/commit/?id=acbd9df7cbdc6a949c962ca887fb5f8d799c3bfa Oh, that's the case. Strange, I pulled the entire tree just yesterday. And also tried replacing /home/anselm/src with $(ROOT) but it skipped the $(ROOT)

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
On 18 April 2016 at 09:49, Mitt Green 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 st

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
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

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
On 18 April 2016 at 09:32, Mitt Green 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

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
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 s

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Anselm R Garbe
Hi there, On 17 April 2016 at 17:10, Mitt Green wrote: > 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 th

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Mitt Green
Marc Collin wrote: Good idea? for i in *; do sed -i 's/anselm/$USER/g' "$i"; done I've tried replacing with "$(ROOT)/../" and "$USER", with the first it simply skips $(ROOT) and starts with /../, with the second one it skips $U and starts with SER; e.g.: ACLOCAL = ${SHELL} /home/$USER/src/bin

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Ben Woolley
Double check for rm commands. :) > On Apr 17, 2016, at 11:30 AM, Marc Collin wrote: > > Good idea? > for i in *; do sed -i 's/anselm/$USER/g' "$i"; done > > >> On Sun, Apr 17, 2016 at 2:12 PM, Mitt Green wrote: >> I also found hardcode references to Anselm's >> home folder in other Makefiles,

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Marc Collin
Good idea? for i in *; do sed -i 's/anselm/$USER/g' "$i"; done On Sun, Apr 17, 2016 at 2:12 PM, Mitt Green wrote: > I also found hardcode references to Anselm's > home folder in other Makefiles, apart from kbd: > curl, parted, gzip, libarchive. > > There is yet no mksh in /bin (install > destina

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Mitt Green
I also found hardcode references to Anselm's home folder in other Makefiles, apart from kbd: curl, parted, gzip, libarchive. There is yet no mksh in /bin (install destination).

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Mitt Green
Marc Collin wrote: 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 have another username (mitt, obviously :) ) and when I saw it, I though that this is from one of stali.mk's but could

Re: [dev] [stali] make install fails on kbd

2016-04-17 Thread Marc Collin
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, M

[dev] [stali] make install fails on kbd

2016-04-17 Thread Mitt Green
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 binar