Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: evbarm,armeb: distribution build fails with error "non-terminated string echo armcp... at source line 37"
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?
Martin
Home |
Main Index |
Thread Index |
Old Index