From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id ECFFF4C8007E for ; Sat, 7 May 2011 02:50:50 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p477oh9R002184; Sat, 7 May 2011 08:50:43 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02088-02; Sat, 7 May 2011 08:50:39 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p477oWV0002178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 May 2011 08:50:35 +0100 From: Richard Purdie To: Bruce Ashfield In-Reply-To: <4DC4C4EA.8050507@windriver.com> References: <1304740882.2592.39.camel@elmorro> <4DC4C4EA.8050507@windriver.com> Date: Sat, 07 May 2011 08:50:27 +0100 Message-ID: <1304754627.30391.185.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: "poky@yoctoproject.org" Subject: Re: bitbake error in master ? X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2011 07:50:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 > >> import bb > >> File "/home/bruce/poky/bitbake/lib/bb/__init__.py", line 74, in > >> from bb import fetch2 as fetch > >> File "/home/bruce/poky/bitbake/lib/bb/fetch2/__init__.py", line 31, > >> in > >> import bb.data, bb.persist_data, bb.utils > >> File "/home/bruce/poky/bitbake/lib/bb/persist_data.py", line 29, in > >> from bb.compat import total_ordering > >> ImportError: No module named compat > >> > >> Which appears to be triggered by: > >> > >> commit 754d1c69839982b7cdd49839a398e688c0ad9a9b > >> Author: Chris Larson > >> Date: Mon Apr 4 09:36:45 2011 -0700 > >> > >> persist_data: implement comparison, same as dict > >> > >> (Bitbake rev: 1190406c526c7bb7cf415867be83e0403812a7dd) > >> > >> Signed-off-by: Chris Larson > >> Signed-off-by: Richard Purdie > >> > >> ----- > >> > >> 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