Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-fuzz-build: build fails at tip Go due to missing abi_amd64.h (new in go1.17) #322

Closed
thepudds opened this issue May 31, 2021 · 0 comments · Fixed by #323
Closed

go-fuzz-build: build fails at tip Go due to missing abi_amd64.h (new in go1.17) #322

thepudds opened this issue May 31, 2021 · 0 comments · Fixed by #323

Comments

@thepudds
Copy link
Collaborator

$ go-fuzz-build -func=foo
[stderr]
failed to execute go build: exit status 2
# runtime
../.tmp/go-fuzz-build3057684113/goroot/src/runtime/asm_amd64.s:10: 
#include: open $WORK/.t mp/go-fuzz-build3057684113/goroot/pkg/include/cgo/abi_amd64.h: no such file or directory

Depending on what you are fuzzing, you might first hit #313, which is a separate tip failure.

I (hopefully!) have a PR for this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant