meta-freescale.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-freescale] Python3 "bitbake -D" issue in master
@ 2021-02-20  8:29 Terry Barnaby
  0 siblings, 0 replies; only message in thread
From: Terry Barnaby @ 2021-02-20  8:29 UTC (permalink / raw)
  To: meta-freescale

Hi

Latest master appears to have a Python3 issue in 
fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/knotty.py when "bitbake 
-D ..." is run.

Traceback (most recent call last):
   File "../fsl-community-bsp/sources/poky/bitbake/lib/bb/ui/knotty.py", 
line 660, in main
     event.msg = event.fn + ': ' + event.msg
TypeError: can only concatenate str (not "int") to str

I assume this should be: "event.msg = event.fn + ': ' + str(event.msg)" ?

Terry


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-20  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20  8:29 [meta-freescale] Python3 "bitbake -D" issue in master Terry Barnaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).