jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

Building fails on DragonFly BSD #990

Closed MilkyPL closed 3 years ago

MilkyPL commented 3 years ago

pwhash_argon2i and pwhash_argon2id throw an error on make check.


   libsodium 1.0.18: test/default/test-suite.log
===================================================

# TOTAL: 77
# PASS:  75
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 2

.. contents:: :depth: 2

ERROR: pwhash_argon2i
=====================

ERROR pwhash_argon2i (exit status: 99)

ERROR: pwhash_argon2id
======================

ERROR pwhash_argon2id (exit status: 99)```
jedisct1 commented 3 years ago

Stable version compiles fine.

pynacl should update the copy they ship with.