From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.dream-property.net ([82.149.226.172]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S5dsF-0004RH-By for openembedded-core@lists.openembedded.org; Thu, 08 Mar 2012 14:59:22 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 884043159F53 for ; Thu, 8 Mar 2012 14:34:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lji5fJgKuugc for ; Thu, 8 Mar 2012 14:34:29 +0100 (CET) Received: from [172.22.22.61] (drms-590ed42d.pool.mediaWays.net [89.14.212.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id 7BE8E3159F51 for ; Thu, 8 Mar 2012 14:34:29 +0100 (CET) Message-ID: <4F58B564.5040708@opendreambox.org> Date: Thu, 08 Mar 2012 14:34:28 +0100 From: Andreas Oberritter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: In-Reply-To: Subject: Re: Recipes with disabled parallel make 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: Thu, 08 Mar 2012 13:59:22 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 02.03.2012 23:29, Yury Bushmelev wrote: > 2012/2/10 Khem Raj : >> Hi >> >> Just grepped for the occurances of disabled parallel make and I see >> around 40 cases on oe-core >> >> git grep PARALLEL_MAKE.*=.*\"\" recipes* | grep -v "#" >> >> If someone has time to kill then it would help to see if some of these >> are fixed by time or can be fixed >> >> it can help in paralleling the build a bit more. > > Well, I have some first results! :) > > > 1. Recipes (files) confirmed to fail with P_M enabled (need to have > P_M disabled as it is now): > meta/recipes-connectivity/bind/bind_9.8.1.bb > meta/recipes-extended/slang/slang_2.2.4.bb > meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb > meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb > meta/recipes-support/pth/pth_2.0.7.bb meta/recipes-devtools/libtool/libtool_2.4.2.bb might need disabled P_M, too: | ./mipsel-oe-linux-libtool --tag=CC --mode=compile ccache mipsel-oe-linux-gcc -mel -mabi=32 -mhard-float -march=mips32 --sysroot=.../tmp/sysroots/dm7020hd -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -Os -pipe -g -feliminate-unused-debug-types -c -o libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo './'`libltdl/slist.c | /bin/sh: ./mipsel-oe-linux-libtool: /bin/sh: bad interpreter: Text file busy | make[2]: *** [libltdl/libltdl_libltdl_la-slist.lo] Error 126 | make[2]: *** Waiting for unfinished jobs.... This was a fresh build with clean tmp and sstate-cache. I've just seen this failue for the first time. BB_NUMBER_THREADS = "4" PARALLEL_MAKE = "-j 4" Regards, Andreas