[zeromq-dev] czmq_selftest fails after fresh clone
Pieter Hintjens
ph at imatix.com
Sun Dec 8 21:10:02 CET 2013
On Sun, Dec 8, 2013 at 5:59 PM, Ingo Koinzer <ingo at koinzer.net> wrote:
> I cloned the czmq repository like described for the FileMQ
> implementation (https://github.com/zeromq/filemq/blob/master/README.md).
> By doing "./configure && make check" I hit the error "lt-czmq_selftest:
> zdigest.c:92: zdigest_update: Assertion `((long) buffer & 7L) == 0'
> failed." when running the selftests. Following the command line output.
> I'm new to ZeroMQ so please tell me if I did something wrong.
Interesting. What OS/architecture are you on? Try removing that
assertion, just comment the line out, and see what happens when you
run "make check"?
-Pieter
More information about the zeromq-dev
mailing list