Re: [OE-core] [PATCH v2 1/3] gnu-config: improve detection of perl setup errors

2015-05-27 Thread Andre McCurdy
On Wed, May 27, 2015 at 2:06 PM, Andre McCurdy wrote: > Read 'autoconf --trace' output via a temp file to improve error detection. > > If the command's output is read via a pipe to Autom4te::XFile then perl > setup errors (e.g. mixing host and OE perl libs) which cause the autoconf > command to se

[OE-core] [PATCH v2 1/3] gnu-config: improve detection of perl setup errors

2015-05-27 Thread Andre McCurdy
Read 'autoconf --trace' output via a temp file to improve error detection. If the command's output is read via a pipe to Autom4te::XFile then perl setup errors (e.g. mixing host and OE perl libs) which cause the autoconf command to segfault may go undetected. Add a -k / --continue command line op