Go builds just fine right now on the plan9 builders: http://build.golang.org

1.4 and 1.5 are very different, due to 1.5 being written in Go. i386 and amd64 
should both build, although amd64 fails an irrelevant unittest.

What do you see with 1.5.2/1.5.3? (You said you tried?)

Best regards,
Kenny Levinsen // joushou

> On 26 Jan 2016, at 22:52, s...@9front.org wrote:
> 
> From http://fqa.9front.org/appendixl.html:
> 
>       # automatically converted ca certs from mozilla.org
>       hget http://curl.haxx.se/ca/cacert.pem >/sys/lib/tls/ca.pem
>       # shell script that emulates git commands
>       hget http://9front.org/extra/rc/git >$home/bin/rc/git
>       chmod 775 $home/bin/rc/git
>       # fetch the repository
>       git clone https://go.googlesource.com/go
>       cd go
>       git checkout go1.4.2
>       # build go
>       cd src
>       ./make.rc
>       # install documentation
>       go get golang.org/x/tools/cmd/godoc
>       # go!
> 
> Newer versions of go seem to have problems with Plan 9.
> 
> sl
> 


Reply via email to