Since I'm making improvements to CZMQ and libzmq as part of this work, you
will need to update those two projects from GitHub master if they change.

I've just done a clean clone of libzmq, CZMQ, and libcurve from GitHub and
they build and pass tests as expected.

-Pieter


On Tue, Sep 10, 2013 at 10:57 AM, Pieter Hintjens <[email protected]> wrote:

> Do you have the file src/test_keystore? This contains client/server keys
> for the self test.
>
>
> On Tue, Sep 10, 2013 at 9:52 AM, Laurent Alebarde <[email protected]>wrote:
>
>>  Hi Pieter & Ian,
>>
>> libcurve #11 builds well, but curve_selftest fails for me :
>>
>> $ /usr/bin/curve_selftest
>>  * curve_keypair: OK
>>  * curve_keystore: OK
>> curve_selftest: curve_codec.c:915: curve_codec_test: Assertion `rc == 0'
>> failed.
>>  * curve_codec: Abandon
>>
>> From the code :
>>
>>     //  @selftest
>>     curve_keystore_t *keystore = curve_keystore_new ();
>>     int rc = curve_keystore_load (keystore, "test_keystore");
>>     assert (rc == 0);
>>
>> If I am right, we load some keys from a file that was not created before.
>> Is it correct ?
>>
>> Cheers,
>>
>>
>> Laurent.
>>
>> P.S. : sorry if I have posted this twice. It seems that the first reply I
>> made in response to the merge has not worked.
>>
>> Le 08/09/2013 19:17, Ian Barber a écrit :
>>
>> Merged #11 <https://github.com/zeromq/libcurve/pull/11>.
>>
>> —
>> Reply to this email directly or view it on 
>> GitHub<https://github.com/zeromq/libcurve/pull/11>
>> .
>>
>>
>>
>>
>>
>> _______________________________________________
>> zeromq-dev mailing list
>> [email protected]
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to