From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: [PATCH] tools/python: Further pruning of the defuct xl bindings
Date: Wed, 28 Oct 2015 16:01:45 +0000 [thread overview]
Message-ID: <5630F169.1040003@citrix.com> (raw)
In-Reply-To: <1446047743-4111-1-git-send-email-andrew.cooper3@citrix.com>
On 28/10/15 15:55, Andrew Cooper wrote:
> No need to generate xen/lowlevel/xl/_pyxl_types.{h,c}, following c/s
> 598e97f "tools/python: remove broken xl binding"
In fact, this fixes a build error introduced with 598e97f
make -C python all
make[2]: Entering directory '/local/xen.git/tools/python'
PYTHONPATH=/local/xen.git/tools/python/../../tools/libxl python genwrap.py \
/local/xen.git/tools/python/../../tools/libxl/libxl_types.idl \
xen/lowlevel/xl/_pyxl_types.h \
xen/lowlevel/xl/_pyxl_types.c
Parsing /local/xen.git/tools/python/../../tools/libxl/libxl_types.idl
Traceback (most recent call last):
File "genwrap.py", line 254, in <module>
f = open(decls, 'w')
IOError: [Errno 2] No such file or directory:
'xen/lowlevel/xl/_pyxl_types.h'
Makefile:12: recipe for target 'build' failed
which occurs when the directory tools/python/xen/lowlevel/xl doesn't exist.
~Andrew
next prev parent reply other threads:[~2015-10-28 16:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-28 15:55 [PATCH] tools/python: Further pruning of the defuct xl bindings Andrew Cooper
2015-10-28 16:01 ` Andrew Cooper [this message]
2015-10-28 16:31 ` Wei Liu
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=5630F169.1040003@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.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.