use org.openembedded.oz354x branch and bitbake r329 (available in sdk/ directory of OZ 3.5.4)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122610\"][{POST_SNAPBACK}][/a][/div]
I have the same error !!!
On the bitbake web page I found an example like "bitbake -b file.bb". With this command something happend (but it is'nt OK)
Now I have 2 questions:
- How to say to bitbake that it must read my local.conf?
- The error with the file.bb build is:
===
$ bitbake -b nano_1.3.5.bb
NOTE: package nano-1.3.5: started
NOTE: package nano-1.3.5-r0: task do_fetch: started
NOTE: package nano-1.3.5-r0: task do_fetch: completed
NOTE: package nano-1.3.5-r0: task do_configure: started
ERROR: function do_configure failed
ERROR: see log in /home/dom/oestuff/org.openembedded.oz354x/packages/nano/tmp/work/nano-1.3.5-r0/temp/log.do_configure.7053
NOTE: Task failed: /home/dom/oestuff/org.openembedded.oz354x/packages/nano/tmp/work/nano-1.3.5-r0/temp/log.do_configure.7053
NOTE: package nano-1.3.5-r0: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package nano-1.3.5: failed
ERROR: Build of 'nano' failed
Build statistics:
Attempted builds: 1
Failed builds: 1
$
===
In the log file I have the folowing error:
===
automake (GNU automake) 1.4-p6
Copyright © 1999, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Tom Tromey <tromey@redhat.com>
AUTOV is 1.4-p6
NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /home/dom/oestuff/org.openembedded.oz354x/packages/nano/tmp/work/nano-1.3.5-r0/nano-1.3.5/m4/ -I /home/dom/oestuff/org.openembedded.oz354x/packages/nano/tmp/staging/INVALID-INVALID/share/aclocal-1.4-p6 -I /home/dom/oestuff/org.openembedded.oz354x/packages/nano/tmp/staging/INVALID-INVALID/share/aclocal
/usr/bin/autoreconf2.50: unrecognized option `--exclude=autopoint'
Try `/usr/bin/autoreconf2.50 --help' for more information.
FATAL: autoreconf execution failed
===
Can somebody help me about this problem?
My dev computer is under debian testing (I made the update yesterday)
Thanks Dominique