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=215eef4ad85fb6124af70d1e5c9729b69554a32b -X 'github.com/google/syzkaller/prog.gitRevisionDate=20240624-150522'" "-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=\"215eef4ad85fb6124af70d1e5c9729b69554a32b\" In file included from executor/executor.cc:498: executor/shmem.h:21:7: error: use of undeclared identifier 'posix_fallocate' if (posix_fallocate(fd_, 0, size)) ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: In file included from /usr/include/c++/v1/ostream:172: /usr/include/c++/v1/locale:288:36: error: use of undeclared identifier 'do_not_use_malloc' __status = (unsigned char*)malloc(__nkw); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: In file included from /usr/include/c++/v1/ostream:172: /usr/include/c++/v1/locale:1589:28: error: use of undeclared identifier 'do_not_use_malloc' __ob = (char_type*)malloc(2*static_cast(__nc)*sizeof(char_type)); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: In file included from /usr/include/c++/v1/ostream:172: /usr/include/c++/v1/locale:3071:30: error: use of undeclared identifier 'do_not_use_malloc' __h.reset((char*)malloc(static_cast(__wn - __wb.get() + 2))); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: In file included from /usr/include/c++/v1/ostream:172: /usr/include/c++/v1/locale:3369:32: error: use of undeclared identifier 'do_not_use_malloc' __hd.reset((char_type*)malloc(static_cast(__n) * sizeof(char_type))); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: In file included from /usr/include/c++/v1/ostream:172: /usr/include/c++/v1/locale:3397:32: error: use of undeclared identifier 'do_not_use_malloc' __hw.reset((char_type*)malloc(__exn * sizeof(char_type))); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: In file included from /usr/include/c++/v1/ostream:172: /usr/include/c++/v1/locale:3439:31: error: use of undeclared identifier 'do_not_use_malloc' __h.reset((char_type*)malloc(__exn * sizeof(char_type))); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: In file included from executor/executor_runner.h:12: In file included from /usr/include/c++/v1/iomanip:47: In file included from /usr/include/c++/v1/istream:165: /usr/include/c++/v1/ostream:870:33: error: use of undeclared identifier 'do_not_use_malloc' __wb = (_CharT*)malloc(__len*sizeof(_CharT)); ^ executor/executor.cc:74:16: note: expanded from macro 'malloc' #define malloc do_not_use_malloc ^ In file included from executor/executor.cc:505: executor/executor_runner.h:750:51: error: no member named 'uc_mcontext' in 'sigcontext' auto& mctx = static_cast(ucontext)->uc_mcontext; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 9 errors generated. gmake: *** [Makefile:138: executor] Error 1