From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20140402071913.72076a71@zinc.9fans.fr> References: <5332c061.924ab40a.15cc.55a2@mx.google.com> <20140402071913.72076a71@zinc.9fans.fr> From: Ramakrishnan Muthukrishnan Date: Fri, 4 Apr 2014 16:23:44 +0530 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Python/Mercurial error Topicbox-Message-UUID: d6bebaba-ead8-11e9-9d60-3106f5b1d025 On Wed, Apr 2, 2014 at 10:49 AM, David du Colombier <0intro@gmail.com> 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