Bug#852724: golang-1.7: go install -race fails with "permission denied"

2017-03-24 Thread TM
Hello, I believe upstream is discussing a change in `go install` relevant to this issue. It was recently added to the go1.9 milestone. https://github.com/golang/go/issues/18981#issuecomment-278131082 Note `go run -race` may be a satisfactory workaround. > However, race-enabled binaries can us

Bug#852724: golang-1.7: go install -race fails with "permission denied"

2017-01-26 Thread Ayke van Laethem
Package: golang-1.7 Version: 1.7.4-1 Severity: normal Dear Maintainer, Builting a trivial package using Go fails when enabling the race condition checker. Example code: --- package main import ( "fmt" ) func main() { fmt.Println("Hello, World") } --- Put in src/go-hello/hello.