Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-11-13 Thread David du Colombier
> Will you add new Go releases there as they come out so that we can bootstrap > from previous releases? Yes. I've scripted the process to do that. > Also, the Git script is working quite well for me. Thanks for that too. You're welcome :-) -- David du Colombier

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-11-13 Thread Chris McGee
Thanks David, Will you add new Go releases there as they come out so that we can bootstrap from previous releases? Also, the Git script is working quite well for me. Thanks for that too. Chris > On Nov 13, 2016, at 1:07 PM, David du Colombier <0in...@gmail.com> wrote: > > I've updated the Go

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-11-13 Thread David du Colombier
I've updated the Go binary packages with the fix to make.rc: http://9legacy.org/download/go/go1.7.3-plan9-386-bootstrap.tbz http://9legacy.org/download/go/go1.7.3-plan9-amd64-bootstrap.tbz http://9legacy.org/download/go/go1.7.3-plan9-arm6-bootstrap.tbz

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-11-01 Thread Chris McGee
Thanks David, Stanley, I managed to get the cross compile to work using the 9legacy go binaries and the git script. The workaround for the error I received before is to create a dummy rc script called 'install' and put it into my /bin. The go make.rc script calls it and continues on seemingly

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-30 Thread Stanley Lieber
Chris McGee wrote: >I tried this command with both go 1.7.3 and master branches. Both fail >right after “ Building packages and commands for host, plan9/386” >with an error “install: ./install not found.” > >It seems like the go bootstrap tool is trying to call a binary

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-30 Thread Chris McGee
I tried this command with both go 1.7.3 and master branches. Both fail right after “ Building packages and commands for host, plan9/386” with an error “install: ./install not found.” It seems like the go bootstrap tool is trying to call a binary called “install” but there are none on my

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-30 Thread David du Colombier
> To cross compile with make.rc do you just set GOARCH and GOOS and just run it? Yes and you can add the --no-rebuild flag to prevent cmd/dist to remove the existing binaries. For example: ℅ GOOS=plan9 GOARCH=arm make.rc --no-rebuild -- David du Colombier

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-29 Thread Chris McGee
To cross compile with make.rc do you just set GOARCH and GOOS and just run it? > On Oct 29, 2016, at 2:46 PM, David du Colombier <0in...@gmail.com> wrote: > > > Maybe cross compile isn't working with Go on plan9 yet? > > I don't know about bootstrap.sh, but cross-compiling works fine on Plan 9

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-29 Thread David du Colombier
> Maybe cross compile isn't working with Go on plan9 yet? I don't know about bootstrap.sh, but cross-compiling works fine on Plan 9 using make.rc. -- David du Colombier

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-29 Thread Chris McGee
Thanks David, These binaries are great as a starting point to compile newer versions of Go. I almost fully automated the preparation of my 9front rpi sd card images. Cross compiling from plan9 386 to plan9 arm using the bootstrap fails with this error: Install: './install' not found Maybe

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-28 Thread David du Colombier
As you wish: http://www.9legacy.org/download/go/go1.7.3-plan9-386-bootstrap.tbz http://www.9legacy.org/download/go/go1.7.3-plan9-amd64-bootstrap.tbz http://www.9legacy.org/download/go/go1.7.3-plan9-arm6-bootstrap.tbz http://www.9legacy.org/download/go/go1.7.3-plan9-arm7-bootstrap.tbz -- David

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-28 Thread Marshall Conover
> An alternative to building a Go 1.4.3 bootstrap environment, is to build a Go 1.7 bootstrap environment for Plan 9 in a mainstream environment ... > If you want to build the current Go source from scratch on plan9/386, you can just do... The binary I built was specifically for arm (or more