From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2-g21.free.fr ([212.27.42.2]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SB3Di-0000Og-DU for bitbake-devel@lists.openembedded.org; Fri, 23 Mar 2012 13:03:50 +0100 Received: from eb-e6520 (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 01AC84B0090; Fri, 23 Mar 2012 12:54:51 +0100 (CET) Date: Fri, 23 Mar 2012 12:54:50 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: "Xu, Dongxiao" Message-ID: <20120323125450.16ff9d90@eb-e6520> In-Reply-To: <1332503125.1849.0.camel@dongxiao-osel> References: <20120322122219.0df320be@eb-e6520> <20120323091314.5b5d00a0@eb-e6520> <1332503125.1849.0.camel@dongxiao-osel> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: bitbake-devel@lists.openembedded.org Subject: Re: Hob : IndexError: list index out of range X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 12:03:50 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Dongxiao, Le Fri, 23 Mar 2012 19:45:24 +0800, "Xu, Dongxiao" a =E9crit : > On Fri, 2012-03-23 at 09:13 +0100, Eric B=E9nard wrote: > > Le Thu, 22 Mar 2012 12:22:19 +0100, > > Eric B=E9nard a =E9crit : > > > while testing HOB, once the image appears to finish to build, got thi= s error : > > >=20 > > > Traceback (most recent call last): > > > File "/home/ebenard/openembedded-core/bitbake/lib/bb/ui/crumbs/buil= der.py", line 431, in handler_command_succeeded_cb > > > self.switch_page(self.IMAGE_GENERATED) > > > File "/home/ebenard/openembedded-core/bitbake/lib/bb/ui/crumbs/buil= der.py", line 339, in switch_page > > > self.image_details_page.show_page(next_step) > > > File "/home/ebenard/openembedded-core/bitbake/lib/bb/ui/crumbs/imag= edetailspage.py", line 187, in show_page > > > image_size =3D self._size_to_string(os.stat(os.path.join(image_ad= dr, image_names[0])).st_size) > > > IndexError: list index out of range > > >=20 > > is there anyone reproducing this or is this a local issue ? >=20 > Could you tell me your configuration to reproduce this issue? >=20 plain oe-core + qemuarm machine I chose clutter image, then bake it and once that seems to finish I get this error (and the user interface gets frozen IIRC. Eric