Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ugurcan377/f44c923a97bc68a08d1bfd9eb804c61d to your computer and use it in GitHub Desktop.
Save ugurcan377/f44c923a97bc68a08d1bfd9eb804c61d to your computer and use it in GitHub Desktop.
ugurcan@ugurcangsu:~/workspace/go/src/git.opendaylight.org/gerrit/p/coe.git/odlCNIPlugin/odlovs-cni$ ./build.sh
GOPATH= /home/ugurcan/workspace/go/src/git.opendaylight.org/gerrit/p/coe.git/odlCNIPlugin/odlovs-cni/vendor
# github.com/vishvananda/netlink
vendor/src/github.com/vishvananda/netlink/bpf_linux.go:45:31: undefined: unix.SYS_BPF
vendor/src/github.com/vishvananda/netlink/bridge_linux.go:22:27: undefined: unix.IFLA_EXT_MASK
vendor/src/github.com/vishvananda/netlink/bridge_linux.go:38:9: undefined: unix.IFLA_AF_SPEC
vendor/src/github.com/vishvananda/netlink/bridge_linux.go:90:21: undefined: unix.IFLA_AF_SPEC
vendor/src/github.com/vishvananda/netlink/link_linux.go:30:43: undefined: unix.IFF_MULTI_QUEUE
vendor/src/github.com/vishvananda/netlink/link_linux.go:31:2: const initializer TUNTAP_MULTI_QUEUE | TUNTAP_NO_PI is not a constant
vendor/src/github.com/vishvananda/netlink/link_linux.go:380:23: undefined: unix.IFLA_VFINFO_LIST
vendor/src/github.com/vishvananda/netlink/link_linux.go:410:23: undefined: unix.IFLA_VFINFO_LIST
vendor/src/github.com/vishvananda/netlink/link_linux.go:440:23: undefined: unix.IFLA_VFINFO_LIST
vendor/src/github.com/vishvananda/netlink/link_linux.go:471:23: undefined: unix.IFLA_VFINFO_LIST
vendor/src/github.com/vishvananda/netlink/link_linux.go:471:23: too many errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment