On Mon, Feb 22, 2021 at 12:00:24PM +0800, Hongyi Zhao wrote: > I try to compile the git master version of openvswitch on Ubuntu 20.04 > with the following steps: > > $ sudo apt-get build-dep openvswitch-switch > $ git clone https://github.com/openvswitch/ovs.git openvswitch/ovs.git > $ cd openvswitch/ovs.git/ > $ ./boot.sh > $ ./configure > $ make -j1 > [...] > make all-recursive > make[1]: Entering directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git' > Making all in datapath > make[2]: Entering directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git/datapath' > make[3]: Entering directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git/datapath' > make[3]: Leaving directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git/datapath' > make[2]: Leaving directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git/datapath' > make[2]: Entering directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git' > make[3]: Entering directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git/datapath' > make[3]: 'distfiles' is up to date. > make[3]: Leaving directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git/datapath' > See above for list of violations of the rule that > every C source file must #include <config.h>. > make[2]: *** [Makefile:6475: config-h-check] Error 1 > make[2]: Leaving directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git' > make[1]: *** [Makefile:5252: all-recursive] Error 1 > make[1]: Leaving directory > '/home/werner/Public/repo/github.com/openvswitch/ovs.git' > make: *** [Makefile:2997: all] Error 2
I can't reproduce this and no one else has reported it. If you can't otherwise figure out the problem, you can delete the lines for it from Makefile.am. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
