Thus said David Levine on Sat, 02 Dec 2017 15:47:15 -0500: > Great, thank you! I assume that includes, or would include, a clean > "make check".
OpenBSD 6.2 has the same failure as was in OpenBSD 6.1 but that's to be expected until OpenBSD releases include Aaron Bentley's normalization of file output: ======================================= 1 of 102 tests failed (9 tests were not run) Please report to [email protected] ======================================= *** Error 1 in . (Makefile:4819 'check-TESTS': @failed=0; all=0; xfail=0; xpass=0; skip=0; srcdir=.; export srcdir; list=' test/ali/test-a...) *** Error 1 in /tmp/nmh-1.7 (Makefile:4986 'check-am') And the test that filed was: *** /tmp/nmh-1.7/test/testdir/43842.draft Sat Dec 2 14:05:34 2017 --- /tmp/nmh-1.7/test/testdir/43842.expected Sat Dec 2 14:05:34 2017 *************** *** 18,24 **** /9g= ------- =_aaaaaaaaaa0 ! Content-Type: application/x-not-regular-file; name="nulls" Content-Description: nulls Content-Disposition: attachment; filename="nulls" Content-Transfer-Encoding: base64 --- 18,24 ---- /9g= ------- =_aaaaaaaaaa0 ! Content-Type: application/octet-stream; name="nulls" Content-Description: nulls Content-Disposition: attachment; filename="nulls" Content-Transfer-Encoding: base64 ./test/mhbuild/test-attach: test failed, outputs are in /tmp/nmh-1.7/test/testdir/43842.draft and /tmp/nmh-1.7/test/testdir/43842.expected. If you're interested in skipped tests, they were: ./test/inc/test-deb359167: skipped: missing valgrind SKIP: test/inc/test-deb359167 ./test/install-mh/test-version-check: skipped: runpty doesn't simulate tty SKIP: test/install-mh/test-version-check ./test/mhshow/test-textcharset: skipped: test-textcharset requires that nmh have been built with iconv SKIP: test/mhshow/test-textcharset ./test/oauth/test-inc: skipped: no oauth support SKIP: test/oauth/test-inc ./test/oauth/test-mhlogin: skipped: no oauth support SKIP: test/oauth/test-mhlogin ./test/oauth/test-mhparam: skipped: no oauth support SKIP: test/oauth/test-mhparam ./test/oauth/test-send: skipped: no oauth support SKIP: test/oauth/test-send ./test/oauth/test-sendfrom: skipped: no oauth support SKIP: test/oauth/test-sendfrom ./test/oauth/test-share: skipped: no oauth support SKIP: test/oauth/test-share To get these to run I would probably have to include additional software from ports or perhaps some different command-line options to configure. I see that OpenBSD's port Makefile for nmh runs: CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \ --with-locking=fcntl \ --with-readline \ --with-tls And has some dependencies on converters/libiconv which I haven't installed. I just ran a vanilla ``./configure'' before compiling. Andy -- TAI64 timestamp: 400000005a2317c4 -- Nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers
