From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
To: "Vuille, Martin (Martin)" <vmartin@avaya.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: NotImplementedError from sanity check
Date: Wed, 16 Aug 2017 10:52:28 -0500 [thread overview]
Message-ID: <1502898748.28941.44.camel@linux.intel.com> (raw)
In-Reply-To: <30C2D590D16A5C46ADFE652191037798922773DF@AZ-US1EXMB02.global.avaya.com>
On Wed, 2017-08-16 at 14:42 +0000, Vuille, Martin (Martin) wrote:
> In the process of transitioning from Fido to Morty.
>
> In the past, when sanity detected a version mismatch with some of
> the configuration files (e.g., local.conf, bblayers.conf,) an error message
> was displayed.
>
> Now, we see the below, which I do not find very informative or helpful.
>
> Is that a bug or intentional? Is there a way to get back the error message?
>
are you reusing the same build folder? if yes, try a separate folder
instead.
> MV
>
> ERROR: Execution of event handler 'config_reparse_eventhandler' failed
> Traceback (most recent call last):
> File "/home/platform/Workspace/dspgbase/poky/meta/classes/sanity.bbclass", line 1006, in config_reparse_eventhandler(e=<bb.event.ConfigParsed object at 0x7fc99cba1b00>):
> python config_reparse_eventhandler() {
> > sanity_check_conffiles(e.data)
> }
> File "/home/platform/Workspace/dspgbase/poky/meta/classes/sanity.bbclass", line 568, in sanity_check_conffiles(d=<bb.data_smart.DataSmart object at 0x7fc99d00f198>):
> except NotImplementedError as e:
> > bb.fatal(e)
> d.setVar("BB_INVALIDCONF", True)
> File "/home/platform/Workspace/dspgbase/poky/bitbake/lib/bb/__init__.py", line 103, in fatal:
> def fatal(*args, **kwargs):
> > mainlogger.critical(''.join(args), extra=kwargs)
> raise BBHandledException()
> TypeError: sequence item 0: expected str instance, NotImplementedError found
>
> ERROR: Error parsing configuration files
> Traceback (most recent call last):
> File "/home/platform/Workspace/dspgbase/poky/bitbake/lib/bb/event.py", line 124, in fire_class_handlers(event=<bb.event.ConfigParsed object at 0x7fc99cba1b00>, d=<bb.data_smart.DataSmart object at 0x7fc99d00f198>):
> continue
> > execute_handler(name, handler, event, d)
>
> File "/home/platform/Workspace/dspgbase/poky/bitbake/lib/bb/event.py", line 96, in execute_handler(name='config_reparse_eventhandler', handler=<function config_reparse_eventhandler at 0x7fc99cbd4a60>, event=<bb.event.ConfigParsed object at 0x7fc99cba1b00>, d=<bb.data_smart.DataSmart object at 0x7fc99d00f198>):
> try:
> > ret = handler(event)
> except (bb.parse.SkipRecipe, bb.BBHandledException):
> File "/home/platform/Workspace/dspgbase/poky/meta/classes/sanity.bbclass", line 1006, in config_reparse_eventhandler(e=<bb.event.ConfigParsed object at 0x7fc99cba1b00>):
> python config_reparse_eventhandler() {
> > sanity_check_conffiles(e.data)
> }
> File "/home/platform/Workspace/dspgbase/poky/meta/classes/sanity.bbclass", line 568, in sanity_check_conffiles(d=<bb.data_smart.DataSmart object at 0x7fc99d00f198>):
> except NotImplementedError as e:
> > bb.fatal(e)
> d.setVar("BB_INVALIDCONF", True)
> File "/home/platform/Workspace/dspgbase/poky/bitbake/lib/bb/__init__.py", line 103, in fatal:
> def fatal(*args, **kwargs):
> > mainlogger.critical(''.join(args), extra=kwargs)
> raise BBHandledException()
> TypeError: sequence item 0: expected str instance, NotImplementedError found
prev parent reply other threads:[~2017-08-16 15:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-16 14:42 NotImplementedError from sanity check Vuille, Martin (Martin)
2017-08-16 15:46 ` Joshua Lock
2017-08-16 15:52 ` Leonardo Sandoval [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502898748.28941.44.camel@linux.intel.com \
--to=leonardo.sandoval.gonzalez@linux.intel.com \
--cc=vmartin@avaya.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.