Created
March 8, 2018 13:18
-
-
Save ugurcan377/f44c923a97bc68a08d1bfd9eb804c61d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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