meta-freescale.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Terry Barnaby" <terry@beam.ltd.uk>
To: meta-freescale@lists.yoctoproject.org
Subject: [meta-freescale] Python3 "bitbake -D" issue in master
Date: Sat, 20 Feb 2021 08:29:42 +0000	[thread overview]
Message-ID: <b6a9fa7f-04ea-62ee-d3f0-562847bfc6b6@beam.ltd.uk> (raw)

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


                 reply	other threads:[~2021-02-20  8:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=b6a9fa7f-04ea-62ee-d3f0-562847bfc6b6@beam.ltd.uk \
    --to=terry@beam.ltd.uk \
    --cc=meta-freescale@lists.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 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).