GOOS=linux GOARCH=amd64 go install ./syz-fuzzer make fuzzer execprog stress executor make[1]: Entering directory '/syzkaller/gopath/src/github.com/google/syzkaller' GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/sys.GitRevision=76d86b16e617e761300a6de97f41f36bf091ef65 -X 'github.com/google/syzkaller/sys.gitRevisionDate=Fri Jan 3 19:00:53 2020 +0100'" "-tags=syz_target syz_os_linux syz_arch_amd64 " -o ./bin/linux_amd64/syz-fuzzer github.com/google/syzkaller/syz-fuzzer GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/sys.GitRevision=76d86b16e617e761300a6de97f41f36bf091ef65 -X 'github.com/google/syzkaller/sys.gitRevisionDate=Fri Jan 3 19:00:53 2020 +0100'" "-tags=syz_target syz_os_linux syz_arch_amd64 " -o ./bin/linux_amd64/syz-execprog github.com/google/syzkaller/tools/syz-execprog GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/sys.GitRevision=76d86b16e617e761300a6de97f41f36bf091ef65 -X 'github.com/google/syzkaller/sys.gitRevisionDate=Fri Jan 3 19:00:53 2020 +0100'" "-tags=syz_target syz_os_linux syz_arch_amd64 " -o ./bin/linux_amd64/syz-stress github.com/google/syzkaller/tools/syz-stress mkdir -p ./bin/linux_amd64 gcc -o ./bin/linux_amd64/syz-executor executor/executor.cc \ -O2 -pthread -Wall -Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=8192 -m64 -static -DGOOS_linux=1 -DGOARCH_amd64=1 \ -DHOSTGOOS_linux=1 -DGIT_REVISION=\"76d86b16e617e761300a6de97f41f36bf091ef65\" In file included from executor/common.h:393:0, from executor/executor.cc:133: executor/common_linux.h: In function ‘void netlink_add_ipvlan(nlmsg*, int, const char*, const char*, uint16, uint16)’: executor/common_linux.h:325:22: error: ‘IFLA_IPVLAN_FLAGS’ was not declared in this scope netlink_attr(nlmsg, IFLA_IPVLAN_FLAGS, &flags, sizeof(flags)); ^~~~~~~~~~~~~~~~~ In file included from executor/common.h:393:0, from executor/executor.cc:133: executor/common_linux.h: In function ‘void initialize_netdevices()’: executor/common_linux.h:872:77: error: ‘IPVLAN_F_VEPA’ was not declared in this scope netlink_add_ipvlan(&nlmsg, sock, "ipvlan1", "veth0_vlan", IPVLAN_MODE_L3S, IPVLAN_F_VEPA); ^~~~~~~~~~~~~ Makefile:128: recipe for target 'executor' failed make[1]: *** [executor] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/syzkaller/gopath/src/github.com/google/syzkaller' Makefile:113: recipe for target 'target' failed make: *** [target] Error 2