[grpc-io] Re: Building grpc-java on Power8

2016-10-07 Thread nishidha27
Hi, I got it working finally. Please see my comments in this issue on github for the solution. I've also generated a PR for Power specific changes. Thanks, Nishidha On Thursday, 14 July 2016

[grpc-io] Re: Building grpc-java on Power8

2016-10-05 Thread nishidha27
Hello Eric, I'm still stuck with error while running command ./gradlew build -Pprotoc=/usr/local/bin/protoc -Pprotoc-gen-javalite=/usr/ local/bin/protoc-gen-javalite I'm seeing below error despite building netty-tcnative on Power - :grpc-interop-testing:test[jetty-alpn-agent] Using:

[grpc-io] Re: Building grpc-java on Power8

2016-09-30 Thread nishidha27
One more thing, for ARM platform, I see two github issues which Alex Ryan has reported and also successfully built grpc-java. https://github.com/grpc/grpc-java/issues/2198 https://github.com/grpc/grpc-java/issues/2202 Hope these are helpful or you may want to talk to Alex. Regards, Nishidha

[grpc-io] Re: Building grpc-java on Power8

2016-09-30 Thread nishidha27
Hello, I'd actually built only grpc-compiler project from grpc-java which I needed for building Bazel 0.3. Entire grpc-java is yet to be built completely. I'm still seeing one test failure for netty-tcnative not being able to be loaded, although I built it from source locally. So, currently

[grpc-io] Re: Building grpc-java on Power8

2016-07-15 Thread nishidha27
Hi Eric, Thanks a ton. I've made changes for ppc referring all the docs and links you shared. And I'm able to build grpc-compiler successfully. Although further I get error for netty-tcnative-boring-ssl but the executable I need gets already generated before this error. Still, I tried building