[Openembedded-users] shasum-native do_compile failed

Oleg V. Kobrin kkobru at gmail.com
Thu Apr 30 07:51:50 UTC 2009


I did a fresh installation of OpenSUSE and then set up openembedded.
then I'm trying to build something, the compilation of shasum-native fails:

:~/oe/build> bitbake shasum-native
/usr/local/lib/python2.6/site-packages/bb/COW.py:29:
DeprecationWarning: the sets module is deprecated
 import types, sets
NOTE: Handling BitBake files: - (6722/6722) [100 %]
NOTE: Parsing finished. 6443 cached, 0 parsed, 279 skipped, 0 masked.
NOTE: Cache is clean, not saving.
NOTE: build 200812220022: started

OE Build Configuration:
BB_VERSION        = "1.8.12"
METADATA_BRANCH   = "org.openembedded.dev"
METADATA_REVISION = "eaf85d32077a07dd18c3af3f713949feea3bfbc5"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "mx21ads"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2009.X-test-20081221"
TARGET_FPU        = "soft"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 7 of 17 (ID: 7,
/home/lorr/oe/openembedded/recipes/shasum/shasum-native.bb,
do_compile)
NOTE: package shasum-native-1.0-r1: task do_compile: started
ERROR: function do_compile failed
ERROR: log data follows
(/home/lorr/oe/build/tmp/work/i686-linux/shasum-native-1.0-r1/temp/log.do_compile.9817)
NOTE: Task failed:
/home/lorr/oe/build/tmp/work/i686-linux/shasum-native-1.0-r1/temp/log.do_compile.9817
NOTE: package shasum-native-1.0-r1: task do_compile: failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of
/home/lorr/oe/openembedded/recipes/shasum/shasum-native.bb do_compile
failed
ERROR: Task 7 (/home/lorr/oe/openembedded/recipes/shasum/shasum-native.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 6 tasks of which 6 didn't need to be
rerun and 1 failed.
ERROR: '/home/lorr/oe/openembedded/recipes/shasum/shasum-native.bb' failed
NOTE: build 200812220022: completed


the log file (/home/lorr/oe/build/tmp/work/i686-linux/shasum-native-1.0-r1/temp/log.do_compile.9817)
is empty.
I tryed bitbake with -DD option, and manually executed a line:

cd /home/lorr/oe/build/tmp/work/i686-linux/shasum-native-1.0-r1
ccache gcc -isystem/home/lorr/oe/build/tmp/staging/i686-linux/usr/include
-O2 -isystem/home/lorr/oe/build/tmp/staging/i686-linux/usr/include -o
oe_sha256sum main.c sha256.c

and everything is ok, no errors.

what can it be?

-- 
_____________
Oleg V. Kobrin




More information about the Openembedded-users mailing list