On Fri, Nov 25, 2016 at 11:36:45AM +0100, Ashish Kurian wrote: > I am getting an error during the make. Has anyone else encountered this > error? I am not sure how to debug this. Any help on this will be > appreciated. > > PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes > /usr/bin/python ./ovsdb/ovsdb-doc \ > \ > --version=2.6.90 \ > ./vswitchd/vswitch.ovsschema \ > ./vswitchd/vswitch.xml > vswitchd/ovs-vswitchd.conf.db.5.tmp && \ > mv vswitchd/ovs-vswitchd.conf.db.5.tmp vswitchd/ovs-vswitchd.conf.db.5 > ./ovsdb/ovsdb-doc: table Port has undocumented column protected > Makefile:6264: recipe for target 'vswitchd/ovs-vswitchd.conf.db.5' failed
The master branch is "green" on travis-ci, so probably you updated some files but not others from the Git repo. Check that you've got a consistent set of sources. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
