On Wed, May 18, 2016 at 03:30:31AM +0900, YAMAMOTO Takashi wrote: > "python" command provided by pkg_alternatives is a shell script. > At least on NetBSD-7, execve can't execute scripts whose interpreter > is another shell script. (While some "rich" shells like zsh seem > to have handle the case by itself, NetBSD's /bin/sh doesn't.) > Workaround the issue by using env command for shebangs for > these scripts. > > Noticed with the recent tunnel-push-pop.at tests using ovs-pcap command. > > Signed-off-by: YAMAMOTO Takashi <yamam...@ovn.org>
Oh, how unfortunate. (I'm surprised that this doesn't break practically every Python program on NetBSD.) Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev