All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Revert "umip: blacklist"
@ 2016-04-12 14:59 Adrian Dudau
  2016-04-12 17:25 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Dudau @ 2016-04-12 14:59 UTC (permalink / raw)
  To: openembedded-devel

This reverts commit d82b0d8f638d1e1c7d9175605eadabfb99a6d345.

The SRC_URI is up again, no need to blacklist the recipe anymore.

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index 41e5340..76901ab 100644
--- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -16,5 +16,3 @@ S = "${WORKDIR}/git"
 EXTRA_OE_CONF = "--enable-vt"
 
 inherit autotools-brokensep
-
-PNBLACKLIST[umip] ?= "BROKEN: SRC_URI seems to be down and build from premirror fails to find gram.h, see http://errors.yoctoproject.org/Errors/Details/56158/"
-- 
1.9.1



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

* Re: [meta-oe][PATCH] Revert "umip: blacklist"
  2016-04-12 14:59 [meta-oe][PATCH] Revert "umip: blacklist" Adrian Dudau
@ 2016-04-12 17:25 ` Martin Jansa
  2016-04-13 11:00   ` Adrian Dudau
  2016-04-13 11:35   ` [meta-oe][PATCH] umip: Disable parallel make Adrian Dudau
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2016-04-12 17:25 UTC (permalink / raw)
  To: openembedded-devel

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

On Tue, Apr 12, 2016 at 04:59:16PM +0200, Adrian Dudau wrote:
> This reverts commit d82b0d8f638d1e1c7d9175605eadabfb99a6d345.
> 
> The SRC_URI is up again, no need to blacklist the recipe anymore.

What about the second part with gram.h, that's not related to SRC_URI.

> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
> ---
>  meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
> index 41e5340..76901ab 100644
> --- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
> +++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
> @@ -16,5 +16,3 @@ S = "${WORKDIR}/git"
>  EXTRA_OE_CONF = "--enable-vt"
>  
>  inherit autotools-brokensep
> -
> -PNBLACKLIST[umip] ?= "BROKEN: SRC_URI seems to be down and build from premirror fails to find gram.h, see http://errors.yoctoproject.org/Errors/Details/56158/"
> -- 
> 1.9.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: 188 bytes --]

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

* Re: [meta-oe][PATCH] Revert "umip: blacklist"
  2016-04-12 17:25 ` Martin Jansa
@ 2016-04-13 11:00   ` Adrian Dudau
  2016-04-13 11:35   ` [meta-oe][PATCH] umip: Disable parallel make Adrian Dudau
  1 sibling, 0 replies; 4+ messages in thread
From: Adrian Dudau @ 2016-04-13 11:00 UTC (permalink / raw)
  To: openembedded-devel

On tis, 2016-04-12 at 19:25 +0200, Martin Jansa wrote:
> On Tue, Apr 12, 2016 at 04:59:16PM +0200, Adrian Dudau wrote:
> > This reverts commit d82b0d8f638d1e1c7d9175605eadabfb99a6d345.
> > 
> > The SRC_URI is up again, no need to blacklist the recipe anymore.
> 
> What about the second part with gram.h, that's not related to SRC_URI.

That issue didn't reproduce for me. 

However, now that you mentioned it, I remembered having seen that issue
before and dug a little deeper. The issue seems to appear randomly in
some circumstances of a parallel build where the scan.l is parsed before
gram.h is generated. Disabling parallel build for the recipe should fix
the issue. I will send a patch shortly.

> 
> > Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
> > ---
> >  meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
> > index 41e5340..76901ab 100644
> > --- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
> > +++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
> > @@ -16,5 +16,3 @@ S = "${WORKDIR}/git"
> >  EXTRA_OE_CONF = "--enable-vt"
> >  
> >  inherit autotools-brokensep
> > -
> > -PNBLACKLIST[umip] ?= "BROKEN: SRC_URI seems to be down and build from premirror fails to find gram.h, see http://errors.yoctoproject.org/Errors/Details/56158/"
> > -- 
> > 1.9.1
> > 
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 



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

* [meta-oe][PATCH] umip: Disable parallel make
  2016-04-12 17:25 ` Martin Jansa
  2016-04-13 11:00   ` Adrian Dudau
@ 2016-04-13 11:35   ` Adrian Dudau
  1 sibling, 0 replies; 4+ messages in thread
From: Adrian Dudau @ 2016-04-13 11:35 UTC (permalink / raw)
  To: openembedded-devel

The following error can ocurr in a race condition:

scan.l:38:18: fatal error: gram.h: No such file or directory
http://errors.yoctoproject.org/Errors/Details/56158/

That is, the scan.l file is parsed before the gram.h file is generated.
To avoid this, we clear the PARALLEL_MAKE variable.

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index 76901ab..e80c1b1 100644
--- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -16,3 +16,5 @@ S = "${WORKDIR}/git"
 EXTRA_OE_CONF = "--enable-vt"
 
 inherit autotools-brokensep
+
+PARALLEL_MAKE = ""
-- 
1.9.1



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

end of thread, other threads:[~2016-04-13 11:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 14:59 [meta-oe][PATCH] Revert "umip: blacklist" Adrian Dudau
2016-04-12 17:25 ` Martin Jansa
2016-04-13 11:00   ` Adrian Dudau
2016-04-13 11:35   ` [meta-oe][PATCH] umip: Disable parallel make Adrian Dudau

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.