All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-gnome] abiword: workaround compile races by disabling
@ 2014-04-07  8:52 Andreas Müller
  2014-04-07  8:52 ` [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2014-04-07  8:52 UTC (permalink / raw)
  To: openembedded-devel

Could not reproduce world build error here so we need to wait for
autobuilder results.

Andreas Müller (1):
  abiword: workaround compile races by disabling parallel make

 meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 5 +++++
 1 file changed, 5 insertions(+)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make
  2014-04-07  8:52 [PATCH][meta-gnome] abiword: workaround compile races by disabling Andreas Müller
@ 2014-04-07  8:52 ` Andreas Müller
  2014-04-10  8:25   ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2014-04-07  8:52 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@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 = ""
+
 PACKAGECONFIG ??= "collab-backend-xmpp collab-backend-tcp collab-backend-service"
 PACKAGECONFIG[spell] = "--enable-spell,--disable-spell,enchant"
 PACKAGECONFIG[collab-backend-xmpp] = "--enable-collab-backend-xmpp,--disable-collab-backend-xmpp,libgsf libxml2 loudmouth"
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make
  2014-04-07  8:52 ` [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make Andreas Müller
@ 2014-04-10  8:25   ` Martin Jansa
  2014-04-10  9:59     ` Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-04-10  8:25 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]

On Mon, Apr 07, 2014 at 10:52:26AM +0200, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@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.. 

> +
>  PACKAGECONFIG ??= "collab-backend-xmpp collab-backend-tcp collab-backend-service"
>  PACKAGECONFIG[spell] = "--enable-spell,--disable-spell,enchant"
>  PACKAGECONFIG[collab-backend-xmpp] = "--enable-collab-backend-xmpp,--disable-collab-backend-xmpp,libgsf libxml2 loudmouth"
> -- 
> 1.8.3.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make
  2014-04-10  8:25   ` Martin Jansa
@ 2014-04-10  9:59     ` Andreas Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2014-04-10  9:59 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

On Thu, Apr 10, 2014 at 10:25 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, Apr 07, 2014 at 10:52:26AM +0200, Andreas Müller wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-10  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07  8:52 [PATCH][meta-gnome] abiword: workaround compile races by disabling Andreas Müller
2014-04-07  8:52 ` [PATCH][meta-gnome] abiword: workaround compile races by disabling parallel make Andreas Müller
2014-04-10  8:25   ` Martin Jansa
2014-04-10  9:59     ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.