Hi Everyone,
libtasn1 4.16.0 is failing most self tests on NetBSD 8.1. The log file
says the test runner can't find libtasn1.so.12:
Shared object "libtasn1.so.12" not found
For the case of NetBSD, you have to use the full path to the library:
export LD_LIBRARY_PATH="$PWD/lib/.libs:$LD_LIBRARY_PATH"
make check V=1
Jeff
-----
gmake[4]: Entering directory '/home/jwalton/libtasn1-4.16.0/tests'
FAIL: Test_parser
FAIL: Test_tree
FAIL: Test_encoding
FAIL: Test_indefinite
FAIL: Test_errors
FAIL: Test_simple
FAIL: Test_overflow
PASS: crlf
PASS: threadsafety
FAIL: Test_strings
FAIL: Test_choice
FAIL: Test_encdec
FAIL: copynode
FAIL: coding-decoding2
FAIL: strict-der
FAIL: Test_choice_ocsp
PASS: decoding
PASS: decoding-invalid-x509
FAIL: ocsp-basic-response
FAIL: octet-string
FAIL: coding-long-oid
FAIL: object-id-decoding
FAIL: spc_pe_image_data
PASS: decoding-invalid-pkcs7
PASS: coding
FAIL: setof
FAIL: CVE-2018-1000654
PASS: parser.sh
FAIL: reproducers
FAIL: object-id-encoding
...
# TOTAL: 30
# PASS: 7
# SKIP: 0
# XFAIL: 0
# FAIL: 23
# XPASS: 0
# ERROR: 0