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

os.PathListSeparator should be ";" on windows #1992

Closed
mhilton opened this issue Jun 22, 2011 · 2 comments
Closed

os.PathListSeparator should be ";" on windows #1992

mhilton opened this issue Jun 22, 2011 · 2 comments

Comments

@mhilton
Copy link

mhilton commented Jun 22, 2011

Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem.  Thanks.

What steps will reproduce the problem?
1. Set GOPATH to c:\goproj
2. Attempt to install a package with goinstall
3.

What is the expected output?
package installed

What do you see instead?
a message saying c is not an absolute path

Which compiler are you using (5g, 6g, 8g, gccgo)?
8g

Which operating system are you using?
Windows

Which revision are you using?  (hg identify)
3418f22c39eb+ weekly/weekly.2011-06-02

Please provide any additional information below.
@alexbrainman
Copy link
Member

Comment 1:

Thank you for report and the fix.
goinstall still fails for me, because, it executes "mkdir -p ..." command when it
compiles and installs package. Windows mkdir does not have -p parameter. I will fix this
problem too.
Alex

Labels changed: added os-windows, packagebug.

Status changed to Accepted.

@alexbrainman
Copy link
Member

Comment 2:

This issue was closed by revision 8ab2c98.

Status changed to Fixed.

@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

3 participants