9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Chris McGee <newton688@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image
Date: Fri, 28 Oct 2016 10:53:48 -0400	[thread overview]
Message-ID: <8A38C9CD-6FDE-4943-A812-6632F068B53F@gmail.com> (raw)
In-Reply-To: <CANUoZoF+SHiQPqHFxCfLjNGmD9KdHbBsVJYWSJ31LPeSPAyQ9A@mail.gmail.com>

Thanks David,

I will give this a try.

Chris

On Oct 28, 2016, at 2:58 AM, David du Colombier <0intro@gmail.com> wrote:

>> you have to have an n-1 version of Go to compile n
>
> You have to bootstrap from Go >= 1.4.
>
> If you want to build the current Go source from scratch on plan9/386,
> you can just do:
>
> cd /tmp
> git clone -b go1.4.3 https://go.googlesource.com/go go1.4
> cd go1.4
> hget http://9legacy.org/go/patch/syscall-exec.diff | ape/patch -p1
> cd src
> make.rc
>
> GOROOT_BOOTSTRAP=/tmp/go1.4
> cd /tmp
> git clone https://go.googlesource.com/go
> cd go/src
> make.rc
>
> This is documented on https://github.com/golang/go/wiki/Plan9
>
> --
> David du Colombier
>



  reply	other threads:[~2016-10-28 14:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 16:26 Marshall Conover
2016-10-27 23:43 ` Chris McGee
2016-10-28  6:54   ` David du Colombier
2016-10-28  6:58     ` David du Colombier
2016-10-28 14:53       ` Chris McGee [this message]
2016-10-28 17:49       ` Skip Tavakkolian
2016-10-31 13:56 Marshall Conover

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8A38C9CD-6FDE-4943-A812-6632F068B53F@gmail.com \
    --to=newton688@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).