tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified Makefile:31: run command via tools/syz-env for best compatibility, see: Makefile:32: 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 Makefile:31: run command via tools/syz-env for best compatibility, see: Makefile:32: https://github.com/google/syzkaller/blob/master/docs/contributing.md#using-syz-env gmake[1]: '.descriptions' is up to date. GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=da0bd5caff9bc31532701c8bcbe0294f37386e4f -X 'github.com/google/syzkaller/prog.gitRevisionDate=20240625-142755'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-execprog github.com/google/syzkaller/tools/syz-execprog 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 -std=c++17 -I. -Iexecutor/_include -DGOOS_openbsd=1 -DGOARCH_amd64=1 \ -DHOSTGOOS_openbsd=1 -DGIT_REVISION=\"da0bd5caff9bc31532701c8bcbe0294f37386e4f\" In file included from executor/executor.cc:493: executor/executor_runner.h:750:51: error: no member named 'uc_mcontext' in 'sigcontext' auto& mctx = static_cast(ucontext)->uc_mcontext; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 1 error generated. gmake: *** [Makefile:138: executor] Error 1