jubatus-mpio icon indicating copy to clipboard operation
jubatus-mpio copied to clipboard

msgpack-rpc tests fail mpio compiled with clang

Open suma opened this issue 12 years ago • 0 comments

I compiled jubatus-mpio with clang 3.0, compiled jubatus-msgpack-rpc with gcc 4.7.2 then rpc tests fail. and test/Makefile.am option missed -msgpack instead of -lmsgpack.

$ make check
(snip)
2013-01-23 11:58:40 transport/tcp.cc:247: connecting to 127.0.0.1:18811

I wrote test environment. https://github.com/jubatus/jubatus/issues/120#issuecomment-12406482

suma avatar Jan 23 '13 03:01 suma