[oe] [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make

Andreas Müller schnitzeltony at googlemail.com
Thu Apr 10 09:59:56 UTC 2014


On Thu, Apr 10, 2014 at 10:25 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Mon, Apr 07, 2014 at 10:52:26AM +0200, Andreas Müller wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
>> ---
>>  meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
>> index 69d62ef..875cfd6 100644
>> --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
>> +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
>> @@ -24,6 +24,11 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]
>>
>>  inherit autotools pkgconfig
>>
>> +# TBD: fix Makefile
>> +# | make[3]: *** No rule to make target `../goffice-bits2/libgoffice.la', needed by `libabiword-3.0.la'.  Stop.
>> +# | make[3]: *** Waiting for unfinished jobs....
>> +PARALLEL_MAKE = ""
>
> BTW: this seems to happen only when something is detected in sysroot
> (abiword fails in test-dependencies when building in fully-populated
> sysroot and builds ok with minimal).
>
> But maybe it's coincidence..
>
Whatever causes this I think you should better take Trevor's patch [1]
instead of mine. It seems (have not tested) to address the problem
more specific and reduces build time.

Andreas

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2014-April/095138.html



More information about the Openembedded-devel mailing list