Re: [DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-26 Thread Josh Elser
Coming full circle: https://github.com/google/protobuf/pull/4411 I got some traction from some acquaintances who actually know ppc64le. Hopefully we can just drag our feet long enough and will require nothing from our end :) On 3/16/18 1:27 PM, Josh Elser wrote: Hey Duo, Yeah, that's #1

Re: [DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-16 Thread Josh Elser
Hey Duo, Yeah, that's #1 that I outlined. See also the link to the pull request which has stalled since last Fall. My C++ skills are beyond rusty, and I wouldn't know where to start with PPC in general. I've reached out to some folks in the hopes of getting someone who can drive it home as,

Re: [DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-15 Thread Duo Zhang
IIRC there is an issue on compiling hbase on arm, and the guy there faced the same problem. Seems the final solution is that they filed an issue for the protobuf project and now there is a pre complied binary for arm64 available in the central maven repo...

Re: [DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-15 Thread Josh Elser
On 3/15/18 3:45 PM, Stack wrote: On Thu, Mar 15, 2018 at 12:03 PM, Josh Elser wrote: I'm faced with what I think is a tricky issue. I'm trying to help folks to compile HBase on PPC. The protobuf community does not publish a PPC binary for protoc which means that the HBase

Re: [DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-15 Thread Stack
On Thu, Mar 15, 2018 at 12:03 PM, Josh Elser wrote: > I'm faced with what I think is a tricky issue. I'm trying to help folks to > compile HBase on PPC. The protobuf community does not publish a PPC binary > for protoc which means that the HBase build can't generate our

[DISCUSS] Compilation on $ARCH which protoc doesn't support

2018-03-15 Thread Josh Elser
I'm faced with what I think is a tricky issue. I'm trying to help folks to compile HBase on PPC. The protobuf community does not publish a PPC binary for protoc which means that the HBase build can't generate our protobuf files. Protobuf supports: x86/x86_64 for linux, windows, and osx in