[oe] gtk errors in openembedded classis build

Sankar H Malarmani sankar.m at hardcube.in
Fri Feb 15 10:50:04 UTC 2013


I changed RRECOMMENDS the way you suggested..

May I know how to resolve the following errors..

ERROR: Unable to parse /home/hc/oe-core/build/../
stuff/openembedded-core/meta/recipes-connectivity/wpa-supplicant/
wpa-supplicant_2.0.bb
Traceback (most recent call last):
  File "/home/hc/oe-core/stuff/
openembedded-core/bitbake/lib/bb/utils.py", line 284, in
better_exec(code=<code object <module> at 0xbf64068, file "<code>", line
1>, context={'d': <bb.data_smart.DataSmart object at 0x86d0fec>},
text='__anon_620__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_base_bbclass(d)\n__anon_20__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_debian_bbclass(d)\n__anon_20__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_blacklist_bbclass(d)\n__anon_227__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_package_bbclass(d)\n__anon_916__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_insane_bbclass(d)\n__anon_76__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_sstate_bbclass(d)\n__anon_474__home_hc_oe_core_build____stuff_openembedded_core_meta_classes_package_ipk_bbclass(d)\n__anon_83__home_hc_oe_core_build____stuff_meta_openembedded_meta_systemd_classes_systemd_bbclass(d)',
realfile='<code>'):

         try:
    >        exec(code, _context, context)
         except Exception as e:
  File "<code>", line 8, in <module>
  File
"__anon_83__home_hc_oe_core_build____stuff_meta_openembedded_meta_systemd_classes_systemd_bbclass",
line 2, in
__anon_83__home_hc_oe_core_build____stuff_meta_openembedded_meta_systemd_classes_systemd_bbclass(d=<bb.data_smart.DataSmart
object at 0x86d0fec>)
  File "systemd.bbclass", line 42, in
systemd_after_parse(d=<bb.data_smart.DataSmart object at 0x86d0fec>)

  File "systemd.bbclass", line 12, in systemd_check_vars
FuncFailed: Function failed:

/home/hc/oe-core/build/../stuff/openembedded-core/meta/recipes-connectivity/wpa-supplicant/
wpa-supplicant_2.0.bb inherits systemd but doesn't set SYSTEMD_PACKAGES
ERROR: Command execution failed: Exited with 1
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Thanks in advance.


On Fri, Feb 15, 2013 at 4:01 PM, Burton, Ross <ross.burton at intel.com> wrote:

> On 15 February 2013 05:30, Sankar H Malarmani <sankar.m at hardcube.in>
> wrote:
> > Yes, you are right.. I removed those trailing slashes and now it throws
> me
> > new set of errors.. It was giving errors in RDEPENDS..
> > As suggested in wiki I replaced RDEPENDS with RRECOMMENDS in my
> > obconf_2.0.3+git.bb. But i'm getting the following list of errors.
>
> In the last week or so oe-core was changed to warn if you specify
> RDEPENDS or RRECOMMENDS without a package identifier.  For example,
> this is wrong:
>
> RRECOMMENDS = "foo"
>
> But this is right:
>
> RRECOMMENDS_obconf = "foo"
>
> Ross
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list