keybase / triplesec

Triple Security for the browser and Node.js
https://keybase.io/triplesec
MIT License
399 stars 48 forks source link

GNU Make errors #64

Closed rybruscoe closed 5 years ago

rybruscoe commented 5 years ago

I am getting the following errors when trying to run "make test" ☑ checked spec version 3 ✔ triplesec.iced: check_spec In twofish.iced/ecb_tbl: TypeError: Cannot read property 'length' of undefined ✔ wordarray.iced: compare_utf8 ✔ wordarray.iced: test_cmp_ule_1 ✖ Failure due to test configuration issues Tests: 35/36 passed Makefile:56: recipe for target 'test-server' failed make: *** [test-server] Error 255 triplesec_make_error

How can I fix this?

maxtaco commented 5 years ago

which version of node are you running?

rybruscoe commented 5 years ago

I tried it with both Node 8.12.0 and also 8.11.4

rybruscoe commented 5 years ago

Thanks for the fast reply maxtaco! Do you have a support channel? I wanted to ask some other basic questions. ;-)

maxtaco commented 5 years ago

No support channel, just me. We'll hopefully look into this issue soon

heronhaye commented 5 years ago

Hi @nrydevops, I couldn't repro on 11 or 8.12.0. Could you try again?

heronhaye commented 5 years ago

Closed as could not reproduce; please make a new issue if you run into this again.