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

Re: [dev] [scc] issues with invoking

2016-04-17 Thread Mitt Green
I forgot to ask, will scc be intended for building something big, say, GTK+ programmes, or maybe even the kernel? And what about inline assembly and compiling assembly code itself? / Mitt

[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

Re: [dev] [ANNOUNCE] flao: simple FLAC audio player

2016-04-17 Thread Dimitris Papastamos
On Sat, Apr 16, 2016 at 04:39:22PM -0400, Wolfgang Corcoran-Mathe wrote: > Hi all, > > I have been working on a CLI player for FLAC[0] audio files intended > as a replacement for the old and crufty flac123[1]. It is about 230 > SLOC and includes the minimum amount of FLAC insanity necessary to >