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}}' -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" ./sys/syz-sysgen | grep -q false || go install -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" ./sys/syz-sysgen make .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 bin/syz-sysgen touch .descriptions GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-manager github.com/google/syzkaller/syz-manager GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-repro github.com/google/syzkaller/tools/syz-repro GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-mutate github.com/google/syzkaller/tools/syz-mutate GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-prog2c github.com/google/syzkaller/tools/syz-prog2c GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-db github.com/google/syzkaller/tools/syz-db GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-upgrade github.com/google/syzkaller/tools/syz-upgrade GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-ci github.com/google/syzkaller/syz-ci # syz-agent uses codesearch clang tool which requires cgo. CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/google/syzkaller/prog.GitRevision=97745f52f5b9361548048f53f0b3b51b9313fedf -X github.com/google/syzkaller/prog.gitRevisionDate=20260206-110014" -o ./bin/syz-agent github.com/google/syzkaller/syz-agent # github.com/google/syzkaller/tools/clang/codesearch codesearch.cpp:10:10: fatal error: clang/AST/ASTContext.h: No such file or directory 10 | #include "clang/AST/ASTContext.h" | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:177: agent] Error 1 make: *** Waiting for unfinished jobs....