[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/python: Further pruning of the defuct xl bindings
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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |