Pe 4 iun. 2015 11:18 p.m., "Martin Husemann" <martin%duskware.de@localhost> a scris:
>
> On Thu, Jun 04, 2015 at 10:19:44PM +0300, Eddy Petri?or wrote:
> > /home/eddy/usr/src/netbsd/net/src/obj/tooldir.Linux-3.18.9-gd1034e83-heidi-x86_64/bin/nbawk:
> > non-terminated string echo armcp... at source line 37
> > context is
> > wanted["machine_cpu=" "echo arm >>>
> > <<<
> > xargs: /home/eddy/usr/src/netbsd/net/src/obj/tooldir.Linux-3.18.9-gd1034e83-heidi-x86_64/bin/nbsed:
> > terminated by signal 13
> > makeflist output is empty for base
>
> This is from a here document AWK program in src/distrib/sets/sets.subr:
>
> if ("machine_cpu" in wanted)
> wanted["machine_cpu=" "'"${MACHINE_CPU}"'"] = 1
>
> so the "echo arm" is ... wrong - something strange in your environment?
I'm building on Linux and I am using a script to make sure everything is in clean order.
Is there anything else than the output of env and the verbose output from that I should list? Is there any place/script I should change to make sure I list the env from the same context?
> Martin