In oe_libinstall() for flex-native, bb fails to find the required .lai file, and consequently executes a "cd" with no parameter. When it tries to install libfl.a, it doesn't find it, because it's in the wrong working directory. libfl.a does exist:

   $ bitbake nano
   NOTE: Handling BitBake files: \ (5407/5407) [100 %]
   NOTE: Parsing finished. 5165 cached, 0 parsed, 242 skipped, 0 masked.
   NOTE: build 200806031710: started

   OE Build Configuration:
   BB_VERSION     = "1.8.10"
   OE_REVISION    = "6f0c90fd27f225177b6d92c123d266df5f5be56e"
   TARGET_ARCH    = "arm"
   TARGET_OS      = "linux-gnueabi"
   MACHINE        = "davinci-dvevm"
   DISTRO         = "angstrom"
   DISTRO_VERSION = "2008.1-test-20080603"
   TARGET_FPU     = "soft"

   NOTE: Resolving any missing task queue dependencies
   NOTE: preferred version 2.6.1 of glibc not available (for item
   virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
   NOTE: Preparing runqueue
   NOTE: Executing runqueue
   NOTE: Running task 159 of 455 (ID: 432,
   
/home/roydsd/Work/oe/stuff/org.openembedded.dev/packages/flex/flex-native_2.5.31.bb,
   do_populate_staging)
   NOTE: package flex-native-2.5.31: started
   NOTE: package flex-native-2.5.31-r2: task do_populate_staging: started
   ERROR: function do_stage failed
   ERROR: see log in
   
/home/roydsd/Work/oe/stuff/build/tmp/work/i686-linux/flex-native-2.5.31-r2/temp/log.do_stage.10644
   NOTE: Task failed:
   
/home/roydsd/Work/oe/stuff/build/tmp/work/i686-linux/flex-native-2.5.31-r2/temp/log.do_stage.10644
   NOTE: package flex-native-2.5.31-r2: task do_populate_staging: failed
   ERROR: TaskFailed event exception, aborting
   NOTE: package flex-native-2.5.31: failed
   ERROR: Build of
   
/home/roydsd/Work/oe/stuff/org.openembedded.dev/packages/flex/flex-native_2.5.31.bb
   do_populate_staging failed
   ERROR: Task 432
   
(/home/roydsd/Work/oe/stuff/org.openembedded.dev/packages/flex/flex-native_2.5.31.bb,
   do_populate_staging) failed
   NOTE: Tasks Summary: Attempted 158 tasks of which 158 didn't need to
   be rerun and 1 failed.
   ERROR:
   
'/home/roydsd/Work/oe/stuff/org.openembedded.dev/packages/flex/flex-native_2.5.31.bb'
   failed

   $ cat
   
/home/roydsd/Work/oe/stuff/build/tmp/work/i686-linux/flex-native-2.5.31-r2/temp/log.do_stage.10644
   oe_libinstall: cd
   oe_libinstall: install -d
   /home/roydsd/Work/oe/stuff/build/tmp/staging/i686-linux/usr/lib/
   oe_libinstall: install -m 0644 libfl.a
   /home/roydsd/Work/oe/stuff/build/tmp/staging/i686-linux/usr/lib/
   install: cannot stat `libfl.a': No such file or directory

   $ ls -lh
   tmp/work/i686-linux/flex-native-2.5.31-r2/flex-2.5.31/libfl.a-rw-r--r--
   1 roydsd roydsd 1.7K 2008-05-30 14:13
   tmp/work/i686-linux/flex-native-2.5.31-r2/flex-2.5.31/libfl.a

Any ideas?

Thanks,
Douglas.






=======================================================================
This email, including any attachments, is only for the intended
addressee.  It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.
=======================================================================


_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

Reply via email to