Steps to reproduce:
- Download libgcrypt-1.8.4 from https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.4.tar.bz2, unzip, and cd to folder
- On macOS High Sierra (10.13.6), run ./configure, make, then make check
- You'll see the following messages in the terminal after running make check:
random: running '/Users/bchulindra/Downloads/libgcrypt-1.8.4/tests/.libs/random --in-recursion --early-rng-check' failed FAIL: random
====================================== 1 of 27 tests failed (1 test was not run) Please report to http://bugs.gnupg.org ====================================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1