[OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-11 Thread Richard Purdie
Unfortunately whilst rerunning configure and make against a project will mostly work there are situations where it does not correctly do the right thing. In particular, eglibc and gcc will fail out with errors where settings do not match a previously built configuration. It could be argued they ar

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-11 Thread McClintock Matthew-B29882
On Tue, Sep 11, 2012 at 9:22 AM, Richard Purdie wrote: > Unfortunately whilst rerunning configure and make against a project will > mostly > work there are situations where it does not correctly do the right thing. > > In particular, eglibc and gcc will fail out with errors where settings > do no

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-12 Thread Richard Purdie
On Tue, 2012-09-11 at 19:01 +, McClintock Matthew-B29882 wrote: > On Tue, Sep 11, 2012 at 9:22 AM, Richard Purdie > wrote: > > Unfortunately whilst rerunning configure and make against a project will > > mostly > > work there are situations where it does not correctly do the right thing. > >

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-12 Thread McClintock Matthew-B29882
On Wed, Sep 12, 2012 at 9:16 AM, Richard Purdie wrote: > On Tue, 2012-09-11 at 19:01 +, McClintock Matthew-B29882 wrote: >> On Tue, Sep 11, 2012 at 9:22 AM, Richard Purdie >> wrote: >> > Unfortunately whilst rerunning configure and make against a project will >> > mostly >> > work there are

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-13 Thread Scott Garman
On 09/12/2012 10:47 AM, McClintock Matthew-B29882 wrote: On Wed, Sep 12, 2012 at 9:16 AM, Richard Purdie wrote: On Tue, 2012-09-11 at 19:01 +, McClintock Matthew-B29882 wrote: On Tue, Sep 11, 2012 at 9:22 AM, Richard Purdie wrote: Unfortunately whilst rerunning configure and make against

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-26 Thread Phil Blundell
On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: > Unfortunately whilst rerunning configure and make against a project will > mostly > work there are situations where it does not correctly do the right thing. > > In particular, eglibc and gcc will fail out with errors where settings > do

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-26 Thread McClintock Matthew-B29882
On Wed, Sep 26, 2012 at 12:07 PM, Phil Blundell wrote: > On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: >> Unfortunately whilst rerunning configure and make against a project will >> mostly >> work there are situations where it does not correctly do the right thing. >> >> In particular,

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread Richard Purdie
On Wed, 2012-09-26 at 18:07 +0100, Phil Blundell wrote: > On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: > > Unfortunately whilst rerunning configure and make against a project will > > mostly > > work there are situations where it does not correctly do the right thing. > > > > In parti

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 8:23 AM, Richard Purdie wrote: > On Wed, 2012-09-26 at 18:07 +0100, Phil Blundell wrote: >> On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: >> > Unfortunately whilst rerunning configure and make against a project will >> > mostly >> > work there are situations whe

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 20:21 +, McClintock Matthew-B29882 wrote: > I've seen this now: > > ERROR: Logfile of failure stored in: > /local/yocto/upstream/label/fedora17-64b/machine/beagleboard/poky/master/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/flex-2.5.35-r3/temp/log.do_configure.26311 > Log

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread Ross Burton
On Friday, 28 September 2012 at 22:20, Richard Purdie wrote: > Totally unrelated, likely a transient race we're meant to have fixed but > don't seem to have done so :/ > > The supposed fix was: > http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a92ff3ad4212f8966bbd3f6defcb112737d81cda FWIW, I

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-29 Thread Martin Jansa
On Sat, Sep 29, 2012 at 07:42:48AM +0100, Ross Burton wrote: > On Friday, 28 September 2012 at 22:20, Richard Purdie wrote: > > Totally unrelated, likely a transient race we're meant to have fixed but > > don't seem to have done so :/ > > > > The supposed fix was: > > http://git.yoctoproject.org/c

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-29 Thread Richard Purdie
On Sat, 2012-09-29 at 09:24 +0200, Martin Jansa wrote: > On Sat, Sep 29, 2012 at 07:42:48AM +0100, Ross Burton wrote: > > On Friday, 28 September 2012 at 22:20, Richard Purdie wrote: > > > Totally unrelated, likely a transient race we're meant to have fixed but > > > don't seem to have done so :/ >