I'm building libgcrypt 1.8.6 on OS X 10.12 with triplet x86_64-apple-darwin16.7.0. make check is failing.
Making check in tests make check-TESTS version:1.8.6:10806:1.38:12600: cc:40201:clang:4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2): ciphers:arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia:idea:salsa20:gost28147:chacha20: pubkeys:dsa:elgamal:rsa:ecc: digests:crc:gostr3411-94::md4:md5:rmd160:sha1:sha256:sha512:sha3:tiger:whirlpool:stribog:blake2: rnd-mod:linux: cpu-arch:x86: mpi-asm:amd64/mpih-add1.S:amd64/mpih-sub1.S:amd64/mpih-mul1.S:amd64/mpih-mul2.S:amd64/mpih-mul3.S:amd64/mpih-lshift.S:amd64/mpih-rshift.S: hwflist:intel-cpu:intel-fast-shld:intel-bmi2:intel-ssse3:intel-sse4.1:intel-pclmul:intel-aesni:intel-rdrand:intel-avx:intel-avx2:intel-rdtsc: fips-mode:n:n: rng-type:standard:1:2010000:1: PASS: version PASS: t-secmem PASS: mpitests PASS: t-sexp PASS: t-convert PASS: t-mpi-bit PASS: t-mpi-point PASS: curves PASS: t-lock PASS: prime PASS: basic PASS: keygen PASS: pubkey PASS: hmac PASS: hashtest PASS: t-kdf PASS: keygrip PASS: fips186-dsa PASS: aeswrap PASS: pkcs1v2 dyld: Library not loaded: /Users/jwalton/tmp/ok2delete/lib/libgcrypt.20.dylib Referenced from: /Users/jwalton/Build-Scripts/libgcrypt-1.8.6/tests/.libs/random Reason: image not found random: running '/Users/jwalton/Build-Scripts/libgcrypt-1.8.6/tests/.libs/random --in-recursion --early-rng-check' failed FAIL: random PASS: dsa-rfc6979 256 of 1026 tests done 512 of 1026 tests done 768 of 1026 tests done 1024 of 1026 tests done 1026 tests done ...
I can't find log files for the self tests. If you know where they are, then please say so.
libgcrypt-1.8.6 $ find . -name '*.log' ./config.log libgcrypt-1.8.6 $
Here is config.log:
.