Hi List, I am trying to build an openvswitch kernel module fir 3.8.0, but I am failing with this error. What do I wrong? Is the current git compatible with 3.8.0?
log: make -C /lib/modules/3.8.0/build M=/home/martin/git/openvswitch/datapath/linux modules make[4]: Betrete Verzeichnis '/home/martin/git/linux' CC [M] /home/martin/git/openvswitch/datapath/linux/actions.o CC [M] /home/martin/git/openvswitch/datapath/linux/checksum.o CC [M] /home/martin/git/openvswitch/datapath/linux/datapath.o /home/martin/git/openvswitch/datapath/linux/datapath.c: In Funktion »ovs_flow_cmd_dump«: /home/martin/git/openvswitch/datapath/linux/datapath.c:1403:28: Fehler: »struct netlink_skb_parms« hat kein Element namens »pid« /home/martin/git/openvswitch/datapath/linux/datapath.c: In Funktion »ovs_dp_cmd_dump«: /home/martin/git/openvswitch/datapath/linux/datapath.c:1752:56: Fehler: »struct netlink_skb_parms« hat kein Element namens »pid« /home/martin/git/openvswitch/datapath/linux/datapath.c: In Funktion »ovs_vport_cmd_dump«: /home/martin/git/openvswitch/datapath/linux/datapath.c:2136:30: Fehler: »struct netlink_skb_parms« hat kein Element namens »pid« make[5]: *** [/home/martin/git/openvswitch/datapath/linux/datapath.o] Fehler 1 make[4]: *** [_module_/home/martin/git/openvswitch/datapath/linux] Fehler 2 make[4]: Verlasse Verzeichnis '/home/martin/git/linux' make[3]: *** [default] Fehler 2 make[3]: Verlasse Verzeichnis '/home/martin/git/openvswitch/datapath/linux' make[2]: *** [all-recursive] Fehler 1 make[2]: Verlasse Verzeichnis '/home/martin/git/openvswitch/datapath' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/martin/git/openvswitch' make: *** [all] Fehler 2 _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
