On Tue, May 29, 2012 at 1:18 PM, Elvis Dowson <[email protected]> wrote: > Hi, > When building with the latest meta-ti layer, I get the following error: > > ERROR: Unable to analyse format of PR variable: b > | ETA: 00:01:18 > ERROR: Unable to parse > /tool/yocto/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb > Traceback (most recent call last): > File "/tool/yocto/poky/bitbake/lib/bb/parse/ast.py", line 381, in > multi_finalize(fn='/tool/yocto/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb', > d=<bb.data_smart.DataSmart object at 0x337efd0>): > try: > > finalize(fn, d) > except bb.parse.SkipPackage as e: > File "/tool/yocto/poky/bitbake/lib/bb/parse/ast.py", line 323, in > finalize(fn='/tool/yocto/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb', > d=<bb.data_smart.DataSmart object at 0x337efd0>, variant=None): > code.append("%s(d)" % funcname) > > bb.utils.simple_exec("\n".join(code), {"d": d}) > bb.data.update_data(d) > File "/tool/yocto/poky/bitbake/lib/bb/utils.py", line 274, in > simple_exec(code='__anon_119__tool_yocto_poky_meta_classes_staging_bbclass(d)\n__anon_540__tool_yocto_poky_meta_classes_base_bbclass(d)\n__anon_176__tool_yocto_poky_meta_classes_package_bbclass(d)\n__anon_1106__tool_yocto_poky_meta_classes_package_rpm_bbclass(d)\n__anon_736__tool_yocto_poky_meta_classes_insane_bbclass(d)\n__anon_20__tool_yocto_poky_meta_classes_debian_bbclass(d)\n__anon_52__tool_yocto_poky_meta_classes_sstate_bbclass(d)', > context={'d': <bb.data_smart.DataSmart object at 0x337efd0>}): > def simple_exec(code, context): > > exec(code, _context, context) > > File "<string>", line 2, in <module> > File "__anon_540__tool_yocto_poky_meta_classes_base_bbclass", line 75, in > __anon_540__tool_yocto_poky_meta_classes_base_bbclass(d=<bb.data_smart.DataSmart > object at 0x337efd0>) > AttributeError: 'NoneType' object has no attribute 'group' > > ERROR: Command execution failed: Traceback (most recent call last): > File "/tool/yocto/poky/bitbake/lib/bb/command.py", line 84, in > runAsyncCommand > self.cooker.updateCache() > File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache > if not self.parser.parse_next(): > File "/tool/yocto/poky/bitbake/lib/bb/cooker.py", line 1671, in parse_next > self.virtuals += len(result) > UnboundLocalError: local variable 'result' referenced before assignment > >
seems like its some dependency on other layers in meta-ti probably asking [email protected] would be right > > best regards, > > Elvis Dowson > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
