Re: [go-nuts] Re: Go 1.8 port to FreeBSD/PowerPC64

2019-06-10 Thread Curtis Hamilton
I’ve resolved my issue and now have a working copy of Go. Unfortunately, this version (1.8.7) is the last version that openly supports Power5. Mikael Urankar has ported 1.12.5 to PowerPC64, however, when I attempt to build this version I encounter “illegal instruction”, indicating that unsuppo

Re: [go-nuts] Re: Go 1.8 port to FreeBSD/PowerPC64

2019-06-04 Thread Curtis Hamilton
I don’t believe that’s related to the issue. I’m able to build the bootstrap, but having an issue getting it to recognize the environment. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails

Re: [go-nuts] Re: Go 1.8 port to FreeBSD/PowerPC64

2019-06-04 Thread Steven Hartland
Newer versions of go require an older version of go (1.4) to bootstrap, that may be related to your issue? On 04/06/2019 04:21, Curtis Hamilton wrote: Currently. the FreeBSD port only supports "i386 amd64 armv6 armv7" and does not support powerpc64 (ppc64). I'm starting with an older version

[go-nuts] Re: Go 1.8 port to FreeBSD/PowerPC64

2019-06-03 Thread Curtis Hamilton
Currently. the FreeBSD port only supports "i386 amd64 armv6 armv7" and does not support powerpc64 (ppc64). I'm starting with an older version because newer versions seem to only support power8, while I'm using power5. -- You received this message because you are subscribed to the Google Groups

[go-nuts] Re: Go 1.8 port to FreeBSD/PowerPC64

2019-06-03 Thread B Carr
I'm wondering what you are trying to do as well. Go (latest version) is already available in the ports collection for FreeBSD. Installs just fine. On Friday, May 31, 2019 at 7:54:55 PM UTC-6, Curtis Hamilton wrote: > > I’m porting Go 1.8 to FreeBSD/PowerPC64. I’ve successfully built > go-Free