On Wed, 2017-04-19 at 12:16 +0100, rihab isims wrote: > Hi, > > I am following the installation guide to install openvswitch-2.7.0 > from > this link http://docs.openvswitch.org/en/latest/intro/install/general > / > however i am blocked at "make" command execution with the following > error: > > rihab@Lenovo-G500:~/ovs$ make > make all-recursive > make[1]: Entering directory `/home/rihab/ovs' > Making all in datapath > make[2]: Entering directory `/home/rihab/ovs/datapath' > make[3]: Entering directory `/home/rihab/ovs/datapath' > make[3]: Leaving directory `/home/rihab/ovs/datapath' > make[2]: Leaving directory `/home/rihab/ovs/datapath' > make[2]: Entering directory `/home/rihab/ovs' > make[3]: Entering directory `/home/rihab/ovs/datapath' > make[3]: `distfiles' is up to date. > make[3]: Leaving directory `/home/rihab/ovs/datapath' > sphinx-build -b html -W -n -d ./Documentation/_build/doctrees > ./Documentation ./Documentation/_build/html > Running Sphinx v1.2.2 > Cannot find 'ovs_sphinx' package. Falling back to default theme. > loading pickled environment... not yet created > building [html]: targets for 78 source files that are out of date > updating environment: 78 added, 0 changed, 0 removed > reading sources... [100%] > tutorials/ovs-advanced > > looking for now-outdated files... none found > pickling environment... done > checking consistency... done > preparing documents... done > writing output... [ 46%] > internals/contributing/documentation-style > > Warning, treated as error: > /home/rihab/ovs/Documentation/internals/contributing/documentation- > style.rst:262: > WARNING: Pygments lexer name u'shell' is not known > > make[2]: *** [htmldocs] Error 1 > make[2]: Leaving directory `/home/rihab/ovs' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rihab/ovs' > make: *** [all] Error 2
This is an issue caused by an out-of-date Pygments install. It's since been fixed on master in commit 23cb93f [1]. You should cherry-pick that commit yourself or wait for the patch I just submitted to fix this to land. Cheers, Stephen [1] https://github.com/openvswitch/ovs/commit/23cb93f _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
