-
Notifications
You must be signed in to change notification settings - Fork 559
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
Error with go1.5 install #155
Comments
You will need go1.4 installed before you can install go1.5 (since this is compiling from go source and 1.5 doesnt use C anymore) run |
👍 |
The compiler log: "ERROR: Cannot find /home/xxxxx/go1.4/bin/go" |
@dariusc93's solution worked. Thanks.
|
Thanks @dariusc93. Your solution fixed the problem. gvm install go1.4
gvm use go1.4
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.5 |
Why can't it use go1.4.2? I already had go1.4.2 installed! |
@sudhirvkumar what do you mean? |
if you are on 1.4.x, you need to export export GOROOT_BOOTSTRAP=$GOROOT |
I hit the same issue, and @dariusc93 solution worked for me. Thank you for posting this. |
@dariusc93 solution worked for me. |
Thanks @dariusc93. your solution works |
I followed the instruction to install 1.4 first and then 1.5. It failed to complie and had the following log: go build bootstrap/compile/internal/gc: /home/vagrant/.gvm/gos/go1.4/pkg/tool/linux_amd64/6g: signal: killed |
@akwmak same issue here. I managed to solve it by
|
@dariusc93 solution worked for me too! Thx |
@dariusc93 BUT, once I failed to install go1.5, I cannot install go 1.4. [root@zoo1 ~]# gvm install go1.4
[root@zoo1 ~]# cat /root/.gvm/logs/go-go1.4-compile.log Building Go bootstrap tool.cmd/dist |
what's wrong |
I just installed binary version. Sent from my iPhone
|
refs to [moovweb#155 (comment)
@technowar @akwmak @mitghi Same situation here, even after using the recommendation from @unnikked |
I got around this issue by:
Still can't explain why we had the issue above, but at least this will get you started. |
@technowar Oh cool... mine was failing when trying to install go1.5 upwards. |
@algaio @akwmak @mitghi |
You can also set
|
So this works but is it not possible to bootstrap latest go without 1.4? |
thanks @dariusc93 - I needed to update this for it to work. |
Are we always gonna have to install go1.4 in order to install later versions? I mean, I'm trying to install 1.7 now, and this is still the case... |
@IgorGanapolsky Yes. Actually, it is written in their README.
|
I'm trying to install 1.7.1, but need 1.4 to build it, so I tried installing that, however El Capitan seems to also be incapable of installing any version before go1.5. Here's the log for 1.4:
I literally can not install any version available through gvm, so gvm is kind of useless to me right now. 😭 |
Did you install it using |
The text was updated successfully, but these errors were encountered: