following directions at http://zeromq.org/docs:source-git, I get a terminal error:
make check Making check in src make[1]: Nothing to be done for `check'. Making check in doc make[1]: Nothing to be done for `check'. Making check in perf make[1]: Nothing to be done for `check'. Making check in tests make check-TESTS PASS: test_system PASS: test_pair_inproc PASS: test_pair_tcp PASS: test_reqrep_inproc PASS: test_reqrep_tcp PASS: test_hwm PASS: test_reqrep_device PASS: test_sub_forward PASS: test_invalid_rep PASS: test_msg_flags PASS: test_connect_resolve PASS: test_immediate PASS: test_last_endpoint PASS: test_term_endpoint PASS: test_monitor ../config/test-driver: line 95: 89074 Abort trap: 6 "$@" > $log_file 2>&1 XFAIL: test_resource PASS: test_router_mandatory PASS: test_router_handover PASS: test_probe_router PASS: test_stream PASS: test_stream_empty PASS: test_disconnect_inproc PASS: test_ctx_options PASS: test_ctx_destroy PASS: test_security_null PASS: test_security_plain PASS: test_security_curve PASS: test_iov PASS: test_spec_req PASS: test_spec_rep PASS: test_spec_dealer PASS: test_spec_router PASS: test_spec_pushpull PASS: test_req_correlate PASS: test_req_relaxed PASS: test_conflate PASS: test_inproc_connect PASS: test_issue_566 PASS: test_proxy ../config/test-driver: line 95: 89535 Abort trap: 6 "$@" > $log_file 2>&1 XFAIL: test_abstract_ipc PASS: test_many_sockets PASS: test_diffserv PASS: test_shutdown_stress PASS: test_pair_ipc PASS: test_reqrep_ipc PASS: test_timeo PASS: test_fork ../config/test-driver: line 95: 89689 Abort trap: 6 "$@" > $log_file 2>&1 FAIL: test_filter_ipc ../config/test-driver: line 95: 89708 Abort trap: 6 "$@" > $log_file 2>&1 XFAIL: test_zap_ipc_creds make[4]: Nothing to be done for `all'. ============================================================================ Testsuite summary for zeromq 4.1.0 ============================================================================ # TOTAL: 49 # PASS: 45 # SKIP: 0 # XFAIL: 3 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to [email protected] ============================================================================ make[3]: *** [test-suite.log] Error 1 make[2]: *** [check-TESTS] Error 2 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 Reviewing the file tests/test-suite.log, I have: ======================================== zeromq 4.1.0: tests/test-suite.log ======================================== # TOTAL: 49 # PASS: 45 # SKIP: 0 # XFAIL: 3 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 XFAIL: test_resource ==================== Assertion failed: (rc == 0), function main, file test_resource.cpp, line 44. XFAIL: test_abstract_ipc ======================== Assertion failed: (rc == 0), function main, file test_abstract_ipc.cpp, line 31. FAIL: test_filter_ipc ===================== Assertion failed: (rc == 0), function run_test, file test_filter_ipc.cpp, line 95. XFAIL: test_zap_ipc_creds ========================= Assertion failed: (rc == 0), function run_test, file test_zap_ipc_creds.cpp, line 102.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
