tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified Makefile:32: run command via tools/syz-env for best compatibility, see: Makefile:33: https://github.com/google/syzkaller/blob/master/docs/contributing.md#using-syz-env go list -f '{{.Stale}}' ./sys/syz-sysgen | grep -q false || go install ./sys/syz-sysgen gmake .descriptions tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified gmake[1]: '.descriptions' is up to date. GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=0ea6d3bec87a7847c42db79b1fc5edd22aa0301e -X 'github.com/google/syzkaller/prog.gitRevisionDate=20230428-105053'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-fuzzer github.com/google/syzkaller/syz-fuzzer GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=0ea6d3bec87a7847c42db79b1fc5edd22aa0301e -X 'github.com/google/syzkaller/prog.gitRevisionDate=20230428-105053'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-execprog github.com/google/syzkaller/tools/syz-execprog GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=0ea6d3bec87a7847c42db79b1fc5edd22aa0301e -X 'github.com/google/syzkaller/prog.gitRevisionDate=20230428-105053'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-stress github.com/google/syzkaller/tools/syz-stress mkdir -p ./bin/openbsd_amd64 c++ -o ./bin/openbsd_amd64/syz-executor executor/executor.cc \ -m64 -static -lutil -O2 -pthread -Wall -Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=16384 -Wno-array-bounds -Wno-unused-but-set-variable -Wno-unused-command-line-argument -DGOOS_openbsd=1 -DGOARCH_amd64=1 \ -DHOSTGOOS_openbsd=1 -DGIT_REVISION=\"0ea6d3bec87a7847c42db79b1fc5edd22aa0301e\" In file included from executor/executor.cc:390: executor/syscalls.h:40134:38: error: use of undeclared identifier 'sendsyslog' {"sendsyslog", 0, {}, (syscall_t)sendsyslog}, ^ executor/executor.cc:867:19: error: invalid application of 'sizeof' to an incomplete type 'const call_t []' if (call_num >= ARRAY_SIZE(syscalls)) ^~~~~~~~~~~~~~~~~~~~ executor/executor.cc:40:30: note: expanded from macro 'ARRAY_SIZE' #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) ^~~ 2 errors generated. gmake: *** [Makefile:143: executor] Error 1