Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - svk

Pages: [1]
1
General Discussion / Trouble With Bitbake
« on: March 04, 2006, 11:43:21 pm »
I am just experimenting with OE and get the following errors:

sean@ubuntu:/oe/org.openembedded.dev$ bitbake less nano
NOTE: Using cache in '/home/oe/org.openembedded.dev/tmp/cache'
ERROR: no files to build.
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.
ERROR: Nothing provides dependency less

Then if I use the -b option I get this error:

sean@ubuntu:/oe/org.openembedded.dev$ bitbake -b /oe/org.openembedded.dev/packages/nano/nano_1.3.9.bb
NOTE: package nano-1.3.9: started
NOTE: package nano-1.3.9-r0: task do_fetch: started
NOTE: package nano-1.3.9-r0: task do_fetch: completed
NOTE: package nano-1.3.9-r0: task do_configure: started
ERROR: function do_configure failed
ERROR: see log in /home/oe/org.openembedded.dev/tmp/work/nano-1.3.9-r0/temp/log.do_configure.6043
NOTE: Task failed: /home/oe/org.openembedded.dev/tmp/work/nano-1.3.9-r0/temp/log.do_configure.6043
NOTE: package nano-1.3.9-r0: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package nano-1.3.9: failed
ERROR: Build of 'nano' failed
Build statistics:
  Attempted builds: 1
  Failed builds: 1

Not clear on what I am doing wrong.

Thanks,

Sean

Pages: [1]