Maxim Cournoyer writes: > Hello Guix! > > While attempting to "guix environment guix" after doing a "git pull" > in my guix checkout (master), it attempted to build many packages > (bash, gcc, etc.) and failed building `serf' due to test failures: > > ............F.FFF.FFF.FF.FFFFF................................... > > There were 14 failures: > 1) test_ssl_trust_rootca: test/test_util.c:438: expected <0> but was <120199> > 2) test_ssl_certificate_chain_with_anchor: test/test_util.c:438: > expected <0> but was <120199> > 3) test_ssl_certificate_chain_all_from_server: test/test_util.c:438: > expected <0> but was <120199> > 4) test_ssl_no_servercert_callback_allok: test/test_util.c:438: > expected <0> but was <120170> > 5) test_ssl_large_response: test/test_util.c:438: expected <0> but was <120170> > 6) test_ssl_large_request: test/test_util.c:438: expected <0> but was <120170> > 7) test_ssl_client_certificate: test/test_util.c:438: expected <0> but > was <120170> > 8) test_ssl_future_server_cert: test/test_util.c:438: expected <0> but > was <120199> > 9) test_setup_ssltunnel: test/test_util.c:438: expected <0> but was <120170> > 10) test_ssltunnel_basic_auth: test/test_context.c:2116: expected <0> > but was <120170> > 11) test_ssltunnel_basic_auth_server_has_keepalive_off: > test/test_context.c:2116: expected <0> but was <120170> > 12) test_ssltunnel_basic_auth_proxy_has_keepalive_off: > test/test_context.c:2116: expected <0> but was <120170> > 13) test_ssltunnel_basic_auth_proxy_close_conn_on_200resp: > test/test_context.c:2116: expected <0> but was <120170> > 14) test_ssltunnel_digest_auth: test/test_util.c:438: expected <0> but > was <120170> > > !!!FAILURES!!! > Runs: 65 Passes: 51 Fails: 14 The SSL certificates in "test/server" expired 18/04. https://svn.apache.org/viewvc?view=revision&revision=1792234 I'll try to port this patch, but "viewvc" can't give binary diffs, so will have to clone it locally first.