You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
by mstplbrg:
The text was updated successfully, but these errors were encountered: