On Tue, Jan 25, 2011 at 1:59 PM, Chris Larson <[email protected]> wrote:
> On Tue, Jan 25, 2011 at 1:59 AM, Martin Jansa <[email protected]> wrote:
>> fixes AttributeError:, but IOError stays since than and it's still in HEAD
>> "IOError: file virtual:native:/OE/dev/recipes/efl1/ecore_svn.bb
>>
>> not found in /OE/tmpdir-shr:/OE/dev"
>>  dd0ec2f cooker: stop loading the cache for -b
>>
>> next 9 revisions not bisectable due to
>> "AttributeError: 'Cache' object has no attribute 'getVar'"
>>  7cf7d5f cooker: don't fire unnecessary parse progress events
>>  f12bb30 cache: don't add info to cache if cache is disabled
>>  5ab6c5c cache: sync the cache file to disk in the background
>>  343b6f6 Simplify cache syncing
>>  df7776f Split up the ParseProgress event
>>  64feb03 Experimental usage of the 'progressbar' module
>>  c7b3ec8 Implement parallel parsing support
>>  1e0c4db cache: don't write out the cache unnecessarily
>>  992cc25 cache: create and use a RecipeInfo class
>>
>> Last known to work revision:
>>  73b40f0 Prefer xrange over range for small performance gain.
>>
>> FYI: be carefull with bisect because of
>>  8c0afc1 fetch: resurrect branch inclusion in git revision key
>>  which keeps persistent db consistent only when going to newer bitbake
>>  revision, not older
>
> Thanks for the report, Martin.  I'll take a look at this sometime today.

FYI: bug is still there after recent changes

OE om-gta02@shr ~ $ bitbake --version
BitBake Build Tool Core version 1.13.0, bitbake version 1.13.0

REV: edd5075a50c435ef42ebe9d0003a1e9bbe85e25b

OE om-gta02@shr ~ $ bitbake -b virtual:native:dev/recipes/efl1/ecore_svn.bb
ERROR: Command execution failed: Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/bb/command.py", line 102,
in runAsyncCommand
    commandmethod(self.cmds_async, self, options)
  File "/usr/lib64/python2.7/site-packages/bb/command.py", line 190,
in buildFile
    command.cooker.buildFile(bfile, task)
  File "/usr/lib64/python2.7/site-packages/bb/cooker.py", line 705, in buildFile
    self.configuration.data)
  File "/usr/lib64/python2.7/site-packages/bb/cache.py", line 300, in parse
    datastores = cls.load_bbfile(filename, appends, configdata)
  File "/usr/lib64/python2.7/site-packages/bb/cache.py", line 523, in
load_bbfile
    bb_data = parse.handle(bbfile, bb_data)
  File "/usr/lib64/python2.7/site-packages/bb/parse/__init__.py", line
80, in handle
    return h['handle'](fn, data, include)
  File "/usr/lib64/python2.7/site-packages/bb/parse/parse_py/BBHandler.py",
line 141, in handle
    abs_fn = resolve_file(fn, d)
  File "/usr/lib64/python2.7/site-packages/bb/parse/__init__.py", line
96, in resolve_file
    raise IOError("file %s not found in %s" % (fn, bbpath))
IOError: file virtual:native:/OE/dev/recipes/efl1/ecore_svn.bb not
found in /OE/tmpdir-shr:/OE/dev

Regards,
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to