Hi, I am having some problems with bitbake. When running bitbake do_configure and do_compile fails. If I cd to the the work/.../package/temp directory and execute the run.do_configure.xxxx/run.do_compile.xxxx no problem.
I have pasted an example of a fail below. I can not figure out why there is a difference between python starting the run.do_configure.xxxx/run.do_compile.xxxx and running them from the command line. Any hints gratefully received. BTW I tried removing "-j 4" make option from the local.conf and it made no difference. Cheers, Colin co...@anderson:/storage/colin/oe.git/build$ bitbake pkgconfig-native NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: | (6565/6565) [100 %] NOTE: Parsing finished. 6291 cached, 0 parsed, 274 skipped, 0 masked. NOTE: Cache is clean, not saving. NOTE: build 200903042028: started OE Build Configuration: BB_VERSION = "1.8.13" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "6ce01c5dd3cdb624f0b5a38ef5974ceb996d747d" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "akita" DISTRO = "angstrom" DISTRO_VERSION = "2009.X-test-20090304" TARGET_FPU = "soft" NOTE: Resolving any missing task queue dependencies NOTE: preferred version 1.10 of automake-native not available (for item automake-native) NOTE: Preparing runqueue NOTE: Executing runqueue NOTE: Running task 78 of 121 (ID: 6, /storage/colin/oe.git/org.openembedded.stable/packages/pkgconfig/pkgconfig-native_0.23.bb, do_qa_configure) NOTE: package pkgconfig-native-0.23: started NOTE: package pkgconfig-native-0.23-r7: task do_qa_configure: started NOTE: Checking sanity of the config.log file NOTE: package pkgconfig-native-0.23-r7: task do_qa_configure: completed NOTE: package pkgconfig-native-0.23: completed NOTE: Running task 79 of 121 (ID: 7, /storage/colin/oe.git/org.openembedded.stable/packages/pkgconfig/pkgconfig-native_0.23.bb, do_compile) NOTE: package pkgconfig-native-0.23: started NOTE: package pkgconfig-native-0.23-r7: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/temp/log.do_compile.1904) | NOTE: make -j 4 | make all-recursive | make[1]: Entering directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23' | Making all in glib-1.2.10 | make[2]: Entering directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23/glib-1.2.10' | CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibconfig.h ./config.status | config.status: executing depfiles commands | config.status: executing libtool commands | config.status: executing default-1 commands | creating glibconfig.h | glibconfig.h is unchanged | config.status: executing default commands | echo timestamp > stamp-gc-h | make all-recursive | make[3]: Entering directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23/glib-1.2.10' | Making all in . | make[4]: Entering directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23/glib-1.2.10' | /bin/sh ./i686-linux-libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c -o garray.lo garray.c | /bin/sh ./i686-linux-libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT gcache.lo -MD -MP -MF .deps/gcache.Tpo -c -o gcache.lo gcache.c | /bin/sh ./i686-linux-libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT gcompletion.lo -MD -MP -MF .deps/gcompletion.Tpo -c -o gcompletion.lo gcompletion.c | /bin/sh ./i686-linux-libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT gdataset.lo -MD -MP -MF .deps/gdataset.Tpo -c -o gdataset.lo gdataset.c | i686-linux-libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c garray.c -fPIC -DPIC -o .libs/garray.o | i686-linux-libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT gcache.lo -MD -MP -MF .deps/gcache.Tpo -c gcache.c -fPIC -DPIC -o .libs/gcache.o | make[4]: *** [garray.lo] Error 1 | make[4]: *** Waiting for unfinished jobs.... | make[4]: *** [gcache.lo] Error 1 | i686-linux-libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT gcompletion.lo -MD -MP -MF .deps/gcompletion.Tpo -c gcompletion.c -fPIC -DPIC -o .libs/gcompletion.o | i686-linux-libtool: compile: ccache gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -isystem/storage/colin/oe.git/tmp/staging/i686-linux/usr/include -O2 -Wall -D_REENTRANT -MT gdataset.lo -MD -MP -MF .deps/gdataset.Tpo -c gdataset.c -fPIC -DPIC -o .libs/gdataset.o | make[4]: *** [gcompletion.lo] Error 1 | make[4]: *** [gdataset.lo] Error 1 | make[4]: Leaving directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23/glib-1.2.10' | make[3]: *** [all-recursive] Error 1 | make[3]: Leaving directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23/glib-1.2.10' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23/glib-1.2.10' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/pkg-config-0.23' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /storage/colin/oe.git/tmp/work/i686-linux/pkgconfig-native-0.23-r7/temp/log.do_compile.1904 NOTE: package pkgconfig-native-0.23-r7: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package pkgconfig-native-0.23: failed ERROR: Build of /storage/colin/oe.git/org.openembedded.stable/packages/pkgconfig/pkgconfig-native_0.23.bb do_compile failed ERROR: Task 7 (/storage/colin/oe.git/org.openembedded.stable/packages/pkgconfig/pkgconfig-native_0.23.bb, do_compile) failed NOTE: Tasks Summary: Attempted 78 tasks of which 77 didn't need to be rerun and 1 failed. ERROR: '/storage/colin/oe.git/org.openembedded.stable/packages/pkgconfig/pkgconfig-native_0.23.bb' failed NOTE: build 200903042028: completed co...@anderson:/storage/colin/oe.git/build$ _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
