On Thu, Dec 21, 2017 at 1:43 PM,  <amandeepgaut...@gmail.com> wrote:
>
>     Can someone help me to set up gRPC go on AIX running on a Power 8. I
> tried installing using go get -u google.golang.org/grpc
> (https://grpc.io/docs/quickstart/go.html#prerequisites), but it fails with
> following:
>
> Fetching https://google.golang.org/grpc?go-get=1
> https fetch failed: Get https://google.golang.org/grpc?go-get=1: x509:
> failed to load system roots and no roots provided
> package google.golang.org/grpc: unrecognized import path
> "google.golang.org/grpc" (https fetch: Get
> https://google.golang.org/grpc?go-get=1: x509: failed to load system roots
> and no roots provided)
>
> bash-4.4# go version
> go version go1.8.1 gccgo (GCC) 7.2.0 aix/ppc
>
> Any pointers would be helpful.

I believe that particular problem is fixed on GCC trunk by
https://golang.org/cl/37952.

In general as the AIX port is a work in progress I recommend using GCC
trunk, not GCC 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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to