From mboxrd@z Thu Jan 1 00:00:00 1970 From: nydldmcd2@mail.com To: 9fans <9fans@9fans.net> Subject: =?UTF-8?B?dmFyaW91cyBwcm9ibGVtcyB3aXRoIGluc3RhbGxpbmcgZ28gbGFu?= =?UTF-8?B?ZyA=?= Message-Id: <16035129440.85dB4C57b.806205@composer.9fans.topicbox.com> Date: Sat, 24 Oct 2020 00:15:44 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16035129441.7bfE37.806205" Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 962feb10-15af-11eb-be77-621b2c2d11b0 --16035129441.7bfE37.806205 Date: Sat, 24 Oct 2020 00:15:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, for the past few days I have been wrestling with getting go lang to wor= k on 9front (latest version)=C2=A0 I have been referencing these guidelines:=C2=A0http://docs.9front.org/build= ing-go=C2=A0 here is a brief paste detailing what I did:=C2=A0https://dpaste.com/6D26TWP= XA.txt go seems to run, go env and go version return their expected results. the p= roblems come from actually trying to fetch things=C2=A0 go get github.com/bwmarrin/discordgo go: golang.org/x/crypto@v0.0.0-20200622213623-75b288015ac9: Get "https://pr= oxy.golang.org/golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mo= d": x509: failed to load system roots and no roots provided; open /sys/lib/= tls/ca.pem: '/sys/lib/tls/ca.pem' does not exist Seems to be a tls issue?=C2=A0 There was supposedly a thread on the issue b= ut it is gone and not in any archives that I know of...=C2=A0 http://comments.gmane.org/gmane.os.plan9.general/74781=C2=A0being the dead = link --16035129441.7bfE37.806205 Date: Sat, 24 Oct 2020 00:15:44 -0400 MIME-Version: 1.0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi, for the past few days I have been wrest= ling with getting go lang to work on 9front (latest version) 
I have been referencing these guidelines: http://docs.9front.org/building-go 

here is a brief paste detailing what I did: https://dpaste.com/6D26TWPXA.txt=

go seems to run, go env and go versi= on return their expected results. the problems come from actually trying to= fetch things 

go get github.com/bwmarrin/discordgo
go: golang.org/x/crypto@v0.0.0-20200622213623-75b288015ac9: Get "https://proxy.golang.org/golang.org/x/crypto/@v/v0.0.0-202=
00622213623-75b288015ac9.mod": x509: failed to load system roots and no=
 roots provided; open /sys/lib/tls/ca.pem: '/sys/lib/tls/ca.pem' does not e=
xist

Seems to be a tls issue?  There was = supposedly a thread on the issue but it is gone and not in any archives tha= t I know of... 
http://comments.gmane.org/gmane.os.plan9.general= /74781 being the dead link

= --16035129441.7bfE37.806205--