This looks like somehow flatbuffers (a third party library) isn't getting setup correctly for big-endian systems. According to the documentation [1] it should be able to work. It would take some investigations to figure why it isn't.
[1] https://google.github.io/flatbuffers/md__internals.html On Mon, Aug 1, 2016 at 12:57 PM, Sanjay Rao <getsanjay...@live.com> wrote: > > cmake -DARROW_BUILD_BENCHMARKS=ON .....make[ 0%] Running flatc compiler > on /u01/hadoop/src/arrow/arrow/cpp/../format/Message.fbsAssertion failed: > *reinterpret_cast<char *>(&endiantest) == FLATBUFFERS_LITTLEENDIAN, file > /u01/hadoop/src/arrow/arrow/cpp/thirdparty/flatbuffers-1.3.0/include/flatbuffers/flatbuffers.h, > line 128, function EndianCheck*** Signal 6 - core dumped > Does it mean I cannot run it on BIG ENDIAN system ? or can I comment this > line and proceed building it ? > Thanks,Sanjay