Skip to content

Instantly share code, notes, and snippets.

@mendeni
Created March 27, 2014 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mendeni/9809432 to your computer and use it in GitHub Desktop.
Save mendeni/9809432 to your computer and use it in GitHub Desktop.
make[2]: Entering directory `/usr/src/linux-3.13.7'
make[2]: Entering directory `/usr/src/linux-3.13.7'
CC [M] /usr/src/openvswitch/datapath/linux/datapath.o
In file included from /usr/src/openvswitch/datapath/linux/datapath.c:52:0:
/usr/src/openvswitch/datapath/linux/compat/include/net/genetlink.h:20:13: error: conflicting types for ‘genl_notify’
In file included from /usr/src/openvswitch/datapath/linux/compat/include/net/genetlink.h:7:0,
from /usr/src/openvswitch/datapath/linux/datapath.c:52:
include/net/genetlink.h:176:6: note: previous declaration of ‘genl_notify’ was here
/usr/src/openvswitch/datapath/linux/datapath.c: In function ‘ovs_notify’:
/usr/src/openvswitch/datapath/linux/datapath.c:73:10: error: ‘struct genl_multicast_group’ has no member named ‘id’
/usr/src/openvswitch/datapath/linux/datapath.c: In function ‘ovs_flow_cmd_new_or_set’:
/usr/src/openvswitch/datapath/linux/datapath.c:1387:32: error: ‘struct genl_multicast_group’ has no member named ‘id’
/usr/src/openvswitch/datapath/linux/datapath.c: In function ‘ovs_dp_cmd_set’:
/usr/src/openvswitch/datapath/linux/datapath.c:1831:36: error: ‘struct genl_multicast_group’ has no member named ‘id’
/usr/src/openvswitch/datapath/linux/datapath.c: In function ‘dp_register_genl’:
/usr/src/openvswitch/datapath/linux/datapath.c:2328:19: error: macro "genl_register_family_with_ops" passed 3 arguments, but takes just 2
/usr/src/openvswitch/datapath/linux/datapath.c:2327:9: error: ‘genl_register_family_with_ops’ undeclared (first use in this function)
/usr/src/openvswitch/datapath/linux/datapath.c:2327:9: note: each undeclared identifier is reported only once for each function it appears in
/usr/src/openvswitch/datapath/linux/datapath.c:2334:4: error: implicit declaration of function ‘genl_register_mc_group’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/openvswitch/datapath/linux/datapath.o] Error 1
make[2]: *** [_module_/usr/src/openvswitch/datapath/linux] Error 2
make[2]: Leaving directory `/usr/src/linux-3.13.7'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/openvswitch/datapath/linux'
make: *** [binary-modules] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment