> On Mar 5, 2015, at 8:58 AM, Ben Pfaff <b...@nicira.com> wrote: > > 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 <jpet...@nicira.com> > > 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'
I checked out a new tree and applied the patch, and it worked fine for me. I didn't move "vtep/vtep.ovsschema" from where it was before the patch, so I don't know why the file wouldn't exist. Can you take another look at your system just to make sure there's nothing off about your tree? Thanks, --Justin _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev