* bitbake error in master ?
@ 2011-05-07 3:56 Bruce Ashfield
2011-05-07 4:01 ` Tom Zanussi
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2011-05-07 3:56 UTC (permalink / raw)
To: poky, Richard Purdie
Am I the only one seeing:
Traceback (most recent call last):
File "/home/bruce/poky/bitbake/bin//bitbake", line 34, in <module>
import bb
File "/home/bruce/poky/bitbake/lib/bb/__init__.py", line 74, in <module>
from bb import fetch2 as fetch
File "/home/bruce/poky/bitbake/lib/bb/fetch2/__init__.py", line 31,
in <module>
import bb.data, bb.persist_data, bb.utils
File "/home/bruce/poky/bitbake/lib/bb/persist_data.py", line 29, in <module>
from bb.compat import total_ordering
ImportError: No module named compat
Which appears to be triggered by:
commit 754d1c69839982b7cdd49839a398e688c0ad9a9b
Author: Chris Larson <chris_larson@mentor.com>
Date: Mon Apr 4 09:36:45 2011 -0700
persist_data: implement comparison, same as dict
(Bitbake rev: 1190406c526c7bb7cf415867be83e0403812a7dd)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-----
Since I haven't heard anyone else mention this, and it seems to be pretty
fundamental .. I tend to suspect myself. But looking at the poky git
repos for master shows me what I have on disk here.
I'll look at this again tomorrow, but just thought I'd ping the list, since
this is stopping me from testing pretty much anything at the moment.
Cheers,
Bruce
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bitbake error in master ?
2011-05-07 3:56 bitbake error in master ? Bruce Ashfield
@ 2011-05-07 4:01 ` Tom Zanussi
2011-05-07 4:04 ` Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: Tom Zanussi @ 2011-05-07 4:01 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: poky@yoctoproject.org
On Fri, 2011-05-06 at 20:56 -0700, Bruce Ashfield wrote:
> Am I the only one seeing:
>
> Traceback (most recent call last):
> File "/home/bruce/poky/bitbake/bin//bitbake", line 34, in <module>
> import bb
> File "/home/bruce/poky/bitbake/lib/bb/__init__.py", line 74, in <module>
> from bb import fetch2 as fetch
> File "/home/bruce/poky/bitbake/lib/bb/fetch2/__init__.py", line 31,
> in <module>
> import bb.data, bb.persist_data, bb.utils
> File "/home/bruce/poky/bitbake/lib/bb/persist_data.py", line 29, in <module>
> from bb.compat import total_ordering
> ImportError: No module named compat
>
> Which appears to be triggered by:
>
> commit 754d1c69839982b7cdd49839a398e688c0ad9a9b
> Author: Chris Larson <chris_larson@mentor.com>
> Date: Mon Apr 4 09:36:45 2011 -0700
>
> persist_data: implement comparison, same as dict
>
> (Bitbake rev: 1190406c526c7bb7cf415867be83e0403812a7dd)
>
> Signed-off-by: Chris Larson <chris_larson@mentor.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> -----
>
> Since I haven't heard anyone else mention this, and it seems to be pretty
> fundamental .. I tend to suspect myself. But looking at the poky git
> repos for master shows me what I have on disk here.
>
> I'll look at this again tomorrow, but just thought I'd ping the list, since
> this is stopping me from testing pretty much anything at the moment.
>
I just saw this too, for now backed up to the last known good commit for
me, 72875493b8bbb5d6793380ee71c6bca4f438ca04, in case you need one...
Tom
> Cheers,
>
> Bruce
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bitbake error in master ?
2011-05-07 4:01 ` Tom Zanussi
@ 2011-05-07 4:04 ` Bruce Ashfield
2011-05-07 7:50 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2011-05-07 4:04 UTC (permalink / raw)
To: Tom Zanussi; +Cc: poky@yoctoproject.org
On 11-05-07 12:01 AM, Tom Zanussi wrote:
> On Fri, 2011-05-06 at 20:56 -0700, Bruce Ashfield wrote:
>> Am I the only one seeing:
>>
>> Traceback (most recent call last):
>> File "/home/bruce/poky/bitbake/bin//bitbake", line 34, in<module>
>> import bb
>> File "/home/bruce/poky/bitbake/lib/bb/__init__.py", line 74, in<module>
>> from bb import fetch2 as fetch
>> File "/home/bruce/poky/bitbake/lib/bb/fetch2/__init__.py", line 31,
>> in<module>
>> import bb.data, bb.persist_data, bb.utils
>> File "/home/bruce/poky/bitbake/lib/bb/persist_data.py", line 29, in<module>
>> from bb.compat import total_ordering
>> ImportError: No module named compat
>>
>> Which appears to be triggered by:
>>
>> commit 754d1c69839982b7cdd49839a398e688c0ad9a9b
>> Author: Chris Larson<chris_larson@mentor.com>
>> Date: Mon Apr 4 09:36:45 2011 -0700
>>
>> persist_data: implement comparison, same as dict
>>
>> (Bitbake rev: 1190406c526c7bb7cf415867be83e0403812a7dd)
>>
>> Signed-off-by: Chris Larson<chris_larson@mentor.com>
>> Signed-off-by: Richard Purdie<richard.purdie@linuxfoundation.org>
>>
>> -----
>>
>> Since I haven't heard anyone else mention this, and it seems to be pretty
>> fundamental .. I tend to suspect myself. But looking at the poky git
>> repos for master shows me what I have on disk here.
>>
>> I'll look at this again tomorrow, but just thought I'd ping the list, since
>> this is stopping me from testing pretty much anything at the moment.
>>
>
> I just saw this too, for now backed up to the last known good commit for
> me, 72875493b8bbb5d6793380ee71c6bca4f438ca04, in case you need one...
Thanks Tom,
Saves me a little bisection fun.
Bruce
>
> Tom
>
>> Cheers,
>>
>> Bruce
>>
>>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bitbake error in master ?
2011-05-07 4:04 ` Bruce Ashfield
@ 2011-05-07 7:50 ` Richard Purdie
0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-05-07 7:50 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: poky@yoctoproject.org
On Sat, 2011-05-07 at 00:04 -0400, Bruce Ashfield wrote:
> On 11-05-07 12:01 AM, Tom Zanussi wrote:
> > On Fri, 2011-05-06 at 20:56 -0700, Bruce Ashfield wrote:
> >> Am I the only one seeing:
> >>
> >> Traceback (most recent call last):
> >> File "/home/bruce/poky/bitbake/bin//bitbake", line 34, in<module>
> >> import bb
> >> File "/home/bruce/poky/bitbake/lib/bb/__init__.py", line 74, in<module>
> >> from bb import fetch2 as fetch
> >> File "/home/bruce/poky/bitbake/lib/bb/fetch2/__init__.py", line 31,
> >> in<module>
> >> import bb.data, bb.persist_data, bb.utils
> >> File "/home/bruce/poky/bitbake/lib/bb/persist_data.py", line 29, in<module>
> >> from bb.compat import total_ordering
> >> ImportError: No module named compat
> >>
> >> Which appears to be triggered by:
> >>
> >> commit 754d1c69839982b7cdd49839a398e688c0ad9a9b
> >> Author: Chris Larson<chris_larson@mentor.com>
> >> Date: Mon Apr 4 09:36:45 2011 -0700
> >>
> >> persist_data: implement comparison, same as dict
> >>
> >> (Bitbake rev: 1190406c526c7bb7cf415867be83e0403812a7dd)
> >>
> >> Signed-off-by: Chris Larson<chris_larson@mentor.com>
> >> Signed-off-by: Richard Purdie<richard.purdie@linuxfoundation.org>
> >>
> >> -----
> >>
> >> Since I haven't heard anyone else mention this, and it seems to be pretty
> >> fundamental .. I tend to suspect myself. But looking at the poky git
> >> repos for master shows me what I have on disk here.
> >>
> >> I'll look at this again tomorrow, but just thought I'd ping the list, since
> >> this is stopping me from testing pretty much anything at the moment.
> >>
> >
> > I just saw this too, for now backed up to the last known good commit for
> > me, 72875493b8bbb5d6793380ee71c6bca4f438ca04, in case you need one...
>
> Thanks Tom,
>
> Saves me a little bisection fun.
Oops, I had this locally but didn't add it, sorry. Its there now.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-07 7:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 3:56 bitbake error in master ? Bruce Ashfield
2011-05-07 4:01 ` Tom Zanussi
2011-05-07 4:04 ` Bruce Ashfield
2011-05-07 7:50 ` Richard Purdie
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.