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

cmd/dist: superfluous and confusing "binaries ... to be copied or moved" message #3100

Closed
alexbrainman opened this issue Feb 22, 2012 · 5 comments
Milestone

Comments

@alexbrainman
Copy link
Member

C:\MinGW\go\src>set | find "GO"
GOARCH=386
GOBIN=c:\mingw\go\bin
GOROOT=c:\mingw\go

C:\MinGW\go\src>go tool dist banner

---
Installed Go for windows/386 in c:\mingw\go
Installed commands in c:\mingw\go\bin

The binaries expect c:\mingw\go to be copied or moved to C:\MinGW\go

C:\MinGW\go\src>
@dsymonds
Copy link
Contributor

Comment 1:

Labels changed: added priority-later, removed priority-triage.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 2:

Fix: stat the installed binary and the expected location and if you find the same file
don't print the message.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 3:

Labels changed: added go1.1.

@minux
Copy link
Member

minux commented Oct 10, 2012

Comment 4:

https://golang.org/cl/6637061/

Status changed to Started.

@minux
Copy link
Member

minux commented Oct 12, 2012

Comment 5:

This issue was closed by revision 19dc7bb.

Status changed to Fixed.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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

5 participants