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

permission denied when using go install -a #6442

Closed
gopherbot opened this issue Sep 22, 2013 · 1 comment
Closed

permission denied when using go install -a #6442

gopherbot opened this issue Sep 22, 2013 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by mstplbrg:

Reporting this as an issue to get a reply after it apparently flew underneath the radar
at https://groups.google.com/forum/#!msg/golang-nuts/yniBC9gM9I0/e75NAVEL2J8J :).

What steps will reproduce the problem?
1. go get github.com/dotcloud/docker
2. go install -a github.com/dotcloud/docker/...

What is the expected output?
None

What do you see instead?
go install runtime: open /usr/lib/go/pkg/linux_amd64/runtime.a: permission denied


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

Which operating system are you using?
Linux

Which version are you using?  (run 'go version')
go version go1.1.2 linux/amd64

Please provide any additional information below.
This was discussed at
https://groups.google.com/forum/#!msg/golang-nuts/yniBC9gM9I0/e75NAVEL2J8J briefly.

https://groups.google.com/forum/#!topic/golang-nuts/dXyhD-XiW50 documents the reason why
go install -a is necessary in the first place for that specific Go package.
@minux
Copy link
Member

minux commented Sep 22, 2013

Comment 1:

Status changed to Duplicate.

Merged into issue #6424.

@golang golang locked and limited conversation to collaborators Jun 25, 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

2 participants