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

Install go1.4 on Powerlinux7 ,have errros: go tool dist: unknown architecture: ppc64 #27725

Closed
goen88 opened this issue Sep 18, 2018 · 5 comments

Comments

@goen88
Copy link

goen88 commented Sep 18, 2018

I wanna install go1.4 on Powerlinux7r1 and install errors like "go tool dist: unknown architecture: ppc64"

OS version info
`
Linux 2.6.32-504.el6.ppc64 #1 SMP Tue Sep 16 01:52:45 EDT 2014 ppc64 ppc64 ppc64 GNU/Linux

LSB Version: :base-4.0-noarch:base-4.0-ppc64:core-4.0-noarch:core-4.0-ppc64:graphics-4.0-noarch:graphics-4.0-ppc64:printing-4.0-noarch:printing-4.0-ppc64
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.6 (Santiago)
Release: 6.6
Codename: Santiago
`
I need help , thanks very much

@agnivade
Copy link
Contributor

Sorry, but you are using 1.4. ppc64 is available from 1.5 onwards. Is there a reason you cannot use 1.11 ?

@laboger
Copy link
Contributor

laboger commented Sep 18, 2018 via email

@goen88
Copy link
Author

goen88 commented Sep 19, 2018

Sorry, but you are using 1.4. ppc64 is available from 1.5 onwards. Is there a reason you cannot use 1.11 ?

Thank for you answer ! At first, I wanna install 1.9.2 , give errors below where I install it. And I try install 1.11 the same errors give
ERROR: Cannot find /root/go1.4/bin/go. Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.
So, I install 1.4 for support 1.9 or 1.11 , but failed .
Could you tell me what to do next?

@agnivade
Copy link
Contributor

You don't need to compile the Go source. Just download a release. From the release page, it seems that only releases for ppc64le is available. Then, I would suggest you build the ppc64 Go binaries from a normal amd64 machine and then use those in your target machine.

For further questions, please have a look at Questions wiki page; it has a list of good places for asking questions.

Closing since this is not a bug.

@goen88
Copy link
Author

goen88 commented Sep 19, 2018

You don't need to compile the Go source. Just download a release. From the release page, it seems that only releases for ppc64le is available. Then, I would suggest you build the ppc64 Go binaries from a normal amd64 machine and then use those in your target machine.

For further questions, please have a look at Questions wiki page; it has a list of good places for asking questions.

Closing since this is not a bug.

Ok, Thanks for you suggest

@golang golang locked and limited conversation to collaborators Sep 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants