tput: no terminal type specified and no TERM environmental variable. tput: no terminal type specified and no TERM environmental variable. 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 terminal type specified and no TERM environmental variable. tput: no terminal type specified and no TERM environmental variable. 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=freebsd 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_freebsd syz_arch_amd64 " -o ./bin/freebsd_amd64/syz-execprog github.com/google/syzkaller/tools/syz-execprog mkdir -p ./bin/freebsd_amd64 clang++ -o ./bin/freebsd_amd64/syz-executor executor/executor.cc \ -m64 --target=x86_64-unknown-freebsd14.0 -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 -static -lc++ -Wno-unused-command-line-argument -std=c++17 -I. -Iexecutor/_include -DGOOS_freebsd=1 -DGOARCH_amd64=1 \ -DHOSTGOOS_freebsd=1 -DGIT_REVISION=\"215eef4ad85fb6124af70d1e5c9729b69554a32b\" 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:163: In file included from /usr/include/c++/v1/ostream:141: /usr/include/c++/v1/locale:278: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:163: In file included from /usr/include/c++/v1/ostream:141: /usr/include/c++/v1/locale:1579: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:163: In file included from /usr/include/c++/v1/ostream:141: /usr/include/c++/v1/locale:3073: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:163: In file included from /usr/include/c++/v1/ostream:141: /usr/include/c++/v1/locale:3372: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:163: In file included from /usr/include/c++/v1/ostream:141: /usr/include/c++/v1/locale:3400: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:163: In file included from /usr/include/c++/v1/ostream:141: /usr/include/c++/v1/locale:3442: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:163: /usr/include/c++/v1/ostream:834: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 ^ 7 errors generated. gmake: *** [Makefile:138: executor] Error 1