-
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
Not possible to build go from source tarballs #68837
Comments
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Duplicate of #68834 Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only. For questions please refer to https://github.com/golang/go/wiki/Questions |
This is not a question, this a bug report. |
As far as we can tell, it's something specific to your environment that you're not telling us about, since the instructions you provided do not reproduce the issue. Perhaps someone in the forums would be willing to troubleshoot your issue. |
Thanks. I tried on a clean environment and wasn't able to reproduce the issue. I then ran a build with strace which revealed the problem. Thanks for your help. |
Go version
go1.22.6
Output of
go env
in your module/workspace:What did you do?
Building go1.22.6 from source
https://go.dev/dl/go1.22.6.src.tar.gz
What did you see happen?
$ GOROOT_BOOTSTRAP=/home/local/go1.19.5 ./make.bash Building Go cmd/dist using /home/local/go1.19.5. (go1.19.5 linux/amd64) found packages main (build.go) and building_Go_requires_Go_1_20_6_or_later (notgo120.go) in /home/local/go1.22.6/src/cmd/dist
But building of 1.20.6 (and up to on series 1.20.14) is not supported due to a bug
See #68834
What did you expect to see?
A way to build current latest go from the official tarballs.
The text was updated successfully, but these errors were encountered: