Re: [go-nuts] How to Build and Install Go 1.7.4 in OpenBSD 5.9

2017-02-21 Thread Srikanth Chandika
I am sorry I forgot to mention that I have built go1.8 instead of go-1.7, this thread subject says go-1.7 On Tuesday, February 21, 2017 at 2:20:16 PM UTC+5:30, Srikanth Chandika wrote: > > Thanks for the valuable information. > > Go fully built. > I ran ./all.bash repeatedly f

Re: [go-nuts] How to Build and Install Go 1.7.4 in OpenBSD 5.9

2017-02-21 Thread Srikanth Chandika
error, > however it would be good if you would raise a bug report, > https://golang.org/issue/new. > > Thanks > > Dave > > On Tuesday, 21 February 2017 17:33:56 UTC+11, Srikanth Chandika wrote: >> >> I tried installing go1.8 from source( >> https://golang.or

Re: [go-nuts] How to Build and Install Go 1.7.4 in OpenBSD 5.9

2017-02-20 Thread Srikanth Chandika
; On Mon, Feb 20, 2017 at 2:55 AM, Srikanth Chandika > > wrote: > > How to Build and Install Go 1.7 from go src code in OpenBSD 5.9. > > It's no different from building Go from source on any other system. > > https://golang.org/doc/install/source > > Note tha

Re: [go-nuts] How to Build and Install Go 1.7.4 in OpenBSD 5.9

2017-02-20 Thread Srikanth Chandika
code which is in go lang. Filebeat source code build pre-requisite is minimum go 1.7 version. On Tue, Feb 21, 2017 at 11:09 AM, Ian Lance Taylor wrote: > On Mon, Feb 20, 2017 at 9:36 PM, Srikanth Chandika > wrote: > > Ya I have compiled go from https://github.com/openbsd/ports >

Re: [go-nuts] How to Build and Install Go 1.7.4 in OpenBSD 5.9

2017-02-20 Thread Srikanth Chandika
Ya I have compiled go from https://github.com/openbsd/ports Successfully compiled go 1.7 but when I run go it gives the following error. *go package: unsupported TLS program header* On Tue, Feb 21, 2017 at 1:13 AM, Ian Lance Taylor wrote: > On Mon, Feb 20, 2017 at 2:55 AM, Srikanth Chand

[go-nuts] How to Build and Install Go 1.7 in OpenBSD 5.9

2017-02-20 Thread Srikanth Chandika
How to Build and Install Go 1.7 from go source code in OpenBSD 5.9. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For

[go-nuts] How to Build and Install Go 1.7.4 in OpenBSD 5.9

2017-02-20 Thread Srikanth Chandika
How to Build and Install Go 1.7 from go src code in OpenBSD 5.9. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For mor

[go-nuts] Facing Issues while Installing Go1.7 from source code on OpenBSD 5.9

2017-02-10 Thread Srikanth Chandika
Hi All, I am facing issues while compiling go1.7 from src code. I am trying to install go1.7 on OpenBSD 5.9. I am facing below issues. --- FAIL: TestGoroutineParallelism2 (0.34s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid me