pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: (shells/bash 4.3) \: not found



On Fri, Sep 05, 2014 at 02:26:16PM +0900, Makoto Fujiwara wrote:
> On NetBSD/i386 7.99.1,
> I have problem packaging bash (4.3)
> 
> | /bin/sh ./infopost.sh < ./bashref.info > bash.info ; \
> | \: not found
> | *** Error code 127
> 
> I've removed the char '\' and packaged fine.
> Attached is the patch to this.
> 
> What am I doing wrong ?

I guess make(1) in NetBSD recently started treating that as an error.
See "make: avoid breaking backwards compatability" on tech-toolchain
for a long discussion.

Remove the '\' at the end of the line from the Makefile and it should
work fine.
 Thomas


Home | Main Index | Thread Index | Old Index