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: there is a bin/go.exe~ in windows/amd64 zip binary distribution #5405

Closed
minux opened this issue May 3, 2013 · 13 comments
Closed
Labels
FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.

Comments

@minux
Copy link
Member

minux commented May 3, 2013

download https://go.googlecode.com/files/go1.1rc1.windows-amd64.zip,
and you will find a go/bin/go.exe~ file in it.

-rw-rw-rw-  2.0 unx  7591424 bl defN  1-May-13 14:08 go/bin/go.exe
-rw-rw-rw-  2.0 unx  9661952 bl defN  1-May-13 14:07 go/bin/go.exe~

i verified that bin/go~ is not present in go1.1rc1.linux-amd64.tar.gz.

i think it's a race detector version of go.exe, but why it's there in the windows/amd64
package, but not linux/amd64 tarball?
@davecheney
Copy link
Contributor

Comment 1:

The go.exe~ file is present in the go1.1 final build as well.

@alexbrainman
Copy link
Member

Comment 2:

Roger that. I have no idea why.
Alex

@adg
Copy link
Contributor

adg commented May 21, 2013

Comment 3:

I don't have time to investigate this. Anyone interested is welcome to figure it out.

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

Owner changed to ---.

@alexbrainman
Copy link
Member

Comment 4:

adg, do you remember the command you have used to make them?
Alex

@davecheney
Copy link
Contributor

Comment 5:

I'm pretty sure it would be running the misc/dist tool with -tag=go1.1
windows-{amd64,386}

@robpike
Copy link
Contributor

robpike commented May 28, 2013

Comment 6:

Owner changed to @adg.

@adg
Copy link
Contributor

adg commented May 29, 2013

Comment 7:

cd $GOROOT/misc/dist
go build
./dist -upload=false windows-amd64
It'll probably choke on building the .msi if you don't have the relevant tools
installed, but that shouldn't hinder the resolution of this issue.

Owner changed to ---.

Status changed to HelpWanted.

@alexbrainman
Copy link
Member

Comment 8:

https://golang.org/cl/9856043

Status changed to Started.

@alexbrainman
Copy link
Member

Comment 9:

This issue was closed by revision 77d4347.

Status changed to Fixed.

@gopherbot
Copy link

Comment 10 by cole.mickens:

I recently downloaded 'go1.1.1.windows-amd64.msi' and noticed that I also had an extra
"go.exe~" hanging out in the bin directory.

@davecheney
Copy link
Contributor

Comment 11:

Sorry Andrew, the current 1.1.1 binaries still have this stray artefact.

Owner changed to @adg.

Status changed to Accepted.

@adg
Copy link
Contributor

adg commented Jun 20, 2013

Comment 12:

Looks like I forgot to rebuild dist.exe before rebuilding the windows binaries. Next
time.

@adg
Copy link
Contributor

adg commented Jun 20, 2013

Comment 13:

I don't care enough to leave this open. It'll get fixed with the next release.

Status changed to Fixed.

@minux minux added fixed Suggested Issues that may be good for new contributors looking for work to do. labels Jun 20, 2013
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned adg Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

6 participants