On Wed, Apr 2, 2014 at 10:49 AM, David du Colombier <[email protected]> wrote: > Two days ago, I've fixed the script mklibc.rc to > generate the libc_plan9.h file properly on 9atom. > > https://codereview.appspot.com/82660044/ > > Please give a try and review this change to > get it submitted before the Go 1.4 release.
I got a fresh copy of go from the current hg tip and applied this patch. I now see some other errors while it builds pkg/math module: I had not seen these before, so perhaps something new that landed in the go repo may be responsible for it? go/src/pkg/math/abs.go:14: internal error: abs ~r1 (type float64) recorded as live on entry [...] same error for various other files (acosh.go, asin.go ... ) [...] go tool dist: FAILED: ... It will be great if one of the "distributions" like 9atom ship a version of various tools like hg/python/go along with it. -- Ramakrishnan
