On Thu, Mar 05, 2015 at 12:04:29AM -0800, Justin Pettit wrote:
> There's no reason to build it in "lib" and include it in
> "libopenvswitch.la". This commit moves it to "vtep" and includes it in
> a new "libvtep.la".
>
> Signed-off-by: Justin Pettit <[email protected]>
I get a build failure when I apply this:
make: Entering directory '/home/blp/nicira/ovs/_build'
PYTHONPATH=../python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes
/usr/bin/python ../ovsdb/ovsdb-idlc.in annotate vtep/vtep.ovsschema
vtep/vtep-idl.ann > vtep/vtep-idl.ovsidl.tmp && \
mv vtep/vtep-idl.ovsidl.tmp vtep/vtep-idl.ovsidl
Traceback (most recent call last):
File "../ovsdb/ovsdb-idlc.in", line 866, in <module>
func(*args[1:])
File "../ovsdb/ovsdb-idlc.in", line 18, in annotateSchema
schemaJson = ovs.json.from_file(schemaFile)
File "/home/blp/nicira/ovs/python/ovs/json.py", line 136, in from_file
stream = open(name, "r")
IOError: [Errno 2] No such file or directory: 'vtep/vtep.ovsschema'
Makefile:5307: recipe for target 'vtep/vtep-idl.ovsidl' failed
make: *** [vtep/vtep-idl.ovsidl] Error 1
make: Target 'all' not remade because of errors.
make: Leaving directory '/home/blp/nicira/ovs/_build'
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev