From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f41.google.com (mail-oa0-f41.google.com [209.85.219.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id C9A4BE01482 for ; Mon, 11 Feb 2013 04:19:02 -0800 (PST) Received: by mail-oa0-f41.google.com with SMTP id i10so6129356oag.28 for ; Mon, 11 Feb 2013 04:19:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=V2EwGv+K7mnFHsBZfqgHyOmjOp9cIwznDVzxK/RczhI=; b=Neurf8wffcRyYO8k6308qyrwxMl14KdKRJ+akImAX0D6RvQhn/KjbHklvkaeqPq6UB GWvmiPvU7RVX2bQwBP8SVQ+LChD8+SwThuC9+HKhLU9NKcMdTMrx/1DSgvjGrTCHb6bX p8W5T8VWwxa0qYE7vDtmAltn6iEJdXkgAAo3tZl4OsGTs3E7i4FIWYKvmrPWYeBPPxHU 7QSClhQlxbYC/a+O1jQe+iUZZQum8F+R5wh54CIGIr/Ua6VsM37LPWoBkfub1zE1oCr7 334+s1iKziMTR04Vx7BpZpHH5wTxbp811olYQW2w7xagSsANiiUmGx9pICTCSYdckMf3 U6Gw== MIME-Version: 1.0 X-Received: by 10.182.159.5 with SMTP id wy5mr10455615obb.31.1360585141816; Mon, 11 Feb 2013 04:19:01 -0800 (PST) Received: by 10.60.95.167 with HTTP; Mon, 11 Feb 2013 04:19:01 -0800 (PST) In-Reply-To: References: Date: Mon, 11 Feb 2013 17:49:01 +0530 Message-ID: From: Prasant J To: Otavio Salvador Cc: "meta-freescale@yoctoproject.org" Subject: Re: fsl-image-gui build errors on ubuntu 12.04.2 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 12:19:03 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 11, 2013 at 5:37 PM, Otavio Salvador wrote: > On Mon, Feb 11, 2013 at 10:02 AM, Prasant J wrote: >> On Fri, Feb 8, 2013 at 4:28 PM, Otavio Salvador wrote: >>> On Fri, Feb 8, 2013 at 6:52 AM, Prasant J wrote: >>>> On Wed, Feb 6, 2013 at 9:17 PM, Otavio Salvador wrote: >>>>> On Wed, Feb 6, 2013 at 11:40 AM, Prasant J wrote: >>>>>> Hi, >>>>>> >>>>>> I'm trying to build fsl-image-gui but getting the following errors and >>>>>> no images are prepared in tmp/deploy/ >>>>> >>>>> This seems your mysql tarball is corrupted. Do: >>>>> >>>>> bitbake mysql5 -c cleanall >>>>> >>>>> bitbake -c linux-imx -c cleanall >>>>> >>>>> It seems the cached tarball is corrupted as well; please do those two >>>>> and give it a try. >>>>> >>> >>> The linux-imx and linux-libc-headers-imx use same GIT server and it >>> does take a looooooong time to download as those are huge. powertop >>> and others are better to cleanall them and give it a new try. >>> >>> One thing that might explain the corrupt file is if you press Ctrl-C >>> many times to force the interruption. So it will kill the transfer and >>> left a broken file as result. In case you press Ctrl-C *once* it'll >>> finish after it has done current running tasks, safely. >>> >> >> @Otavio: that was the issue. I had presses Ctrl+C more than once and >> the big downloads were getting corrupted and the process never >> finished. >> >> I cleaned them all and continued. There were manageable minor issues. >> >> Now I'm stuck at this point: >> parted-native-3.1-r0 do_configure() >> This process seems to be stuck. Then I tried bitbake fsl-image-gui -v >> and I see that while configuring parted there is a step "checking for >> working sleep...". >> It seems to stuck there. Any idea how long does it sleep? > > Weird; this is quite fast ... > > Maybe due your broken builds you ended with a broken tmp; I'd remove > tmp and give it a new try ... it won't rebuild everything as it's > going to take them from sstate-cache. > Will it download everything again? (Where is all the downloaded packages stored? ) Would it be good if I only cleaned parted : bitbake parted -c cleanall ? -Pj