From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 029EAE00824; Tue, 13 Jan 2015 19:04:23 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW 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] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.180 listed in list.dnswl.org] Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B48ABE004FF for ; Tue, 13 Jan 2015 19:04:13 -0800 (PST) Received: by mail-pd0-f180.google.com with SMTP id fl12so7034410pdb.11 for ; Tue, 13 Jan 2015 19:04:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=nLwwRqhLRlBdvbBeJoP7Jl517w8B+qs6aZbzyz3/T/o=; b=BYmVAugTc1GjF0YYpuvKpWYV7TIh0wbT6QVKLgCGDlBugM8d7d8xFVjFnSHBckFc60 mA2TeGQWmv71GD0tiP+2pXmNABEJqm8o8fehYeVsUk6pkfzRMdI+z2O5lRiIwNNxnIX6 EUVsZ7iOPcabRKIWGOuV6tZegEZLkFpIijnLwWmUJFd9z5qkQyMvzWt3cq8OZOmH1RoL mugouSVHKJAf6zMPfWBU3zdXBHkbQjVSW/5YsVUAf3CMcApFnKZRSWZujnW5X/qfWB44 3fWF4kA4LdNl1d613XliHcRbBPSw78kyEB3tWRQRmk3EDQCaklHiElxeW6ElLoWmizjq R25g== X-Gm-Message-State: ALoCoQk4GEWBjXuWtD7CtLF5Usn6AOdj44h3CFyk1F5zAfETSYcRrMLkioOs43qmsKIM1LAQTPhM X-Received: by 10.66.221.135 with SMTP id qe7mr2302587pac.26.1421204652906; Tue, 13 Jan 2015 19:04:12 -0800 (PST) Received: from [192.168.1.12] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id nh4sm18274254pdb.37.2015.01.13.19.04.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jan 2015 19:04:11 -0800 (PST) Message-ID: <54B5DCA9.8040700@boundarydevices.com> Date: Tue, 13 Jan 2015 20:04:09 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Alvin D.M. DIZON" , "meta-freescale@yoctoproject.org" References: <46557CEF4ABDB54B92C59390D2741FD1BCB175@PCISGEX.pciltd.com.sg> In-Reply-To: <46557CEF4ABDB54B92C59390D2741FD1BCB175@PCISGEX.pciltd.com.sg> Subject: Re: bitbake freezes at recipe qt4-x11-free-1_4.8.5-r0: task do_compile: Started 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: Wed, 14 Jan 2015 03:04:23 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Alvin, On 01/13/2015 06:20 PM, Alvin D.M. DIZON wrote: > Hello, > > I am building an image using the "bitbake fsl-image-x11" command. > Bitbake seems to run through all the tasks but the output freezes at > "recipe qt4-x11-free-1_4.8.5-r0: task do_compile: Started". I have tried > stopping bitbake and rebuilding, but it always stops at the same task. I > am using a Ubuntu 12.04 VM running on Oracle Virtualbox. Here is my > local.conf: > I'm not sure about Qt4, but Qt5 eats a **lot** of memory when linking the Webkit libraries (~7GiB), so you may just be thrashing here. I'd suggest running top and possibly strace against the offending process to see if it's moving forward. Regards, Eric