From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) From: Kenny Lasse Hoff Levinsen In-Reply-To: Date: Tue, 26 Jan 2016 23:03:08 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <616318C6-81ED-4F6B-AE82-87EBECDE97D3@gmail.com> References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] Go on Plan 9? Topicbox-Message-UUID: 7fde2108-ead9-11e9-9d60-3106f5b1d025 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, sl@9front.org wrote: >=20 > =46rom http://fqa.9front.org/appendixl.html: >=20 > # 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! >=20 > Newer versions of go seem to have problems with Plan 9. >=20 > sl >=20