19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition.
authorRich Burridge <rich.burridge@oracle.com>
Tue, 03 Feb 2015 13:51:23 -0800
changeset 3726 1c80a90dd005
parent 3725 57a3df1e928a
child 3727 425608dcd0e3
19728335 Remove the libcurl.so.2 sym link for curl 7.38.0 after transition. 19970092 Test #2034 fails with curl version 7.39.0 20419397 curl tests 530 and 584 fail when on OWAN. 20419415 curl should have some master test results to compare against 20419429 Upgrade curl to version 7.40.0
components/curl/Makefile
components/curl/curl.p5m
components/curl/patches/010-fix-tests.patch
components/curl/patches/011-CVE-2014-8151.patch
components/curl/patches/012-CVE-2014-8150.patch
components/curl/patches/013-curl_sasl_gssapi.c.patch
components/curl/test/results-32.master
components/curl/test/results-64.master
--- a/components/curl/Makefile	Tue Feb 03 13:45:43 2015 -0800
+++ b/components/curl/Makefile	Tue Feb 03 13:51:23 2015 -0800
@@ -18,21 +18,21 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =        curl
-COMPONENT_VERSION=      7.39.0
+COMPONENT_VERSION=      7.40.0
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=  http://curl.haxx.se/
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH= \
-    sha256:a3a7c2b9e7416c728469eb4cb5b61e9161335df4278329e1d9cc3c194e25d795
+    sha256:c2e0705a13e53f8f924d1eaeb2ab94f59a9e162007c489b9ab0c96238bddf84b
 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	library/curl
 
-TPNO=			20040
+TPNO=			21343
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
@@ -78,6 +78,25 @@
 
 LINT_FLAGS += -I$(SOURCE_DIR)/include
 
+# The additional curl specific set of transforms to be applied to the
+# test results to try to normalize them.
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(^$(CC)\).*|\\$$(CC)|" ' \
+	'-e "s|\(^/bin/bash ../../libtool\).*|\1|" ' \
+	'-e "s|\(^libtool: compile:\).*|\1|" ' \
+	'-e "s|\(^libtool: link:\).*|\1|" ' \
+	'-e "s|remaining: ..:..|remaining: xx:xx|" ' \
+	'-e "s|\(^TESTDONE: 964 tests were considered during\).*|\1|" ' \
+	'-e "s|\(^\* curl $(COMPONENT_VERSION)\).*|\1|" ' \
+	'-e "s|\(^\* Host:\).*|\1|" ' \
+	'-e "s|\(^\* System: SunOS\).*|\1|" ' \
+	'-e "s|\(^Connection from 127.0.0.1 port\).*|\1|" ' \
+	'-e "s|\(^Failed none for\).*|\1|" ' \
+	'-e "s|\(^Found matching DSA key:\).*|\1|" ' \
+	'-e "s|\(^Failed publickey for\).*|\1|" ' \
+	'-e "/^debug.:/d" ' \
+	'-e "/^monitor debug.:/d" '
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 configure:	$(CONFIGURE_32_and_64)
--- a/components/curl/curl.p5m	Tue Feb 03 13:45:43 2015 -0800
+++ b/components/curl/curl.p5m	Tue Feb 03 13:51:23 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 <transform file path=usr/share/doc/curl/html/(.+)$ -> \
@@ -55,16 +55,12 @@
 link path=usr/lib/$(MACH64)/libcurl.so target=libcurl.so.4.3.0
 link path=usr/lib/$(MACH64)/libcurl.so.3 target=libcurl.so.4.3.0
 link path=usr/lib/$(MACH64)/libcurl.so.4 target=libcurl.so.4.3.0
-# Leave old link in place until CR #19623514 is integrated.
-link path=usr/lib/$(MACH64)/libcurl.so.4.2.0 target=libcurl.so.4.3.0
 file path=usr/lib/$(MACH64)/libcurl.so.4.3.0
 file path=usr/lib/$(MACH64)/llib-lcurl.ln
 file path=usr/lib/$(MACH64)/pkgconfig/libcurl.pc
 link path=usr/lib/libcurl.so target=libcurl.so.4.3.0
 link path=usr/lib/libcurl.so.3 target=libcurl.so.4.3.0
 link path=usr/lib/libcurl.so.4 target=libcurl.so.4.3.0
-# Leave old link in place until CR #19623514 is integrated.
-link path=usr/lib/libcurl.so.4.2.0 target=libcurl.so.4.3.0
 file path=usr/lib/libcurl.so.4.3.0
 file path=usr/lib/llib-lcurl
 file path=usr/lib/llib-lcurl.ln
@@ -338,6 +334,7 @@
 file path=usr/share/doc/libcurl/html/opts/CURLOPT_TLSAUTH_USERNAME.html
 file path=usr/share/doc/libcurl/html/opts/CURLOPT_TRANSFERTEXT.html
 file path=usr/share/doc/libcurl/html/opts/CURLOPT_TRANSFER_ENCODING.html
+file path=usr/share/doc/libcurl/html/opts/CURLOPT_UNIX_SOCKET_PATH.html
 file path=usr/share/doc/libcurl/html/opts/CURLOPT_UNRESTRICTED_AUTH.html
 file path=usr/share/doc/libcurl/html/opts/CURLOPT_UPLOAD.html
 file path=usr/share/doc/libcurl/html/opts/CURLOPT_URL.html
@@ -563,6 +560,7 @@
 file path=usr/share/man/man3/CURLOPT_TLSAUTH_USERNAME.3
 file path=usr/share/man/man3/CURLOPT_TRANSFERTEXT.3
 file path=usr/share/man/man3/CURLOPT_TRANSFER_ENCODING.3
+file path=usr/share/man/man3/CURLOPT_UNIX_SOCKET_PATH.3
 file path=usr/share/man/man3/CURLOPT_UNRESTRICTED_AUTH.3
 file path=usr/share/man/man3/CURLOPT_UPLOAD.3
 file path=usr/share/man/man3/CURLOPT_URL.3
--- a/components/curl/patches/010-fix-tests.patch	Tue Feb 03 13:45:43 2015 -0800
+++ b/components/curl/patches/010-fix-tests.patch	Tue Feb 03 13:51:23 2015 -0800
@@ -14,3 +14,28 @@
      f.close()
  
  server = PipelineServer(('0.0.0.0', args.port), PipelineRequestHandler)
+
+
+# ----------------------------------------------------------------------------
+Tests #530 and #584 fail with curl version 7.40.0. This is discussed at:
+
+  http://curl.haxx.se/mail/lib-2014-08/0161.html
+
+with the patch at:
+
+http://curl.haxx.se/mail/lib-2014-06/att-0139/0001-Delay-Curl_addHandleToPipeline-by-a-milisecond.patch
+
+addressing the problem.
+
+Upstream is already aware of this issue.
+
+--- lib/url.c.orig	2015-01-26 13:49:21.041657976 -0800
++++ lib//url.c	2015-01-26 13:50:45.391515086 -0800
+@@ -2748,6 +2748,7 @@
+ {
+   if(!Curl_llist_insert_next(pipeline, pipeline->tail, data))
+     return CURLE_OUT_OF_MEMORY;
++  Curl_wait_ms(1);
+   return CURLE_OK;
+ }
+ 
--- a/components/curl/patches/011-CVE-2014-8151.patch	Tue Feb 03 13:45:43 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-From fafbab1a3a52a383d92d2b5b1fb63785a15f2d73 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg <[email protected]>
-Date: Fri, 19 Dec 2014 08:50:00 +0100
-Subject: [PATCH] darwinssl: fix session ID keys to only reuse identical
- sessions
-
-...to avoid a session ID getting cached without certificate checking and
-then after a subsequent _enabling_ of the check libcurl could still
-re-use the session done without cert checks.
-
-Bug: http://curl.haxx.se/docs/adv_20150108A.html
-Reported-by: Marc Hesse
----
- lib/vtls/curl_darwinssl.c | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-This fix is already available upstream in curl version 7.40.0
-
---- lib/vtls/curl_darwinssl.c.orig	2015-01-05 16:57:56.063227733 -0800
-+++ lib/vtls/curl_darwinssl.c	2015-01-05 16:58:54.820470409 -0800
-@@ -1483,7 +1483,10 @@
-   else {
-     CURLcode retcode;
- 
--    ssl_sessionid = malloc(256*sizeof(char));
-+    ssl_sessionid =
-+      aprintf("%s:%d:%d:%s:%hu", data->set.str[STRING_SSL_CAFILE],
-+              data->set.ssl.verifypeer, data->set.ssl.verifyhost,
-+              conn->host.name, conn->remote_port);
-     ssl_sessionid_len = snprintf(ssl_sessionid, 256, "curl:%s:%hu",
-       conn->host.name, conn->remote_port);
-     err = SSLSetPeerID(connssl->ssl_ctx, ssl_sessionid, ssl_sessionid_len);
--- a/components/curl/patches/012-CVE-2014-8150.patch	Tue Feb 03 13:45:43 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-From 4e2ac2afa94f014a2a015c48c678e2367a63ae82 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg <[email protected]>
-Date: Thu, 25 Dec 2014 23:55:03 +0100
-Subject: [PATCH] url-parsing: reject CRLFs within URLs
-
-Bug: http://curl.haxx.se/docs/adv_20150108B.html
-Reported-by: Andrey Labunets
----
- lib/url.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-This fix is already available upstream in curl version 7.40.0
-
---- lib/url.c.orig	2015-01-05 17:02:35.129777364 -0800
-+++ lib/url.c	2015-01-05 17:03:35.687969097 -0800
-@@ -3807,6 +3807,13 @@
- 
-   *prot_missing = FALSE;
- 
-+  /* We might pass the entire URL into the request so we need to make sure
-+   * there are no bad characters in there.*/
-+  if(strpbrk(data->change.url, "\r\n")) {
-+    failf(data, "Illegal characters found in URL");
-+    return CURLE_URL_MALFORMAT;
-+  }
-+
-   /*************************************************************
-    * Parse the URL.
-    *
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/curl/patches/013-curl_sasl_gssapi.c.patch	Tue Feb 03 13:51:23 2015 -0800
@@ -0,0 +1,20 @@
+From: https://www.mail-archive.com/[email protected]/msg21757.html
+Quanah Gibson-Mount Thu, 15 Jan 2015 12:27:13 -0800
+Unfortunately, it appears that curl is still not tested against Heimdal
+Kerberos.
+
+This problem has been reported upstream.
+
+--- lib/curl_sasl_gssapi.c.orig	2015-01-26 08:22:32.369117065 -0800
++++ lib/curl_sasl_gssapi.c	2015-01-26 08:36:35.452740440 -0800
+@@ -31,6 +31,10 @@
+ #define NCOMPAT 1
+ #endif
+ 
++#ifdef HAVE_GSSHEIMDAL
++#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE
++#endif
++
+ #define GSSAUTH_P_NONE      1
+ #define GSSAUTH_P_INTEGRITY 2
+ #define GSSAUTH_P_PRIVACY   4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/curl/test/results-32.master	Tue Feb 03 13:51:23 2015 -0800
@@ -0,0 +1,2617 @@
+make[1]: Entering directory `$(@D)'
+Making check in lib
+make[2]: Entering directory `$(@D)/lib'
+make[2]: Leaving directory `$(@D)/lib'
+Making check in src
+make[2]: Entering directory `$(@D)/src'
+/usr/gnu/bin/make  check-am
+make[3]: Entering directory `$(@D)/src'
+make[3]: Nothing to be done for `check-am'.
+make[3]: Leaving directory `$(@D)/src'
+make[2]: Leaving directory `$(@D)/src'
+Making check in include
+make[2]: Entering directory `$(@D)/include'
+Making check in curl
+make[3]: Entering directory `$(@D)/include/curl'
+make[4]: Entering directory `$(@D)/include/curl'
+touch stamp-h2
+make[4]: Leaving directory `$(@D)/include/curl'
+make[3]: Leaving directory `$(@D)/include/curl'
+make[3]: Entering directory `$(@D)/include'
+make[3]: Nothing to be done for `check-am'.
+make[3]: Leaving directory `$(@D)/include'
+make[2]: Leaving directory `$(@D)/include'
+make[2]: Entering directory `$(@D)'
+make[2]: Nothing to be done for `check-am'.
+make[2]: Leaving directory `$(@D)'
+make[2]: Entering directory `$(@D)/tests'
+Making all in certs
+make[3]: Entering directory `$(@D)/tests/certs'
+Making all in scripts
+make[4]: Entering directory `$(@D)/tests/certs/scripts'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `$(@D)/tests/certs/scripts'
+make[4]: Entering directory `$(@D)/tests/certs'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `$(@D)/tests/certs'
+make[3]: Leaving directory `$(@D)/tests/certs'
+Making all in data
+make[3]: Entering directory `$(@D)/tests/data'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/tests/data'
+Making all in server
+make[3]: Entering directory `$(@D)/tests/server'
+source='../../lib/mprintf.c' object='../../lib/getpart-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/getpart-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/getpart-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/getpart-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/getpart-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/getpart-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='getpart-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/getpart-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/getpart-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testpart.c' object='getpart-testpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/resolve-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/resolve-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/resolve-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/resolve-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/resolve-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/resolve-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='resolve-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/resolve-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/resolve-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='resolve-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='resolve.c' object='resolve-resolve.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/rtspd-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/rtspd-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/rtspd-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/rtspd-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/rtspd-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/rtspd-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='rtspd-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/rtspd-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/rtspd-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='rtspd-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='rtspd.c' object='rtspd-rtspd.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/sockfilt-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/sockfilt-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/sockfilt-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/sockfilt-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/sockfilt-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/sockfilt-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='sockfilt-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/sockfilt-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/sockfilt-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='sockfilt-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='sockfilt.c' object='sockfilt-sockfilt.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/inet_pton.c' object='../../lib/sockfilt-inet_pton.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/sws-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/sws-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/sws-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/sws-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/sws-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/sws-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='sws-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/sws-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/sws-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='sws-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='sws.c' object='sws-sws.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/inet_pton.c' object='../../lib/sws-inet_pton.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/tftpd-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/tftpd-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/tftpd-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/tftpd-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/tftpd-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/tftpd-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='tftpd-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/tftpd-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/tftpd-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='tftpd-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='tftpd.c' object='tftpd-tftpd.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/fake_ntlm-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/fake_ntlm-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/fake_ntlm-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/fake_ntlm-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/fake_ntlm-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/fake_ntlm-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='fake_ntlm-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/fake_ntlm-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/fake_ntlm-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='fake_ntlm-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='fake_ntlm.c' object='fake_ntlm-fake_ntlm.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+make[3]: Leaving directory `$(@D)/tests/server'
+Making all in libtest
+make[3]: Entering directory `$(@D)/tests/libtest'
+source='sethostname.c' object='libhostname_la-sethostname.lo' libtool=yes \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+/bin/bash ../../libtool
+libtool: compile:
+/bin/bash ../../libtool
+libtool: link:
+libtool: link:
+source='chkhostname.c' object='chkhostname-chkhostname.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/curl_gethostname.c' object='../../lib/chkhostname-curl_gethostname.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='libauthretry.c' object='libauthretry-libauthretry.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='libauthretry-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='libntlmconnect.c' object='libntlmconnect-libntlmconnect.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='libntlmconnect-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='libntlmconnect-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/libntlmconnect-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib500.c' object='lib500-lib500.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib500-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib500-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testtrace.c' object='lib500-testtrace.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib501.c' object='lib501-lib501.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib501-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib502.c' object='lib502-lib502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib502-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib502-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib502-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib503.c' object='lib503-lib503.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib503-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib503-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib503-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib504.c' object='lib504-lib504.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib504-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib504-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib504-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib505.c' object='lib505-lib505.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib505-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib506.c' object='lib506-lib506.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib506-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib507.c' object='lib507-lib507.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib507-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib507-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib507-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib508.c' object='lib508-lib508.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib508-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib509.c' object='lib509-lib509.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib509-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib510.c' object='lib510-lib510.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib510-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib511.c' object='lib511-lib511.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib511-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib512.c' object='lib512-lib512.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib512-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib513.c' object='lib513-lib513.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib513-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib514.c' object='lib514-lib514.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib514-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib515.c' object='lib515-lib515.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib515-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib516.c' object='lib516-lib516.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib516-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib517.c' object='lib517-lib517.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib517-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib518.c' object='lib518-lib518.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib518-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib518-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib519.c' object='lib519-lib519.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib519-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib520.c' object='lib520-lib520.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib520-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib521.c' object='lib521-lib521.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib521-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib523.c' object='lib523-lib523.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib523-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib524.c' object='lib524-lib524.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib524-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib525.c' object='lib525-lib525.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib525-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib525-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib525-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib526.c' object='lib526-lib526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib526-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib526-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib526-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib526.c' object='lib527-lib526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib527-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib527-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib527-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib525.c' object='lib529-lib525.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib529-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib529-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib529-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib530.c' object='lib530-lib530.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib530-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib530-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib530-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib526.c' object='lib532-lib526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib532-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib532-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib532-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib533.c' object='lib533-lib533.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib533-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib533-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib533-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib536.c' object='lib536-lib536.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib536-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib536-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib536-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib537.c' object='lib537-lib537.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib537-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib537-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib539.c' object='lib539-lib539.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib539-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib540.c' object='lib540-lib540.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib540-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib540-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib540-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib541.c' object='lib541-lib541.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib541-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib542.c' object='lib542-lib542.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib542-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib543.c' object='lib543-lib543.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib543-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib544.c' object='lib544-lib544.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib544-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib544.c' object='lib545-lib544.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib545-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib547.c' object='lib547-lib547.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib547-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib547.c' object='lib548-lib547.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib548-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib549.c' object='lib549-lib549.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib549-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib552.c' object='lib552-lib552.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib552-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib552-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib553.c' object='lib553-lib553.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib553-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib554.c' object='lib554-lib554.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib554-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib555.c' object='lib555-lib555.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib555-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib555-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib555-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib556.c' object='lib556-lib556.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib556-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib556-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib557.c' object='lib557-lib557.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib557-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib558.c' object='lib558-lib558.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib558-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib560.c' object='lib560-lib560.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib560-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib560-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib560-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib562.c' object='lib562-lib562.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib562-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib564.c' object='lib564-lib564.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib564-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib564-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib564-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib510.c' object='lib565-lib510.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib565-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib566.c' object='lib566-lib566.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib566-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib567.c' object='lib567-lib567.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib567-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib568.c' object='lib568-lib568.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib568-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib569.c' object='lib569-lib569.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib569-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib570.c' object='lib570-lib570.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib570-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib571.c' object='lib571-lib571.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib571-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib571-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib572.c' object='lib572-lib572.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib572-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib573.c' object='lib573-lib573.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib573-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib573-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib573-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testtrace.c' object='lib573-testtrace.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib574.c' object='lib574-lib574.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib574-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib575.c' object='lib575-lib575.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib575-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib575-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib575-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib576.c' object='lib576-lib576.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib576-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib578.c' object='lib578-lib578.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib578-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib579.c' object='lib579-lib579.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib579-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib582.c' object='lib582-lib582.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib582-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib582-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib582-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib583.c' object='lib583-lib583.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib583-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib500.c' object='lib585-lib500.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib585-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib585-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testtrace.c' object='lib585-testtrace.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib586.c' object='lib586-lib586.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib586-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib554.c' object='lib587-lib554.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib587-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib590.c' object='lib590-lib590.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib590-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib591.c' object='lib591-lib591.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib591-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib591-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib591-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib597.c' object='lib597-lib597.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib597-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib597-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib597-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib598.c' object='lib598-lib598.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib598-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib599.c' object='lib599-lib599.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib599-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1500.c' object='lib1500-lib1500.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1500-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1500-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1501.c' object='lib1501-lib1501.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1501-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1501-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1501-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1502-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1502-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1502-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1502-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1503-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1503-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1503-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1503-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1504-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1504-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1504-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1504-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1505-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1505-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1505-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1505-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1506.c' object='lib1506-lib1506.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1506-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1506-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1506-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1507.c' object='lib1507-lib1507.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1507-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1507-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1507-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1508.c' object='lib1508-lib1508.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1508-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1508-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1508-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1509.c' object='lib1509-lib1509.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1509-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1509-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1509-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1510.c' object='lib1510-lib1510.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1510-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1510-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1510-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1511.c' object='lib1511-lib1511.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1511-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1511-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1511-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1512.c' object='lib1512-lib1512.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1512-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1512-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1512-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1513.c' object='lib1513-lib1513.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1513-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1513-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1513-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1514.c' object='lib1514-lib1514.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1514-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1514-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1514-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1515.c' object='lib1515-lib1515.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1515-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1515-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1515-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1520.c' object='lib1520-lib1520.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1520-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1525.c' object='lib1525-lib1525.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1525-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1525-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1525-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1526.c' object='lib1526-lib1526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1526-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1526-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1526-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1527.c' object='lib1527-lib1527.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1527-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1527-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1527-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1528.c' object='lib1528-lib1528.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1528-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1528-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1528-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1529.c' object='lib1529-lib1529.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1529-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1529-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1529-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1900.c' object='lib1900-lib1900.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1900-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1900-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1900-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='libntlmconnect.c' object='lib2033-libntlmconnect.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib2033-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib2033-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib2033-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+make[3]: Leaving directory `$(@D)/tests/libtest'
+make[3]: Entering directory `$(@D)/tests'
+make[3]: Nothing to be done for `all-am'.
+make[3]: Leaving directory `$(@D)/tests'
+srcdir=$(SOURCE_DIR)/tests /usr/bin/perl -I$(SOURCE_DIR)/tests $(SOURCE_DIR)/tests/runtests.pl -a -s
+********* System characteristics ******** 
+* curl 7.40.0
+* libcurl/7.40.0 OpenSSL/1.0.1j zlib/1.2.8-T4mods libidn/1.19 libssh2/1.4.2
+* Features: IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets 
+* Host:
+* System: SunOS
+* Server SSL:        ON   libcurl SSL:  ON 
+* debug build:       OFF  track memory: OFF
+* valgrind:          OFF  HTTP IPv6     ON 
+* HTTP Unix     ON 
+* FTP IPv6           ON   Libtool lib:  OFF
+* Shared build:      yes  Resolver:     stock
+* SSL library:       OpenSSL
+* Ports:
+*   HTTP/8990 FTP/8992 FTP2/8995 RTSP/9007 FTPS/8993 HTTPS/8991 
+*   TFTP/8997 HTTP-IPv6/8994 RTSP-IPv6/9008 FTP-IPv6/8996 
+*   GOPHER/9009 GOPHER-IPv6/9009
+*   SSH/8999 SOCKS/9000 POP3/9001 IMAP/9003 SMTP/9005
+*   POP3-IPv6/9002 IMAP-IPv6/9004 SMTP-IPv6/9006
+*   HTTP-PIPE/9014 
+* Unix socket paths:
+*   HTTP-Unix:http.sock
+***************************************** 
+test 0001...OK (1   out of 956, remaining: xx:xx)
+test 0002...OK (2   out of 956, remaining: xx:xx)
+test 0003...OK (3   out of 956, remaining: xx:xx)
+test 0004...OK (4   out of 956, remaining: xx:xx)
+test 0005...OK (5   out of 956, remaining: xx:xx)
+test 0006...OK (6   out of 956, remaining: xx:xx)
+test 0007...OK (7   out of 956, remaining: xx:xx)
+test 0008...OK (8   out of 956, remaining: xx:xx)
+test 0009...OK (9   out of 956, remaining: xx:xx)
+test 0010...OK (10  out of 956, remaining: xx:xx)
+test 0011...OK (11  out of 956, remaining: xx:xx)
+test 0012...OK (12  out of 956, remaining: xx:xx)
+test 0013...OK (13  out of 956, remaining: xx:xx)
+test 0014...OK (14  out of 956, remaining: xx:xx)
+test 0015...OK (15  out of 956, remaining: xx:xx)
+test 0016...OK (16  out of 956, remaining: xx:xx)
+test 0017...OK (17  out of 956, remaining: xx:xx)
+test 0018...OK (18  out of 956, remaining: xx:xx)
+test 0019...OK (19  out of 956, remaining: xx:xx)
+test 0020...OK (20  out of 956, remaining: xx:xx)
+test 0021...OK (21  out of 956, remaining: xx:xx)
+test 0022...OK (22  out of 956, remaining: xx:xx)
+test 0023...OK (23  out of 956, remaining: xx:xx)
+test 0024...OK (24  out of 956, remaining: xx:xx)
+test 0025...OK (25  out of 956, remaining: xx:xx)
+test 0026...OK (26  out of 956, remaining: xx:xx)
+test 0027...OK (27  out of 956, remaining: xx:xx)
+test 0028...OK (28  out of 956, remaining: xx:xx)
+test 0029...OK (29  out of 956, remaining: xx:xx)
+test 0030...OK (30  out of 956, remaining: xx:xx)
+test 0031...OK (31  out of 956, remaining: xx:xx)
+test 0032...OK (32  out of 956, remaining: xx:xx)
+test 0033...OK (33  out of 956, remaining: xx:xx)
+test 0034...OK (34  out of 956, remaining: xx:xx)
+test 0035...OK (35  out of 956, remaining: xx:xx)
+test 0036...OK (36  out of 956, remaining: xx:xx)
+test 0037...OK (37  out of 956, remaining: xx:xx)
+test 0038...OK (38  out of 956, remaining: xx:xx)
+test 0039...OK (39  out of 956, remaining: xx:xx)
+test 0040...OK (40  out of 956, remaining: xx:xx)
+test 0041...OK (41  out of 956, remaining: xx:xx)
+test 0042...OK (42  out of 956, remaining: xx:xx)
+test 0043...OK (43  out of 956, remaining: xx:xx)
+test 0044...OK (44  out of 956, remaining: xx:xx)
+test 0045...OK (45  out of 956, remaining: xx:xx)
+test 0046...OK (46  out of 956, remaining: xx:xx)
+test 0047...OK (47  out of 956, remaining: xx:xx)
+test 0048...OK (48  out of 956, remaining: xx:xx)
+test 0049...OK (49  out of 956, remaining: xx:xx)
+test 0050...OK (50  out of 956, remaining: xx:xx)
+test 0051...OK (51  out of 956, remaining: xx:xx)
+test 0052...OK (52  out of 956, remaining: xx:xx)
+test 0053...OK (53  out of 956, remaining: xx:xx)
+test 0054...OK (54  out of 956, remaining: xx:xx)
+test 0055...OK (55  out of 956, remaining: xx:xx)
+test 0056...OK (56  out of 956, remaining: xx:xx)
+test 0057...OK (57  out of 956, remaining: xx:xx)
+test 0058...OK (58  out of 956, remaining: xx:xx)
+test 0059...OK (59  out of 956, remaining: xx:xx)
+test 0060...OK (60  out of 956, remaining: xx:xx)
+test 0061...OK (61  out of 956, remaining: xx:xx)
+test 0062...OK (62  out of 956, remaining: xx:xx)
+test 0063...OK (63  out of 956, remaining: xx:xx)
+test 0064...OK (64  out of 956, remaining: xx:xx)
+test 0065...OK (65  out of 956, remaining: xx:xx)
+test 0066...OK (66  out of 956, remaining: xx:xx)
+test 0070...OK (70  out of 956, remaining: xx:xx)
+test 0071...OK (71  out of 956, remaining: xx:xx)
+test 0072...OK (72  out of 956, remaining: xx:xx)
+test 0073...OK (73  out of 956, remaining: xx:xx)
+test 0074...OK (74  out of 956, remaining: xx:xx)
+test 0075...OK (75  out of 956, remaining: xx:xx)
+test 0076...OK (76  out of 956, remaining: xx:xx)
+test 0077...OK (77  out of 956, remaining: xx:xx)
+test 0078...OK (78  out of 956, remaining: xx:xx)
+test 0079...OK (79  out of 956, remaining: xx:xx)
+test 0080...OK (80  out of 956, remaining: xx:xx)
+test 0082...OK (82  out of 956, remaining: xx:xx)
+test 0083...OK (83  out of 956, remaining: xx:xx)
+test 0084...OK (84  out of 956, remaining: xx:xx)
+test 0085...OK (85  out of 956, remaining: xx:xx)
+test 0086...OK (86  out of 956, remaining: xx:xx)
+test 0087...OK (87  out of 956, remaining: xx:xx)
+test 0088...OK (88  out of 956, remaining: xx:xx)
+test 0092...OK (92  out of 956, remaining: xx:xx)
+test 0093...OK (93  out of 956, remaining: xx:xx)
+test 0094...OK (94  out of 956, remaining: xx:xx)
+test 0095...OK (95  out of 956, remaining: xx:xx)
+test 0097...OK (97  out of 956, remaining: xx:xx)
+test 0098...OK (98  out of 956, remaining: xx:xx)
+test 0099...OK (99  out of 956, remaining: xx:xx)
+test 0100...OK (100 out of 956, remaining: xx:xx)
+test 0101...OK (101 out of 956, remaining: xx:xx)
+test 0102...OK (102 out of 956, remaining: xx:xx)
+test 0103...OK (103 out of 956, remaining: xx:xx)
+test 0104...OK (104 out of 956, remaining: xx:xx)
+test 0105...OK (105 out of 956, remaining: xx:xx)
+test 0106...OK (106 out of 956, remaining: xx:xx)
+test 0107...OK (107 out of 956, remaining: xx:xx)
+test 0108...OK (108 out of 956, remaining: xx:xx)
+test 0109...OK (109 out of 956, remaining: xx:xx)
+test 0110...OK (110 out of 956, remaining: xx:xx)
+test 0111...OK (111 out of 956, remaining: xx:xx)
+test 0112...OK (112 out of 956, remaining: xx:xx)
+test 0113...OK (113 out of 956, remaining: xx:xx)
+test 0114...OK (114 out of 956, remaining: xx:xx)
+test 0115...OK (115 out of 956, remaining: xx:xx)
+test 0116...OK (116 out of 956, remaining: xx:xx)
+test 0117...OK (117 out of 956, remaining: xx:xx)
+test 0118...OK (118 out of 956, remaining: xx:xx)
+test 0119...OK (119 out of 956, remaining: xx:xx)
+test 0120...OK (120 out of 956, remaining: xx:xx)
+test 0121...OK (121 out of 956, remaining: xx:xx)
+test 0122...OK (122 out of 956, remaining: xx:xx)
+test 0123...OK (123 out of 956, remaining: xx:xx)
+test 0124...OK (124 out of 956, remaining: xx:xx)
+test 0125...OK (125 out of 956, remaining: xx:xx)
+test 0126...OK (126 out of 956, remaining: xx:xx)
+test 0127...OK (127 out of 956, remaining: xx:xx)
+test 0128...OK (128 out of 956, remaining: xx:xx)
+test 0129...OK (129 out of 956, remaining: xx:xx)
+test 0130...OK (130 out of 956, remaining: xx:xx)
+test 0131...OK (131 out of 956, remaining: xx:xx)
+test 0132...OK (132 out of 956, remaining: xx:xx)
+test 0133...OK (133 out of 956, remaining: xx:xx)
+test 0134...OK (134 out of 956, remaining: xx:xx)
+test 0135...OK (135 out of 956, remaining: xx:xx)
+test 0136...OK (136 out of 956, remaining: xx:xx)
+test 0137...OK (137 out of 956, remaining: xx:xx)
+test 0138...OK (138 out of 956, remaining: xx:xx)
+test 0139...OK (139 out of 956, remaining: xx:xx)
+test 0140...OK (140 out of 956, remaining: xx:xx)
+test 0141...OK (141 out of 956, remaining: xx:xx)
+test 0142...OK (142 out of 956, remaining: xx:xx)
+test 0143...OK (143 out of 956, remaining: xx:xx)
+test 0144...OK (144 out of 956, remaining: xx:xx)
+test 0145...OK (145 out of 956, remaining: xx:xx)
+test 0146...OK (146 out of 956, remaining: xx:xx)
+test 0147...OK (147 out of 956, remaining: xx:xx)
+test 0148...OK (148 out of 956, remaining: xx:xx)
+test 0149...OK (149 out of 956, remaining: xx:xx)
+test 0151...OK (151 out of 956, remaining: xx:xx)
+test 0152...OK (152 out of 956, remaining: xx:xx)
+test 0153...OK (153 out of 956, remaining: xx:xx)
+test 0154...OK (154 out of 956, remaining: xx:xx)
+test 0156...OK (156 out of 956, remaining: xx:xx)
+test 0157...OK (157 out of 956, remaining: xx:xx)
+test 0158...OK (158 out of 956, remaining: xx:xx)
+test 0160...OK (160 out of 956, remaining: xx:xx)
+test 0161...OK (161 out of 956, remaining: xx:xx)
+test 0162...OK (162 out of 956, remaining: xx:xx)
+test 0163...OK (163 out of 956, remaining: xx:xx)
+test 0164...OK (164 out of 956, remaining: xx:xx)
+test 0165...OK (165 out of 956, remaining: xx:xx)
+test 0166...OK (166 out of 956, remaining: xx:xx)
+test 0167...OK (167 out of 956, remaining: xx:xx)
+test 0168...OK (168 out of 956, remaining: xx:xx)
+test 0170...OK (170 out of 956, remaining: xx:xx)
+test 0171...OK (171 out of 956, remaining: xx:xx)
+test 0172...OK (172 out of 956, remaining: xx:xx)
+test 0173...OK (173 out of 956, remaining: xx:xx)
+test 0174...OK (174 out of 956, remaining: xx:xx)
+test 0175...OK (175 out of 956, remaining: xx:xx)
+test 0176...OK (176 out of 956, remaining: xx:xx)
+test 0177...OK (177 out of 956, remaining: xx:xx)
+test 0178...OK (178 out of 956, remaining: xx:xx)
+test 0179...OK (179 out of 956, remaining: xx:xx)
+test 0180...OK (180 out of 956, remaining: xx:xx)
+test 0181...OK (181 out of 956, remaining: xx:xx)
+test 0182...OK (182 out of 956, remaining: xx:xx)
+test 0183...OK (183 out of 956, remaining: xx:xx)
+test 0184...OK (184 out of 956, remaining: xx:xx)
+test 0185...OK (185 out of 956, remaining: xx:xx)
+test 0186...OK (186 out of 956, remaining: xx:xx)
+test 0187...OK (187 out of 956, remaining: xx:xx)
+test 0188...OK (188 out of 956, remaining: xx:xx)
+test 0189...OK (189 out of 956, remaining: xx:xx)
+test 0190...OK (190 out of 956, remaining: xx:xx)
+test 0191...OK (191 out of 956, remaining: xx:xx)
+test 0192...OK (192 out of 956, remaining: xx:xx)
+test 0193...OK (193 out of 956, remaining: xx:xx)
+test 0194...OK (194 out of 956, remaining: xx:xx)
+test 0195...OK (195 out of 956, remaining: xx:xx)
+test 0196...OK (196 out of 956, remaining: xx:xx)
+test 0197...OK (197 out of 956, remaining: xx:xx)
+test 0198...OK (198 out of 956, remaining: xx:xx)
+test 0199...OK (199 out of 956, remaining: xx:xx)
+test 0200...OK (200 out of 956, remaining: xx:xx)
+test 0201...OK (201 out of 956, remaining: xx:xx)
+test 0202...OK (202 out of 956, remaining: xx:xx)
+test 0203...OK (203 out of 956, remaining: xx:xx)
+test 0204...OK (204 out of 956, remaining: xx:xx)
+test 0205...OK (205 out of 956, remaining: xx:xx)
+test 0206...OK (206 out of 956, remaining: xx:xx)
+test 0207...OK (207 out of 956, remaining: xx:xx)
+test 0208...OK (208 out of 956, remaining: xx:xx)
+test 0210...OK (210 out of 956, remaining: xx:xx)
+test 0211...OK (211 out of 956, remaining: xx:xx)
+test 0212...OK (212 out of 956, remaining: xx:xx)
+test 0214...OK (214 out of 956, remaining: xx:xx)
+test 0215...OK (215 out of 956, remaining: xx:xx)
+test 0216...OK (216 out of 956, remaining: xx:xx)
+test 0217...OK (217 out of 956, remaining: xx:xx)
+test 0218...OK (218 out of 956, remaining: xx:xx)
+test 0220...OK (219 out of 956, remaining: xx:xx)
+test 0221...OK (220 out of 956, remaining: xx:xx)
+test 0222...OK (221 out of 956, remaining: xx:xx)
+test 0223...OK (222 out of 956, remaining: xx:xx)
+test 0224...OK (223 out of 956, remaining: xx:xx)
+test 0225...OK (224 out of 956, remaining: xx:xx)
+test 0226...OK (225 out of 956, remaining: xx:xx)
+test 0227...OK (226 out of 956, remaining: xx:xx)
+test 0228...OK (227 out of 956, remaining: xx:xx)
+test 0229...OK (228 out of 956, remaining: xx:xx)
+test 0231...OK (229 out of 956, remaining: xx:xx)
+test 0233...OK (230 out of 956, remaining: xx:xx)
+test 0234...OK (231 out of 956, remaining: xx:xx)
+test 0235...OK (232 out of 956, remaining: xx:xx)
+test 0236...OK (233 out of 956, remaining: xx:xx)
+test 0237...OK (234 out of 956, remaining: xx:xx)
+test 0238...OK (235 out of 956, remaining: xx:xx)
+test 0240...OK (237 out of 956, remaining: xx:xx)
+test 0242...OK (239 out of 956, remaining: xx:xx)
+test 0245...OK (241 out of 956, remaining: xx:xx)
+test 0246...OK (242 out of 956, remaining: xx:xx)
+test 0247...OK (243 out of 956, remaining: xx:xx)
+test 0248...OK (244 out of 956, remaining: xx:xx)
+test 0249...OK (245 out of 956, remaining: xx:xx)
+test 0250...OK (246 out of 956, remaining: xx:xx)
+test 0251...OK (247 out of 956, remaining: xx:xx)
+test 0252...OK (248 out of 956, remaining: xx:xx)
+test 0253...OK (249 out of 956, remaining: xx:xx)
+test 0254...OK (250 out of 956, remaining: xx:xx)
+test 0255...OK (251 out of 956, remaining: xx:xx)
+test 0256...OK (252 out of 956, remaining: xx:xx)
+test 0257...OK (253 out of 956, remaining: xx:xx)
+test 0258...OK (254 out of 956, remaining: xx:xx)
+test 0259...OK (255 out of 956, remaining: xx:xx)
+test 0260...OK (256 out of 956, remaining: xx:xx)
+test 0261...OK (257 out of 956, remaining: xx:xx)
+test 0262...OK (258 out of 956, remaining: xx:xx)
+test 0263...OK (259 out of 956, remaining: xx:xx)
+test 0264...OK (260 out of 956, remaining: xx:xx)
+test 0266...OK (262 out of 956, remaining: xx:xx)
+test 0268...OK (264 out of 956, remaining: xx:xx)
+test 0269...OK (265 out of 956, remaining: xx:xx)
+test 0270...OK (266 out of 956, remaining: xx:xx)
+test 0271...OK (267 out of 956, remaining: xx:xx)
+test 0272...OK (268 out of 956, remaining: xx:xx)
+test 0273...OK (269 out of 956, remaining: xx:xx)
+test 0274...OK (270 out of 956, remaining: xx:xx)
+test 0275...OK (271 out of 956, remaining: xx:xx)
+test 0276...OK (272 out of 956, remaining: xx:xx)
+test 0277...OK (273 out of 956, remaining: xx:xx)
+test 0278...OK (274 out of 956, remaining: xx:xx)
+test 0279...OK (275 out of 956, remaining: xx:xx)
+test 0280...OK (276 out of 956, remaining: xx:xx)
+test 0281...OK (277 out of 956, remaining: xx:xx)
+test 0282...OK (278 out of 956, remaining: xx:xx)
+test 0283...OK (279 out of 956, remaining: xx:xx)
+test 0284...OK (280 out of 956, remaining: xx:xx)
+test 0285...OK (281 out of 956, remaining: xx:xx)
+test 0286...OK (282 out of 956, remaining: xx:xx)
+test 0287...OK (283 out of 956, remaining: xx:xx)
+test 0288...OK (284 out of 956, remaining: xx:xx)
+test 0289...OK (285 out of 956, remaining: xx:xx)
+test 0290...OK (286 out of 956, remaining: xx:xx)
+test 0291...OK (287 out of 956, remaining: xx:xx)
+test 0292...OK (288 out of 956, remaining: xx:xx)
+test 0293...OK (289 out of 956, remaining: xx:xx)
+test 0294...OK (290 out of 956, remaining: xx:xx)
+test 0295...OK (291 out of 956, remaining: xx:xx)
+test 0296...OK (292 out of 956, remaining: xx:xx)
+test 0297...OK (293 out of 956, remaining: xx:xx)
+test 0298...OK (294 out of 956, remaining: xx:xx)
+test 0299...OK (295 out of 956, remaining: xx:xx)
+test 0300...OK (296 out of 956, remaining: xx:xx)
+test 0301...OK (297 out of 956, remaining: xx:xx)
+test 0302...OK (298 out of 956, remaining: xx:xx)
+test 0303...OK (299 out of 956, remaining: xx:xx)
+test 0304...OK (300 out of 956, remaining: xx:xx)
+test 0305...OK (301 out of 956, remaining: xx:xx)
+test 0306...OK (302 out of 956, remaining: xx:xx)
+test 0308...OK (304 out of 956, remaining: xx:xx)
+test 0309...OK (305 out of 956, remaining: xx:xx)
+test 0310...OK (306 out of 956, remaining: xx:xx)
+test 0311...OK (307 out of 956, remaining: xx:xx)
+test 0312...OK (308 out of 956, remaining: xx:xx)
+test 0313...OK (309 out of 956, remaining: xx:xx)
+test 0323...OK (313 out of 956, remaining: xx:xx)
+test 0325...OK (315 out of 956, remaining: xx:xx)
+test 0350...OK (316 out of 956, remaining: xx:xx)
+test 0351...OK (317 out of 956, remaining: xx:xx)
+test 0352...OK (318 out of 956, remaining: xx:xx)
+test 0353...OK (319 out of 956, remaining: xx:xx)
+test 0354...OK (320 out of 956, remaining: xx:xx)
+test 0400...OK (321 out of 956, remaining: xx:xx)
+test 0401...OK (322 out of 956, remaining: xx:xx)
+test 0402...OK (323 out of 956, remaining: xx:xx)
+test 0403...OK (324 out of 956, remaining: xx:xx)
+test 0404...OK (325 out of 956, remaining: xx:xx)
+test 0405...OK (326 out of 956, remaining: xx:xx)
+test 0406...OK (327 out of 956, remaining: xx:xx)
+test 0407...OK (328 out of 956, remaining: xx:xx)
+test 0408...OK (329 out of 956, remaining: xx:xx)
+test 0409...OK (330 out of 956, remaining: xx:xx)
+test 0500...OK (331 out of 956, remaining: xx:xx)
+test 0501...OK (332 out of 956, remaining: xx:xx)
+test 0502...OK (333 out of 956, remaining: xx:xx)
+test 0503...OK (334 out of 956, remaining: xx:xx)
+test 0504...OK (335 out of 956, remaining: xx:xx)
+test 0505...OK (336 out of 956, remaining: xx:xx)
+test 0506...OK (337 out of 956, remaining: xx:xx)
+test 0507...OK (338 out of 956, remaining: xx:xx)
+test 0508...OK (339 out of 956, remaining: xx:xx)
+test 0509...OK (340 out of 956, remaining: xx:xx)
+test 0510...OK (341 out of 956, remaining: xx:xx)
+test 0511...OK (342 out of 956, remaining: xx:xx)
+test 0512...OK (343 out of 956, remaining: xx:xx)
+test 0513...OK (344 out of 956, remaining: xx:xx)
+test 0514...OK (345 out of 956, remaining: xx:xx)
+test 0515...OK (346 out of 956, remaining: xx:xx)
+test 0516...OK (347 out of 956, remaining: xx:xx)
+test 0517...OK (348 out of 956, remaining: xx:xx)
+test 0519...OK (350 out of 956, remaining: xx:xx)
+test 0520...OK (351 out of 956, remaining: xx:xx)
+test 0521...OK (352 out of 956, remaining: xx:xx)
+test 0522...OK (353 out of 956, remaining: xx:xx)
+test 0523...OK (354 out of 956, remaining: xx:xx)
+test 0524...OK (355 out of 956, remaining: xx:xx)
+test 0525...OK (356 out of 956, remaining: xx:xx)
+test 0526...OK (357 out of 956, remaining: xx:xx)
+test 0527...OK (358 out of 956, remaining: xx:xx)
+test 0528...OK (359 out of 956, remaining: xx:xx)
+test 0529...OK (360 out of 956, remaining: xx:xx)
+test 0530...OK (361 out of 956, remaining: xx:xx)
+test 0531...OK (362 out of 956, remaining: xx:xx)
+test 0532...OK (363 out of 956, remaining: xx:xx)
+test 0533...OK (364 out of 956, remaining: xx:xx)
+test 0534...OK (365 out of 956, remaining: xx:xx)
+test 0535...OK (366 out of 956, remaining: xx:xx)
+test 0536...OK (367 out of 956, remaining: xx:xx)
+test 0538...OK (369 out of 956, remaining: xx:xx)
+test 0539...OK (370 out of 956, remaining: xx:xx)
+test 0540...OK (371 out of 956, remaining: xx:xx)
+test 0541...OK (372 out of 956, remaining: xx:xx)
+test 0542...OK (373 out of 956, remaining: xx:xx)
+test 0543...OK (374 out of 956, remaining: xx:xx)
+test 0544...OK (375 out of 956, remaining: xx:xx)
+test 0545...OK (376 out of 956, remaining: xx:xx)
+test 0546...OK (377 out of 956, remaining: xx:xx)
+test 0549...OK (380 out of 956, remaining: xx:xx)
+test 0550...OK (381 out of 956, remaining: xx:xx)
+test 0551...OK (382 out of 956, remaining: xx:xx)
+test 0552...OK (383 out of 956, remaining: xx:xx)
+test 0553...OK (384 out of 956, remaining: xx:xx)
+test 0554...OK (385 out of 956, remaining: xx:xx)
+test 0556...OK (387 out of 956, remaining: xx:xx)
+test 0557...OK (388 out of 956, remaining: xx:xx)
+test 0560...OK (390 out of 956, remaining: xx:xx)
+test 0561...OK (391 out of 956, remaining: xx:xx)
+test 0562...OK (392 out of 956, remaining: xx:xx)
+test 0563...OK (393 out of 956, remaining: xx:xx)
+gethostname: Error 0
+Could not generate host key
+RUN: failed to start the SSH server
+test 0565...OK (395 out of 956, remaining: xx:xx)
+test 0566...OK (396 out of 956, remaining: xx:xx)
+test 0567...OK (397 out of 956, remaining: xx:xx)
+test 0568...OK (398 out of 956, remaining: xx:xx)
+test 0569...OK (399 out of 956, remaining: xx:xx)
+test 0570...OK (400 out of 956, remaining: xx:xx)
+test 0571...OK (401 out of 956, remaining: xx:xx)
+test 0572...OK (402 out of 956, remaining: xx:xx)
+test 0573...OK (403 out of 956, remaining: xx:xx)
+test 0574...OK (404 out of 956, remaining: xx:xx)
+test 0575...OK (405 out of 956, remaining: xx:xx)
+test 0576...OK (406 out of 956, remaining: xx:xx)
+test 0578...OK (407 out of 956, remaining: xx:xx)
+test 0579...OK (408 out of 956, remaining: xx:xx)
+test 0580...OK (409 out of 956, remaining: xx:xx)
+test 0581...OK (410 out of 956, remaining: xx:xx)
+test 0584...OK (413 out of 956, remaining: xx:xx)
+test 0585...OK (414 out of 956, remaining: xx:xx)
+test 0586...OK (415 out of 956, remaining: xx:xx)
+test 0587...OK (416 out of 956, remaining: xx:xx)
+test 0588...OK (417 out of 956, remaining: xx:xx)
+test 0591...OK (419 out of 956, remaining: xx:xx)
+test 0592...OK (420 out of 956, remaining: xx:xx)
+test 0593...OK (421 out of 956, remaining: xx:xx)
+test 0595...OK (422 out of 956, remaining: xx:xx)
+test 0596...OK (423 out of 956, remaining: xx:xx)
+test 0597...OK (424 out of 956, remaining: xx:xx)
+test 0598...OK (425 out of 956, remaining: xx:xx)
+test 0599...OK (426 out of 956, remaining: xx:xx)
+test 0632...OK (459 out of 956, remaining: xx:xx)
+test 0704...OK (473 out of 956, remaining: xx:xx)
+test 0705...OK (474 out of 956, remaining: xx:xx)
+test 0800...OK (482 out of 956, remaining: xx:xx)
+test 0801...OK (483 out of 956, remaining: xx:xx)
+test 0802...OK (484 out of 956, remaining: xx:xx)
+test 0803...OK (485 out of 956, remaining: xx:xx)
+test 0804...OK (486 out of 956, remaining: xx:xx)
+test 0805...OK (487 out of 956, remaining: xx:xx)
+test 0806...OK (488 out of 956, remaining: xx:xx)
+test 0807...OK (489 out of 956, remaining: xx:xx)
+test 0808...OK (490 out of 956, remaining: xx:xx)
+test 0809...OK (491 out of 956, remaining: xx:xx)
+test 0810...OK (492 out of 956, remaining: xx:xx)
+test 0811...OK (493 out of 956, remaining: xx:xx)
+test 0812...OK (494 out of 956, remaining: xx:xx)
+test 0813...OK (495 out of 956, remaining: xx:xx)
+test 0814...OK (496 out of 956, remaining: xx:xx)
+test 0815...OK (497 out of 956, remaining: xx:xx)
+test 0816...OK (498 out of 956, remaining: xx:xx)
+test 0817...OK (499 out of 956, remaining: xx:xx)
+test 0818...OK (500 out of 956, remaining: xx:xx)
+test 0819...OK (501 out of 956, remaining: xx:xx)
+test 0820...OK (502 out of 956, remaining: xx:xx)
+test 0821...OK (503 out of 956, remaining: xx:xx)
+test 0824...OK (506 out of 956, remaining: xx:xx)
+test 0825...OK (507 out of 956, remaining: xx:xx)
+test 0826...OK (508 out of 956, remaining: xx:xx)
+test 0828...OK (510 out of 956, remaining: xx:xx)
+test 0829...OK (511 out of 956, remaining: xx:xx)
+test 0830...OK (512 out of 956, remaining: xx:xx)
+test 0831...OK (513 out of 956, remaining: xx:xx)
+test 0833...OK (515 out of 956, remaining: xx:xx)
+test 0834...OK (516 out of 956, remaining: xx:xx)
+test 0850...OK (518 out of 956, remaining: xx:xx)
+test 0851...OK (519 out of 956, remaining: xx:xx)
+test 0852...OK (520 out of 956, remaining: xx:xx)
+test 0853...OK (521 out of 956, remaining: xx:xx)
+test 0854...OK (522 out of 956, remaining: xx:xx)
+test 0855...OK (523 out of 956, remaining: xx:xx)
+test 0856...OK (524 out of 956, remaining: xx:xx)
+test 0857...OK (525 out of 956, remaining: xx:xx)
+test 0858...OK (526 out of 956, remaining: xx:xx)
+test 0859...OK (527 out of 956, remaining: xx:xx)
+test 0860...OK (528 out of 956, remaining: xx:xx)
+test 0861...OK (529 out of 956, remaining: xx:xx)
+test 0862...OK (530 out of 956, remaining: xx:xx)
+test 0863...OK (531 out of 956, remaining: xx:xx)
+test 0864...OK (532 out of 956, remaining: xx:xx)
+test 0865...OK (533 out of 956, remaining: xx:xx)
+test 0866...OK (534 out of 956, remaining: xx:xx)
+test 0867...OK (535 out of 956, remaining: xx:xx)
+test 0870...OK (538 out of 956, remaining: xx:xx)
+test 0871...OK (539 out of 956, remaining: xx:xx)
+test 0872...OK (540 out of 956, remaining: xx:xx)
+test 0874...OK (542 out of 956, remaining: xx:xx)
+test 0875...OK (543 out of 956, remaining: xx:xx)
+test 0876...OK (544 out of 956, remaining: xx:xx)
+test 0877...OK (545 out of 956, remaining: xx:xx)
+test 0879...OK (547 out of 956, remaining: xx:xx)
+test 0880...OK (548 out of 956, remaining: xx:xx)
+test 0900...OK (550 out of 956, remaining: xx:xx)
+test 0901...OK (551 out of 956, remaining: xx:xx)
+test 0902...OK (552 out of 956, remaining: xx:xx)
+test 0903...OK (553 out of 956, remaining: xx:xx)
+test 0904...OK (554 out of 956, remaining: xx:xx)
+test 0905...OK (555 out of 956, remaining: xx:xx)
+test 0908...OK (558 out of 956, remaining: xx:xx)
+test 0909...OK (559 out of 956, remaining: xx:xx)
+test 0910...OK (560 out of 956, remaining: xx:xx)
+test 0911...OK (561 out of 956, remaining: xx:xx)
+test 0912...OK (562 out of 956, remaining: xx:xx)
+test 0913...OK (563 out of 956, remaining: xx:xx)
+test 0914...OK (564 out of 956, remaining: xx:xx)
+test 0915...OK (565 out of 956, remaining: xx:xx)
+test 0916...OK (566 out of 956, remaining: xx:xx)
+test 0917...OK (567 out of 956, remaining: xx:xx)
+test 0918...OK (568 out of 956, remaining: xx:xx)
+test 0919...OK (569 out of 956, remaining: xx:xx)
+test 0920...OK (570 out of 956, remaining: xx:xx)
+test 0922...OK (572 out of 956, remaining: xx:xx)
+test 0923...OK (573 out of 956, remaining: xx:xx)
+test 0924...OK (574 out of 956, remaining: xx:xx)
+test 0925...OK (575 out of 956, remaining: xx:xx)
+test 0926...OK (576 out of 956, remaining: xx:xx)
+test 0927...OK (577 out of 956, remaining: xx:xx)
+test 0928...OK (578 out of 956, remaining: xx:xx)
+test 0929...OK (579 out of 956, remaining: xx:xx)
+test 0930...OK (580 out of 956, remaining: xx:xx)
+test 0931...OK (581 out of 956, remaining: xx:xx)
+test 0932...OK (582 out of 956, remaining: xx:xx)
+test 0933...OK (583 out of 956, remaining: xx:xx)
+test 0935...OK (585 out of 956, remaining: xx:xx)
+test 0936...OK (586 out of 956, remaining: xx:xx)
+test 0939...OK (588 out of 956, remaining: xx:xx)
+test 0940...OK (589 out of 956, remaining: xx:xx)
+test 0941...OK (590 out of 956, remaining: xx:xx)
+test 1000...OK (591 out of 956, remaining: xx:xx)
+test 1001...OK (592 out of 956, remaining: xx:xx)
+test 1002...OK (593 out of 956, remaining: xx:xx)
+test 1003...OK (594 out of 956, remaining: xx:xx)
+test 1004...OK (595 out of 956, remaining: xx:xx)
+test 1005...OK (596 out of 956, remaining: xx:xx)
+test 1006...OK (597 out of 956, remaining: xx:xx)
+test 1007...OK (598 out of 956, remaining: xx:xx)
+test 1009...OK (600 out of 956, remaining: xx:xx)
+test 1010...OK (601 out of 956, remaining: xx:xx)
+test 1011...OK (602 out of 956, remaining: xx:xx)
+test 1012...OK (603 out of 956, remaining: xx:xx)
+test 1013...OK (604 out of 956, remaining: xx:xx)
+test 1014...OK (605 out of 956, remaining: xx:xx)
+test 1015...OK (606 out of 956, remaining: xx:xx)
+test 1016...OK (607 out of 956, remaining: xx:xx)
+test 1017...OK (608 out of 956, remaining: xx:xx)
+test 1018...OK (609 out of 956, remaining: xx:xx)
+test 1019...OK (610 out of 956, remaining: xx:xx)
+test 1020...OK (611 out of 956, remaining: xx:xx)
+test 1022...OK (613 out of 956, remaining: xx:xx)
+test 1023...OK (614 out of 956, remaining: xx:xx)
+test 1024...OK (615 out of 956, remaining: xx:xx)
+test 1025...OK (616 out of 956, remaining: xx:xx)
+test 1026...OK (617 out of 956, remaining: xx:xx)
+test 1027...OK (618 out of 956, remaining: xx:xx)
+test 1028...OK (619 out of 956, remaining: xx:xx)
+test 1029...OK (620 out of 956, remaining: xx:xx)
+test 1030...OK (621 out of 956, remaining: xx:xx)
+test 1031...OK (622 out of 956, remaining: xx:xx)
+test 1032...OK (623 out of 956, remaining: xx:xx)
+test 1033...OK (624 out of 956, remaining: xx:xx)
+test 1034...OK (625 out of 956, remaining: xx:xx)
+test 1035...OK (626 out of 956, remaining: xx:xx)
+test 1036...OK (627 out of 956, remaining: xx:xx)
+test 1037...OK (628 out of 956, remaining: xx:xx)
+test 1038...OK (629 out of 956, remaining: xx:xx)
+test 1039...OK (630 out of 956, remaining: xx:xx)
+test 1040...OK (631 out of 956, remaining: xx:xx)
+test 1041...OK (632 out of 956, remaining: xx:xx)
+test 1042...OK (633 out of 956, remaining: xx:xx)
+test 1043...OK (634 out of 956, remaining: xx:xx)
+test 1044...OK (635 out of 956, remaining: xx:xx)
+test 1045...OK (636 out of 956, remaining: xx:xx)
+test 1046...OK (637 out of 956, remaining: xx:xx)
+test 1047...OK (638 out of 956, remaining: xx:xx)
+test 1048...OK (639 out of 956, remaining: xx:xx)
+test 1049...OK (640 out of 956, remaining: xx:xx)
+test 1050...OK (641 out of 956, remaining: xx:xx)
+test 1051...OK (642 out of 956, remaining: xx:xx)
+test 1052...OK (643 out of 956, remaining: xx:xx)
+test 1053...OK (644 out of 956, remaining: xx:xx)
+test 1054...OK (645 out of 956, remaining: xx:xx)
+test 1055...OK (646 out of 956, remaining: xx:xx)
+test 1056...OK (647 out of 956, remaining: xx:xx)
+test 1057...OK (648 out of 956, remaining: xx:xx)
+test 1058...OK (649 out of 956, remaining: xx:xx)
+test 1059...OK (650 out of 956, remaining: xx:xx)
+test 1060...OK (651 out of 956, remaining: xx:xx)
+test 1061...OK (652 out of 956, remaining: xx:xx)
+test 1062...OK (653 out of 956, remaining: xx:xx)
+test 1063...OK (654 out of 956, remaining: xx:xx)
+test 1064...OK (655 out of 956, remaining: xx:xx)
+test 1065...OK (656 out of 956, remaining: xx:xx)
+test 1066...OK (657 out of 956, remaining: xx:xx)
+test 1067...OK (658 out of 956, remaining: xx:xx)
+test 1068...OK (659 out of 956, remaining: xx:xx)
+test 1069...OK (660 out of 956, remaining: xx:xx)
+test 1070...OK (661 out of 956, remaining: xx:xx)
+test 1071...OK (662 out of 956, remaining: xx:xx)
+test 1072...OK (663 out of 956, remaining: xx:xx)
+test 1073...OK (664 out of 956, remaining: xx:xx)
+test 1074...OK (665 out of 956, remaining: xx:xx)
+test 1075...OK (666 out of 956, remaining: xx:xx)
+test 1076...OK (667 out of 956, remaining: xx:xx)
+test 1077...OK (668 out of 956, remaining: xx:xx)
+test 1078...OK (669 out of 956, remaining: xx:xx)
+test 1079...OK (670 out of 956, remaining: xx:xx)
+test 1080...OK (671 out of 956, remaining: xx:xx)
+test 1081...OK (672 out of 956, remaining: xx:xx)
+test 1082...OK (673 out of 956, remaining: xx:xx)
+test 1084...OK (675 out of 956, remaining: xx:xx)
+test 1085...OK (676 out of 956, remaining: xx:xx)
+test 1086...OK (677 out of 956, remaining: xx:xx)
+test 1087...OK (678 out of 956, remaining: xx:xx)
+test 1088...OK (679 out of 956, remaining: xx:xx)
+test 1089...OK (680 out of 956, remaining: xx:xx)
+test 1090...OK (681 out of 956, remaining: xx:xx)
+test 1091...OK (682 out of 956, remaining: xx:xx)
+test 1092...OK (683 out of 956, remaining: xx:xx)
+test 1093...OK (684 out of 956, remaining: xx:xx)
+test 1094...OK (685 out of 956, remaining: xx:xx)
+test 1095...OK (686 out of 956, remaining: xx:xx)
+test 1096...OK (687 out of 956, remaining: xx:xx)
+test 1097...OK (688 out of 956, remaining: xx:xx)
+test 1098...OK (689 out of 956, remaining: xx:xx)
+test 1099...OK (690 out of 956, remaining: xx:xx)
+test 1101...OK (692 out of 956, remaining: xx:xx)
+test 1102...OK (693 out of 956, remaining: xx:xx)
+test 1103...OK (694 out of 956, remaining: xx:xx)
+test 1104...OK (695 out of 956, remaining: xx:xx)
+test 1105...OK (696 out of 956, remaining: xx:xx)
+test 1106...OK (697 out of 956, remaining: xx:xx)
+test 1107...OK (698 out of 956, remaining: xx:xx)
+test 1108...OK (699 out of 956, remaining: xx:xx)
+test 1109...OK (700 out of 956, remaining: xx:xx)
+test 1110...OK (701 out of 956, remaining: xx:xx)
+test 1111...OK (702 out of 956, remaining: xx:xx)
+test 1112...OK (703 out of 956, remaining: xx:xx)
+test 1113...OK (704 out of 956, remaining: xx:xx)
+test 1114...OK (705 out of 956, remaining: xx:xx)
+test 1115...OK (706 out of 956, remaining: xx:xx)
+test 1116...OK (707 out of 956, remaining: xx:xx)
+test 1117...OK (708 out of 956, remaining: xx:xx)
+test 1118...OK (709 out of 956, remaining: xx:xx)
+test 1119...OK (710 out of 956, remaining: xx:xx)
+test 1120...OK (711 out of 956, remaining: xx:xx)
+test 1121...OK (712 out of 956, remaining: xx:xx)
+test 1122...OK (713 out of 956, remaining: xx:xx)
+test 1123...OK (714 out of 956, remaining: xx:xx)
+test 1124...OK (715 out of 956, remaining: xx:xx)
+test 1125...OK (716 out of 956, remaining: xx:xx)
+test 1126...OK (717 out of 956, remaining: xx:xx)
+test 1127...OK (718 out of 956, remaining: xx:xx)
+test 1128...OK (719 out of 956, remaining: xx:xx)
+test 1129...OK (720 out of 956, remaining: xx:xx)
+test 1130...OK (721 out of 956, remaining: xx:xx)
+test 1131...OK (722 out of 956, remaining: xx:xx)
+test 1132...OK (723 out of 956, remaining: xx:xx)
+test 1133...OK (724 out of 956, remaining: xx:xx)
+test 1134...OK (725 out of 956, remaining: xx:xx)
+test 1200...OK (726 out of 956, remaining: xx:xx)
+test 1201...OK (727 out of 956, remaining: xx:xx)
+test 1202...OK (728 out of 956, remaining: xx:xx)
+test 1203...OK (729 out of 956, remaining: xx:xx)
+test 1204...OK (730 out of 956, remaining: xx:xx)
+test 1205...OK (731 out of 956, remaining: xx:xx)
+test 1206...OK (732 out of 956, remaining: xx:xx)
+test 1207...OK (733 out of 956, remaining: xx:xx)
+test 1208...OK (734 out of 956, remaining: xx:xx)
+test 1212...OK (736 out of 956, remaining: xx:xx)
+test 1213...OK (737 out of 956, remaining: xx:xx)
+test 1214...OK (738 out of 956, remaining: xx:xx)
+test 1216...OK (740 out of 956, remaining: xx:xx)
+test 1217...OK (741 out of 956, remaining: xx:xx)
+test 1218...OK (742 out of 956, remaining: xx:xx)
+test 1219...OK (743 out of 956, remaining: xx:xx)
+test 1220...OK (744 out of 956, remaining: xx:xx)
+test 1221...OK (745 out of 956, remaining: xx:xx)
+test 1222...OK (746 out of 956, remaining: xx:xx)
+test 1223...OK (747 out of 956, remaining: xx:xx)
+test 1224...OK (748 out of 956, remaining: xx:xx)
+test 1225...OK (749 out of 956, remaining: xx:xx)
+test 1226...OK (750 out of 956, remaining: xx:xx)
+test 1227...OK (751 out of 956, remaining: xx:xx)
+test 1228...OK (752 out of 956, remaining: xx:xx)
+test 1229...OK (753 out of 956, remaining: xx:xx)
+test 1230...OK (754 out of 956, remaining: xx:xx)
+test 1231...OK (755 out of 956, remaining: xx:xx)
+test 1232...OK (756 out of 956, remaining: xx:xx)
+test 1233...OK (757 out of 956, remaining: xx:xx)
+test 1234...OK (758 out of 956, remaining: xx:xx)
+test 1235...OK (759 out of 956, remaining: xx:xx)
+test 1236...OK (760 out of 956, remaining: xx:xx)
+test 1237...OK (761 out of 956, remaining: xx:xx)
+test 1238...OK (762 out of 956, remaining: xx:xx)
+test 1239...OK (763 out of 956, remaining: xx:xx)
+test 1240...OK (764 out of 956, remaining: xx:xx)
+test 1314...OK (779 out of 956, remaining: xx:xx)
+test 1315...OK (780 out of 956, remaining: xx:xx)
+test 1317...OK (781 out of 956, remaining: xx:xx)
+test 1318...OK (782 out of 956, remaining: xx:xx)
+test 1319...OK (783 out of 956, remaining: xx:xx)
+test 1320...OK (784 out of 956, remaining: xx:xx)
+test 1321...OK (785 out of 956, remaining: xx:xx)
+test 1325...OK (786 out of 956, remaining: xx:xx)
+test 1326...OK (787 out of 956, remaining: xx:xx)
+test 1327...OK (788 out of 956, remaining: xx:xx)
+test 1328...OK (789 out of 956, remaining: xx:xx)
+test 1329...OK (790 out of 956, remaining: xx:xx)
+test 1331...OK (792 out of 956, remaining: xx:xx)
+test 1332...OK (793 out of 956, remaining: xx:xx)
+test 1333...OK (794 out of 956, remaining: xx:xx)
+test 1364...OK (825 out of 956, remaining: xx:xx)
+test 1365...OK (826 out of 956, remaining: xx:xx)
+test 1366...OK (827 out of 956, remaining: xx:xx)
+test 1367...OK (828 out of 956, remaining: xx:xx)
+test 1368...OK (829 out of 956, remaining: xx:xx)
+test 1369...OK (830 out of 956, remaining: xx:xx)
+test 1370...OK (831 out of 956, remaining: xx:xx)
+test 1371...OK (832 out of 956, remaining: xx:xx)
+test 1372...OK (833 out of 956, remaining: xx:xx)
+test 1373...OK (834 out of 956, remaining: xx:xx)
+test 1374...OK (835 out of 956, remaining: xx:xx)
+test 1375...OK (836 out of 956, remaining: xx:xx)
+test 1376...OK (837 out of 956, remaining: xx:xx)
+test 1377...OK (838 out of 956, remaining: xx:xx)
+test 1378...OK (839 out of 956, remaining: xx:xx)
+test 1379...OK (840 out of 956, remaining: xx:xx)
+test 1380...OK (841 out of 956, remaining: xx:xx)
+test 1381...OK (842 out of 956, remaining: xx:xx)
+test 1382...OK (843 out of 956, remaining: xx:xx)
+test 1383...OK (844 out of 956, remaining: xx:xx)
+test 1384...OK (845 out of 956, remaining: xx:xx)
+test 1385...OK (846 out of 956, remaining: xx:xx)
+test 1386...OK (847 out of 956, remaining: xx:xx)
+test 1387...OK (848 out of 956, remaining: xx:xx)
+test 1388...OK (849 out of 956, remaining: xx:xx)
+test 1389...OK (850 out of 956, remaining: xx:xx)
+test 1390...OK (851 out of 956, remaining: xx:xx)
+test 1391...OK (852 out of 956, remaining: xx:xx)
+test 1392...OK (853 out of 956, remaining: xx:xx)
+test 1393...OK (854 out of 956, remaining: xx:xx)
+test 1400...OK (860 out of 956, remaining: xx:xx)
+test 1401...OK (861 out of 956, remaining: xx:xx)
+test 1402...OK (862 out of 956, remaining: xx:xx)
+test 1403...OK (863 out of 956, remaining: xx:xx)
+test 1404...OK (864 out of 956, remaining: xx:xx)
+test 1405...OK (865 out of 956, remaining: xx:xx)
+test 1406...OK (866 out of 956, remaining: xx:xx)
+test 1407...OK (867 out of 956, remaining: xx:xx)
+test 1408...OK (868 out of 956, remaining: xx:xx)
+test 1409...OK (869 out of 956, remaining: xx:xx)
+test 1410...OK (870 out of 956, remaining: xx:xx)
+test 1411...OK (871 out of 956, remaining: xx:xx)
+test 1412...OK (872 out of 956, remaining: xx:xx)
+test 1413...OK (873 out of 956, remaining: xx:xx)
+test 1414...OK (874 out of 956, remaining: xx:xx)
+test 1415...OK (875 out of 956, remaining: xx:xx)
+test 1416...OK (876 out of 956, remaining: xx:xx)
+test 1417...OK (877 out of 956, remaining: xx:xx)
+test 1418...OK (878 out of 956, remaining: xx:xx)
+test 1419...OK (879 out of 956, remaining: xx:xx)
+test 1420...OK (880 out of 956, remaining: xx:xx)
+test 1428...OK (881 out of 956, remaining: xx:xx)
+test 1429...OK (882 out of 956, remaining: xx:xx)
+test 1430...OK (883 out of 956, remaining: xx:xx)
+test 1431...OK (884 out of 956, remaining: xx:xx)
+test 1432...OK (885 out of 956, remaining: xx:xx)
+test 1433...OK (886 out of 956, remaining: xx:xx)
+test 1434...OK (887 out of 956, remaining: xx:xx)
+test 1435...OK (888 out of 956, remaining: xx:xx)
+test 1436...OK (889 out of 956, remaining: xx:xx)
+test 1500...OK (890 out of 956, remaining: xx:xx)
+test 1501...OK (891 out of 956, remaining: xx:xx)
+test 1502...OK (892 out of 956, remaining: xx:xx)
+test 1503...OK (893 out of 956, remaining: xx:xx)
+test 1504...OK (894 out of 956, remaining: xx:xx)
+test 1505...OK (895 out of 956, remaining: xx:xx)
+test 1506...OK (896 out of 956, remaining: xx:xx)
+test 1507...OK (897 out of 956, remaining: xx:xx)
+test 1508...OK (898 out of 956, remaining: xx:xx)
+test 1509...OK (899 out of 956, remaining: xx:xx)
+test 1510...OK (900 out of 956, remaining: xx:xx)
+test 1511...OK (901 out of 956, remaining: xx:xx)
+test 1513...OK (902 out of 956, remaining: xx:xx)
+test 1514...OK (903 out of 956, remaining: xx:xx)
+test 1515...OK (904 out of 956, remaining: xx:xx)
+test 1516...OK (905 out of 956, remaining: xx:xx)
+test 1520...OK (906 out of 956, remaining: xx:xx)
+test 1525...OK (907 out of 956, remaining: xx:xx)
+test 1526...OK (908 out of 956, remaining: xx:xx)
+test 1527...OK (909 out of 956, remaining: xx:xx)
+test 1528...OK (910 out of 956, remaining: xx:xx)
+test 1529...OK (911 out of 956, remaining: xx:xx)
+RUN: Unknown server on our http3 port: 9014 (52)
+RUN: HTTP3 server failed verification
+== Contents of files in the log/ dir after test 1900
+=== Start of file http3_verify.log
+ *   Trying 127.0.0.1...
+ * Failed to set TCP_KEEPALIVE on fd 3
+ * Connected to 127.0.0.1 (127.0.0.1) port 9014 (#0)
+ > GET /verifiedserver HTTP/1.1
+ > User-Agent: curl/7.40.0
+ > Host: 127.0.0.1:9014
+ > Accept: */*
+ > 
+ * Empty reply from server
+ * Connection #0 to host 127.0.0.1 left intact
+=== End of file http3_verify.log
+=== Start of file server.input
+ GET /verifiedserver HTTP/1.1
+ User-Agent: curl/7.40.0
+ Host: 127.0.0.1:9014
+ Accept: */*
+=== End of file server.input
+test 2000...OK (918 out of 956, remaining: xx:xx)
+test 2001...OK (919 out of 956, remaining: xx:xx)
+test 2002...OK (920 out of 956, remaining: xx:xx)
+test 2003...OK (921 out of 956, remaining: xx:xx)
+test 2023...OK (941 out of 956, remaining: xx:xx)
+test 2024...OK (942 out of 956, remaining: xx:xx)
+test 2025...OK (943 out of 956, remaining: xx:xx)
+test 2026...OK (944 out of 956, remaining: xx:xx)
+test 2027...OK (945 out of 956, remaining: xx:xx)
+test 2028...OK (946 out of 956, remaining: xx:xx)
+test 2029...OK (947 out of 956, remaining: xx:xx)
+test 2030...OK (948 out of 956, remaining: xx:xx)
+test 2031...OK (949 out of 956, remaining: xx:xx)
+test 2032...OK (950 out of 956, remaining: xx:xx)
+test 2033...OK (951 out of 956, remaining: xx:xx)
+test 2034...OK (952 out of 956, remaining: xx:xx)
+test 2035...OK (953 out of 956, remaining: xx:xx)
+test 2036...OK (954 out of 956, remaining: xx:xx)
+test 2037...OK (955 out of 956, remaining: xx:xx)
+test 2038...OK (956 out of 956, remaining: xx:xx)
+TESTDONE: 774 tests out of 774 reported OK: 100%
+TESTDONE: 964 tests were considered during
+make[2]: Leaving directory `$(@D)/tests'
+make[2]: Entering directory `$(@D)/docs/examples'
+/usr/gnu/bin/make  10-at-a-time anyauthput cookie_interface debug fileupload fopen ftpget ftpgetresp ftpupload getinfo getinmemory http-post httpput https multi-app multi-debugcallback multi-double multi-post multi-single persistant post-callback postit2 sepheaders simple simplepost simplessl sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard smtp-mail smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl pop3-dele pop3-top pop3-stat pop3-noop pop3-ssl pop3-tls pop3-multi imap-list imap-lsub imap-fetch imap-store imap-append imap-examine imap-search imap-create imap-delete imap-copy imap-noop imap-ssl imap-tls imap-multi url2file sftpget ftpsget postinmemory
+make[3]: Entering directory `$(@D)/docs/examples'
+source='$(SOURCE_DIR)/docs/examples/10-at-a-time.c' object='10-at-a-time.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/anyauthput.c' object='anyauthput.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/cookie_interface.c' object='cookie_interface.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/debug.c' object='debug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/fileupload.c' object='fileupload.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/fopen.c' object='fopen.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpget.c' object='ftpget.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpgetresp.c' object='ftpgetresp.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpupload.c' object='ftpupload.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/getinfo.c' object='getinfo.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/getinmemory.c' object='getinmemory.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/http-post.c' object='http-post.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/httpput.c' object='httpput.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/https.c' object='https.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-app.c' object='multi-app.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-debugcallback.c' object='multi-debugcallback.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-double.c' object='multi-double.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-post.c' object='multi-post.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-single.c' object='multi-single.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/persistant.c' object='persistant.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/post-callback.c' object='post-callback.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/postit2.c' object='postit2.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/sepheaders.c' object='sepheaders.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/simple.c' object='simple.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/simplepost.c' object='simplepost.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/simplessl.c' object='simplessl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/sendrecv.c' object='sendrecv.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/httpcustomheader.c' object='httpcustomheader.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/certinfo.c' object='certinfo.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/chkspeed.c' object='chkspeed.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpgetinfo.c' object='ftpgetinfo.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftp-wildcard.c' object='ftp-wildcard.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-mail.c' object='smtp-mail.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-multi.c' object='smtp-multi.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-ssl.c' object='smtp-ssl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-tls.c' object='smtp-tls.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-vrfy.c' object='smtp-vrfy.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-expn.c' object='smtp-expn.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/rtsp.c' object='rtsp.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/externalsocket.c' object='externalsocket.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/resolve.c' object='resolve.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/progressfunc.c' object='progressfunc.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-retr.c' object='pop3-retr.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-list.c' object='pop3-list.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-uidl.c' object='pop3-uidl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-dele.c' object='pop3-dele.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-top.c' object='pop3-top.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-stat.c' object='pop3-stat.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-noop.c' object='pop3-noop.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-ssl.c' object='pop3-ssl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-tls.c' object='pop3-tls.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-multi.c' object='pop3-multi.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+"$(SOURCE_DIR)/docs/examples/pop3-multi.c", line 96: warning: implicit function declaration: memset
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-list.c' object='imap-list.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-lsub.c' object='imap-lsub.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-fetch.c' object='imap-fetch.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-store.c' object='imap-store.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-append.c' object='imap-append.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-examine.c' object='imap-examine.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-search.c' object='imap-search.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-create.c' object='imap-create.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-delete.c' object='imap-delete.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-copy.c' object='imap-copy.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-noop.c' object='imap-noop.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-ssl.c' object='imap-ssl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-tls.c' object='imap-tls.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-multi.c' object='imap-multi.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+"$(SOURCE_DIR)/docs/examples/imap-multi.c", line 96: warning: implicit function declaration: memset
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/url2file.c' object='url2file.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/sftpget.c' object='sftpget.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpsget.c' object='ftpsget.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/postinmemory.c' object='postinmemory.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+make[3]: Leaving directory `$(@D)/docs/examples'
+make[2]: Leaving directory `$(@D)/docs/examples'
+make[1]: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/curl/test/results-64.master	Tue Feb 03 13:51:23 2015 -0800
@@ -0,0 +1,2756 @@
+make[1]: Entering directory `$(@D)'
+Making check in lib
+make[2]: Entering directory `$(@D)/lib'
+make[2]: Leaving directory `$(@D)/lib'
+Making check in src
+make[2]: Entering directory `$(@D)/src'
+/usr/gnu/bin/make  check-am
+make[3]: Entering directory `$(@D)/src'
+make[3]: Nothing to be done for `check-am'.
+make[3]: Leaving directory `$(@D)/src'
+make[2]: Leaving directory `$(@D)/src'
+Making check in include
+make[2]: Entering directory `$(@D)/include'
+Making check in curl
+make[3]: Entering directory `$(@D)/include/curl'
+make[4]: Entering directory `$(@D)/include/curl'
+touch stamp-h2
+make[4]: Leaving directory `$(@D)/include/curl'
+make[3]: Leaving directory `$(@D)/include/curl'
+make[3]: Entering directory `$(@D)/include'
+make[3]: Nothing to be done for `check-am'.
+make[3]: Leaving directory `$(@D)/include'
+make[2]: Leaving directory `$(@D)/include'
+make[2]: Entering directory `$(@D)'
+make[2]: Nothing to be done for `check-am'.
+make[2]: Leaving directory `$(@D)'
+make[2]: Entering directory `$(@D)/tests'
+Making all in certs
+make[3]: Entering directory `$(@D)/tests/certs'
+Making all in scripts
+make[4]: Entering directory `$(@D)/tests/certs/scripts'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `$(@D)/tests/certs/scripts'
+make[4]: Entering directory `$(@D)/tests/certs'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `$(@D)/tests/certs'
+make[3]: Leaving directory `$(@D)/tests/certs'
+Making all in data
+make[3]: Entering directory `$(@D)/tests/data'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/tests/data'
+Making all in server
+make[3]: Entering directory `$(@D)/tests/server'
+source='../../lib/mprintf.c' object='../../lib/getpart-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/getpart-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/getpart-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/getpart-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/getpart-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/getpart-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='getpart-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/getpart-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/getpart-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testpart.c' object='getpart-testpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/resolve-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/resolve-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/resolve-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/resolve-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/resolve-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/resolve-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='resolve-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/resolve-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/resolve-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='resolve-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='resolve.c' object='resolve-resolve.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/rtspd-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/rtspd-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/rtspd-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/rtspd-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/rtspd-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/rtspd-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='rtspd-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/rtspd-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/rtspd-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='rtspd-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='rtspd.c' object='rtspd-rtspd.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/sockfilt-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/sockfilt-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/sockfilt-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/sockfilt-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/sockfilt-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/sockfilt-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='sockfilt-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/sockfilt-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/sockfilt-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='sockfilt-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='sockfilt.c' object='sockfilt-sockfilt.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/inet_pton.c' object='../../lib/sockfilt-inet_pton.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/sws-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/sws-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/sws-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/sws-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/sws-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/sws-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='sws-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/sws-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/sws-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='sws-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='sws.c' object='sws-sws.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/inet_pton.c' object='../../lib/sws-inet_pton.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/tftpd-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/tftpd-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/tftpd-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/tftpd-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/tftpd-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/tftpd-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='tftpd-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/tftpd-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/tftpd-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='tftpd-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='tftpd.c' object='tftpd-tftpd.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='../../lib/mprintf.c' object='../../lib/fake_ntlm-mprintf.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/nonblock.c' object='../../lib/fake_ntlm-nonblock.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strequal.c' object='../../lib/fake_ntlm-strequal.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/strtoofft.c' object='../../lib/fake_ntlm-strtoofft.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/timeval.c' object='../../lib/fake_ntlm-timeval.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/fake_ntlm-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='getpart.c' object='fake_ntlm-getpart.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/base64.c' object='../../lib/fake_ntlm-base64.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/memdebug.c' object='../../lib/fake_ntlm-memdebug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='util.c' object='fake_ntlm-util.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='fake_ntlm.c' object='fake_ntlm-fake_ntlm.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+make[3]: Leaving directory `$(@D)/tests/server'
+Making all in libtest
+make[3]: Entering directory `$(@D)/tests/libtest'
+source='sethostname.c' object='libhostname_la-sethostname.lo' libtool=yes \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+/bin/bash ../../libtool
+libtool: compile:
+/bin/bash ../../libtool
+libtool: link:
+libtool: link:
+source='chkhostname.c' object='chkhostname-chkhostname.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/curl_gethostname.c' object='../../lib/chkhostname-curl_gethostname.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='libauthretry.c' object='libauthretry-libauthretry.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='libauthretry-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='libntlmconnect.c' object='libntlmconnect-libntlmconnect.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='libntlmconnect-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='libntlmconnect-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/libntlmconnect-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib500.c' object='lib500-lib500.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib500-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib500-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testtrace.c' object='lib500-testtrace.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib501.c' object='lib501-lib501.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib501-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib502.c' object='lib502-lib502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib502-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib502-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib502-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib503.c' object='lib503-lib503.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib503-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib503-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib503-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib504.c' object='lib504-lib504.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib504-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib504-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib504-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib505.c' object='lib505-lib505.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib505-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib506.c' object='lib506-lib506.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib506-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib507.c' object='lib507-lib507.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib507-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib507-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib507-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib508.c' object='lib508-lib508.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib508-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib509.c' object='lib509-lib509.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib509-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib510.c' object='lib510-lib510.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib510-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib511.c' object='lib511-lib511.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib511-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib512.c' object='lib512-lib512.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib512-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib513.c' object='lib513-lib513.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib513-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib514.c' object='lib514-lib514.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib514-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib515.c' object='lib515-lib515.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib515-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib516.c' object='lib516-lib516.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib516-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib517.c' object='lib517-lib517.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib517-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib518.c' object='lib518-lib518.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib518-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib518-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib519.c' object='lib519-lib519.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib519-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib520.c' object='lib520-lib520.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib520-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib521.c' object='lib521-lib521.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib521-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib523.c' object='lib523-lib523.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib523-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib524.c' object='lib524-lib524.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib524-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib525.c' object='lib525-lib525.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib525-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib525-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib525-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib526.c' object='lib526-lib526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib526-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib526-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib526-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib526.c' object='lib527-lib526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib527-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib527-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib527-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib525.c' object='lib529-lib525.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib529-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib529-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib529-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib530.c' object='lib530-lib530.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib530-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib530-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib530-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib526.c' object='lib532-lib526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib532-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib532-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib532-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib533.c' object='lib533-lib533.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib533-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib533-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib533-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib536.c' object='lib536-lib536.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib536-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib536-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib536-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib537.c' object='lib537-lib537.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib537-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib537-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib539.c' object='lib539-lib539.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib539-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib540.c' object='lib540-lib540.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib540-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib540-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib540-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib541.c' object='lib541-lib541.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib541-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib542.c' object='lib542-lib542.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib542-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib543.c' object='lib543-lib543.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib543-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib544.c' object='lib544-lib544.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib544-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib544.c' object='lib545-lib544.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib545-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib547.c' object='lib547-lib547.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib547-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib547.c' object='lib548-lib547.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib548-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib549.c' object='lib549-lib549.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib549-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib552.c' object='lib552-lib552.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib552-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib552-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib553.c' object='lib553-lib553.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib553-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib554.c' object='lib554-lib554.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib554-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib555.c' object='lib555-lib555.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib555-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib555-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib555-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib556.c' object='lib556-lib556.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib556-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib556-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib557.c' object='lib557-lib557.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib557-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib558.c' object='lib558-lib558.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib558-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib560.c' object='lib560-lib560.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib560-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib560-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib560-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib562.c' object='lib562-lib562.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib562-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib564.c' object='lib564-lib564.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib564-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib564-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib564-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib510.c' object='lib565-lib510.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib565-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib566.c' object='lib566-lib566.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib566-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib567.c' object='lib567-lib567.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib567-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib568.c' object='lib568-lib568.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib568-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib569.c' object='lib569-lib569.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib569-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib570.c' object='lib570-lib570.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib570-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib571.c' object='lib571-lib571.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib571-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib571-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib572.c' object='lib572-lib572.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib572-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib573.c' object='lib573-lib573.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib573-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib573-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib573-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testtrace.c' object='lib573-testtrace.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib574.c' object='lib574-lib574.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib574-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib575.c' object='lib575-lib575.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib575-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib575-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib575-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib576.c' object='lib576-lib576.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib576-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib578.c' object='lib578-lib578.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib578-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib579.c' object='lib579-lib579.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib579-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib582.c' object='lib582-lib582.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib582-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib582-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib582-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib583.c' object='lib583-lib583.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib583-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib500.c' object='lib585-lib500.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib585-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib585-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testtrace.c' object='lib585-testtrace.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib586.c' object='lib586-lib586.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib586-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib554.c' object='lib587-lib554.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib587-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib590.c' object='lib590-lib590.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib590-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib591.c' object='lib591-lib591.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib591-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib591-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib591-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib597.c' object='lib597-lib597.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib597-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib597-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib597-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib598.c' object='lib598-lib598.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib598-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib599.c' object='lib599-lib599.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib599-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1500.c' object='lib1500-lib1500.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1500-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1500-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1501.c' object='lib1501-lib1501.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1501-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1501-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1501-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1502-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1502-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1502-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1502-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1503-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1503-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1503-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1503-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1504-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1504-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1504-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1504-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1502.c' object='lib1505-lib1502.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1505-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1505-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1505-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1506.c' object='lib1506-lib1506.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1506-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1506-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1506-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1507.c' object='lib1507-lib1507.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1507-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1507-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1507-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1508.c' object='lib1508-lib1508.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1508-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1508-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1508-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1509.c' object='lib1509-lib1509.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1509-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1509-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1509-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1510.c' object='lib1510-lib1510.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1510-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1510-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1510-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1511.c' object='lib1511-lib1511.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1511-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1511-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1511-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1512.c' object='lib1512-lib1512.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1512-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1512-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1512-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1513.c' object='lib1513-lib1513.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1513-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1513-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1513-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1514.c' object='lib1514-lib1514.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1514-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1514-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1514-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1515.c' object='lib1515-lib1515.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1515-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1515-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1515-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1520.c' object='lib1520-lib1520.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1520-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1525.c' object='lib1525-lib1525.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1525-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1525-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1525-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1526.c' object='lib1526-lib1526.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1526-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1526-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1526-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1527.c' object='lib1527-lib1527.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1527-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1527-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1527-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1528.c' object='lib1528-lib1528.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1528-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1528-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1528-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1529.c' object='lib1529-lib1529.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1529-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1529-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1529-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='lib1900.c' object='lib1900-lib1900.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib1900-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib1900-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib1900-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='libntlmconnect.c' object='lib2033-libntlmconnect.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='first.c' object='lib2033-first.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='testutil.c' object='lib2033-testutil.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+source='../../lib/warnless.c' object='../../lib/lib2033-warnless.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+make[3]: Leaving directory `$(@D)/tests/libtest'
+make[3]: Entering directory `$(@D)/tests'
+make[3]: Nothing to be done for `all-am'.
+make[3]: Leaving directory `$(@D)/tests'
+srcdir=$(SOURCE_DIR)/tests /usr/bin/perl -I$(SOURCE_DIR)/tests $(SOURCE_DIR)/tests/runtests.pl -a -s
+********* System characteristics ******** 
+* curl 7.40.0
+* libcurl/7.40.0 OpenSSL/1.0.1j zlib/1.2.8-T4mods libidn/1.19 libssh2/1.4.2
+* Features: IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets 
+* Host:
+* System: SunOS
+* Server SSL:        ON   libcurl SSL:  ON 
+* debug build:       OFF  track memory: OFF
+* valgrind:          OFF  HTTP IPv6     ON 
+* HTTP Unix     ON 
+* FTP IPv6           ON   Libtool lib:  OFF
+* Shared build:      yes  Resolver:     stock
+* SSL library:       OpenSSL
+* Ports:
+*   HTTP/8990 FTP/8992 FTP2/8995 RTSP/9007 FTPS/8993 HTTPS/8991 
+*   TFTP/8997 HTTP-IPv6/8994 RTSP-IPv6/9008 FTP-IPv6/8996 
+*   GOPHER/9009 GOPHER-IPv6/9009
+*   SSH/8999 SOCKS/9000 POP3/9001 IMAP/9003 SMTP/9005
+*   POP3-IPv6/9002 IMAP-IPv6/9004 SMTP-IPv6/9006
+*   HTTP-PIPE/9014 
+* Unix socket paths:
+*   HTTP-Unix:http.sock
+***************************************** 
+test 0001...OK (1   out of 956, remaining: xx:xx)
+test 0002...OK (2   out of 956, remaining: xx:xx)
+test 0003...OK (3   out of 956, remaining: xx:xx)
+test 0004...OK (4   out of 956, remaining: xx:xx)
+test 0005...OK (5   out of 956, remaining: xx:xx)
+test 0006...OK (6   out of 956, remaining: xx:xx)
+test 0007...OK (7   out of 956, remaining: xx:xx)
+test 0008...OK (8   out of 956, remaining: xx:xx)
+test 0009...OK (9   out of 956, remaining: xx:xx)
+test 0010...OK (10  out of 956, remaining: xx:xx)
+test 0011...OK (11  out of 956, remaining: xx:xx)
+test 0012...OK (12  out of 956, remaining: xx:xx)
+test 0013...OK (13  out of 956, remaining: xx:xx)
+test 0014...OK (14  out of 956, remaining: xx:xx)
+test 0015...OK (15  out of 956, remaining: xx:xx)
+test 0016...OK (16  out of 956, remaining: xx:xx)
+test 0017...OK (17  out of 956, remaining: xx:xx)
+test 0018...OK (18  out of 956, remaining: xx:xx)
+test 0019...OK (19  out of 956, remaining: xx:xx)
+test 0020...OK (20  out of 956, remaining: xx:xx)
+test 0021...OK (21  out of 956, remaining: xx:xx)
+test 0022...OK (22  out of 956, remaining: xx:xx)
+test 0023...OK (23  out of 956, remaining: xx:xx)
+test 0024...OK (24  out of 956, remaining: xx:xx)
+test 0025...OK (25  out of 956, remaining: xx:xx)
+test 0026...OK (26  out of 956, remaining: xx:xx)
+test 0027...OK (27  out of 956, remaining: xx:xx)
+test 0028...OK (28  out of 956, remaining: xx:xx)
+test 0029...OK (29  out of 956, remaining: xx:xx)
+test 0030...OK (30  out of 956, remaining: xx:xx)
+test 0031...OK (31  out of 956, remaining: xx:xx)
+test 0032...OK (32  out of 956, remaining: xx:xx)
+test 0033...OK (33  out of 956, remaining: xx:xx)
+test 0034...OK (34  out of 956, remaining: xx:xx)
+test 0035...OK (35  out of 956, remaining: xx:xx)
+test 0036...OK (36  out of 956, remaining: xx:xx)
+test 0037...OK (37  out of 956, remaining: xx:xx)
+test 0038...OK (38  out of 956, remaining: xx:xx)
+test 0039...OK (39  out of 956, remaining: xx:xx)
+test 0040...OK (40  out of 956, remaining: xx:xx)
+test 0041...OK (41  out of 956, remaining: xx:xx)
+test 0042...OK (42  out of 956, remaining: xx:xx)
+test 0043...OK (43  out of 956, remaining: xx:xx)
+test 0044...OK (44  out of 956, remaining: xx:xx)
+test 0045...OK (45  out of 956, remaining: xx:xx)
+test 0046...OK (46  out of 956, remaining: xx:xx)
+test 0047...OK (47  out of 956, remaining: xx:xx)
+test 0048...OK (48  out of 956, remaining: xx:xx)
+test 0049...OK (49  out of 956, remaining: xx:xx)
+test 0050...OK (50  out of 956, remaining: xx:xx)
+test 0051...OK (51  out of 956, remaining: xx:xx)
+test 0052...OK (52  out of 956, remaining: xx:xx)
+test 0053...OK (53  out of 956, remaining: xx:xx)
+test 0054...OK (54  out of 956, remaining: xx:xx)
+test 0055...OK (55  out of 956, remaining: xx:xx)
+test 0056...OK (56  out of 956, remaining: xx:xx)
+test 0057...OK (57  out of 956, remaining: xx:xx)
+test 0058...OK (58  out of 956, remaining: xx:xx)
+test 0059...OK (59  out of 956, remaining: xx:xx)
+test 0060...OK (60  out of 956, remaining: xx:xx)
+test 0061...OK (61  out of 956, remaining: xx:xx)
+test 0062...OK (62  out of 956, remaining: xx:xx)
+test 0063...OK (63  out of 956, remaining: xx:xx)
+test 0064...OK (64  out of 956, remaining: xx:xx)
+test 0065...OK (65  out of 956, remaining: xx:xx)
+test 0066...OK (66  out of 956, remaining: xx:xx)
+test 0070...OK (70  out of 956, remaining: xx:xx)
+test 0071...OK (71  out of 956, remaining: xx:xx)
+test 0072...OK (72  out of 956, remaining: xx:xx)
+test 0073...OK (73  out of 956, remaining: xx:xx)
+test 0074...OK (74  out of 956, remaining: xx:xx)
+test 0075...OK (75  out of 956, remaining: xx:xx)
+test 0076...OK (76  out of 956, remaining: xx:xx)
+test 0077...OK (77  out of 956, remaining: xx:xx)
+test 0078...OK (78  out of 956, remaining: xx:xx)
+test 0079...OK (79  out of 956, remaining: xx:xx)
+test 0080...OK (80  out of 956, remaining: xx:xx)
+test 0082...OK (82  out of 956, remaining: xx:xx)
+test 0083...OK (83  out of 956, remaining: xx:xx)
+test 0084...OK (84  out of 956, remaining: xx:xx)
+test 0085...OK (85  out of 956, remaining: xx:xx)
+test 0086...OK (86  out of 956, remaining: xx:xx)
+test 0087...OK (87  out of 956, remaining: xx:xx)
+test 0088...OK (88  out of 956, remaining: xx:xx)
+test 0092...OK (92  out of 956, remaining: xx:xx)
+test 0093...OK (93  out of 956, remaining: xx:xx)
+test 0094...OK (94  out of 956, remaining: xx:xx)
+test 0095...OK (95  out of 956, remaining: xx:xx)
+test 0097...OK (97  out of 956, remaining: xx:xx)
+test 0098...OK (98  out of 956, remaining: xx:xx)
+test 0099...OK (99  out of 956, remaining: xx:xx)
+test 0100...OK (100 out of 956, remaining: xx:xx)
+test 0101...OK (101 out of 956, remaining: xx:xx)
+test 0102...OK (102 out of 956, remaining: xx:xx)
+test 0103...OK (103 out of 956, remaining: xx:xx)
+test 0104...OK (104 out of 956, remaining: xx:xx)
+test 0105...OK (105 out of 956, remaining: xx:xx)
+test 0106...OK (106 out of 956, remaining: xx:xx)
+test 0107...OK (107 out of 956, remaining: xx:xx)
+test 0108...OK (108 out of 956, remaining: xx:xx)
+test 0109...OK (109 out of 956, remaining: xx:xx)
+test 0110...OK (110 out of 956, remaining: xx:xx)
+test 0111...OK (111 out of 956, remaining: xx:xx)
+test 0112...OK (112 out of 956, remaining: xx:xx)
+test 0113...OK (113 out of 956, remaining: xx:xx)
+test 0114...OK (114 out of 956, remaining: xx:xx)
+test 0115...OK (115 out of 956, remaining: xx:xx)
+test 0116...OK (116 out of 956, remaining: xx:xx)
+test 0117...OK (117 out of 956, remaining: xx:xx)
+test 0118...OK (118 out of 956, remaining: xx:xx)
+test 0119...OK (119 out of 956, remaining: xx:xx)
+test 0120...OK (120 out of 956, remaining: xx:xx)
+test 0121...OK (121 out of 956, remaining: xx:xx)
+test 0122...OK (122 out of 956, remaining: xx:xx)
+test 0123...OK (123 out of 956, remaining: xx:xx)
+test 0124...OK (124 out of 956, remaining: xx:xx)
+test 0125...OK (125 out of 956, remaining: xx:xx)
+test 0126...OK (126 out of 956, remaining: xx:xx)
+test 0127...OK (127 out of 956, remaining: xx:xx)
+test 0128...OK (128 out of 956, remaining: xx:xx)
+test 0129...OK (129 out of 956, remaining: xx:xx)
+test 0130...OK (130 out of 956, remaining: xx:xx)
+test 0131...OK (131 out of 956, remaining: xx:xx)
+test 0132...OK (132 out of 956, remaining: xx:xx)
+test 0133...OK (133 out of 956, remaining: xx:xx)
+test 0134...OK (134 out of 956, remaining: xx:xx)
+test 0135...OK (135 out of 956, remaining: xx:xx)
+test 0136...OK (136 out of 956, remaining: xx:xx)
+test 0137...OK (137 out of 956, remaining: xx:xx)
+test 0138...OK (138 out of 956, remaining: xx:xx)
+test 0139...OK (139 out of 956, remaining: xx:xx)
+test 0140...OK (140 out of 956, remaining: xx:xx)
+test 0141...OK (141 out of 956, remaining: xx:xx)
+test 0142...OK (142 out of 956, remaining: xx:xx)
+test 0143...OK (143 out of 956, remaining: xx:xx)
+test 0144...OK (144 out of 956, remaining: xx:xx)
+test 0145...OK (145 out of 956, remaining: xx:xx)
+test 0146...OK (146 out of 956, remaining: xx:xx)
+test 0147...OK (147 out of 956, remaining: xx:xx)
+test 0148...OK (148 out of 956, remaining: xx:xx)
+test 0149...OK (149 out of 956, remaining: xx:xx)
+test 0151...OK (151 out of 956, remaining: xx:xx)
+test 0152...OK (152 out of 956, remaining: xx:xx)
+test 0153...OK (153 out of 956, remaining: xx:xx)
+test 0154...OK (154 out of 956, remaining: xx:xx)
+test 0156...OK (156 out of 956, remaining: xx:xx)
+test 0157...OK (157 out of 956, remaining: xx:xx)
+test 0158...OK (158 out of 956, remaining: xx:xx)
+test 0160...OK (160 out of 956, remaining: xx:xx)
+test 0161...OK (161 out of 956, remaining: xx:xx)
+test 0162...OK (162 out of 956, remaining: xx:xx)
+test 0163...OK (163 out of 956, remaining: xx:xx)
+test 0164...OK (164 out of 956, remaining: xx:xx)
+test 0165...OK (165 out of 956, remaining: xx:xx)
+test 0166...OK (166 out of 956, remaining: xx:xx)
+test 0167...OK (167 out of 956, remaining: xx:xx)
+test 0168...OK (168 out of 956, remaining: xx:xx)
+test 0170...OK (170 out of 956, remaining: xx:xx)
+test 0171...OK (171 out of 956, remaining: xx:xx)
+test 0172...OK (172 out of 956, remaining: xx:xx)
+test 0173...OK (173 out of 956, remaining: xx:xx)
+test 0174...OK (174 out of 956, remaining: xx:xx)
+test 0175...OK (175 out of 956, remaining: xx:xx)
+test 0176...OK (176 out of 956, remaining: xx:xx)
+test 0177...OK (177 out of 956, remaining: xx:xx)
+test 0178...OK (178 out of 956, remaining: xx:xx)
+test 0179...OK (179 out of 956, remaining: xx:xx)
+test 0180...OK (180 out of 956, remaining: xx:xx)
+test 0181...OK (181 out of 956, remaining: xx:xx)
+test 0182...OK (182 out of 956, remaining: xx:xx)
+test 0183...OK (183 out of 956, remaining: xx:xx)
+test 0184...OK (184 out of 956, remaining: xx:xx)
+test 0185...OK (185 out of 956, remaining: xx:xx)
+test 0186...OK (186 out of 956, remaining: xx:xx)
+test 0187...OK (187 out of 956, remaining: xx:xx)
+test 0188...OK (188 out of 956, remaining: xx:xx)
+test 0189...OK (189 out of 956, remaining: xx:xx)
+test 0190...OK (190 out of 956, remaining: xx:xx)
+test 0191...OK (191 out of 956, remaining: xx:xx)
+test 0192...OK (192 out of 956, remaining: xx:xx)
+test 0193...OK (193 out of 956, remaining: xx:xx)
+test 0194...OK (194 out of 956, remaining: xx:xx)
+test 0195...OK (195 out of 956, remaining: xx:xx)
+test 0196...OK (196 out of 956, remaining: xx:xx)
+test 0197...OK (197 out of 956, remaining: xx:xx)
+test 0198...OK (198 out of 956, remaining: xx:xx)
+test 0199...OK (199 out of 956, remaining: xx:xx)
+test 0200...OK (200 out of 956, remaining: xx:xx)
+test 0201...OK (201 out of 956, remaining: xx:xx)
+test 0202...OK (202 out of 956, remaining: xx:xx)
+test 0203...OK (203 out of 956, remaining: xx:xx)
+test 0204...OK (204 out of 956, remaining: xx:xx)
+test 0205...OK (205 out of 956, remaining: xx:xx)
+test 0206...OK (206 out of 956, remaining: xx:xx)
+test 0207...OK (207 out of 956, remaining: xx:xx)
+test 0208...OK (208 out of 956, remaining: xx:xx)
+test 0210...OK (210 out of 956, remaining: xx:xx)
+test 0211...OK (211 out of 956, remaining: xx:xx)
+test 0212...OK (212 out of 956, remaining: xx:xx)
+test 0214...OK (214 out of 956, remaining: xx:xx)
+test 0215...OK (215 out of 956, remaining: xx:xx)
+test 0216...OK (216 out of 956, remaining: xx:xx)
+test 0217...OK (217 out of 956, remaining: xx:xx)
+test 0218...OK (218 out of 956, remaining: xx:xx)
+test 0220...OK (219 out of 956, remaining: xx:xx)
+test 0221...OK (220 out of 956, remaining: xx:xx)
+test 0222...OK (221 out of 956, remaining: xx:xx)
+test 0223...OK (222 out of 956, remaining: xx:xx)
+test 0224...OK (223 out of 956, remaining: xx:xx)
+test 0225...OK (224 out of 956, remaining: xx:xx)
+test 0226...OK (225 out of 956, remaining: xx:xx)
+test 0227...OK (226 out of 956, remaining: xx:xx)
+test 0228...OK (227 out of 956, remaining: xx:xx)
+test 0229...OK (228 out of 956, remaining: xx:xx)
+test 0231...OK (229 out of 956, remaining: xx:xx)
+test 0233...OK (230 out of 956, remaining: xx:xx)
+test 0234...OK (231 out of 956, remaining: xx:xx)
+test 0235...OK (232 out of 956, remaining: xx:xx)
+test 0236...OK (233 out of 956, remaining: xx:xx)
+test 0237...OK (234 out of 956, remaining: xx:xx)
+test 0238...OK (235 out of 956, remaining: xx:xx)
+test 0240...OK (237 out of 956, remaining: xx:xx)
+test 0242...OK (239 out of 956, remaining: xx:xx)
+test 0245...OK (241 out of 956, remaining: xx:xx)
+test 0246...OK (242 out of 956, remaining: xx:xx)
+test 0247...OK (243 out of 956, remaining: xx:xx)
+test 0248...OK (244 out of 956, remaining: xx:xx)
+test 0249...OK (245 out of 956, remaining: xx:xx)
+test 0250...OK (246 out of 956, remaining: xx:xx)
+test 0251...OK (247 out of 956, remaining: xx:xx)
+test 0252...OK (248 out of 956, remaining: xx:xx)
+test 0253...OK (249 out of 956, remaining: xx:xx)
+test 0254...OK (250 out of 956, remaining: xx:xx)
+test 0255...OK (251 out of 956, remaining: xx:xx)
+test 0256...OK (252 out of 956, remaining: xx:xx)
+test 0257...OK (253 out of 956, remaining: xx:xx)
+test 0258...OK (254 out of 956, remaining: xx:xx)
+test 0259...OK (255 out of 956, remaining: xx:xx)
+test 0260...OK (256 out of 956, remaining: xx:xx)
+test 0261...OK (257 out of 956, remaining: xx:xx)
+test 0262...OK (258 out of 956, remaining: xx:xx)
+test 0263...OK (259 out of 956, remaining: xx:xx)
+test 0264...OK (260 out of 956, remaining: xx:xx)
+test 0266...OK (262 out of 956, remaining: xx:xx)
+test 0268...OK (264 out of 956, remaining: xx:xx)
+test 0269...OK (265 out of 956, remaining: xx:xx)
+test 0270...OK (266 out of 956, remaining: xx:xx)
+test 0271...OK (267 out of 956, remaining: xx:xx)
+test 0272...OK (268 out of 956, remaining: xx:xx)
+test 0273...OK (269 out of 956, remaining: xx:xx)
+test 0274...OK (270 out of 956, remaining: xx:xx)
+test 0275...OK (271 out of 956, remaining: xx:xx)
+test 0276...OK (272 out of 956, remaining: xx:xx)
+test 0277...OK (273 out of 956, remaining: xx:xx)
+test 0278...OK (274 out of 956, remaining: xx:xx)
+test 0279...OK (275 out of 956, remaining: xx:xx)
+test 0280...OK (276 out of 956, remaining: xx:xx)
+test 0281...OK (277 out of 956, remaining: xx:xx)
+test 0282...OK (278 out of 956, remaining: xx:xx)
+test 0283...OK (279 out of 956, remaining: xx:xx)
+test 0284...OK (280 out of 956, remaining: xx:xx)
+test 0285...OK (281 out of 956, remaining: xx:xx)
+test 0286...OK (282 out of 956, remaining: xx:xx)
+test 0287...OK (283 out of 956, remaining: xx:xx)
+test 0288...OK (284 out of 956, remaining: xx:xx)
+test 0289...OK (285 out of 956, remaining: xx:xx)
+test 0290...OK (286 out of 956, remaining: xx:xx)
+test 0291...OK (287 out of 956, remaining: xx:xx)
+test 0292...OK (288 out of 956, remaining: xx:xx)
+test 0293...OK (289 out of 956, remaining: xx:xx)
+test 0294...OK (290 out of 956, remaining: xx:xx)
+test 0295...OK (291 out of 956, remaining: xx:xx)
+test 0296...OK (292 out of 956, remaining: xx:xx)
+test 0297...OK (293 out of 956, remaining: xx:xx)
+test 0298...OK (294 out of 956, remaining: xx:xx)
+test 0299...OK (295 out of 956, remaining: xx:xx)
+test 0300...OK (296 out of 956, remaining: xx:xx)
+test 0301...OK (297 out of 956, remaining: xx:xx)
+test 0302...OK (298 out of 956, remaining: xx:xx)
+test 0303...OK (299 out of 956, remaining: xx:xx)
+test 0304...OK (300 out of 956, remaining: xx:xx)
+test 0305...OK (301 out of 956, remaining: xx:xx)
+test 0306...OK (302 out of 956, remaining: xx:xx)
+test 0308...OK (304 out of 956, remaining: xx:xx)
+test 0309...OK (305 out of 956, remaining: xx:xx)
+test 0310...OK (306 out of 956, remaining: xx:xx)
+test 0311...OK (307 out of 956, remaining: xx:xx)
+test 0312...OK (308 out of 956, remaining: xx:xx)
+test 0313...OK (309 out of 956, remaining: xx:xx)
+test 0323...OK (313 out of 956, remaining: xx:xx)
+test 0325...OK (315 out of 956, remaining: xx:xx)
+test 0350...OK (316 out of 956, remaining: xx:xx)
+test 0351...OK (317 out of 956, remaining: xx:xx)
+test 0352...OK (318 out of 956, remaining: xx:xx)
+test 0353...OK (319 out of 956, remaining: xx:xx)
+test 0354...OK (320 out of 956, remaining: xx:xx)
+test 0400...OK (321 out of 956, remaining: xx:xx)
+test 0401...OK (322 out of 956, remaining: xx:xx)
+test 0402...OK (323 out of 956, remaining: xx:xx)
+test 0403...OK (324 out of 956, remaining: xx:xx)
+test 0404...OK (325 out of 956, remaining: xx:xx)
+test 0405...OK (326 out of 956, remaining: xx:xx)
+test 0406...OK (327 out of 956, remaining: xx:xx)
+test 0407...OK (328 out of 956, remaining: xx:xx)
+test 0408...OK (329 out of 956, remaining: xx:xx)
+test 0409...OK (330 out of 956, remaining: xx:xx)
+test 0500...OK (331 out of 956, remaining: xx:xx)
+test 0501...OK (332 out of 956, remaining: xx:xx)
+test 0502...OK (333 out of 956, remaining: xx:xx)
+test 0503...OK (334 out of 956, remaining: xx:xx)
+test 0504...OK (335 out of 956, remaining: xx:xx)
+test 0505...OK (336 out of 956, remaining: xx:xx)
+test 0506...OK (337 out of 956, remaining: xx:xx)
+test 0507...OK (338 out of 956, remaining: xx:xx)
+test 0508...OK (339 out of 956, remaining: xx:xx)
+test 0509...OK (340 out of 956, remaining: xx:xx)
+test 0510...OK (341 out of 956, remaining: xx:xx)
+test 0511...OK (342 out of 956, remaining: xx:xx)
+test 0512...OK (343 out of 956, remaining: xx:xx)
+test 0513...OK (344 out of 956, remaining: xx:xx)
+test 0514...OK (345 out of 956, remaining: xx:xx)
+test 0515...OK (346 out of 956, remaining: xx:xx)
+test 0516...OK (347 out of 956, remaining: xx:xx)
+test 0517...OK (348 out of 956, remaining: xx:xx)
+test 0519...OK (350 out of 956, remaining: xx:xx)
+test 0520...OK (351 out of 956, remaining: xx:xx)
+test 0521...OK (352 out of 956, remaining: xx:xx)
+test 0522...OK (353 out of 956, remaining: xx:xx)
+test 0523...OK (354 out of 956, remaining: xx:xx)
+test 0524...OK (355 out of 956, remaining: xx:xx)
+test 0525...OK (356 out of 956, remaining: xx:xx)
+test 0526...OK (357 out of 956, remaining: xx:xx)
+test 0527...OK (358 out of 956, remaining: xx:xx)
+test 0528...OK (359 out of 956, remaining: xx:xx)
+test 0529...OK (360 out of 956, remaining: xx:xx)
+test 0530...OK (361 out of 956, remaining: xx:xx)
+test 0531...OK (362 out of 956, remaining: xx:xx)
+test 0532...OK (363 out of 956, remaining: xx:xx)
+test 0533...OK (364 out of 956, remaining: xx:xx)
+test 0534...OK (365 out of 956, remaining: xx:xx)
+test 0535...OK (366 out of 956, remaining: xx:xx)
+test 0536...OK (367 out of 956, remaining: xx:xx)
+test 0537...OK (368 out of 956, remaining: xx:xx)
+test 0538...OK (369 out of 956, remaining: xx:xx)
+test 0539...OK (370 out of 956, remaining: xx:xx)
+test 0540...OK (371 out of 956, remaining: xx:xx)
+test 0541...OK (372 out of 956, remaining: xx:xx)
+test 0542...OK (373 out of 956, remaining: xx:xx)
+test 0543...OK (374 out of 956, remaining: xx:xx)
+test 0544...OK (375 out of 956, remaining: xx:xx)
+test 0545...OK (376 out of 956, remaining: xx:xx)
+test 0546...OK (377 out of 956, remaining: xx:xx)
+test 0549...OK (380 out of 956, remaining: xx:xx)
+test 0550...OK (381 out of 956, remaining: xx:xx)
+test 0551...OK (382 out of 956, remaining: xx:xx)
+test 0552...OK (383 out of 956, remaining: xx:xx)
+test 0553...OK (384 out of 956, remaining: xx:xx)
+test 0554...OK (385 out of 956, remaining: xx:xx)
+test 0556...OK (387 out of 956, remaining: xx:xx)
+test 0557...OK (388 out of 956, remaining: xx:xx)
+test 0560...OK (390 out of 956, remaining: xx:xx)
+test 0561...OK (391 out of 956, remaining: xx:xx)
+test 0562...OK (392 out of 956, remaining: xx:xx)
+test 0563...OK (393 out of 956, remaining: xx:xx)
+RUN: SFTP server failed verification
+=== Start of file log/sftp_server.log
+Permission denied (publickey).
+Couldn't read packet: Bad file number
+=== End of file log/sftp_server.log
+=== Start of file curl_sftp_config
+# This is a generated file.  Do not edit.
+# SunSSH 2.2.0 sftp client configuration file for curl testing
+#
+Host *
+#
+Port 8999
+HostName 127.0.0.1
+User richb
+Protocol 2
+#
+BindAddress 127.0.0.1
+#
+IdentityFile $(@D)/tests/curl_client_key
+UserKnownHostsFile $(@D)/tests/curl_client_knownhosts
+#
+BatchMode yes
+ChallengeResponseAuthentication no
+CheckHostIP no
+ClearAllForwardings yes
+Compression no
+ConnectionAttempts 3
+ForwardAgent no
+ForwardX11 no
+GatewayPorts no
+GlobalKnownHostsFile /dev/null
+HostbasedAuthentication no
+KbdInteractiveAuthentication no
+LogLevel DEBUG2
+NumberOfPasswordPrompts 0
+PasswordAuthentication no
+PreferredAuthentications publickey
+PubkeyAuthentication yes
+RhostsRSAAuthentication no
+RSAAuthentication no
+StrictHostKeyChecking no
+UsePrivilegedPort no
+#
+ConnectTimeout 30
+DisableBanner yes
+ForwardX11Trusted no
+GSSAPIAuthentication no
+GSSAPIDelegateCredentials no
+GSSAPIKeyExchange no
+HashKnownHosts no
+IgnoreIfUnknown no
+KeepAlive no
+NoHostAuthenticationForLocalhost no
+RekeyLimit 1G
+ServerAliveCountMax 3
+ServerAliveInterval 0
+#
+=== End of file curl_sftp_config
+=== Start of file log/ssh_server.log
+curl_sshd_config line 20: ChallengeResponseAuthentication has been deprecated. You should use KbdInteractiveAuthentication instead (which defaults to "yes").
+curl_sshd_config line 38: ignoring RhostsRSAAuthentication option value. SSHv1 protocol is no longer supported in the server, please remove the option.
+curl_sshd_config line 39: ignoring RSAAuthentication option value. SSHv1 protocol is no longer supported in the server, please remove the option.
+curl_sshd_config line 40: ignoring ServerKeyBits option value. SSHv1 protocol is no longer supported in the server, please remove the option.
+curl_sshd_config line 44: ignoring UseLogin option value. This option is always off.
+curl_sshd_config line 47: ChallengeResponseAuthentication has been deprecated. You should use KbdInteractiveAuthentication instead (which defaults to "yes").
+curl_sshd_config line 57: PAMAuthenticationViaKbdInt has been deprecated. You should use KbdInteractiveAuthentication instead (which defaults to "yes").
+curl_sshd_config line 59: ignoring RhostsAuthentication option value. SSHv1 protocol is no longer supported in the server, please remove the option.
+Server listening on 127.0.0.1 port 8999.
+Connection from 127.0.0.1 port
+reprocess config line 38: ignoring RhostsRSAAuthentication option value. SSHv1 protocol is no longer supported in the server, please remove the option.
+reprocess config line 39: ignoring RSAAuthentication option value. SSHv1 protocol is no longer supported in the server, please remove the option.
+Failed none for
+Found matching DSA key:
+Found matching DSA key:
+Failed publickey for
+Connection closed by 127.0.0.1
+=== End of file log/ssh_server.log
+=== Start of file curl_sshd_config
+# This is a generated file.  Do not edit.
+# SunSSH 2.2.0 sshd configuration file for curl testing
+#
+DenyUsers !richb
+AllowUsers richb
+DenyGroups
+AllowGroups
+#
+AuthorizedKeysFile $(@D)/tests/curl_client_key.pub
+AuthorizedKeysFile2 $(@D)/tests/curl_client_key.pub
+HostKey $(@D)/tests/curl_host_dsa_key
+PidFile $(@D)/tests/.ssh_server.pid
+#
+Port 8999
+ListenAddress 127.0.0.1
+Protocol 2
+#
+AllowTcpForwarding yes
+Banner none
+ChallengeResponseAuthentication no
+ClientAliveCountMax 3
+ClientAliveInterval 0
+GatewayPorts no
+HostbasedAuthentication no
+HostbasedUsesNameFromPacketOnly no
+IgnoreRhosts yes
+IgnoreUserKnownHosts yes
+KeyRegenerationInterval 0
+LoginGraceTime 30
+LogLevel DEBUG2
+MaxStartups 5
+PasswordAuthentication no
+PermitEmptyPasswords no
+PermitRootLogin no
+PrintLastLog no
+PrintMotd no
+PubkeyAuthentication yes
+RhostsRSAAuthentication no
+RSAAuthentication no
+ServerKeyBits 768
+StrictModes no
+Subsystem sftp "/usr/lib/ssh/sftp-server"
+SyslogFacility AUTH
+UseLogin no
+X11Forwarding no
+#
+SkeyAuthentication no
+GSSAPIAuthentication no
+GSSAPIKeyExchange no
+GSSAPIStoreDelegatedCredentials no
+#
+Compression no
+KbdInteractiveAuthentication no
+KeepAlive no
+LookupClientHostnames no
+MaxAuthTries 10
+PAMAuthenticationViaKbdInt no
+PermitUserEnvironment no
+RhostsAuthentication no
+VerifyReverseMapping no
+X11UseLocalhost yes
+#
+=== End of file curl_sshd_config
+test 0565...OK (395 out of 956, remaining: xx:xx)
+test 0566...OK (396 out of 956, remaining: xx:xx)
+test 0567...OK (397 out of 956, remaining: xx:xx)
+test 0568...OK (398 out of 956, remaining: xx:xx)
+test 0569...OK (399 out of 956, remaining: xx:xx)
+test 0570...OK (400 out of 956, remaining: xx:xx)
+test 0571...OK (401 out of 956, remaining: xx:xx)
+test 0572...OK (402 out of 956, remaining: xx:xx)
+test 0573...OK (403 out of 956, remaining: xx:xx)
+test 0574...OK (404 out of 956, remaining: xx:xx)
+test 0575...OK (405 out of 956, remaining: xx:xx)
+test 0576...OK (406 out of 956, remaining: xx:xx)
+test 0578...OK (407 out of 956, remaining: xx:xx)
+test 0579...OK (408 out of 956, remaining: xx:xx)
+test 0580...OK (409 out of 956, remaining: xx:xx)
+test 0581...OK (410 out of 956, remaining: xx:xx)
+test 0584...OK (413 out of 956, remaining: xx:xx)
+test 0585...OK (414 out of 956, remaining: xx:xx)
+test 0586...OK (415 out of 956, remaining: xx:xx)
+test 0587...OK (416 out of 956, remaining: xx:xx)
+test 0588...OK (417 out of 956, remaining: xx:xx)
+test 0591...OK (419 out of 956, remaining: xx:xx)
+test 0592...OK (420 out of 956, remaining: xx:xx)
+test 0593...OK (421 out of 956, remaining: xx:xx)
+test 0595...OK (422 out of 956, remaining: xx:xx)
+test 0596...OK (423 out of 956, remaining: xx:xx)
+test 0597...OK (424 out of 956, remaining: xx:xx)
+test 0598...OK (425 out of 956, remaining: xx:xx)
+test 0599...OK (426 out of 956, remaining: xx:xx)
+test 0632...OK (459 out of 956, remaining: xx:xx)
+test 0704...OK (473 out of 956, remaining: xx:xx)
+test 0705...OK (474 out of 956, remaining: xx:xx)
+test 0800...OK (482 out of 956, remaining: xx:xx)
+test 0801...OK (483 out of 956, remaining: xx:xx)
+test 0802...OK (484 out of 956, remaining: xx:xx)
+test 0803...OK (485 out of 956, remaining: xx:xx)
+test 0804...OK (486 out of 956, remaining: xx:xx)
+test 0805...OK (487 out of 956, remaining: xx:xx)
+test 0806...OK (488 out of 956, remaining: xx:xx)
+test 0807...OK (489 out of 956, remaining: xx:xx)
+test 0808...OK (490 out of 956, remaining: xx:xx)
+test 0809...OK (491 out of 956, remaining: xx:xx)
+test 0810...OK (492 out of 956, remaining: xx:xx)
+test 0811...OK (493 out of 956, remaining: xx:xx)
+test 0812...OK (494 out of 956, remaining: xx:xx)
+test 0813...OK (495 out of 956, remaining: xx:xx)
+test 0814...OK (496 out of 956, remaining: xx:xx)
+test 0815...OK (497 out of 956, remaining: xx:xx)
+test 0816...OK (498 out of 956, remaining: xx:xx)
+test 0817...OK (499 out of 956, remaining: xx:xx)
+test 0818...OK (500 out of 956, remaining: xx:xx)
+test 0819...OK (501 out of 956, remaining: xx:xx)
+test 0820...OK (502 out of 956, remaining: xx:xx)
+test 0821...OK (503 out of 956, remaining: xx:xx)
+test 0824...OK (506 out of 956, remaining: xx:xx)
+test 0825...OK (507 out of 956, remaining: xx:xx)
+test 0826...OK (508 out of 956, remaining: xx:xx)
+test 0828...OK (510 out of 956, remaining: xx:xx)
+test 0829...OK (511 out of 956, remaining: xx:xx)
+test 0830...OK (512 out of 956, remaining: xx:xx)
+test 0831...OK (513 out of 956, remaining: xx:xx)
+test 0833...OK (515 out of 956, remaining: xx:xx)
+test 0834...OK (516 out of 956, remaining: xx:xx)
+test 0850...OK (518 out of 956, remaining: xx:xx)
+test 0851...OK (519 out of 956, remaining: xx:xx)
+test 0852...OK (520 out of 956, remaining: xx:xx)
+test 0853...OK (521 out of 956, remaining: xx:xx)
+test 0854...OK (522 out of 956, remaining: xx:xx)
+test 0855...OK (523 out of 956, remaining: xx:xx)
+test 0856...OK (524 out of 956, remaining: xx:xx)
+test 0857...OK (525 out of 956, remaining: xx:xx)
+test 0858...OK (526 out of 956, remaining: xx:xx)
+test 0859...OK (527 out of 956, remaining: xx:xx)
+test 0860...OK (528 out of 956, remaining: xx:xx)
+test 0861...OK (529 out of 956, remaining: xx:xx)
+test 0862...OK (530 out of 956, remaining: xx:xx)
+test 0863...OK (531 out of 956, remaining: xx:xx)
+test 0864...OK (532 out of 956, remaining: xx:xx)
+test 0865...OK (533 out of 956, remaining: xx:xx)
+test 0866...OK (534 out of 956, remaining: xx:xx)
+test 0867...OK (535 out of 956, remaining: xx:xx)
+test 0870...OK (538 out of 956, remaining: xx:xx)
+test 0871...OK (539 out of 956, remaining: xx:xx)
+test 0872...OK (540 out of 956, remaining: xx:xx)
+test 0874...OK (542 out of 956, remaining: xx:xx)
+test 0875...OK (543 out of 956, remaining: xx:xx)
+test 0876...OK (544 out of 956, remaining: xx:xx)
+test 0877...OK (545 out of 956, remaining: xx:xx)
+test 0879...OK (547 out of 956, remaining: xx:xx)
+test 0880...OK (548 out of 956, remaining: xx:xx)
+test 0900...OK (550 out of 956, remaining: xx:xx)
+test 0901...OK (551 out of 956, remaining: xx:xx)
+test 0902...OK (552 out of 956, remaining: xx:xx)
+test 0903...OK (553 out of 956, remaining: xx:xx)
+test 0904...OK (554 out of 956, remaining: xx:xx)
+test 0905...OK (555 out of 956, remaining: xx:xx)
+test 0908...OK (558 out of 956, remaining: xx:xx)
+test 0909...OK (559 out of 956, remaining: xx:xx)
+test 0910...OK (560 out of 956, remaining: xx:xx)
+test 0911...OK (561 out of 956, remaining: xx:xx)
+test 0912...OK (562 out of 956, remaining: xx:xx)
+test 0913...OK (563 out of 956, remaining: xx:xx)
+test 0914...OK (564 out of 956, remaining: xx:xx)
+test 0915...OK (565 out of 956, remaining: xx:xx)
+test 0916...OK (566 out of 956, remaining: xx:xx)
+test 0917...OK (567 out of 956, remaining: xx:xx)
+test 0918...OK (568 out of 956, remaining: xx:xx)
+test 0919...OK (569 out of 956, remaining: xx:xx)
+test 0920...OK (570 out of 956, remaining: xx:xx)
+test 0922...OK (572 out of 956, remaining: xx:xx)
+test 0923...OK (573 out of 956, remaining: xx:xx)
+test 0924...OK (574 out of 956, remaining: xx:xx)
+test 0925...OK (575 out of 956, remaining: xx:xx)
+test 0926...OK (576 out of 956, remaining: xx:xx)
+test 0927...OK (577 out of 956, remaining: xx:xx)
+test 0928...OK (578 out of 956, remaining: xx:xx)
+test 0929...OK (579 out of 956, remaining: xx:xx)
+test 0930...OK (580 out of 956, remaining: xx:xx)
+test 0931...OK (581 out of 956, remaining: xx:xx)
+test 0932...OK (582 out of 956, remaining: xx:xx)
+test 0933...OK (583 out of 956, remaining: xx:xx)
+test 0935...OK (585 out of 956, remaining: xx:xx)
+test 0936...OK (586 out of 956, remaining: xx:xx)
+test 0939...OK (588 out of 956, remaining: xx:xx)
+test 0940...OK (589 out of 956, remaining: xx:xx)
+test 0941...OK (590 out of 956, remaining: xx:xx)
+test 1000...OK (591 out of 956, remaining: xx:xx)
+test 1001...OK (592 out of 956, remaining: xx:xx)
+test 1002...OK (593 out of 956, remaining: xx:xx)
+test 1003...OK (594 out of 956, remaining: xx:xx)
+test 1004...OK (595 out of 956, remaining: xx:xx)
+test 1005...OK (596 out of 956, remaining: xx:xx)
+test 1006...OK (597 out of 956, remaining: xx:xx)
+test 1007...OK (598 out of 956, remaining: xx:xx)
+test 1009...OK (600 out of 956, remaining: xx:xx)
+test 1010...OK (601 out of 956, remaining: xx:xx)
+test 1011...OK (602 out of 956, remaining: xx:xx)
+test 1012...OK (603 out of 956, remaining: xx:xx)
+test 1013...OK (604 out of 956, remaining: xx:xx)
+test 1014...OK (605 out of 956, remaining: xx:xx)
+test 1015...OK (606 out of 956, remaining: xx:xx)
+test 1016...OK (607 out of 956, remaining: xx:xx)
+test 1017...OK (608 out of 956, remaining: xx:xx)
+test 1018...OK (609 out of 956, remaining: xx:xx)
+test 1019...OK (610 out of 956, remaining: xx:xx)
+test 1020...OK (611 out of 956, remaining: xx:xx)
+test 1022...OK (613 out of 956, remaining: xx:xx)
+test 1023...OK (614 out of 956, remaining: xx:xx)
+test 1024...OK (615 out of 956, remaining: xx:xx)
+test 1025...OK (616 out of 956, remaining: xx:xx)
+test 1026...OK (617 out of 956, remaining: xx:xx)
+test 1027...OK (618 out of 956, remaining: xx:xx)
+test 1028...OK (619 out of 956, remaining: xx:xx)
+test 1029...OK (620 out of 956, remaining: xx:xx)
+test 1030...OK (621 out of 956, remaining: xx:xx)
+test 1031...OK (622 out of 956, remaining: xx:xx)
+test 1032...OK (623 out of 956, remaining: xx:xx)
+test 1033...OK (624 out of 956, remaining: xx:xx)
+test 1034...OK (625 out of 956, remaining: xx:xx)
+test 1035...OK (626 out of 956, remaining: xx:xx)
+test 1036...OK (627 out of 956, remaining: xx:xx)
+test 1037...OK (628 out of 956, remaining: xx:xx)
+test 1038...OK (629 out of 956, remaining: xx:xx)
+test 1039...OK (630 out of 956, remaining: xx:xx)
+test 1040...OK (631 out of 956, remaining: xx:xx)
+test 1041...OK (632 out of 956, remaining: xx:xx)
+test 1042...OK (633 out of 956, remaining: xx:xx)
+test 1043...OK (634 out of 956, remaining: xx:xx)
+test 1044...OK (635 out of 956, remaining: xx:xx)
+test 1045...OK (636 out of 956, remaining: xx:xx)
+test 1046...OK (637 out of 956, remaining: xx:xx)
+test 1047...OK (638 out of 956, remaining: xx:xx)
+test 1048...OK (639 out of 956, remaining: xx:xx)
+test 1049...OK (640 out of 956, remaining: xx:xx)
+test 1050...OK (641 out of 956, remaining: xx:xx)
+test 1051...OK (642 out of 956, remaining: xx:xx)
+test 1052...OK (643 out of 956, remaining: xx:xx)
+test 1053...OK (644 out of 956, remaining: xx:xx)
+test 1054...OK (645 out of 956, remaining: xx:xx)
+test 1055...OK (646 out of 956, remaining: xx:xx)
+test 1056...OK (647 out of 956, remaining: xx:xx)
+test 1057...OK (648 out of 956, remaining: xx:xx)
+test 1058...OK (649 out of 956, remaining: xx:xx)
+test 1059...OK (650 out of 956, remaining: xx:xx)
+test 1060...OK (651 out of 956, remaining: xx:xx)
+test 1061...OK (652 out of 956, remaining: xx:xx)
+test 1062...OK (653 out of 956, remaining: xx:xx)
+test 1063...OK (654 out of 956, remaining: xx:xx)
+test 1064...OK (655 out of 956, remaining: xx:xx)
+test 1065...OK (656 out of 956, remaining: xx:xx)
+test 1066...OK (657 out of 956, remaining: xx:xx)
+test 1067...OK (658 out of 956, remaining: xx:xx)
+test 1068...OK (659 out of 956, remaining: xx:xx)
+test 1069...OK (660 out of 956, remaining: xx:xx)
+test 1070...OK (661 out of 956, remaining: xx:xx)
+test 1071...OK (662 out of 956, remaining: xx:xx)
+test 1072...OK (663 out of 956, remaining: xx:xx)
+test 1073...OK (664 out of 956, remaining: xx:xx)
+test 1074...OK (665 out of 956, remaining: xx:xx)
+test 1075...OK (666 out of 956, remaining: xx:xx)
+test 1076...OK (667 out of 956, remaining: xx:xx)
+test 1077...OK (668 out of 956, remaining: xx:xx)
+test 1078...OK (669 out of 956, remaining: xx:xx)
+test 1079...OK (670 out of 956, remaining: xx:xx)
+test 1080...OK (671 out of 956, remaining: xx:xx)
+test 1081...OK (672 out of 956, remaining: xx:xx)
+test 1082...OK (673 out of 956, remaining: xx:xx)
+test 1084...OK (675 out of 956, remaining: xx:xx)
+test 1085...OK (676 out of 956, remaining: xx:xx)
+test 1086...OK (677 out of 956, remaining: xx:xx)
+test 1087...OK (678 out of 956, remaining: xx:xx)
+test 1088...OK (679 out of 956, remaining: xx:xx)
+test 1089...OK (680 out of 956, remaining: xx:xx)
+test 1090...OK (681 out of 956, remaining: xx:xx)
+test 1091...OK (682 out of 956, remaining: xx:xx)
+test 1092...OK (683 out of 956, remaining: xx:xx)
+test 1093...OK (684 out of 956, remaining: xx:xx)
+test 1094...OK (685 out of 956, remaining: xx:xx)
+test 1095...OK (686 out of 956, remaining: xx:xx)
+test 1096...OK (687 out of 956, remaining: xx:xx)
+test 1097...OK (688 out of 956, remaining: xx:xx)
+test 1098...OK (689 out of 956, remaining: xx:xx)
+test 1099...OK (690 out of 956, remaining: xx:xx)
+test 1101...OK (692 out of 956, remaining: xx:xx)
+test 1102...OK (693 out of 956, remaining: xx:xx)
+test 1103...OK (694 out of 956, remaining: xx:xx)
+test 1104...OK (695 out of 956, remaining: xx:xx)
+test 1105...OK (696 out of 956, remaining: xx:xx)
+test 1106...OK (697 out of 956, remaining: xx:xx)
+test 1107...OK (698 out of 956, remaining: xx:xx)
+test 1108...OK (699 out of 956, remaining: xx:xx)
+test 1109...OK (700 out of 956, remaining: xx:xx)
+test 1110...OK (701 out of 956, remaining: xx:xx)
+test 1111...OK (702 out of 956, remaining: xx:xx)
+test 1112...OK (703 out of 956, remaining: xx:xx)
+test 1113...OK (704 out of 956, remaining: xx:xx)
+test 1114...OK (705 out of 956, remaining: xx:xx)
+test 1115...OK (706 out of 956, remaining: xx:xx)
+test 1116...OK (707 out of 956, remaining: xx:xx)
+test 1117...OK (708 out of 956, remaining: xx:xx)
+test 1118...OK (709 out of 956, remaining: xx:xx)
+test 1119...OK (710 out of 956, remaining: xx:xx)
+test 1120...OK (711 out of 956, remaining: xx:xx)
+test 1121...OK (712 out of 956, remaining: xx:xx)
+test 1122...OK (713 out of 956, remaining: xx:xx)
+test 1123...OK (714 out of 956, remaining: xx:xx)
+test 1124...OK (715 out of 956, remaining: xx:xx)
+test 1125...OK (716 out of 956, remaining: xx:xx)
+test 1126...OK (717 out of 956, remaining: xx:xx)
+test 1127...OK (718 out of 956, remaining: xx:xx)
+test 1128...OK (719 out of 956, remaining: xx:xx)
+test 1129...OK (720 out of 956, remaining: xx:xx)
+test 1130...OK (721 out of 956, remaining: xx:xx)
+test 1131...OK (722 out of 956, remaining: xx:xx)
+test 1132...OK (723 out of 956, remaining: xx:xx)
+test 1133...OK (724 out of 956, remaining: xx:xx)
+test 1134...OK (725 out of 956, remaining: xx:xx)
+test 1200...OK (726 out of 956, remaining: xx:xx)
+test 1201...OK (727 out of 956, remaining: xx:xx)
+test 1202...OK (728 out of 956, remaining: xx:xx)
+test 1203...OK (729 out of 956, remaining: xx:xx)
+test 1204...OK (730 out of 956, remaining: xx:xx)
+test 1205...OK (731 out of 956, remaining: xx:xx)
+test 1206...OK (732 out of 956, remaining: xx:xx)
+test 1207...OK (733 out of 956, remaining: xx:xx)
+test 1208...OK (734 out of 956, remaining: xx:xx)
+test 1212...OK (736 out of 956, remaining: xx:xx)
+test 1213...OK (737 out of 956, remaining: xx:xx)
+test 1214...OK (738 out of 956, remaining: xx:xx)
+test 1216...OK (740 out of 956, remaining: xx:xx)
+test 1217...OK (741 out of 956, remaining: xx:xx)
+test 1218...OK (742 out of 956, remaining: xx:xx)
+test 1219...OK (743 out of 956, remaining: xx:xx)
+test 1220...OK (744 out of 956, remaining: xx:xx)
+test 1221...OK (745 out of 956, remaining: xx:xx)
+test 1222...OK (746 out of 956, remaining: xx:xx)
+test 1223...OK (747 out of 956, remaining: xx:xx)
+test 1224...OK (748 out of 956, remaining: xx:xx)
+test 1225...OK (749 out of 956, remaining: xx:xx)
+test 1226...OK (750 out of 956, remaining: xx:xx)
+test 1227...OK (751 out of 956, remaining: xx:xx)
+test 1228...OK (752 out of 956, remaining: xx:xx)
+test 1229...OK (753 out of 956, remaining: xx:xx)
+test 1230...OK (754 out of 956, remaining: xx:xx)
+test 1231...OK (755 out of 956, remaining: xx:xx)
+test 1232...OK (756 out of 956, remaining: xx:xx)
+test 1233...OK (757 out of 956, remaining: xx:xx)
+test 1234...OK (758 out of 956, remaining: xx:xx)
+test 1235...OK (759 out of 956, remaining: xx:xx)
+test 1236...OK (760 out of 956, remaining: xx:xx)
+test 1237...OK (761 out of 956, remaining: xx:xx)
+test 1238...OK (762 out of 956, remaining: xx:xx)
+test 1239...OK (763 out of 956, remaining: xx:xx)
+test 1240...OK (764 out of 956, remaining: xx:xx)
+test 1314...OK (779 out of 956, remaining: xx:xx)
+test 1315...OK (780 out of 956, remaining: xx:xx)
+test 1317...OK (781 out of 956, remaining: xx:xx)
+test 1318...OK (782 out of 956, remaining: xx:xx)
+test 1319...OK (783 out of 956, remaining: xx:xx)
+test 1320...OK (784 out of 956, remaining: xx:xx)
+test 1321...OK (785 out of 956, remaining: xx:xx)
+test 1325...OK (786 out of 956, remaining: xx:xx)
+test 1326...OK (787 out of 956, remaining: xx:xx)
+test 1327...OK (788 out of 956, remaining: xx:xx)
+test 1328...OK (789 out of 956, remaining: xx:xx)
+test 1329...OK (790 out of 956, remaining: xx:xx)
+test 1331...OK (792 out of 956, remaining: xx:xx)
+test 1332...OK (793 out of 956, remaining: xx:xx)
+test 1333...OK (794 out of 956, remaining: xx:xx)
+test 1364...OK (825 out of 956, remaining: xx:xx)
+test 1365...OK (826 out of 956, remaining: xx:xx)
+test 1366...OK (827 out of 956, remaining: xx:xx)
+test 1367...OK (828 out of 956, remaining: xx:xx)
+test 1368...OK (829 out of 956, remaining: xx:xx)
+test 1369...OK (830 out of 956, remaining: xx:xx)
+test 1370...OK (831 out of 956, remaining: xx:xx)
+test 1371...OK (832 out of 956, remaining: xx:xx)
+test 1372...OK (833 out of 956, remaining: xx:xx)
+test 1373...OK (834 out of 956, remaining: xx:xx)
+test 1374...OK (835 out of 956, remaining: xx:xx)
+test 1375...OK (836 out of 956, remaining: xx:xx)
+test 1376...OK (837 out of 956, remaining: xx:xx)
+test 1377...OK (838 out of 956, remaining: xx:xx)
+test 1378...OK (839 out of 956, remaining: xx:xx)
+test 1379...OK (840 out of 956, remaining: xx:xx)
+test 1380...OK (841 out of 956, remaining: xx:xx)
+test 1381...OK (842 out of 956, remaining: xx:xx)
+test 1382...OK (843 out of 956, remaining: xx:xx)
+test 1383...OK (844 out of 956, remaining: xx:xx)
+test 1384...OK (845 out of 956, remaining: xx:xx)
+test 1385...OK (846 out of 956, remaining: xx:xx)
+test 1386...OK (847 out of 956, remaining: xx:xx)
+test 1387...OK (848 out of 956, remaining: xx:xx)
+test 1388...OK (849 out of 956, remaining: xx:xx)
+test 1389...OK (850 out of 956, remaining: xx:xx)
+test 1390...OK (851 out of 956, remaining: xx:xx)
+test 1391...OK (852 out of 956, remaining: xx:xx)
+test 1392...OK (853 out of 956, remaining: xx:xx)
+test 1393...OK (854 out of 956, remaining: xx:xx)
+test 1400...OK (860 out of 956, remaining: xx:xx)
+test 1401...OK (861 out of 956, remaining: xx:xx)
+test 1402...OK (862 out of 956, remaining: xx:xx)
+test 1403...OK (863 out of 956, remaining: xx:xx)
+test 1404...OK (864 out of 956, remaining: xx:xx)
+test 1405...OK (865 out of 956, remaining: xx:xx)
+test 1406...OK (866 out of 956, remaining: xx:xx)
+test 1407...OK (867 out of 956, remaining: xx:xx)
+test 1408...OK (868 out of 956, remaining: xx:xx)
+test 1409...OK (869 out of 956, remaining: xx:xx)
+test 1410...OK (870 out of 956, remaining: xx:xx)
+test 1411...OK (871 out of 956, remaining: xx:xx)
+test 1412...OK (872 out of 956, remaining: xx:xx)
+test 1413...OK (873 out of 956, remaining: xx:xx)
+test 1414...OK (874 out of 956, remaining: xx:xx)
+test 1415...OK (875 out of 956, remaining: xx:xx)
+test 1416...OK (876 out of 956, remaining: xx:xx)
+test 1417...OK (877 out of 956, remaining: xx:xx)
+test 1418...OK (878 out of 956, remaining: xx:xx)
+test 1419...OK (879 out of 956, remaining: xx:xx)
+test 1420...OK (880 out of 956, remaining: xx:xx)
+test 1428...OK (881 out of 956, remaining: xx:xx)
+test 1429...OK (882 out of 956, remaining: xx:xx)
+test 1430...OK (883 out of 956, remaining: xx:xx)
+test 1431...OK (884 out of 956, remaining: xx:xx)
+test 1432...OK (885 out of 956, remaining: xx:xx)
+test 1433...OK (886 out of 956, remaining: xx:xx)
+test 1434...OK (887 out of 956, remaining: xx:xx)
+test 1435...OK (888 out of 956, remaining: xx:xx)
+test 1436...OK (889 out of 956, remaining: xx:xx)
+test 1500...OK (890 out of 956, remaining: xx:xx)
+test 1501...OK (891 out of 956, remaining: xx:xx)
+test 1502...OK (892 out of 956, remaining: xx:xx)
+test 1503...OK (893 out of 956, remaining: xx:xx)
+test 1504...OK (894 out of 956, remaining: xx:xx)
+test 1505...OK (895 out of 956, remaining: xx:xx)
+test 1506...OK (896 out of 956, remaining: xx:xx)
+test 1507...OK (897 out of 956, remaining: xx:xx)
+test 1508...OK (898 out of 956, remaining: xx:xx)
+test 1509...OK (899 out of 956, remaining: xx:xx)
+test 1510...OK (900 out of 956, remaining: xx:xx)
+test 1511...OK (901 out of 956, remaining: xx:xx)
+test 1513...OK (902 out of 956, remaining: xx:xx)
+test 1514...OK (903 out of 956, remaining: xx:xx)
+test 1515...OK (904 out of 956, remaining: xx:xx)
+test 1516...OK (905 out of 956, remaining: xx:xx)
+test 1520...OK (906 out of 956, remaining: xx:xx)
+test 1525...OK (907 out of 956, remaining: xx:xx)
+test 1526...OK (908 out of 956, remaining: xx:xx)
+test 1527...OK (909 out of 956, remaining: xx:xx)
+test 1528...OK (910 out of 956, remaining: xx:xx)
+test 1529...OK (911 out of 956, remaining: xx:xx)
+RUN: Unknown server on our http3 port: 9014 (52)
+RUN: HTTP3 server failed verification
+== Contents of files in the log/ dir after test 1900
+=== Start of file http3_verify.log
+ *   Trying 127.0.0.1...
+ * Failed to set TCP_KEEPALIVE on fd 3
+ * Connected to 127.0.0.1 (127.0.0.1) port 9014 (#0)
+ > GET /verifiedserver HTTP/1.1
+ > User-Agent: curl/7.40.0
+ > Host: 127.0.0.1:9014
+ > Accept: */*
+ > 
+ * Empty reply from server
+ * Connection #0 to host 127.0.0.1 left intact
+=== End of file http3_verify.log
+=== Start of file server.input
+ GET /verifiedserver HTTP/1.1
+ User-Agent: curl/7.40.0
+ Host: 127.0.0.1:9014
+ Accept: */*
+=== End of file server.input
+test 2000...OK (918 out of 956, remaining: xx:xx)
+test 2001...OK (919 out of 956, remaining: xx:xx)
+test 2002...OK (920 out of 956, remaining: xx:xx)
+test 2003...OK (921 out of 956, remaining: xx:xx)
+test 2023...OK (941 out of 956, remaining: xx:xx)
+test 2024...OK (942 out of 956, remaining: xx:xx)
+test 2025...OK (943 out of 956, remaining: xx:xx)
+test 2026...OK (944 out of 956, remaining: xx:xx)
+test 2027...OK (945 out of 956, remaining: xx:xx)
+test 2028...OK (946 out of 956, remaining: xx:xx)
+test 2029...OK (947 out of 956, remaining: xx:xx)
+test 2030...OK (948 out of 956, remaining: xx:xx)
+test 2031...OK (949 out of 956, remaining: xx:xx)
+test 2032...OK (950 out of 956, remaining: xx:xx)
+test 2033...OK (951 out of 956, remaining: xx:xx)
+test 2034...OK (952 out of 956, remaining: xx:xx)
+test 2035...OK (953 out of 956, remaining: xx:xx)
+test 2036...OK (954 out of 956, remaining: xx:xx)
+test 2037...OK (955 out of 956, remaining: xx:xx)
+test 2038...OK (956 out of 956, remaining: xx:xx)
+TESTDONE: 775 tests out of 775 reported OK: 100%
+TESTDONE: 964 tests were considered during
+make[2]: Leaving directory `$(@D)/tests'
+make[2]: Entering directory `$(@D)/docs/examples'
+/usr/gnu/bin/make  10-at-a-time anyauthput cookie_interface debug fileupload fopen ftpget ftpgetresp ftpupload getinfo getinmemory http-post httpput https multi-app multi-debugcallback multi-double multi-post multi-single persistant post-callback postit2 sepheaders simple simplepost simplessl sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard smtp-mail smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl pop3-dele pop3-top pop3-stat pop3-noop pop3-ssl pop3-tls pop3-multi imap-list imap-lsub imap-fetch imap-store imap-append imap-examine imap-search imap-create imap-delete imap-copy imap-noop imap-ssl imap-tls imap-multi url2file sftpget ftpsget postinmemory
+make[3]: Entering directory `$(@D)/docs/examples'
+source='$(SOURCE_DIR)/docs/examples/10-at-a-time.c' object='10-at-a-time.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/anyauthput.c' object='anyauthput.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/cookie_interface.c' object='cookie_interface.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/debug.c' object='debug.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/fileupload.c' object='fileupload.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/fopen.c' object='fopen.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpget.c' object='ftpget.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpgetresp.c' object='ftpgetresp.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpupload.c' object='ftpupload.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/getinfo.c' object='getinfo.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/getinmemory.c' object='getinmemory.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/http-post.c' object='http-post.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/httpput.c' object='httpput.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/https.c' object='https.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-app.c' object='multi-app.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-debugcallback.c' object='multi-debugcallback.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-double.c' object='multi-double.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-post.c' object='multi-post.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/multi-single.c' object='multi-single.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/persistant.c' object='persistant.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/post-callback.c' object='post-callback.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/postit2.c' object='postit2.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/sepheaders.c' object='sepheaders.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/simple.c' object='simple.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/simplepost.c' object='simplepost.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/simplessl.c' object='simplessl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/sendrecv.c' object='sendrecv.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/httpcustomheader.c' object='httpcustomheader.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/certinfo.c' object='certinfo.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/chkspeed.c' object='chkspeed.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpgetinfo.c' object='ftpgetinfo.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftp-wildcard.c' object='ftp-wildcard.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-mail.c' object='smtp-mail.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-multi.c' object='smtp-multi.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-ssl.c' object='smtp-ssl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-tls.c' object='smtp-tls.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-vrfy.c' object='smtp-vrfy.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/smtp-expn.c' object='smtp-expn.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/rtsp.c' object='rtsp.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/externalsocket.c' object='externalsocket.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/resolve.c' object='resolve.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/progressfunc.c' object='progressfunc.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-retr.c' object='pop3-retr.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-list.c' object='pop3-list.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-uidl.c' object='pop3-uidl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-dele.c' object='pop3-dele.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-top.c' object='pop3-top.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-stat.c' object='pop3-stat.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-noop.c' object='pop3-noop.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-ssl.c' object='pop3-ssl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-tls.c' object='pop3-tls.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/pop3-multi.c' object='pop3-multi.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+"$(SOURCE_DIR)/docs/examples/pop3-multi.c", line 96: warning: implicit function declaration: memset
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-list.c' object='imap-list.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-lsub.c' object='imap-lsub.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-fetch.c' object='imap-fetch.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-store.c' object='imap-store.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-append.c' object='imap-append.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-examine.c' object='imap-examine.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-search.c' object='imap-search.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-create.c' object='imap-create.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-delete.c' object='imap-delete.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-copy.c' object='imap-copy.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-noop.c' object='imap-noop.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-ssl.c' object='imap-ssl.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-tls.c' object='imap-tls.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/imap-multi.c' object='imap-multi.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+"$(SOURCE_DIR)/docs/examples/imap-multi.c", line 96: warning: implicit function declaration: memset
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/url2file.c' object='url2file.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/sftpget.c' object='sftpget.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/ftpsget.c' object='ftpsget.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+source='$(SOURCE_DIR)/docs/examples/postinmemory.c' object='postinmemory.o' libtool=no \
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+$(CC)
+/bin/bash ../../libtool
+libtool: link:
+make[3]: Leaving directory `$(@D)/docs/examples'
+make[2]: Leaving directory `$(@D)/docs/examples'
+make[1]: Leaving directory `$(@D)'