From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SKXNQ-0005TP-Ud for openembedded-core@lists.openembedded.org; Wed, 18 Apr 2012 18:05:05 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 18 Apr 2012 08:55:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="155181217" Received: from unknown (HELO envy.home) ([10.255.12.120]) by fmsmga002.fm.intel.com with ESMTP; 18 Apr 2012 08:55:30 -0700 Message-ID: <4F8EE3D1.107@linux.intel.com> Date: Wed, 18 Apr 2012 08:54:57 -0700 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <5840692e28971d911b9c95eb85c2aff0eb028e3c.1334763599.git.dvhart@linux.intel.com> <4F8EE320.4010200@linux.intel.com> In-Reply-To: <4F8EE320.4010200@linux.intel.com> X-Enigmail-Version: 1.4 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:05:05 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/18/2012 08:52 AM, Joshua Lock wrote: > > > 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 haven't seen those particular errors, but will follow-up in the bug. -- Darren > 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" > -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel