From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SKXK2-0005PF-MS for openembedded-core@lists.openembedded.org; Wed, 18 Apr 2012 18:01:34 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 18 Apr 2012 08:52:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="133973747" Received: from unknown (HELO [10.255.12.205]) ([10.255.12.205]) by orsmga002.jf.intel.com with ESMTP; 18 Apr 2012 08:52:00 -0700 Message-ID: <4F8EE320.4010200@linux.intel.com> Date: Wed, 18 Apr 2012 08:52:00 -0700 From: Joshua Lock User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Darren Hart References: <5840692e28971d911b9c95eb85c2aff0eb028e3c.1334763599.git.dvhart@linux.intel.com> In-Reply-To: <5840692e28971d911b9c95eb85c2aff0eb028e3c.1334763599.git.dvhart@linux.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/1] gthumb: Disable parallel make for gthumb install X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 16:01:34 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 18/04/12 08:40, Darren Hart wrote: > With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install > task hang. Make is spinning at 100% CPU and the build makes no > more progress. > > The following work-around proposed by Richard Purdie allows progress > to be made. > > Signed-off-by: Darren Hart > CC: Joshua Lock > CC: Richard Purdie Signed-off-by: Joshua Lock Can you confirm whether the issues you're seeing are the same as in #2245? https://bugzilla.yoctoproject.org/show_bug.cgi?id=2245 I was looking at a proper fix yesterday but may need to use your beast to reproduce and test. Cheers, Joshua > --- > meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb > index 5c87dc1..5821dc4 100644 > --- a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb > +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb > @@ -8,6 +8,8 @@ PR = "r2" > > EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" > > +PARALLEL_MAKEINST="" > + > inherit gnome pkgconfig > > FILES_${PN} += "${datadir}/icons" -- Joshua Lock Yocto Project Intel Open Source Technology Centre