Openembedded Core Discussions
 help / color / mirror / Atom feed
* Annoyances with dylan
@ 2013-04-26 14:47 Koen Kooi
  2013-04-27 10:19 ` Richard Purdie
  2013-04-27 11:08 ` Marcin Juszkiewicz
  0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2013-04-26 14:47 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org layer

Hi,

I have 2 big annoyances with dylan:

1) Multimachine builds trigger spurious warnings:

WARNING: The recipe bonescript is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
   /build/v2013.06/deploy/eglibc/licenses/bonescript/LICENSE
   /build/v2013.06/deploy/eglibc/licenses/bonescript/generic_MIT

I get that every time after switching machines for each recipe/license.

2) PRSERV makes things go backwards:

ERROR: Package version for package gadget-init-network went backwards which would break package feeds from (0:1.0-r19.3 to 0:1.0-r19.0)

To trigger 2) I updated meta-linaro and switches meta-minnow to the new rebased branch, delete $TMPDIR (prserv db is outside out TMPDIR) and started building images. I only happens for some recipes, not all. I can't deduce a pattern or easily reproduce it. Bug filed some months ago.

On the flip side: *ZERO* problems with sstate so far :)

regards,

Koen


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

* Re: Annoyances with dylan
  2013-04-26 14:47 Annoyances with dylan Koen Kooi
@ 2013-04-27 10:19 ` Richard Purdie
  2013-04-27 12:21   ` Koen Kooi
  2013-04-27 11:08 ` Marcin Juszkiewicz
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2013-04-27 10:19 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core@lists.openembedded.org layer

On Fri, 2013-04-26 at 16:47 +0200, Koen Kooi wrote:
> Hi,
> 
> I have 2 big annoyances with dylan:
> 
> 1) Multimachine builds trigger spurious warnings:
> 
> WARNING: The recipe bonescript is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
>    /build/v2013.06/deploy/eglibc/licenses/bonescript/LICENSE
>    /build/v2013.06/deploy/eglibc/licenses/bonescript/generic_MIT
> 
> I get that every time after switching machines for each recipe/license.

This sounds like a symptom of a deeper problem. At a guess bonescript
has some machine specific element in it but its not marked as machine
specific and hence the system is getting confused. Do you have a list of
the recipes/licenses that are showing this? It is just license issues?

> 2) PRSERV makes things go backwards:
> 
> ERROR: Package version for package gadget-init-network went backwards which would break package feeds from (0:1.0-r19.3 to 0:1.0-r19.0)
> 
> To trigger 2) I updated meta-linaro and switches meta-minnow to the
> new rebased branch, delete $TMPDIR (prserv db is outside out TMPDIR)
> and started building images. I only happens for some recipes, not all.
> I can't deduce a pattern or easily reproduce it. Bug filed some months
> ago.

IIRC we looked into that bug quite extensively and couldn't find a way
to reproduce it. If we want to get it fixed, we're going to need some
help distilling it down to a simpler test case to reproduce so we can
understand the issue, then we can look at fixing it.

> On the flip side: *ZERO* problems with sstate so far :)

Nice to know :)

Cheers,

Richard




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

* Re: Annoyances with dylan
  2013-04-26 14:47 Annoyances with dylan Koen Kooi
  2013-04-27 10:19 ` Richard Purdie
@ 2013-04-27 11:08 ` Marcin Juszkiewicz
  2013-04-27 12:18   ` Koen Kooi
  1 sibling, 1 reply; 6+ messages in thread
From: Marcin Juszkiewicz @ 2013-04-27 11:08 UTC (permalink / raw)
  To: openembedded-core, kooi Koen

W dniu 26.04.2013 16:47, Koen Kooi pisze:

> I have 2 big annoyances with dylan:

> To trigger 2) I updated meta-linaro

Do you want 'dylan' branch of meta-linaro?



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

* Re: Annoyances with dylan
  2013-04-27 11:08 ` Marcin Juszkiewicz
@ 2013-04-27 12:18   ` Koen Kooi
  2013-04-27 14:46     ` Marcin Juszkiewicz
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2013-04-27 12:18 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: openembedded-core


Op 27 apr. 2013, om 13:08 heeft Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> het volgende geschreven:

> W dniu 26.04.2013 16:47, Koen Kooi pisze:
> 
>> I have 2 big annoyances with dylan:
> 
>> To trigger 2) I updated meta-linaro
> 
> Do you want 'dylan' branch of meta-linaro?

That would make life easier, yes :)




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

* Re: Annoyances with dylan
  2013-04-27 10:19 ` Richard Purdie
@ 2013-04-27 12:21   ` Koen Kooi
  0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2013-04-27 12:21 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core@lists.openembedded.org layer


Op 27 apr. 2013, om 12:19 heeft Richard Purdie <richard.purdie@linuxfoundation.org> het volgende geschreven:

> On Fri, 2013-04-26 at 16:47 +0200, Koen Kooi wrote:
>> Hi,
>> 
>> I have 2 big annoyances with dylan:
>> 
>> 1) Multimachine builds trigger spurious warnings:
>> 
>> WARNING: The recipe bonescript is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
>>   /build/v2013.06/deploy/eglibc/licenses/bonescript/LICENSE
>>   /build/v2013.06/deploy/eglibc/licenses/bonescript/generic_MIT
>> 
>> I get that every time after switching machines for each recipe/license.
> 
> This sounds like a symptom of a deeper problem. At a guess bonescript
> has some machine specific element in it but its not marked as machine
> specific and hence the system is getting confused.

Nope, it seems to happen for 'generic' recipes as well, this one was just the bottom one in my console scollbacl

> Do you have a list of
> the recipes/licenses that are showing this? It is just license issues?

From what I can see it's every recipe, and it's just the licenses.

>> 2) PRSERV makes things go backwards:
>> 
>> ERROR: Package version for package gadget-init-network went backwards which would break package feeds from (0:1.0-r19.3 to 0:1.0-r19.0)
>> 
>> To trigger 2) I updated meta-linaro and switches meta-minnow to the
>> new rebased branch, delete $TMPDIR (prserv db is outside out TMPDIR)
>> and started building images. I only happens for some recipes, not all.
>> I can't deduce a pattern or easily reproduce it. Bug filed some months
>> ago.
> 
> IIRC we looked into that bug quite extensively and couldn't find a way
> to reproduce it. If we want to get it fixed, we're going to need some
> help distilling it down to a simpler test case to reproduce so we can
> understand the issue, then we can look at fixing it.

I guess I should start putting the prserv sqlite db under git control :/


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

* Re: Annoyances with dylan
  2013-04-27 12:18   ` Koen Kooi
@ 2013-04-27 14:46     ` Marcin Juszkiewicz
  0 siblings, 0 replies; 6+ messages in thread
From: Marcin Juszkiewicz @ 2013-04-27 14:46 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core

W dniu 27.04.2013 14:18, Koen Kooi pisze:
> 
> Op 27 apr. 2013, om 13:08 heeft Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> het volgende geschreven:
> 
>> W dniu 26.04.2013 16:47, Koen Kooi pisze:
>>
>>> I have 2 big annoyances with dylan:
>>
>>> To trigger 2) I updated meta-linaro
>>
>> Do you want 'dylan' branch of meta-linaro?
> 
> That would make life easier, yes :)

No problem:

16:46 hrw@puchatek:meta-linaro$ git checkout -b dylan
Switched to a new branch 'dylan'
16:46 hrw@puchatek:meta-linaro$ git push git.linaro.org
Total 0 (delta 0), reused 0 (delta 0)
To ssh://git.linaro.org/srv/git.linaro.org/git/openembedded/meta-linaro.git
 * [new branch]      HEAD -> dylan
16:46 hrw@puchatek:meta-linaro$ git log -1
commit 79d20a4127639e961e671de24c94ea2621fce93e
Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date:   Fri Apr 26 11:53:06 2013 +0200

    linaro images: add libunwind to SDK

    Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>




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

end of thread, other threads:[~2013-04-27 15:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 14:47 Annoyances with dylan Koen Kooi
2013-04-27 10:19 ` Richard Purdie
2013-04-27 12:21   ` Koen Kooi
2013-04-27 11:08 ` Marcin Juszkiewicz
2013-04-27 12:18   ` Koen Kooi
2013-04-27 14:46     ` Marcin Juszkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox