Comment 3 for bug 1393583

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Unfortunately, it failed to build, can you please look at that?

make[2]: Entering directory '/build/buildd/gccgo-go-1.2.1/src/cmd/go'
gccgo -o _gccgo-go_ -c -g -O2 -fstack-protector-strong discovery.go fix.go go11.go list.go pkg.go testflag.go vcs.go build.go doc.go fmt.go help.go main.go run.go signal_unix.go test.go version.go clean.go env.go get.go http.go signal.go tool.go vet.go zdefaultcc.go stdlib.go
stdlib.go:141:31: error: expected operand
  "unicode/utf8": true,
                               ^
stdlib.go:141:31: error: expected ',' or '}'
pkg.go:480:6: error: expected map index on right hand side
   if _, ok := stdlib[path]; ok && buildContext.Compiler == "gccgo" {
      ^
test.go:372:8: error: expected map index on right hand side
     if _, ok := stdlib[path]; ok && buildContext.Compiler == "gccgo" {
        ^
test.go:538:6: error: expected map index on right hand side
   if _, ok := stdlib[path]; ok && buildContext.Compiler == "gccgo" {
      ^
test.go:548:6: error: expected map index on right hand side
   if _, ok := stdlib[path]; ok && buildContext.Compiler == "gccgo" {
      ^
Makefile:36: recipe for target 'build' failed
make[2]: *** [build] Error 1