[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 17:15:24

[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: alpn-boot-8

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

2016-10-02 Thread nishidha27
This error means, it needs protoc-gen-javalite binary built on arm as you've one for protoc. Build google/protobuf's tag "v3.0.0-javalite" that will generate the required binary and install it. And then run ./gradlew build can be run with -Pprotoc-gen-javalite=. Other changes look good for addin

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

2016-09-30 Thread dwight
Awesome. I eventually got grpc-java/compiler to build for 'arm64' with the below changes. This said, it still crashes on ../gradlew test Diff: ``` diff --git a/compiler/build.gradle b/compiler/build.gradle index 7e116d4..4183a59 100644 --- a/compiler/build.gradle +++ b/compiler/build.gradle @@ -47

[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 On

[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 wor

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

2016-09-29 Thread dw5ight
Nishidha - ran into this post and am looking to get ARM working - specifically aarch64. Can you share what process/changes you took to get things working? Am more than happy to do PR and include ppcle_64 as well if you can give me directional guidance on what to do. Thanks! On Friday, July 1

[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