-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
undefined: sysSparseDetect when building go 1.10 from source #24017
Comments
You |
Did you have a stale checkout of the go source tree prior to extracting the tar.gz. file? The presence of the sparse_unix.go file is indicative of a checkout of the tree from several months ago. |
Or rather, nuke your |
looks like last time I downloaded a go distribution, I did not have the wisdom to I'd recommend doing that in releases from now on, putting the version in the folder name inside the .tar.gz. it's pretty standard practice. |
I've got this error on MacOS. |
@iosandroidwebtopdev, that seems unrelated to this bug. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.8.5 linux/amd64
Does this issue reproduce with the latest release?
This issue is blocking me from obtaining the latest release.
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
I expected the build to succeed and produce go 1.10 binary.
What did you see instead?
The above error message
The text was updated successfully, but these errors were encountered: