From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 From: Dave MacFarlane Date: Wed, 20 Dec 2017 19:29:29 -0500 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: [9fans] Go on amd64 Topicbox-Message-UUID: c76acc38-ead9-11e9-9d60-3106f5b1d025 What's the latest version of Go on amd64 that anyone's used successfully? I just reinstalled 9front after putting in a new SSD on my laptop and I'm getting panics about errors lowering to SSA while trying to compile dgit, but I'm not sure if something went wrong bootstrapping go 1.9.2 or how much effort I should into trying to put into make a minimal test case (the function it's panicing on is going to be hard to extract and I don't have any ideas what's special about it that's causing a panic..) -- - Dave From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: In-Reply-To: From: as Date: Thu, 21 Dec 2017 01:12:09 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="001a1141f5ae3a85f20560cf643a" Subject: Re: [9fans] Go on amd64 Topicbox-Message-UUID: c76f3520-ead9-11e9-9d60-3106f5b1d025 --001a1141f5ae3a85f20560cf643a Content-Type: text/plain; charset="UTF-8" ; go version go version 1.7beta1 plan9/amd64 On Wed, Dec 20, 2017, 16:32 Dave MacFarlane wrote: > What's the latest version of Go on amd64 that anyone's used successfully? > > I just reinstalled 9front after putting in a new SSD on my laptop and > I'm getting panics about errors lowering to SSA while trying to > compile dgit, but I'm not sure if something went wrong bootstrapping > go 1.9.2 or how much effort I should into trying to put into make a > minimal test case (the function it's panicing on is going to be hard > to extract and I don't have any ideas what's special about it that's > causing a panic..) > > -- > - Dave > > --001a1141f5ae3a85f20560cf643a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

; go version
go version 1.7beta1 plan9/amd64


On Wed, Dec 20, 2017, 16:32= Dave MacFarlane <driusan@gmail.com= > wrote:
What's the late= st version of Go on amd64 that anyone's used successfully?

I just reinstalled 9front after putting in a new SSD on my laptop and
I'm getting panics about errors lowering to SSA while trying to
compile dgit, but I'm not sure if something went wrong bootstrapping go 1.9.2 or how much effort I should into trying to put into make a
minimal test case (the function it's panicing on is going to be hard to extract and I don't have any ideas what's special about it that&= #39;s
causing a panic..)

--
- Dave

--001a1141f5ae3a85f20560cf643a-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Dave MacFarlane Date: Wed, 20 Dec 2017 20:18:16 -0500 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="089e082660a48e10de0560cf792e" Subject: Re: [9fans] Go on amd64 Topicbox-Message-UUID: c7752b06-ead9-11e9-9d60-3106f5b1d025 --089e082660a48e10de0560cf792e Content-Type: text/plain; charset="UTF-8" Nevermind, the problems went away after recompiling 1.9.2 from source a second time, something must have went wrong with my initial bootstrap.. On Dec 20, 2017 19:29, "Dave MacFarlane" wrote: What's the latest version of Go on amd64 that anyone's used successfully? I just reinstalled 9front after putting in a new SSD on my laptop and I'm getting panics about errors lowering to SSA while trying to compile dgit, but I'm not sure if something went wrong bootstrapping go 1.9.2 or how much effort I should into trying to put into make a minimal test case (the function it's panicing on is going to be hard to extract and I don't have any ideas what's special about it that's causing a panic..) -- - Dave --089e082660a48e10de0560cf792e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Nevermind, the problems went away after recompiling 1.9.2= from source a second time, something must have went wrong with my initial = bootstrap..

= On Dec 20, 2017 19:29, "Dave MacFarlane" <driusan@gmail.com> wrote:
<= blockquote class=3D"quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc = solid;padding-left:1ex">What's the latest version of Go on amd64 that a= nyone's used successfully?

I just reinstalled 9front after putting in a new SSD on my laptop and
I'm getting panics about errors lowering to SSA while trying to
compile dgit, but I'm not sure if something went wrong bootstrapping go 1.9.2 or how much effort I should into trying to put into make a
minimal test case (the function it's panicing on is going to be hard to extract and I don't have any ideas what's special about it that&= #39;s
causing a panic..)

--
- Dave

--089e082660a48e10de0560cf792e-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: David du Colombier <0intro@gmail.com> Date: Thu, 21 Dec 2017 10:51:24 +0100 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] Go on amd64 Topicbox-Message-UUID: c77b0a9e-ead9-11e9-9d60-3106f5b1d025 Some Go binary packages for plan9/386, plan9/amd64 and plan9/arm are available here: http://9legacy.org/download.html -- David du Colombier