On 02.03.2012 23:29, Yury Bushmelev wrote: > 2012/2/10 Khem Raj <[email protected]>: >> 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='<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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
