Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread LionMV
Oh, sorry, looks like suclkess-overlay fault: https://github.com/dokipen/suckless-overlay/raw/20ff34c38681cdeae37f435a86f061f29670990e/sys-libs/libixp/libixp-.ebuild sed stuff in src_unpack 07.02.2011, 12:24, "Kris Maglione" : > Same here. No such problem. > > On Mon, Feb 07, 2011 at 12:20:01

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread Kris Maglione
Same here. No such problem. On Mon, Feb 07, 2011 at 12:20:01PM +0300, LionMV wrote: libixp freshly checked out from mercurial and gmake 3.82 07.02.2011, 12:17, "Kris Maglione" : I don't get that. Have you edited your config.mk, and what version of gmake are you using? -- Kris Maglione It

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread LionMV
libixp freshly checked out from mercurial and gmake 3.82 07.02.2011, 12:17, "Kris Maglione" : > I don't get that. Have you edited your config.mk, and what > version of gmake are you using?

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread Kris Maglione
I don't get that. Have you edited your config.mk, and what version of gmake are you using? On Mon, Feb 07, 2011 at 11:51:46AM +0300, LionMV wrote: Thanks for quick reply and fix, but: config.mk:21: *** missing separator. Stop. :) 06.02.2011, 07:04, "Kris Maglione" : On Sun, Feb 06, 2011 at 06

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-07 Thread LionMV
Thanks for quick reply and fix, but: config.mk:21: *** missing separator. Stop. :) 06.02.2011, 07:04, "Kris Maglione" : > On Sun, Feb 06, 2011 at 06:47:19AM +0300, lionmv wrote: > >> Building of libixp, pulled from hg failed with gnu make. >> mk/hdr.mk:48 *** missing separator. Stop. >> >> BINSH :

Re: [dev] libixp-hg and gnu make 3.82 build failed

2011-02-05 Thread Kris Maglione
On Sun, Feb 06, 2011 at 06:47:19AM +0300, lionmv wrote: Building of libixp, pulled from hg failed with gnu make. mk/hdr.mk:48 *** missing separator. Stop. BINSH := $(shell \    if [ -x /bin/dash ]; then echo /bin/dash; \    elif [ -x /bin/ksh ]; then echo /bin/ksh; \    

[dev] libixp-hg and gnu make 3.82 build failed

2011-02-05 Thread lionmv
Building of libixp, pulled from hg failed with gnu make. mk/hdr.mk:48 *** missing separator. Stop. BINSH := $(shell \    if [ -x /bin/dash ]; then echo /bin/dash; \    elif [ -x /bin/ksh ]; then echo /bin/ksh; \    else echo /bin/sh; fi) BINSH != echo /bin/sh #<= line4