From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id C4699E01482 for ; Mon, 11 Feb 2013 04:02:40 -0800 (PST) Received: by mail-oa0-f50.google.com with SMTP id l20so6029825oag.23 for ; Mon, 11 Feb 2013 04:02:39 -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=4jeV8J8FeBAofiFE3nHYMpemzh88wl2yeUyzZMcPL1g=; b=vz5djbaqg7CpH8n7wdxn6i29+YyLQkROycT9NDdvCkdasW6/xn+s3ppBGzv6dnIRHX S2tBHWZ7XR00HoEHaOpiTUhop5ClGePnwbnYBD/lY2/ikGBCIJOL92o0jStpFRUD6Rua sC9H/RhodJtCgMpPFzAGAYmp4cjpOg4VZOeJNPAVIGqfX9gYEeRrPwRCZEJHusyAL3Vv tMt0N8hn+DrEXQjlvF0a+1x5j466MZmfubvncjUIhSmGQ72LTkxQYBDlOozr9ytb8Hh1 iImYm+8wDcWgG0PtMiuFZeUR87d8TWOfBOwIQLLa2GSk5ushVO4sVIbB+xiMRwLaUCMj cEcQ== MIME-Version: 1.0 X-Received: by 10.182.180.113 with SMTP id dn17mr10411821obc.5.1360584159768; Mon, 11 Feb 2013 04:02:39 -0800 (PST) Received: by 10.60.95.167 with HTTP; Mon, 11 Feb 2013 04:02:39 -0800 (PST) In-Reply-To: References: Date: Mon, 11 Feb 2013 17:32:39 +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:02:41 -0000 Content-Type: text/plain; charset=ISO-8859-1 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? -Pj