From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qt0-f169.google.com ([209.85.216.169]) by ur; Wed Nov 23 10:45:22 EST 2016 Received: by mail-qt0-f169.google.com with SMTP id p16so15074627qta.0 for <9front@9front.org>; Wed, 23 Nov 2016 07:45:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Aj2bZSrgnAMFBvHpuEFXec5B7a5IPSGbxZZ2E4qVAWs=; b=DLyROCCsbyjnb7zXJa1vAuzqWew1AfgTENDKpwRGEc0dTklTiQ4+D0HL1eTThvkCad LSG9MbfX+nt6nLQTMszWht5dFI0o5hyvuQRFMAPpyJtj+2Xr3ZeT160wu97lijvvd6sP D6/EtU4lmczLsmzwvbaKMGKtbqIKLVYmFg2PNisHSFqrCZfiij5uMIj2sUeR8pEv8nvy HsFh3/2Hh/AR3tiD59BXaNUGeHBxLlF+pHUebZ6TYNTBaAZWeBq+F9qc93rmubNRMZTB fgFwZuGHZVW+lWWp2/UDPyKN6o3BSzCJKy0K9V/z8HEt9hGxq+vYewXwQcrG/WAd5M5h fcag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Aj2bZSrgnAMFBvHpuEFXec5B7a5IPSGbxZZ2E4qVAWs=; b=inXFVvJwFuoOw+2mP6r0fI7Z8tmRgLTIFilbjwBTJQ6YhG9NKcwxt8hBT/KcJKhxx4 Rx8jqzlQYBl6VkYKbWEF8rbN8yFxzRl53pJS1IC+yNUp6kwO03n6h4hfX3ZrRTt6kk2c EfLRnflI9pcwS10kYiQg5FdRH71zdBAdWBowRDFD9eaxwFV8sSJRFM/iX+w3Di6ucfNb aNROg+MIq1J6hSMJXnshtIOjoNa58j7yZV2ilAGiqXURgTAimd71BONhsv525GG67VnS Fdh5eylEaZb/XimAgSK6eUxk5mIIRGjD9u4sJsQW8FjSmBmzruroslDji2E4F2oa92vc Sm6A== X-Gm-Message-State: AKaTC00MUVGYxAaFRpw8ufg3HrBfmZ5IXsDGVRMY3brwXJqDcayn70z5MU2SliycV33Up0LsrOvJ75TWQhq6UA== X-Received: by 10.200.36.171 with SMTP id s40mr2947871qts.142.1479915920185; Wed, 23 Nov 2016 07:45:20 -0800 (PST) MIME-Version: 1.0 References: <67642B44-7CF3-4F31-9D9A-89D6DEDF66B6@stanleylieber.com> In-Reply-To: <67642B44-7CF3-4F31-9D9A-89D6DEDF66B6@stanleylieber.com> From: Marshall Conover Date: Wed, 23 Nov 2016 15:45:09 +0000 Message-ID: Subject: Re: [9front] easy install of go on 9front? To: 9front@9front.org Content-Type: multipart/alternative; boundary=001a11403342b85ff40541f9c60a List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking optimized realtime-java SQL over YAML grid service --001a11403342b85ff40541f9c60a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable When I was last working on things a month or so ago, I believe the build problem with building go on 9front was related to mismatched type declarations; that is, certain types were declared in 9front as being uint_32 or the like, and in go being uint_64, or something of that nature. The details have escaped me, but the binaries may be the simplest method, because they're (hopefully) just plug-and-play. On Wed, Nov 23, 2016 at 10:39 AM Stanley Lieber wrote: > On Nov 23, 2016, at 5:07 AM, Aram H=C4=83v=C4=83rneanu wr= ote: > > > > To install Go on Plan 9 you install it like on any other platform. > > There is nothing Plan 9 specific about it, and it is easy. > > > > -- > > Aram H=C4=83v=C4=83rneanu > > There is the small problem of no git on Plan 9. > > sl > > > --001a11403342b85ff40541f9c60a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
When I was last working on things a month or so ago, I bel= ieve the build problem with building go on 9front was related to mismatched= type declarations; that is, certain types were declared in 9front as being= uint_32 or the like, and in go being uint_64, or something of that nature.= The details have escaped me, but the binaries may be the simplest method, = because they're (hopefully) just plug-and-play.

On Wed, Nov 23, 2016 at 10:39 AM Stanley Lieb= er <sl@stanleylieber.com>= wrote:
On Nov 23, 2016, at 5:07 AM= , Aram H=C4=83v=C4=83rneanu <aram.h@mgk.ro> wrote:
>
> To install Go on Plan 9 you install it like on any other platform.
> There is nothing Plan 9 specific about it, and it is easy.
>
> --
> Aram H=C4=83v=C4=83rneanu

There is the small problem of no git on Plan 9.

sl


--001a11403342b85ff40541f9c60a--