mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: <nigel.hathaway@node-h.com>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'
Date: Fri, 12 Oct 2018 17:08:22 +0100	[thread overview]
Message-ID: <000101d46245$ccf34ef0$66d9ecd0$@node-h.com> (raw)
In-Reply-To: <20181012150151.ploqjwxkt3w3bmrc@pengutronix.de>

Thanks. Applying the referenced patch causes the build to run much further towards completion.

It now fails on:

-------------------------
target: host-qemu.compile
-------------------------

make[1]: Entering directory `/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0'
  GEN     arm-softmmu/config-devices.mak.tmp
  GEN     arm-linux-user/config-devices.mak.tmp
  GEN     config-host.h
mkdir -p dtc/libfdt
mkdir -p dtc/tests
  GEN     qemu-options.def
  GEN     arm-linux-user/config-devices.mak
  GEN     qapi-gen
  GEN     trace/generated-tcg-tracers.h
  GEN     trace/generated-helpers-wrappers.h
  GEN     arm-softmmu/config-devices.mak
  GEN     trace/generated-helpers.c
  GEN     trace/generated-helpers.h
  GEN     module_block.h
  GEN     ui/input-keymap-linux-to-qcode.c
  GEN     ui/input-keymap-atset1-to-qcode.c
  GEN     ui/input-keymap-qcode-to-atset1.c
  GEN     ui/input-keymap-qcode-to-atset2.c
  GEN     ui/input-keymap-qcode-to-linux.c
  GEN     ui/input-keymap-qcode-to-atset3.c
  GEN     ui/input-keymap-qcode-to-qnum.c
  GEN     ui/input-keymap-qcode-to-sun.c
  GEN     ui/input-keymap-qnum-to-qcode.c
  GEN     ui/input-keymap-usb-to-qcode.c
  GEN     ui/input-keymap-win32-to-qcode.c
  GEN     ui/input-keymap-x11-to-qcode.c
  GEN     ui/input-keymap-xorgevdev-to-qcode.c
  GEN     ui/input-keymap-xorgkbd-to-qcode.c
  GEN     ui/input-keymap-xorgxquartz-to-qcode.c
  GEN     ui/input-keymap-xorgxwin-to-qcode.c
  GEN     tests/test-qapi-gen
  GEN     trace-root.h
  GEN     util/trace.h
  GEN     crypto/trace.h
  GEN     io/trace.h
  GEN     migration/trace.h
  GEN     block/trace.h
  GEN     chardev/trace.h
  GEN     hw/block/trace.h
  GEN     hw/block/dataplane/trace.h
  GEN     hw/char/trace.h
Traceback (most recent call last):
  File "/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0/scripts/qapi-gen.py", line 57, in <module>
    main(sys.argv)
  File "/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0/scripts/qapi-gen.py", line 43, in main
    schema = QAPISchema(args.schema)
  File "/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0/scripts/qapi/common.py", line 1495, in __init__
    parser = QAPISchemaParser(open(fname, 'r'))
  File "/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0/scripts/qapi/common.py", line 298, in __init__
    previously_included)
  File "/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0/scripts/qapi/common.py", line 349, in _include
    return QAPISchemaParser(fobj, previously_included, info)
  File "/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/build-host/qemu-2.12.0/scripts/qapi/common.py", line 264, in __init__
    self.src = fp.read()
  File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 54: ordinal not in range(128)
  GEN     hw/intc/trace.h
make[1]: *** [qapi-gen-timestamp] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** wait: No child processes.  Stop.
make: *** [/home/nigel/repos/ossrc/volatile_ptx_custk/platform-v7a/state/host-qemu.compile] Error 2



_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-10-12 16:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-12 13:44 nigel.hathaway
2018-10-12 15:01 ` Roland Hieber
2018-10-12 16:08   ` nigel.hathaway [this message]
2018-10-16  8:39     ` Michael Olbrich
  -- strict thread matches above, loose matches on Subject: below --
2016-06-24  5:35 Ladislav Michl
2016-06-30 14:04 ` Michael Olbrich
2016-07-01  8:41   ` Ladislav Michl
2016-07-01 10:13     ` Michael Olbrich
2016-07-01 12:26       ` Ladislav Michl
2016-07-01 13:24         ` Michael Olbrich
2016-07-09 22:31           ` Ladislav Michl

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='000101d46245$ccf34ef0$66d9ecd0$@node-h.com' \
    --to=nigel.hathaway@node-h.com \
    --cc=ptxdist@pengutronix.de \
    /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