Openembedded Core Discussions
 help / color / mirror / Atom feed
* db compile failure
@ 2014-01-08 14:16 Jack Mitchell
  2014-01-08 14:18 ` Jack Mitchell
  2014-01-08 14:21 ` Burton, Ross
  0 siblings, 2 replies; 5+ messages in thread
From: Jack Mitchell @ 2014-01-08 14:16 UTC (permalink / raw)
  To: openembedded-core

On latest master I am running into the following failure:

http://ix.io/9Kh

I'm also getting a _lot_ of warnings like these:

WARNING: The recipe eglibc-locale is trying to install files into a
shared area when those files already exist. Those files and their
manifest location are:

/home/jack/Work/oe-core.git/test-build/tmp-eglibc/deploy/ipk/core2/eglibc-localedata-el-gr_2.18-r0_core2.ipk
   Matched in manifest-core2-eglibc-locale.deploy-ipk

/home/jack/Work/oe-core.git/test-build/tmp-eglibc/deploy/ipk/core2/eglibc-binary-localedata-wae-ch_2.18-r0_core2.ipk

Can anyone shed any light, it seems as though the something is getting
it's wires crossed somewhere...

I haven't yet tried wiping the tmp folder but I could as a last resort.

Cheers,

-- 
  Jack Mitchell (jack@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 


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

* Re: db compile failure
  2014-01-08 14:16 db compile failure Jack Mitchell
@ 2014-01-08 14:18 ` Jack Mitchell
  2014-01-10 12:43   ` Paul Barker
  2014-01-08 14:21 ` Burton, Ross
  1 sibling, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2014-01-08 14:18 UTC (permalink / raw)
  To: openembedded-core

On 08/01/14 14:16, Jack Mitchell wrote:
> On latest master I am running into the following failure:
> 
> http://ix.io/9Kh

This should be the following link:

http://ix.io/9Ki

> 
> I'm also getting a _lot_ of warnings like these:
> 
> WARNING: The recipe eglibc-locale is trying to install files into a
> shared area when those files already exist. Those files and their
> manifest location are:
> 
> /home/jack/Work/oe-core.git/test-build/tmp-eglibc/deploy/ipk/core2/eglibc-localedata-el-gr_2.18-r0_core2.ipk
>    Matched in manifest-core2-eglibc-locale.deploy-ipk
> 
> /home/jack/Work/oe-core.git/test-build/tmp-eglibc/deploy/ipk/core2/eglibc-binary-localedata-wae-ch_2.18-r0_core2.ipk
> 
> Can anyone shed any light, it seems as though the something is getting
> it's wires crossed somewhere...
> 
> I haven't yet tried wiping the tmp folder but I could as a last resort.
> 
> Cheers,
> 


-- 
  Jack Mitchell (jack@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 


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

* Re: db compile failure
  2014-01-08 14:16 db compile failure Jack Mitchell
  2014-01-08 14:18 ` Jack Mitchell
@ 2014-01-08 14:21 ` Burton, Ross
  2014-01-08 15:22   ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2014-01-08 14:21 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: OE-core

Hi Jack,

There were some sstate/manifest changes to master before Christmas
which is why this happens.  You should only get the warning once per
package as it rebuilds and updates the manifest, or just delete tmp:
it will be rebuilt from sstate quickly.

Ross

On 8 January 2014 14:16, Jack Mitchell <ml@communistcode.co.uk> wrote:
> On latest master I am running into the following failure:
>
> http://ix.io/9Kh
>
> I'm also getting a _lot_ of warnings like these:
>
> WARNING: The recipe eglibc-locale is trying to install files into a
> shared area when those files already exist. Those files and their
> manifest location are:
>
> /home/jack/Work/oe-core.git/test-build/tmp-eglibc/deploy/ipk/core2/eglibc-localedata-el-gr_2.18-r0_core2.ipk
>    Matched in manifest-core2-eglibc-locale.deploy-ipk
>
> /home/jack/Work/oe-core.git/test-build/tmp-eglibc/deploy/ipk/core2/eglibc-binary-localedata-wae-ch_2.18-r0_core2.ipk
>
> Can anyone shed any light, it seems as though the something is getting
> it's wires crossed somewhere...
>
> I haven't yet tried wiping the tmp folder but I could as a last resort.
>
> Cheers,
>
> --
>   Jack Mitchell (jack@embed.me.uk)
>   Embedded Systems Engineer
>   Cambridgeshire, UK
>   http://www.embed.me.uk
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: db compile failure
  2014-01-08 14:21 ` Burton, Ross
@ 2014-01-08 15:22   ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2014-01-08 15:22 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

On Wed, 2014-01-08 at 14:21 +0000, Burton, Ross wrote:
> Hi Jack,
> 
> There were some sstate/manifest changes to master before Christmas
> which is why this happens.  You should only get the warning once per
> package as it rebuilds and updates the manifest, or just delete tmp:
> it will be rebuilt from sstate quickly.

The manifest file names changed and cause those spurious warnings. A
clean tmp dir or wiping out the stale (or all) manifest files in
tmp/sstate-control will "fix" that.

Cheers,

Richard





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

* Re: db compile failure
  2014-01-08 14:18 ` Jack Mitchell
@ 2014-01-10 12:43   ` Paul Barker
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Barker @ 2014-01-10 12:43 UTC (permalink / raw)
  To: ml; +Cc: openembedded-core

On 8 January 2014 14:18, Jack Mitchell <ml@communistcode.co.uk> wrote:
> On 08/01/14 14:16, Jack Mitchell wrote:
>> On latest master I am running into the following failure:
>>
>> http://ix.io/9Kh
>
> This should be the following link:
>
> http://ix.io/9Ki
>

I'm hitting the same error building poky at master for raspberrypi,
it's just worded slightly differently:

| /usr/lib/libstdc++.so: file not recognized: File format not recognized

I can't see a '-L/usr/lib' argument anywhere but something seems to be
causing the linker to look at my host system's libraries.

Running 'bitbake db -c cleansstate' then 'bitbake db' again hits the same error.

Any ideas?

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk


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

end of thread, other threads:[~2014-01-10 12:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 14:16 db compile failure Jack Mitchell
2014-01-08 14:18 ` Jack Mitchell
2014-01-10 12:43   ` Paul Barker
2014-01-08 14:21 ` Burton, Ross
2014-01-08 15:22   ` Richard Purdie

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