All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake quitting without parsing or doing anything
@ 2011-06-10 23:03 Khem Raj
  2011-06-10 23:51 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-06-10 23:03 UTC (permalink / raw)
  To: bitbake-devel

Hi

I started to experience this error on my machine when I updated bitbake
in my setup today. bitbake console-image simply quits without doing anything
and it dies pretty early. Same setup worked fine last week I did not change
anything

I could trace it go until

bb.event.fire(bb.event.ConfigParsed(), data) line 693 in lib/bb/cooker.py
and silently quit after that

Bisecting resulting in this commit being bad for me.

Let me know if I more information is needed


d21d5954d0c08b1c80b72c5f37becc2e58ec916a is the first bad commit
commit d21d5954d0c08b1c80b72c5f37becc2e58ec916a
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date:   Wed Jun 8 13:08:52 2011 +0100

    bitbake/server: Move server specific code into the server backend and create a server API
    
    Move the server implementation specific code into the server backend where
    it belongs and replace this with a set of object method calls which
    establish the server, detach it and then connect to it using appropriate
    IPC.
    
    Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

-- 
-Khem



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

* Re: bitbake quitting without parsing or doing anything
  2011-06-10 23:03 bitbake quitting without parsing or doing anything Khem Raj
@ 2011-06-10 23:51 ` Khem Raj
  2011-06-14 15:39   ` Chris Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-06-10 23:51 UTC (permalink / raw)
  To: bitbake-devel

On Fri, Jun 10, 2011 at 4:03 PM, Khem Raj <raj.khem@gmail.com> wrote:
> Hi
>
> I started to experience this error on my machine when I updated bitbake
> in my setup today. bitbake console-image simply quits without doing anything
> and it dies pretty early. Same setup worked fine last week I did not change
> anything
>
> I could trace it go until
>
> bb.event.fire(bb.event.ConfigParsed(), data) line 693 in lib/bb/cooker.py
> and silently quit after that
>
> Bisecting resulting in this commit being bad for me.
>
> Let me know if I more information is needed
>
>
> d21d5954d0c08b1c80b72c5f37becc2e58ec916a is the first bad commit
> commit d21d5954d0c08b1c80b72c5f37becc2e58ec916a
> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> Date:   Wed Jun 8 13:08:52 2011 +0100
>
>    bitbake/server: Move server specific code into the server backend and create a server API
>
>    Move the server implementation specific code into the server backend where
>    it belongs and replace this with a set of object method calls which
>    establish the server, detach it and then connect to it using appropriate
>    IPC.
>
>    Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>

strangely recloning it works fine again. Dont know why

> --
> -Khem
>



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

* Re: bitbake quitting without parsing or doing anything
  2011-06-10 23:51 ` Khem Raj
@ 2011-06-14 15:39   ` Chris Larson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Larson @ 2011-06-14 15:39 UTC (permalink / raw)
  To: Khem Raj; +Cc: bitbake-devel

On Fri, Jun 10, 2011 at 4:51 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Fri, Jun 10, 2011 at 4:03 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> Hi
>>
>> I started to experience this error on my machine when I updated bitbake
>> in my setup today. bitbake console-image simply quits without doing anything
>> and it dies pretty early. Same setup worked fine last week I did not change
>> anything
>>
>> I could trace it go until
>>
>> bb.event.fire(bb.event.ConfigParsed(), data) line 693 in lib/bb/cooker.py
>> and silently quit after that
>>
>> Bisecting resulting in this commit being bad for me.
>>
>> Let me know if I more information is needed
>>
>>
>> d21d5954d0c08b1c80b72c5f37becc2e58ec916a is the first bad commit
>> commit d21d5954d0c08b1c80b72c5f37becc2e58ec916a
>> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Date:   Wed Jun 8 13:08:52 2011 +0100
>>
>>    bitbake/server: Move server specific code into the server backend and create a server API
>>
>>    Move the server implementation specific code into the server backend where
>>    it belongs and replace this with a set of object method calls which
>>    establish the server, detach it and then connect to it using appropriate
>>    IPC.
>>
>>    Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>>
>
> strangely recloning it works fine again. Dont know why

I just ran into this one. bitbake exists silently, no useful output,
-DDD doesn't result in anything useful.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-10 23:03 bitbake quitting without parsing or doing anything Khem Raj
2011-06-10 23:51 ` Khem Raj
2011-06-14 15:39   ` Chris Larson

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.