-
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
what's mean about it?what can I do to install go #12928
Comments
Which version of go are you using? You need go 1.5 or later for ppc64 On Wed, 14 Oct 2015, 19:40 Terryshakj [email protected] wrote:
|
yes,my hardware is ppc64,but i find that if i want to install go 1.5,i need to install go1.4 first?is this a bug? |
Because of go1.4 does not support ppc64, I just need to install go1.5, if installation go1.5 must install go1.4, what am I supposed to do, this is not a dead cycle |
Ahh, yes. You will need a bootstrap version of Go, but you can do this.
This will make a .tgz two directories up, you can copy this to your ppc64 Let me know how you go, if you have a problem will write up a blog post Dave On Wed, 14 Oct 2015, 19:52 Terryshakj [email protected] wrote:
|
I'm just a beginner ,let me try this solution first |
Let me know how you go, I can write up a more comprehensive procedure if On Wed, 14 Oct 2015, 20:05 Terryshakj [email protected] wrote:
|
ok ,thanks |
I hava installed Go 1.5 from source on an intel machine(I used go 1.4 to bootstrap go 1.5),but I don't know is properly installed.when i cd/bin ,then input go version ,it shows go version go1.4.2 linux/amd64 ? install logs: ../testAPI checkGo version is "go1.5.1", ignoring -next /data/packages/go/api/next.txt ALL TESTS PASSED |
It sounds like you may have combined the source for go1.4 and go 1.5. Never the less, if you change to.the go 1.5 directory and run then On Wed, 14 Oct 2015, 21:01 Terryshakj [email protected] wrote:
|
I got a folder : go-linux-ppc64-bootstrap,copy the folder to ppc64 machine and then put it under the folder "/root/go1.4" ,and then use it to bootstrap go 1.5? |
Unpack it to /root on the target, you'll get something like GO_BOOTSTRAP_ROOT=/root/go-bootstrap-linux-ppc64 and then run ./all.bash On Wed, 14 Oct 2015, 21:18 Terryshakj [email protected] wrote:
|
some error occured when i use it to bootstrap go 1.5. |
Until there's a bug, please move this discussion to a forum of some sort. See https://golang.org/wiki/Questions for potential venues. |
Please be aware that once you get go1.5 built on ppc64, it is not I opened an issue on this against ppc64le. On 10/14/2015 05:44 AM, Terryshakj wrote:
|
@Terryshakj I have written up the procedure here http://dave.cheney.net/2015/10/16/bootstrapping-go-1-5-on-non-intel-platforms If there are errors or omissions, please open a thread on the mailing list. Do not continue the discussion on this issue as it is closed. Thanks Dave |
[root@redhat2 src]# ./make.bash
Building C bootstrap tool.
cmd/dist
go tool dist: unknown architecture: ppc64
The text was updated successfully, but these errors were encountered: