Hi

My bitbake is giving me following parse errors

#
ERROR: ('function __anonfunc failed',
'/scratch/oe/qemuarm/anonfunc//log.__anonfunc.2882') while parsing
/home/kraj/work/oe/openembedded/recipes/fbset/fbset-modes.bb
#
NOTE: Handling BitBake files: | (6106/8141) [75 %]ERROR: Error in executing
python function in:
/home/kraj/work/oe/openembedded/recipes/micro-emacs/micro-emacs_20060909.bb
#
ERROR: Exception:<type 'exceptions.NameError'> Message:name '_[1]' is not
defined
#
ERROR: Printing the environment of the function
#
ERROR:  0001:def __anonfunc():
#
ERROR:  0002:
__anon_177__home_kraj_work_oe_openembedded_classes_staging_bbclass(d)
#
ERROR:  0003:    __anon_440_classes_base_bbclass(d)
#
ERROR:  0004:
__anon_148__home_kraj_work_oe_openembedded_classes_package_bbclass(d)
#
ERROR:  0005:    __anon_70_classes_packaged_staging_bbclass(d)
#
ERROR: Function __anonfunc failed
#
ERROR: ('function __anonfunc failed',
'/scratch/oe/qemuarm/anonfunc//log.__anonfunc.2882') while parsing
/home/kraj/work/oe/openembedded/recipes/micro-emacs/micro-emacs_20060909.bb
#
NOTE: <type 'exceptions.NameError'>:name '_[1]' is not defined while
evaluating:
#
${@':'.join([os.path.normpath(os.path.join(fp, p, o)) for fp in
d.getVar('FILESPATHBASE', 1).split(':') for p in d.getVar('FILESPATHPKG',
1).split(':') for o in (d.getVar('OVERRIDES', 1) + ':').split(':') if
os.path.exists(os.path.join(fp, p, o))])}
#
NOTE: <type 'exceptions.NameError'>:name '_[1]' is not defined while
evaluating:
#
[email protected](d.getVar('FILESPATH', 1), '.')}
#
NOTE: <type 'exceptions.NameError'>:name '_[1]' is not defined while
evaluating:


and git bisect tell me that they are introduced afer

6a73dda60f50e9b3e5513795d1ec7207d1446de2 is the first bad commit
commit 6a73dda60f50e9b3e5513795d1ec7207d1446de2
Author: Chris Larson <[email protected]>
Date:   Wed Mar 24 18:58:59 2010 -0700

    data_smart: be explicit about what we make available to eval'd python
code
    
    Signed-off-by: Chris Larson <[email protected]>


Any isights ?

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

Reply via email to