Hello,

in an OE environment, 'bitbake -d -k -D -D -D world' stops with the
following messages:

DEBUG: providers for madplay are: ['madplay']
DEBUG: update_data()
DEBUG: selecting
/new/images/oe/oe.060823/org.openembedded.dev/packages/madplay/madplay_0.15.2b.bb
to satisfy madplay
Traceback (most recent call last):
  File "/usr/bin/bitbake", line 1161, in ?
    main()
  File "/usr/bin/bitbake", line 1156, in main
    cooker.cook( BBConfiguration( options ), args[1:] )
  File "/usr/bin/bitbake", line 972, in cook
    if self.buildProvider( k , False ) == 0:
  File "/usr/bin/bitbake", line 607, in buildProvider
    if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
  File "/usr/bin/bitbake", line 258, in tryBuild
    the_data = self.bb_cache.loadDataFull(fn, self)
  File "/usr/lib/python2.4/site-packages/bb/cache.py", line 134, in
loadDataFull
    bb_data, skipped = self.load_bbfile(fn, cooker.configuration.data)
  File "/usr/lib/python2.4/site-packages/bb/cache.py", line 262, in
load_bbfile
    oldpath = os.path.abspath(os.getcwd())
OSError: [Errno 2] No such file or directory

 - What is the problem here?
   I.e. what file or directory does bitbake try to access?
 - Why does bitbake stop (despite '-k')?

 Detlef

-- 
Detlef Vollmann   vollmann engineering gmbh
Linux and C++ for Embedded Systems    http://www.vollmann.ch/
Linux for PXA270 Colibri module: http://www.vollmann.ch/en/colibri/
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to