All of lore.kernel.org
 help / color / mirror / Atom feed
* Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
@ 2011-01-13 16:33 Elizabeth Flanagan
  2011-01-13 16:37 ` Bruce Ashfield
  2011-01-14  1:59 ` Xu, Jiajun
  0 siblings, 2 replies; 8+ messages in thread
From: Elizabeth Flanagan @ 2011-01-13 16:33 UTC (permalink / raw)
  To: yocto@yoctoproject.org

All,

The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
showing 3 build failures so far.

Machine: qemux86
Failure: intermittent tasks_0.18 failure at do_compile
Description: Tasks_0.18 has failed during one buildset, however it's not
failing on the other.


Machine: arm
Failure: sanity tests time out and cause cascading failures.
Description: I'm patching the autobuilder today so that sanity tests
timing out shouldn't cause a cascading failure, however the arm sanity
tests are still timing out.

Machine: qemux86-64
Failure: linux-yocto_git failing at do_compile_perf
Description:
|     CC util/scripting-engines/trace-event-perl.o
| cc1: warnings being treated as errors
| cc1: error: include location "/usr/local/include" is unsafe for
cross-compilation
| make: *** [util/scripting-engines/trace-event-perl.o] Error 1



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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-13 16:33 Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3 Elizabeth Flanagan
@ 2011-01-13 16:37 ` Bruce Ashfield
  2011-01-13 16:47   ` Tom Zanussi
  2011-01-14  1:59 ` Xu, Jiajun
  1 sibling, 1 reply; 8+ messages in thread
From: Bruce Ashfield @ 2011-01-13 16:37 UTC (permalink / raw)
  To: Elizabeth Flanagan; +Cc: yocto@yoctoproject.org

On 11-01-13 11:33 AM, Elizabeth Flanagan wrote:
> All,
>
> The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
> showing 3 build failures so far.
>
> Machine: qemux86
> Failure: intermittent tasks_0.18 failure at do_compile
> Description: Tasks_0.18 has failed during one buildset, however it's not
> failing on the other.
>
>
> Machine: arm
> Failure: sanity tests time out and cause cascading failures.
> Description: I'm patching the autobuilder today so that sanity tests
> timing out shouldn't cause a cascading failure, however the arm sanity
> tests are still timing out.
>
> Machine: qemux86-64
> Failure: linux-yocto_git failing at do_compile_perf
> Description:
> |     CC util/scripting-engines/trace-event-perl.o
> | cc1: warnings being treated as errors
> | cc1: error: include location "/usr/local/include" is unsafe for
> cross-compilation

I saw this one as well, but hadn't gone back to look at
it yet. Did something change underneath us?

I haven't updated any parts of the recipes or kernel that
would have triggered the new failure. Or at least nothing
that has ever showed up in my testing.

Darren/Tom: you guys have been into perf/trace recently,
any ideas (or time) for a quick fix ? I'm going to be
pegged for the day trying to sort out some other items.

Cheers,

Bruce

> | make: *** [util/scripting-engines/trace-event-perl.o] Error 1
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-13 16:37 ` Bruce Ashfield
@ 2011-01-13 16:47   ` Tom Zanussi
  2011-01-14  1:37     ` João Henrique Freitas
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Zanussi @ 2011-01-13 16:47 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto@yoctoproject.org

On Thu, 2011-01-13 at 08:37 -0800, Bruce Ashfield wrote:
> On 11-01-13 11:33 AM, Elizabeth Flanagan wrote:
> > All,
> >
> > The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
> > showing 3 build failures so far.
> >
> > Machine: qemux86
> > Failure: intermittent tasks_0.18 failure at do_compile
> > Description: Tasks_0.18 has failed during one buildset, however it's not
> > failing on the other.
> >
> >
> > Machine: arm
> > Failure: sanity tests time out and cause cascading failures.
> > Description: I'm patching the autobuilder today so that sanity tests
> > timing out shouldn't cause a cascading failure, however the arm sanity
> > tests are still timing out.
> >
> > Machine: qemux86-64
> > Failure: linux-yocto_git failing at do_compile_perf
> > Description:
> > |     CC util/scripting-engines/trace-event-perl.o
> > | cc1: warnings being treated as errors
> > | cc1: error: include location "/usr/local/include" is unsafe for
> > cross-compilation
> 
> I saw this one as well, but hadn't gone back to look at
> it yet. Did something change underneath us?
> 
> I haven't updated any parts of the recipes or kernel that
> would have triggered the new failure. Or at least nothing
> that has ever showed up in my testing.
> 

Yeah, it's strange that this starts happening seemingly out of the blue
- nothing wrt this has changed recently AFAICS.

> Darren/Tom: you guys have been into perf/trace recently,
> any ideas (or time) for a quick fix ? I'm going to be
> pegged for the day trying to sort out some other items.
> 

Coincidentally, I was going to look at perf scripting next week - guess
I'll start this week instead.  Don't have a quick fix off the top of my
head - will start looking into it later today/tonight...

Tom

> Cheers,
> 
> Bruce
> 
> > | make: *** [util/scripting-engines/trace-event-perl.o] Error 1
> >
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 




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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-13 16:47   ` Tom Zanussi
@ 2011-01-14  1:37     ` João Henrique Freitas
  2011-01-14  1:41       ` Bruce Ashfield
  0 siblings, 1 reply; 8+ messages in thread
From: João Henrique Freitas @ 2011-01-14  1:37 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: yocto@yoctoproject.org

Hi,

I have two build machines:

x86 ubuntu 10.04 at work
x86_64 ubuntu 10.04 at home

At home all things goes ok. But at work perf has failed.

The problem is LIBPERL. I can't understand why but at work the
Makefile from perf does not have the flag NO_LIBPERL.

To 'solve'  it I put:

do_compile_perf() {
	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix}
NO_LIBPERL=1
}

in linux-tools.inc

Thanks.

On Thu, Jan 13, 2011 at 2:47 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:
> On Thu, 2011-01-13 at 08:37 -0800, Bruce Ashfield wrote:
>> On 11-01-13 11:33 AM, Elizabeth Flanagan wrote:
>> > All,
>> >
>> > The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
>> > showing 3 build failures so far.
>> >
>> > Machine: qemux86
>> > Failure: intermittent tasks_0.18 failure at do_compile
>> > Description: Tasks_0.18 has failed during one buildset, however it's not
>> > failing on the other.
>> >
>> >
>> > Machine: arm
>> > Failure: sanity tests time out and cause cascading failures.
>> > Description: I'm patching the autobuilder today so that sanity tests
>> > timing out shouldn't cause a cascading failure, however the arm sanity
>> > tests are still timing out.
>> >
>> > Machine: qemux86-64
>> > Failure: linux-yocto_git failing at do_compile_perf
>> > Description:
>> > |     CC util/scripting-engines/trace-event-perl.o
>> > | cc1: warnings being treated as errors
>> > | cc1: error: include location "/usr/local/include" is unsafe for
>> > cross-compilation
>>
>> I saw this one as well, but hadn't gone back to look at
>> it yet. Did something change underneath us?
>>
>> I haven't updated any parts of the recipes or kernel that
>> would have triggered the new failure. Or at least nothing
>> that has ever showed up in my testing.
>>
>
> Yeah, it's strange that this starts happening seemingly out of the blue
> - nothing wrt this has changed recently AFAICS.
>
>> Darren/Tom: you guys have been into perf/trace recently,
>> any ideas (or time) for a quick fix ? I'm going to be
>> pegged for the day trying to sort out some other items.
>>
>
> Coincidentally, I was going to look at perf scripting next week - guess
> I'll start this week instead.  Don't have a quick fix off the top of my
> head - will start looking into it later today/tonight...
>
> Tom
>
>> Cheers,
>>
>> Bruce
>>
>> > | make: *** [util/scripting-engines/trace-event-perl.o] Error 1
>> >
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



-- 
-----------------------------------------------------------
João Henrique Freitas - joaohf_at_gmail.com
Campinas-SP-Brasil
BSD051283
LPI 1
http://www.joaohfreitas.eti.br


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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-14  1:37     ` João Henrique Freitas
@ 2011-01-14  1:41       ` Bruce Ashfield
  2011-01-14  6:34         ` Tom Zanussi
  0 siblings, 1 reply; 8+ messages in thread
From: Bruce Ashfield @ 2011-01-14  1:41 UTC (permalink / raw)
  To: João Henrique Freitas; +Cc: yocto@yoctoproject.org

On 11-01-13 8:37 PM, João Henrique Freitas wrote:
> Hi,
>
> I have two build machines:
>
> x86 ubuntu 10.04 at work
> x86_64 ubuntu 10.04 at home
>
> At home all things goes ok. But at work perf has failed.

Are your package lists identical ? Sounds like host contamination
to me and perf is deciding to build perl or not perl based on
what the host has installed.

>
> The problem is LIBPERL. I can't understand why but at work the
> Makefile from perf does not have the flag NO_LIBPERL.
>
> To 'solve'  it I put:
>
> do_compile_perf() {
> 	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix}
> NO_LIBPERL=1

This works .. or to get the functionality back, we get perl
in the package list and kindly ask perf to look in our sysroot
for what it needs :)

Thanks for the digging on this.

Bruce

> }
>
> in linux-tools.inc
>
> Thanks.
>
> On Thu, Jan 13, 2011 at 2:47 PM, Tom Zanussi<tom.zanussi@intel.com>  wrote:
>> On Thu, 2011-01-13 at 08:37 -0800, Bruce Ashfield wrote:
>>> On 11-01-13 11:33 AM, Elizabeth Flanagan wrote:
>>>> All,
>>>>
>>>> The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
>>>> showing 3 build failures so far.
>>>>
>>>> Machine: qemux86
>>>> Failure: intermittent tasks_0.18 failure at do_compile
>>>> Description: Tasks_0.18 has failed during one buildset, however it's not
>>>> failing on the other.
>>>>
>>>>
>>>> Machine: arm
>>>> Failure: sanity tests time out and cause cascading failures.
>>>> Description: I'm patching the autobuilder today so that sanity tests
>>>> timing out shouldn't cause a cascading failure, however the arm sanity
>>>> tests are still timing out.
>>>>
>>>> Machine: qemux86-64
>>>> Failure: linux-yocto_git failing at do_compile_perf
>>>> Description:
>>>> |     CC util/scripting-engines/trace-event-perl.o
>>>> | cc1: warnings being treated as errors
>>>> | cc1: error: include location "/usr/local/include" is unsafe for
>>>> cross-compilation
>>>
>>> I saw this one as well, but hadn't gone back to look at
>>> it yet. Did something change underneath us?
>>>
>>> I haven't updated any parts of the recipes or kernel that
>>> would have triggered the new failure. Or at least nothing
>>> that has ever showed up in my testing.
>>>
>>
>> Yeah, it's strange that this starts happening seemingly out of the blue
>> - nothing wrt this has changed recently AFAICS.
>>
>>> Darren/Tom: you guys have been into perf/trace recently,
>>> any ideas (or time) for a quick fix ? I'm going to be
>>> pegged for the day trying to sort out some other items.
>>>
>>
>> Coincidentally, I was going to look at perf scripting next week - guess
>> I'll start this week instead.  Don't have a quick fix off the top of my
>> head - will start looking into it later today/tonight...
>>
>> Tom
>>
>>> Cheers,
>>>
>>> Bruce
>>>
>>>> | make: *** [util/scripting-engines/trace-event-perl.o] Error 1
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
>
>



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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-13 16:33 Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3 Elizabeth Flanagan
  2011-01-13 16:37 ` Bruce Ashfield
@ 2011-01-14  1:59 ` Xu, Jiajun
  1 sibling, 0 replies; 8+ messages in thread
From: Xu, Jiajun @ 2011-01-14  1:59 UTC (permalink / raw)
  To: Flanagan, Elizabeth, yocto@yoctoproject.org

> All,
> 
> The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3
> is showing 3 build failures so far.
> 
> Machine: qemux86
> Failure: intermittent tasks_0.18 failure at do_compile
> Description: Tasks_0.18 has failed during one buildset, however it's
> not failing on the other.
> 
> 
> Machine: arm
> Failure: sanity tests time out and cause cascading failures.
> Description: I'm patching the autobuilder today so that sanity tests
> timing out shouldn't cause a cascading failure, however the arm sanity
> tests are still timing out.
> 

What's the patch you made for autobuilder? I think the patch I sent out yesterday can prevent the cascading failure but it has not been checked in yet.

> Machine: qemux86-64 Failure: linux-yocto_git failing at do_compile_perf
> Description: |     CC util/scripting-engines/trace-event-perl.o | cc1:
> warnings being treated as errors | cc1: error: include location
> "/usr/local/include" is unsafe for cross-compilation | make: ***
> [util/scripting-engines/trace-event-perl.o] Error 1
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Best Regards,
Jiajun




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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-14  1:41       ` Bruce Ashfield
@ 2011-01-14  6:34         ` Tom Zanussi
  2011-01-14 15:48           ` Bruce Ashfield
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Zanussi @ 2011-01-14  6:34 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto@yoctoproject.org

On Thu, 2011-01-13 at 17:41 -0800, Bruce Ashfield wrote:
> On 11-01-13 8:37 PM, João Henrique Freitas wrote:
> > Hi,
> >
> > I have two build machines:
> >
> > x86 ubuntu 10.04 at work
> > x86_64 ubuntu 10.04 at home
> >
> > At home all things goes ok. But at work perf has failed.
> 
> Are your package lists identical ? Sounds like host contamination
> to me and perf is deciding to build perl or not perl based on
> what the host has installed.
> 
> >
> > The problem is LIBPERL. I can't understand why but at work the
> > Makefile from perf does not have the flag NO_LIBPERL.
> >
> > To 'solve'  it I put:
> >
> > do_compile_perf() {
> > 	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix}
> > NO_LIBPERL=1
> 
> This works .. or to get the functionality back, we get perl
> in the package list and kindly ask perf to look in our sysroot
> for what it needs :)
> 

One thing I notice is that recipes-devtools/perl/perl_5.12.2.bb doesn't
install ExtUtils, which perl_5.8.8.bb did.

The logic in perf that decides whether to define NO_LIBPERL depends on
the output of ExtUtils::Embed - it looks like it may be picking up the
host's ccopts instead, which might explain the /usr/local/include in the
error message:

cc1: error: include location "/usr/local/include" is unsafe for cross-compilation

Will look into it more tomorrow...

Tom

> Thanks for the digging on this.
> 
> Bruce
> 
> > }
> >
> > in linux-tools.inc
> >
> > Thanks.
> >
> > On Thu, Jan 13, 2011 at 2:47 PM, Tom Zanussi<tom.zanussi@intel.com>  wrote:
> >> On Thu, 2011-01-13 at 08:37 -0800, Bruce Ashfield wrote:
> >>> On 11-01-13 11:33 AM, Elizabeth Flanagan wrote:
> >>>> All,
> >>>>
> >>>> The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
> >>>> showing 3 build failures so far.
> >>>>
> >>>> Machine: qemux86
> >>>> Failure: intermittent tasks_0.18 failure at do_compile
> >>>> Description: Tasks_0.18 has failed during one buildset, however it's not
> >>>> failing on the other.
> >>>>
> >>>>
> >>>> Machine: arm
> >>>> Failure: sanity tests time out and cause cascading failures.
> >>>> Description: I'm patching the autobuilder today so that sanity tests
> >>>> timing out shouldn't cause a cascading failure, however the arm sanity
> >>>> tests are still timing out.
> >>>>
> >>>> Machine: qemux86-64
> >>>> Failure: linux-yocto_git failing at do_compile_perf
> >>>> Description:
> >>>> |     CC util/scripting-engines/trace-event-perl.o
> >>>> | cc1: warnings being treated as errors
> >>>> | cc1: error: include location "/usr/local/include" is unsafe for
> >>>> cross-compilation
> >>>
> >>> I saw this one as well, but hadn't gone back to look at
> >>> it yet. Did something change underneath us?
> >>>
> >>> I haven't updated any parts of the recipes or kernel that
> >>> would have triggered the new failure. Or at least nothing
> >>> that has ever showed up in my testing.
> >>>
> >>
> >> Yeah, it's strange that this starts happening seemingly out of the blue
> >> - nothing wrt this has changed recently AFAICS.
> >>
> >>> Darren/Tom: you guys have been into perf/trace recently,
> >>> any ideas (or time) for a quick fix ? I'm going to be
> >>> pegged for the day trying to sort out some other items.
> >>>
> >>
> >> Coincidentally, I was going to look at perf scripting next week - guess
> >> I'll start this week instead.  Don't have a quick fix off the top of my
> >> head - will start looking into it later today/tonight...
> >>
> >> Tom
> >>
> >>> Cheers,
> >>>
> >>> Bruce
> >>>
> >>>> | make: *** [util/scripting-engines/trace-event-perl.o] Error 1
> >>>>
> >>>> _______________________________________________
> >>>> yocto mailing list
> >>>> yocto@yoctoproject.org
> >>>> https://lists.yoctoproject.org/listinfo/yocto
> >>>
> >>
> >>
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >>
> >
> >
> >
> 




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

* Re: Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3
  2011-01-14  6:34         ` Tom Zanussi
@ 2011-01-14 15:48           ` Bruce Ashfield
  0 siblings, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2011-01-14 15:48 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: yocto@yoctoproject.org

On 11-01-14 01:34 AM, Tom Zanussi wrote:
> On Thu, 2011-01-13 at 17:41 -0800, Bruce Ashfield wrote:
>> On 11-01-13 8:37 PM, João Henrique Freitas wrote:
>>> Hi,
>>>
>>> I have two build machines:
>>>
>>> x86 ubuntu 10.04 at work
>>> x86_64 ubuntu 10.04 at home
>>>
>>> At home all things goes ok. But at work perf has failed.
>>
>> Are your package lists identical ? Sounds like host contamination
>> to me and perf is deciding to build perl or not perl based on
>> what the host has installed.
>>
>>>
>>> The problem is LIBPERL. I can't understand why but at work the
>>> Makefile from perf does not have the flag NO_LIBPERL.
>>>
>>> To 'solve'  it I put:
>>>
>>> do_compile_perf() {
>>> 	oe_runmake -C ${S}/tools/perf CC="${CC}" LD="${LD}" prefix=${prefix}
>>> NO_LIBPERL=1
>>
>> This works .. or to get the functionality back, we get perl
>> in the package list and kindly ask perf to look in our sysroot
>> for what it needs :)
>>
>
> One thing I notice is that recipes-devtools/perl/perl_5.12.2.bb doesn't
> install ExtUtils, which perl_5.8.8.bb did.

That would explain the "what changed under us?" if this
turns out to be the cause.

>
> The logic in perf that decides whether to define NO_LIBPERL depends on
> the output of ExtUtils::Embed - it looks like it may be picking up the
> host's ccopts instead, which might explain the /usr/local/include in the
> error message:
>
> cc1: error: include location "/usr/local/include" is unsafe for cross-compilation

Sounds like we are on the right track.

>
> Will look into it more tomorrow...

Many thanks!

Bruce

>
> Tom
>
>> Thanks for the digging on this.
>>
>> Bruce
>>
>>> }
>>>
>>> in linux-tools.inc
>>>
>>> Thanks.
>>>
>>> On Thu, Jan 13, 2011 at 2:47 PM, Tom Zanussi<tom.zanussi@intel.com>   wrote:
>>>> On Thu, 2011-01-13 at 08:37 -0800, Bruce Ashfield wrote:
>>>>> On 11-01-13 11:33 AM, Elizabeth Flanagan wrote:
>>>>>> All,
>>>>>>
>>>>>> The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is
>>>>>> showing 3 build failures so far.
>>>>>>
>>>>>> Machine: qemux86
>>>>>> Failure: intermittent tasks_0.18 failure at do_compile
>>>>>> Description: Tasks_0.18 has failed during one buildset, however it's not
>>>>>> failing on the other.
>>>>>>
>>>>>>
>>>>>> Machine: arm
>>>>>> Failure: sanity tests time out and cause cascading failures.
>>>>>> Description: I'm patching the autobuilder today so that sanity tests
>>>>>> timing out shouldn't cause a cascading failure, however the arm sanity
>>>>>> tests are still timing out.
>>>>>>
>>>>>> Machine: qemux86-64
>>>>>> Failure: linux-yocto_git failing at do_compile_perf
>>>>>> Description:
>>>>>> |     CC util/scripting-engines/trace-event-perl.o
>>>>>> | cc1: warnings being treated as errors
>>>>>> | cc1: error: include location "/usr/local/include" is unsafe for
>>>>>> cross-compilation
>>>>>
>>>>> I saw this one as well, but hadn't gone back to look at
>>>>> it yet. Did something change underneath us?
>>>>>
>>>>> I haven't updated any parts of the recipes or kernel that
>>>>> would have triggered the new failure. Or at least nothing
>>>>> that has ever showed up in my testing.
>>>>>
>>>>
>>>> Yeah, it's strange that this starts happening seemingly out of the blue
>>>> - nothing wrt this has changed recently AFAICS.
>>>>
>>>>> Darren/Tom: you guys have been into perf/trace recently,
>>>>> any ideas (or time) for a quick fix ? I'm going to be
>>>>> pegged for the day trying to sort out some other items.
>>>>>
>>>>
>>>> Coincidentally, I was going to look at perf scripting next week - guess
>>>> I'll start this week instead.  Don't have a quick fix off the top of my
>>>> head - will start looking into it later today/tonight...
>>>>
>>>> Tom
>>>>
>>>>> Cheers,
>>>>>
>>>>> Bruce
>>>>>
>>>>>> | make: *** [util/scripting-engines/trace-event-perl.o] Error 1
>>>>>>
>>>>>> _______________________________________________
>>>>>> yocto mailing list
>>>>>> yocto@yoctoproject.org
>>>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto
>>>>
>>>
>>>
>>>
>>
>
>



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

end of thread, other threads:[~2011-01-14 15:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 16:33 Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3 Elizabeth Flanagan
2011-01-13 16:37 ` Bruce Ashfield
2011-01-13 16:47   ` Tom Zanussi
2011-01-14  1:37     ` João Henrique Freitas
2011-01-14  1:41       ` Bruce Ashfield
2011-01-14  6:34         ` Tom Zanussi
2011-01-14 15:48           ` Bruce Ashfield
2011-01-14  1:59 ` Xu, Jiajun

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.