Openembedded Core Discussions
 help / color / mirror / Atom feed
* Build Failures
@ 2012-10-12 11:27 Jack Mitchell
  2012-10-12 11:30 ` Jack Mitchell
  2012-10-12 12:57 ` Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Jack Mitchell @ 2012-10-12 11:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On my git pull and build today I ran into some compile errors. As 
mentioned before I would usually just -c cleansstate and retry, which 
99% of the time sorts the issue. However, I was informed this was not 
meant to happen and logs would be appreciated, so please find them below.

pkgconfig-native
http://ix.io/38G

binutils-crosssdk
http://ix.io/38I

Possibly looks like something doesn't have a 'sed' dependency when it 
should?

Cheers,

-- 

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

--




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

* Re: Build Failures
  2012-10-12 11:27 Build Failures Jack Mitchell
@ 2012-10-12 11:30 ` Jack Mitchell
  2012-10-12 11:37   ` Jack Mitchell
  2012-10-12 12:57 ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-10-12 11:30 UTC (permalink / raw)
  To: openembedded-core

On 12/10/12 12:27, Jack Mitchell wrote:
> On my git pull and build today I ran into some compile errors. As 
> mentioned before I would usually just -c cleansstate and retry, which 
> 99% of the time sorts the issue. However, I was informed this was not 
> meant to happen and logs would be appreciated, so please find them below.
>
> pkgconfig-native
> http://ix.io/38G
>
> binutils-crosssdk
> http://ix.io/38I
>
> Possibly looks like something doesn't have a 'sed' dependency when it 
> should?
>
> Cheers,
>

On a re-run I get:

http://ix.io/38J

Next step is to try good old cleansstate which I believe will work as it 
seems to be an autoreconf which isn't being performed.

Regards,

-- 

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

--




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

* Re: Build Failures
  2012-10-12 11:30 ` Jack Mitchell
@ 2012-10-12 11:37   ` Jack Mitchell
  2012-10-12 11:41     ` Jack Mitchell
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-10-12 11:37 UTC (permalink / raw)
  To: openembedded-core

On 12/10/12 12:30, Jack Mitchell wrote:
> On 12/10/12 12:27, Jack Mitchell wrote:
>> On my git pull and build today I ran into some compile errors. As 
>> mentioned before I would usually just -c cleansstate and retry, which 
>> 99% of the time sorts the issue. However, I was informed this was not 
>> meant to happen and logs would be appreciated, so please find them 
>> below.
>>
>> pkgconfig-native
>> http://ix.io/38G
>>
>> binutils-crosssdk
>> http://ix.io/38I
>>
>> Possibly looks like something doesn't have a 'sed' dependency when it 
>> should?
>>
>> Cheers,
>>
>
> On a re-run I get:
>
> http://ix.io/38J
>
> Next step is to try good old cleansstate which I believe will work as 
> it seems to be an autoreconf which isn't being performed.
>
> Regards,
>

Ok, seems to be maybe a bit more serious that first thought. Pkgconfig 
still fails to build with the following log:

http://ix.io/38K

Any ideas? Force a rebuild of libtool maybe?

Cheers,

-- 

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

--




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

* Re: Build Failures
  2012-10-12 11:37   ` Jack Mitchell
@ 2012-10-12 11:41     ` Jack Mitchell
  0 siblings, 0 replies; 5+ messages in thread
From: Jack Mitchell @ 2012-10-12 11:41 UTC (permalink / raw)
  To: openembedded-core

On 12/10/12 12:37, Jack Mitchell wrote:
> On 12/10/12 12:30, Jack Mitchell wrote:
>> On 12/10/12 12:27, Jack Mitchell wrote:
>>> On my git pull and build today I ran into some compile errors. As 
>>> mentioned before I would usually just -c cleansstate and retry, 
>>> which 99% of the time sorts the issue. However, I was informed this 
>>> was not meant to happen and logs would be appreciated, so please 
>>> find them below.
>>>
>>> pkgconfig-native
>>> http://ix.io/38G
>>>
>>> binutils-crosssdk
>>> http://ix.io/38I
>>>
>>> Possibly looks like something doesn't have a 'sed' dependency when 
>>> it should?
>>>
>>> Cheers,
>>>
>>
>> On a re-run I get:
>>
>> http://ix.io/38J
>>
>> Next step is to try good old cleansstate which I believe will work as 
>> it seems to be an autoreconf which isn't being performed.
>>
>> Regards,
>>
>
> Ok, seems to be maybe a bit more serious that first thought. Pkgconfig 
> still fails to build with the following log:
>
> http://ix.io/38K
>
> Any ideas? Force a rebuild of libtool maybe?
>
> Cheers,
>

Ok, to fix:

bitbake -c cleansstate binutils-crosssdk
bitbake -c cleansstate pkgconfig
bitbake -c cleansstate pkgconfig-native

This got past the issue and it has now continued to build.


-- 

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

--




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

* Re: Build Failures
  2012-10-12 11:27 Build Failures Jack Mitchell
  2012-10-12 11:30 ` Jack Mitchell
@ 2012-10-12 12:57 ` Richard Purdie
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2012-10-12 12:57 UTC (permalink / raw)
  To: ml; +Cc: Patches and discussions about the oe-core layer

On Fri, 2012-10-12 at 12:27 +0100, Jack Mitchell wrote:
> On my git pull and build today I ran into some compile errors. As 
> mentioned before I would usually just -c cleansstate and retry, which 
> 99% of the time sorts the issue. However, I was informed this was not 
> meant to happen and logs would be appreciated, so please find them below.
> 
> pkgconfig-native
> http://ix.io/38G
> 
> binutils-crosssdk
> http://ix.io/38I
> 
> Possibly looks like something doesn't have a 'sed' dependency when it 
> should?

See the libtool patch I recently sent out...

Cheers,

Richard




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

end of thread, other threads:[~2012-10-12 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 11:27 Build Failures Jack Mitchell
2012-10-12 11:30 ` Jack Mitchell
2012-10-12 11:37   ` Jack Mitchell
2012-10-12 11:41     ` Jack Mitchell
2012-10-12 12:57 ` Richard Purdie

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