From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7FF79E00895; Thu, 4 Dec 2014 07:16:22 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2990FE00861 for ; Thu, 4 Dec 2014 07:16:19 -0800 (PST) Received: from [192.168.1.10] (unknown [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id D88362078E0C for ; Thu, 4 Dec 2014 15:16:17 +0000 (UTC) Message-ID: <54807AC1.3090104@mindchasers.com> Date: Thu, 04 Dec 2014 10:16:17 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: e2fsprogs issue in SDK V1.6 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: Thu, 04 Dec 2014 15:16:22 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 12/04/2014 02:13 AM, Vigneshwaren Sankaran wrote: > yocto SDK v1.6 has e2fsprogs version 1.42.9 > > I have a successfull build with SDK v1.4 (which has e2fsprogs-1.42.7). > > But with SDK1.6 the build hangs at do_install of e2fsprogs > > Currently 2 running tasks (2769 of 2897): > 0: e2fsprogs-1.42.7-r0 do_install (pid 18653) > 1: e2fsprogs-native-1.42.7-r0 do_install (pid 18669) > > I have made sure I have enough space on my HDD (around 70GB of free > space) and this issue is somewhat bizarre and wierd. I have also made > sure I have installed all recommended packages that the documentation > had asked me to install > > How do I debug this issue. If it was me, I would start with adding -v and -DDD to the bitbake command line and look at the log.do_install & run.do_install files in the e2fsprogs-native's temp folder (inside your build directory). You can force the baking of a particular task by using bitbake with "-c -f" > > Thanks in advance. > >