openbsd/ports(https://github.com/openbsd/ports/tree/master/lang/go) is a repository for openbsd linux.
Now, I am trying as per the instructions in https://golang.org/doc/ install/source I am trying to upgrade go version from 1.5.3 to 1.7+ version because I need to build a filebeat from source 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 <[email protected]> wrote: > On Mon, Feb 20, 2017 at 9:36 PM, Srikanth Chandika > <[email protected]> wrote: > > 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 > > What precisely do you do? What precisely happens? > > Note that I don't know anything about what is in openbsd/ports. I > don't see that string anywhere in the standard Go source code. > > Ian > > > On Tue, Feb 21, 2017 at 1:13 AM, Ian Lance Taylor <[email protected]> > wrote: > >> > >> On Mon, Feb 20, 2017 at 2:55 AM, Srikanth Chandika > >> <[email protected]> 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 that the current release is now 1.8, but the procedure hasn't > >> changed since 1.7. > >> > >> Ian > > > > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
