Ticket #56399: ssh.log

File ssh.log, 432.0 KB (added by janstary (Jan Starý), 6 years ago)

openssh -xauth -kerberos5 +ldns with libressl-devel

Line 
1hans@fitbook:macports-ports$ sudo port -vs build openssh -kerberos5 -xauth +ldns
2--->  Computing dependencies for openssh..
3The following dependencies will be installed:  ldns
4Continue? [Y/n]:
5--->  Fetching distfiles for ldns
6--->  ldns-1.7.0.tar.gz does not exist in /opt/local/var/macports/distfiles/ldns
7--->  Attempting to fetch ldns-1.7.0.tar.gz from http://nue.de.distfiles.macports.org/ldns
8  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
9                                 Dload  Upload   Total   Spent    Left  Speed
10100 1273k  100 1273k    0     0   682k      0 -0:00:01 -0:00:01 --:--:--  682k
11--->  Verifying checksums for ldns
12--->  Checksumming ldns-1.7.0.tar.gz
13--->  Extracting ldns
14--->  Extracting ldns-1.7.0.tar.gz
15Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/ldns/ldns-1.7.0.tar.gz' | /usr/bin/tar -xf -
16--->  Configuring ldns
17Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-ssl=/opt/local --disable-dane-ta-usage
18checking for gcc... /usr/bin/clang
19checking whether the C compiler works... yes
20checking for C compiler default output file name... a.out
21checking for suffix of executables...
22checking whether we are cross compiling... no
23checking for suffix of object files... o
24checking whether we are using the GNU C compiler... yes
25checking whether /usr/bin/clang accepts -g... yes
26checking for /usr/bin/clang option to accept ISO C89... none needed
27checking how to run the C preprocessor... /usr/bin/clang -E
28checking for grep that handles long lines and -e... /usr/bin/grep
29checking for egrep... /usr/bin/grep -E
30checking for ANSI C header files... yes
31checking for sys/types.h... yes
32checking for sys/stat.h... yes
33checking for stdlib.h... yes
34checking for string.h... yes
35checking for memory.h... yes
36checking for strings.h... yes
37checking for inttypes.h... yes
38checking for stdint.h... yes
39checking for unistd.h... yes
40checking minix/config.h usability... no
41checking minix/config.h presence... no
42checking for minix/config.h... no
43checking whether it is safe to define __EXTENSIONS__... yes
44checking build system type... x86_64-apple-darwin17.5.0
45checking host system type... x86_64-apple-darwin17.5.0
46checking how to print strings... printf
47checking for a sed that does not truncate output... /usr/bin/sed
48checking for fgrep... /usr/bin/grep -F
49checking for ld used by /usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
50checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
51checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
52checking the name lister (/usr/bin/nm -B) interface... BSD nm
53checking whether ln -s works... yes
54checking the maximum length of command line arguments... 196608
55checking how to convert x86_64-apple-darwin17.5.0 file names to x86_64-apple-darwin17.5.0 format... func_convert_file_noop
56checking how to convert x86_64-apple-darwin17.5.0 file names to toolchain format... func_convert_file_noop
57checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
58checking for objdump... objdump
59checking how to recognize dependent libraries... pass_all
60checking for dlltool... no
61checking how to associate runtime and link libraries... printf %s\n
62checking for ar... ar
63checking for archiver @FILE support... no
64checking for strip... strip
65checking for ranlib... ranlib
66checking for gawk... no
67checking for mawk... no
68checking for nawk... no
69checking for awk... awk
70checking command to parse /usr/bin/nm -B output from /usr/bin/clang object... ok
71checking for sysroot... no
72checking for a working dd... /bin/dd
73checking how to truncate binary pipes... /bin/dd bs=4096 count=1
74checking for mt... no
75checking if : is a manifest tool... no
76checking for dsymutil... dsymutil
77checking for nmedit... nmedit
78checking for lipo... lipo
79checking for otool... otool
80checking for otool64... no
81checking for -single_module linker flag... yes
82checking for -exported_symbols_list linker flag... yes
83checking for -force_load linker flag... yes
84checking for dlfcn.h... yes
85checking for objdir... .libs
86checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
87checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
88checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
89checking if /usr/bin/clang static flag -static works... no
90checking if /usr/bin/clang supports -c -o file.o... yes
91checking if /usr/bin/clang supports -c -o file.o... (cached) yes
92checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
93checking dynamic linker characteristics... darwin17.5.0 dyld
94checking how to hardcode library paths into programs... immediate
95checking whether stripping libraries is possible... yes
96checking if libtool supports shared libraries... yes
97checking whether to build shared libraries... yes
98checking whether to build static libraries... yes
99checking for gcc... (cached) /usr/bin/clang
100checking whether we are using the GNU C compiler... (cached) yes
101checking whether /usr/bin/clang accepts -g... (cached) yes
102checking for /usr/bin/clang option to accept ISO C89... (cached) none needed
103checking /usr/bin/clang dependency flag... -MM
104checking whether make sets $(MAKE)... yes
105checking whether /usr/bin/clang supports -std=c99... yes
106checking whether /usr/bin/clang supports -xc99... no
107checking for an ANSI C-conforming const... yes
108checking whether /usr/bin/clang supports -Wall... yes
109checking whether /usr/bin/clang supports -W... yes
110checking whether /usr/bin/clang supports -Wwrite-strings... yes
111checking whether /usr/bin/clang supports -Wstrict-prototypes... yes
112checking whether /usr/bin/clang supports -Wunused-function... yes
113checking whether /usr/bin/clang supports -Wmissing-prototypes... no
114checking for getopt.h... yes
115checking for time.h... yes
116checking for winsock2.h... no
117checking for ws2tcpip.h... no
118checking whether /usr/bin/clang supports -Werror... yes
119checking whether /usr/bin/clang supports -Wall... (cached) yes
120checking whether /usr/bin/clang supports -std=c99... (cached) yes
121checking whether /usr/bin/clang supports -xc99... (cached) no
122checking for getopt.h... (cached) yes
123checking for time.h... (cached) yes
124checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE as a flag for /usr/bin/clang... no
125checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE as a flag for /usr/bin/clang... no
126checking whether we need -std=c99 as a flag for /usr/bin/clang... no
127checking whether we need -D_BSD_SOURCE -D_DEFAULT_SOURCE as a flag for /usr/bin/clang... no
128checking whether we need -D_GNU_SOURCE as a flag for /usr/bin/clang... no
129checking whether we need -D_GNU_SOURCE -D_FRSRESGID as a flag for /usr/bin/clang... failed
130checking whether we need -D_POSIX_C_SOURCE=200112 as a flag for /usr/bin/clang... no
131checking whether we need -D__EXTENSIONS__ as a flag for /usr/bin/clang... no
132checking for inline... inline
133checking for int8_t... yes
134checking for int16_t... yes
135checking for int32_t... yes
136checking for int64_t... yes
137checking for uint8_t... yes
138checking for uint16_t... yes
139checking for uint32_t... yes
140checking for uint64_t... yes
141checking for doxygen... no
142checking for library containing socket... none required
143checking for library containing inet_pton... none required
144checking for poll(2)... yes
145checking for ar... /usr/bin/ar
146checking for SSL... found in /opt/local
147checking for HMAC_Update in -lcrypto... yes
148checking for openssl/ssl.h... yes
149checking for openssl/err.h... yes
150checking for openssl/rand.h... yes
151checking for LibreSSL... yes
152checking for EVP_sha256... yes
153checking for EVP_sha384... yes
154checking for EVP_sha512... yes
155checking for ENGINE_load_cryptodev... no
156checking for EVP_PKEY_keygen... yes
157checking for ECDSA_SIG_get0... yes
158checking for EVP_MD_CTX_new... yes
159checking for EVP_PKEY_base_id... yes
160checking for DSA_SIG_set0... yes
161checking for DSA_SIG_get0... yes
162checking for EVP_dss1... yes
163checking for DSA_get0_pqg... yes
164checking for DSA_get0_key... yes
165checking for SHA256 and SHA512... checking for SHA256_Init... yes
166checking for GOST... checking for EVP_PKEY_set_type_str... yes
167checking for EC_KEY_new... yes
168checking if GOST works... yes
169checking for ECDSA_sign... yes
170checking for SHA384_Init... yes
171checking whether NID_X9_62_prime256v1 is declared... yes
172checking whether NID_secp384r1 is declared... yes
173checking for DSA_SIG_new... yes
174checking for X509_check_ca... yes
175checking whether byte ordering is bigendian... no
176checking for ANSI C header files... (cached) yes
177checking for stdbool.h that conforms to C99... yes
178checking for _Bool... yes
179checking for getopt.h... (cached) yes
180checking for stdarg.h... yes
181checking for openssl/ssl.h... (cached) yes
182checking for netinet/in.h... yes
183checking for time.h... (cached) yes
184checking for arpa/inet.h... yes
185checking for netdb.h... yes
186checking for sys/param.h... yes
187checking for sys/mount.h... yes
188checking for sys/socket.h... yes
189checking for inttypes.h... (cached) yes
190checking for sys/types.h... (cached) yes
191checking for unistd.h... (cached) yes
192checking size of time_t... 8
193checking for socklen_t... yes
194checking for size_t... yes
195checking for ssize_t... yes
196checking for intptr_t... yes
197checking for in_addr_t... yes
198checking for in_port_t... yes
199checking for struct sockaddr_storage.ss_family... yes
200checking for stdlib.h... (cached) yes
201checking for GNU libc compatible malloc... yes
202checking for stdlib.h... (cached) yes
203checking for GNU libc compatible realloc... yes
204checking for b64_pton... no
205checking for b64_ntop... no
206checking for calloc... yes
207checking for timegm... yes
208checking for gmtime_r... yes
209checking for ctime_r... yes
210checking for localtime_r... yes
211checking for isblank... yes
212checking for isascii... yes
213checking for inet_aton... yes
214checking for inet_pton... yes
215checking for inet_ntop... yes
216checking for snprintf... yes
217checking for strlcpy... yes
218checking for memmove... yes
219checking for pid_t... yes
220checking vfork.h usability... no
221checking vfork.h presence... no
222checking for vfork.h... no
223checking for fork... yes
224checking for vfork... yes
225checking for working fork... yes
226checking for working vfork... (cached) yes
227checking for endprotoent... yes
228checking for endservent... yes
229checking for sleep... yes
230checking for random... yes
231checking for fcntl... yes
232checking for strtoul... yes
233checking for bzero... yes
234checking for memset... yes
235checking for b32_ntop... no
236checking for b32_pton... no
237checking for getaddrinfo... yes
238checking for ioctlsocket... no
239checking whether the C compiler (/usr/bin/clang) accepts the "format" attribute... yes
240checking whether the C compiler (/usr/bin/clang) accepts the "unused" attribute... yes
241configure: creating ./config.status
242config.status: creating Makefile
243config.status: creating ldns/common.h
244config.status: creating ldns/net.h
245config.status: creating ldns/util.h
246config.status: creating packaging/libldns.pc
247config.status: creating packaging/ldns-config
248config.status: creating ldns/config.h
249config.status: executing libtool commands
250copying header files
251--->  Building ldns
252Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0" && /usr/bin/gnumake -w all
253gnumake: Entering directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0'
254./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./buffer.c -o buffer.lo
255./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./dane.c -o dane.lo
256./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./dname.c -o dname.lo
257./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./dnssec.c -o dnssec.lo
258./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./dnssec_sign.c -o dnssec_sign.lo
259./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./dnssec_verify.c -o dnssec_verify.lo
260./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./dnssec_zone.c -o dnssec_zone.lo
261./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./duration.c -o duration.lo
262./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./error.c -o error.lo
263./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./higher.c -o higher.lo
264./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./host2str.c -o host2str.lo
265./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./host2wire.c -o host2wire.lo
266./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./keys.c -o keys.lo
267./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./net.c -o net.lo
268./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./packet.c -o packet.lo
269./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./parse.c -o parse.lo
270./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./radix.c -o radix.lo
271./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./rbtree.c -o rbtree.lo
272./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./rdata.c -o rdata.lo
273./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./resolver.c -o resolver.lo
274./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./rr.c -o rr.lo
275./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./rr_functions.c -o rr_functions.lo
276./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./sha1.c -o sha1.lo
277./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./sha2.c -o sha2.lo
278./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./str2host.c -o str2host.lo
279./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./tsig.c -o tsig.lo
280./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./update.c -o update.lo
281./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./util.c -o util.lo
282./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./wire2host.c -o wire2host.lo
283./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./zone.c -o zone.lo
284./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./compat/b64_pton.c -o compat/b64_pton.lo
285./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./compat/b64_ntop.c -o compat/b64_ntop.lo
286./libtool --tag=CC --quiet --mode=link /usr/bin/clang -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -version-info 2:0:0 -no-undefined -L/opt/local/lib -lcrypto -export-symbols-regex '^(ldns_|b32_[pn]to[pn]|mktime_from_utc|qsort_rr_compare_nsec3)' -o libldns.la buffer.lo dane.lo dname.lo dnssec.lo dnssec_sign.lo dnssec_verify.lo dnssec_zone.lo duration.lo error.lo higher.lo host2str.lo host2wire.lo keys.lo net.lo packet.lo parse.lo radix.lo rbtree.lo rdata.lo resolver.lo rr.lo rr_functions.lo sha1.lo sha2.lo str2host.lo tsig.lo update.lo util.lo wire2host.lo zone.lo  compat/b64_pton.lo compat/b64_ntop.lo -rpath /opt/local/lib
287./libtool --tag=CC --quiet --mode=compile /usr/bin/clang -I. -I. -I/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/include -DHAVE_CONFIG_H -DLDNS_TRUST_ANCHOR_FILE="\"/opt/local/etc/unbound/root.key\"" -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -I/opt/local/include -c ./linktest.c -o linktest.lo
288./libtool --tag=CC --quiet --mode=link /usr/bin/clang -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -pipe -Os -arch x86_64 -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib linktest.lo  -lcrypto -lldns -o linktest
289gnumake: Leaving directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0'
290--->  Staging ldns into destroot
291. changed
292        gid expected 0 found 80 modified
293./usr missing (created)
294. missing (directory not created: File exists)
295./Applications missing (created)
296./Developer missing (created)
297./Library missing (created)
298. changed
299        gid expected 80 found 0 modified
300./bin missing (created)
301./etc missing (created)
302./include missing (created)
303./lib missing (created)
304./lib/pkgconfig missing (created)
305./libexec missing (created)
306./sbin missing (created)
307./share missing (created)
308./share/doc missing (created)
309./share/info missing (created)
310./share/man missing (created)
311./share/man/cat1 missing (created)
312./share/man/cat2 missing (created)
313./share/man/cat3 missing (created)
314./share/man/cat4 missing (created)
315./share/man/cat5 missing (created)
316./share/man/cat6 missing (created)
317./share/man/cat7 missing (created)
318./share/man/cat8 missing (created)
319./share/man/cat9 missing (created)
320./share/man/catl missing (created)
321./share/man/catn missing (created)
322./share/man/man1 missing (created)
323./share/man/man2 missing (created)
324./share/man/man3 missing (created)
325./share/man/man4 missing (created)
326./share/man/man5 missing (created)
327./share/man/man6 missing (created)
328./share/man/man7 missing (created)
329./share/man/man8 missing (created)
330./share/man/man9 missing (created)
331./share/man/manl missing (created)
332./share/man/mann missing (created)
333./share/nls missing (created)
334./share/nls/C missing (created)
335./share/nls/af_ZA.ISO8859-1 missing (created)
336./share/nls/af_ZA.ISO8859-15 missing (created)
337./share/nls/bg_BG.CP1251 missing (created)
338./share/nls/cs_CZ.ISO8859-2 missing (created)
339./share/nls/da_DK.ISO8859-1 missing (created)
340./share/nls/da_DK.ISO8859-15 missing (created)
341./share/nls/de_AT.ISO8859-1 missing (created)
342./share/nls/de_AT.ISO8859-15 missing (created)
343./share/nls/de_CH.ISO8859-1 missing (created)
344./share/nls/de_CH.ISO8859-15 missing (created)
345./share/nls/de_DE.ISO8859-1 missing (created)
346./share/nls/de_DE.ISO8859-15 missing (created)
347./share/nls/el_GR.ISO8859-7 missing (created)
348./share/nls/en_AU.ISO8859-1 missing (created)
349./share/nls/en_AU.ISO8859-15 missing (created)
350./share/nls/en_AU.US-ASCII missing (created)
351./share/nls/en_CA.ISO8859-1 missing (created)
352./share/nls/en_CA.ISO8859-15 missing (created)
353./share/nls/en_CA.US-ASCII missing (created)
354./share/nls/en_GB.ISO8859-1 missing (created)
355./share/nls/en_GB.ISO8859-15 missing (created)
356./share/nls/en_GB.US-ASCII missing (created)
357./share/nls/en_NZ.ISO8859-1 missing (created)
358./share/nls/en_NZ.ISO8859-15 missing (created)
359./share/nls/en_NZ.US-ASCII missing (created)
360./share/nls/en_US.ISO8859-1 missing (created)
361./share/nls/en_US.ISO8859-15 missing (created)
362./share/nls/es_ES.ISO8859-1 missing (created)
363./share/nls/es_ES.ISO8859-15 missing (created)
364./share/nls/et_EE.ISO8859-15 missing (created)
365./share/nls/fi_FI.ISO8859-1 missing (created)
366./share/nls/fi_FI.ISO8859-15 missing (created)
367./share/nls/fr_BE.ISO8859-1 missing (created)
368./share/nls/fr_BE.ISO8859-15 missing (created)
369./share/nls/fr_CA.ISO8859-1 missing (created)
370./share/nls/fr_CA.ISO8859-15 missing (created)
371./share/nls/fr_CH.ISO8859-1 missing (created)
372./share/nls/fr_CH.ISO8859-15 missing (created)
373./share/nls/fr_FR.ISO8859-1 missing (created)
374./share/nls/fr_FR.ISO8859-15 missing (created)
375./share/nls/hi_IN.ISCII-DEV missing (created)
376./share/nls/hr_HR.ISO8859-2 missing (created)
377./share/nls/hu_HU.ISO8859-2 missing (created)
378./share/nls/is_IS.ISO8859-1 missing (created)
379./share/nls/is_IS.ISO8859-15 missing (created)
380./share/nls/it_CH.ISO8859-1 missing (created)
381./share/nls/it_CH.ISO8859-15 missing (created)
382./share/nls/it_IT.ISO8859-1 missing (created)
383./share/nls/it_IT.ISO8859-15 missing (created)
384./share/nls/ja_JP.SJIS missing (created)
385./share/nls/ja_JP.eucJP missing (created)
386./share/nls/ko_KR.eucKR missing (created)
387./share/nls/la_LN.ISO8859-1 missing (created)
388./share/nls/la_LN.ISO8859-15 missing (created)
389./share/nls/la_LN.ISO8859-2 missing (created)
390./share/nls/la_LN.ISO8859-4 missing (created)
391./share/nls/la_LN.US-ASCII missing (created)
392./share/nls/lt_LT.ISO8859-4 missing (created)
393./share/nls/nl_BE.ISO8859-1 missing (created)
394./share/nls/nl_BE.ISO8859-15 missing (created)
395./share/nls/nl_NL.ISO8859-1 missing (created)
396./share/nls/nl_NL.ISO8859-15 missing (created)
397./share/nls/no_NO.ISO8859-1 missing (created)
398./share/nls/no_NO.ISO8859-15 missing (created)
399./share/nls/pl_PL.ISO8859-2 missing (created)
400./share/nls/pt_BR.ISO8859-1 missing (created)
401./share/nls/pt_PT.ISO8859-1 missing (created)
402./share/nls/pt_PT.ISO8859-15 missing (created)
403./share/nls/ro_RO.ISO8859-2 missing (created)
404./share/nls/ru_RU.CP866 missing (created)
405./share/nls/ru_RU.ISO8859-5 missing (created)
406./share/nls/ru_RU.KOI8-R missing (created)
407./share/nls/sk_SK.ISO8859-2 missing (created)
408./share/nls/sl_SI.ISO8859-2 missing (created)
409./share/nls/sv_SE.ISO8859-1 missing (created)
410./share/nls/sv_SE.ISO8859-15 missing (created)
411./share/nls/tr_TR.ISO8859-9 missing (created)
412./share/nls/uk_UA.ISO8859-5 missing (created)
413./share/nls/uk_UA.KOI8-U missing (created)
414./share/nls/zh_CN.eucCN missing (created)
415./share/nls/zh_TW.Big5 missing (created)
416./share/skel missing (created)
417./var missing (created)
418./var/cache missing (created)
419./var/db missing (created)
420./var/log missing (created)
421./var/run missing (created)
422./var/spool missing (created)
423./www missing (created)
424--->  Patching doxyparse.pl: s,defined(@$also),@$also,
425Warning: reinplace s,defined(@$also),@$also, didn't change anything in /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0/doc/doxyparse.pl
426Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0" && /usr/bin/gnumake -w install DESTDIR=/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot
427gnumake: Entering directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0'
428./install-sh  -m 755 -d /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/include/ldns
429for i in buffer.h dane.h dname.h dnssec.h dnssec_sign.h dnssec_verify.h dnssec_zone.h duration.h error.h higher.h host2str.h host2wire.h keys.h ldns.h packet.h parse.h radix.h rbtree.h rdata.h resolver.h rr_functions.h rr.h sha1.h sha2.h str2host.h tsig.h update.h wire2host.h zone.h ; do \
430                ./install-sh  -c -m 644 ./ldns/$i /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/include/ldns/; done
431for i in common.h util.h net.h; do \
432                ./install-sh  -c -m 644 ldns/$i /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/include/ldns/; done
433./install-sh  -m 755 -d /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/lib
434./libtool --tag=CC --quiet --mode=install cp libldns.la /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/lib
435libtool: warning: remember to run 'libtool --finish /opt/local/lib'
436./libtool --tag=CC --quiet --mode=finish /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/lib
437./install-sh  -d /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/bin
438./install-sh  -c -m 755 packaging/ldns-config /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/bin
439./install-sh  -d /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/share/man/man1
440./install-sh  -c -m 444 ./packaging/ldns-config.1 /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/share/man/man1/
441./install-sh  -d /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/share/man/man3
442for f in doc/man/man3/*; do \
443                ./install-sh  -c -m 444 $f /opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot/opt/local/share/man/man3/; \
444        done
445gnumake: Leaving directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/ldns-1.7.0'
446--->  Patching libldns.pc: s/-arch [^ ]*//g
447--->  Compressing man pages for ldns
448man1/ldns-config.1:        46.1% -- replaced with man1/ldns-config.1.gz
449man3/ldns_algorithm.3:     53.0% -- replaced with man3/ldns_algorithm.3.gz
450man3/ldns_axfr_abort.3:    55.6% -- replaced with man3/ldns_axfr_abort.3.gz
451man3/ldns_axfr_complete.3:         55.6% -- replaced with man3/ldns_axfr_complete.3.gz
452man3/ldns_axfr_last_pkt.3:         55.6% -- replaced with man3/ldns_axfr_last_pkt.3.gz
453man3/ldns_axfr_next.3:     55.6% -- replaced with man3/ldns_axfr_next.3.gz
454man3/ldns_axfr_start.3:    55.6% -- replaced with man3/ldns_axfr_start.3.gz
455man3/ldns_b32_ntop_calculate_size.3:       56.5% -- replaced with man3/ldns_b32_ntop_calculate_size.3.gz
456man3/ldns_b32_pton_calculate_size.3:       56.5% -- replaced with man3/ldns_b32_pton_calculate_size.3.gz
457man3/ldns_b64_ntop_calculate_size.3:       56.5% -- replaced with man3/ldns_b64_ntop_calculate_size.3.gz
458man3/ldns_b64_pton_calculate_size.3:       56.5% -- replaced with man3/ldns_b64_pton_calculate_size.3.gz
459man3/ldns_bget_token.3:    49.4% -- replaced with man3/ldns_bget_token.3.gz
460man3/ldns_bgetc.3:         49.4% -- replaced with man3/ldns_bgetc.3.gz
461man3/ldns_bskipcs.3:       49.4% -- replaced with man3/ldns_bskipcs.3.gz
462man3/ldns_bubblebabble.3:          39.0% -- replaced with man3/ldns_bubblebabble.3.gz
463man3/ldns_buffer.3:        67.0% -- replaced with man3/ldns_buffer.3.gz
464man3/ldns_buffer2pkt_wire.3:       40.7% -- replaced with man3/ldns_buffer2pkt_wire.3.gz
465man3/ldns_buffer2str.3:    67.0% -- replaced with man3/ldns_buffer2str.3.gz
466man3/ldns_buffer_at.3:     65.8% -- replaced with man3/ldns_buffer_at.3.gz
467man3/ldns_buffer_available.3:      62.5% -- replaced with man3/ldns_buffer_available.3.gz
468man3/ldns_buffer_available_at.3:           62.5% -- replaced with man3/ldns_buffer_available_at.3.gz
469man3/ldns_buffer_begin.3:          65.8% -- replaced with man3/ldns_buffer_begin.3.gz
470man3/ldns_buffer_capacity.3:       65.8% -- replaced with man3/ldns_buffer_capacity.3.gz
471man3/ldns_buffer_clear.3:          67.0% -- replaced with man3/ldns_buffer_clear.3.gz
472man3/ldns_buffer_copy.3:           67.0% -- replaced with man3/ldns_buffer_copy.3.gz
473man3/ldns_buffer_current.3:        65.8% -- replaced with man3/ldns_buffer_current.3.gz
474man3/ldns_buffer_end.3:    65.8% -- replaced with man3/ldns_buffer_end.3.gz
475man3/ldns_buffer_export.3:         67.0% -- replaced with man3/ldns_buffer_export.3.gz
476man3/ldns_buffer_export2str.3:     67.0% -- replaced with man3/ldns_buffer_export2str.3.gz
477man3/ldns_buffer_flip.3:           57.6% -- replaced with man3/ldns_buffer_flip.3.gz
478man3/ldns_buffer_free.3:           67.0% -- replaced with man3/ldns_buffer_free.3.gz
479man3/ldns_buffer_limit.3:          65.8% -- replaced with man3/ldns_buffer_limit.3.gz
480man3/ldns_buffer_new.3:    67.0% -- replaced with man3/ldns_buffer_new.3.gz
481man3/ldns_buffer_new_frm_data.3:           67.0% -- replaced with man3/ldns_buffer_new_frm_data.3.gz
482man3/ldns_buffer_position.3:       57.6% -- replaced with man3/ldns_buffer_position.3.gz
483man3/ldns_buffer_printf.3:         67.0% -- replaced with man3/ldns_buffer_printf.3.gz
484man3/ldns_buffer_read.3:           80.1% -- replaced with man3/ldns_buffer_read.3.gz
485man3/ldns_buffer_read_at.3:        80.1% -- replaced with man3/ldns_buffer_read_at.3.gz
486man3/ldns_buffer_read_u16.3:       80.1% -- replaced with man3/ldns_buffer_read_u16.3.gz
487man3/ldns_buffer_read_u16_at.3:    80.1% -- replaced with man3/ldns_buffer_read_u16_at.3.gz
488man3/ldns_buffer_read_u32.3:       80.1% -- replaced with man3/ldns_buffer_read_u32.3.gz
489man3/ldns_buffer_read_u32_at.3:    80.1% -- replaced with man3/ldns_buffer_read_u32_at.3.gz
490man3/ldns_buffer_read_u8.3:        80.1% -- replaced with man3/ldns_buffer_read_u8.3.gz
491man3/ldns_buffer_read_u8_at.3:     80.1% -- replaced with man3/ldns_buffer_read_u8_at.3.gz
492man3/ldns_buffer_remaining.3:      62.5% -- replaced with man3/ldns_buffer_remaining.3.gz
493man3/ldns_buffer_remaining_at.3:           62.5% -- replaced with man3/ldns_buffer_remaining_at.3.gz
494man3/ldns_buffer_reserve.3:        65.8% -- replaced with man3/ldns_buffer_reserve.3.gz
495man3/ldns_buffer_rewind.3:         57.6% -- replaced with man3/ldns_buffer_rewind.3.gz
496man3/ldns_buffer_set_capacity.3:           65.8% -- replaced with man3/ldns_buffer_set_capacity.3.gz
497man3/ldns_buffer_set_limit.3:      65.8% -- replaced with man3/ldns_buffer_set_limit.3.gz
498man3/ldns_buffer_set_position.3:           57.6% -- replaced with man3/ldns_buffer_set_position.3.gz
499man3/ldns_buffer_skip.3:           57.6% -- replaced with man3/ldns_buffer_skip.3.gz
500man3/ldns_buffer_status.3:         62.5% -- replaced with man3/ldns_buffer_status.3.gz
501man3/ldns_buffer_status_ok.3:      62.5% -- replaced with man3/ldns_buffer_status_ok.3.gz
502man3/ldns_buffer_write.3:          80.1% -- replaced with man3/ldns_buffer_write.3.gz
503man3/ldns_buffer_write_at.3:       80.1% -- replaced with man3/ldns_buffer_write_at.3.gz
504man3/ldns_buffer_write_string.3:           80.1% -- replaced with man3/ldns_buffer_write_string.3.gz
505man3/ldns_buffer_write_string_at.3:        80.1% -- replaced with man3/ldns_buffer_write_string_at.3.gz
506man3/ldns_buffer_write_u16.3:      80.1% -- replaced with man3/ldns_buffer_write_u16.3.gz
507man3/ldns_buffer_write_u16_at.3:           80.1% -- replaced with man3/ldns_buffer_write_u16_at.3.gz
508man3/ldns_buffer_write_u32.3:      80.1% -- replaced with man3/ldns_buffer_write_u32.3.gz
509man3/ldns_buffer_write_u32_at.3:           80.1% -- replaced with man3/ldns_buffer_write_u32_at.3.gz
510man3/ldns_buffer_write_u8.3:       80.1% -- replaced with man3/ldns_buffer_write_u8.3.gz
511man3/ldns_buffer_write_u8_at.3:    80.1% -- replaced with man3/ldns_buffer_write_u8_at.3.gz
512man3/ldns_calc_keytag.3:           45.7% -- replaced with man3/ldns_calc_keytag.3.gz
513man3/ldns_calc_keytag_raw.3:       45.7% -- replaced with man3/ldns_calc_keytag_raw.3.gz
514man3/ldns_create_nsec.3:           41.5% -- replaced with man3/ldns_create_nsec.3.gz
515man3/ldns_dane_cert2rdf.3:         61.5% -- replaced with man3/ldns_dane_cert2rdf.3.gz
516man3/ldns_dane_create_tlsa_owner.3:        61.5% -- replaced with man3/ldns_dane_create_tlsa_owner.3.gz
517man3/ldns_dane_create_tlsa_rr.3:           61.5% -- replaced with man3/ldns_dane_create_tlsa_rr.3.gz
518man3/ldns_dane_select_certificate.3:       61.5% -- replaced with man3/ldns_dane_select_certificate.3.gz
519man3/ldns_dane_verify.3:           66.9% -- replaced with man3/ldns_dane_verify.3.gz
520man3/ldns_dane_verify_rr.3:        66.9% -- replaced with man3/ldns_dane_verify_rr.3.gz
521man3/ldns_dname2canonical.3:       37.8% -- replaced with man3/ldns_dname2canonical.3.gz
522man3/ldns_dname_cat.3:     46.5% -- replaced with man3/ldns_dname_cat.3.gz
523man3/ldns_dname_cat_clone.3:       46.5% -- replaced with man3/ldns_dname_cat_clone.3.gz
524man3/ldns_dname_compare.3:         47.8% -- replaced with man3/ldns_dname_compare.3.gz
525man3/ldns_dname_interval.3:        47.8% -- replaced with man3/ldns_dname_interval.3.gz
526man3/ldns_dname_is_subdomain.3:    48.8% -- replaced with man3/ldns_dname_is_subdomain.3.gz
527man3/ldns_dname_label.3:           48.8% -- replaced with man3/ldns_dname_label.3.gz
528man3/ldns_dname_label_count.3:     43.9% -- replaced with man3/ldns_dname_label_count.3.gz
529man3/ldns_dname_left_chop.3:       43.9% -- replaced with man3/ldns_dname_left_chop.3.gz
530man3/ldns_dname_new.3:     52.6% -- replaced with man3/ldns_dname_new.3.gz
531man3/ldns_dname_new_frm_data.3:    52.6% -- replaced with man3/ldns_dname_new_frm_data.3.gz
532man3/ldns_dname_new_frm_str.3:     52.6% -- replaced with man3/ldns_dname_new_frm_str.3.gz
533man3/ldns_dname_str_absolute.3:    48.8% -- replaced with man3/ldns_dname_str_absolute.3.gz
534man3/ldns_dnssec_build_data_chain.3:       59.0% -- replaced with man3/ldns_dnssec_build_data_chain.3.gz
535man3/ldns_dnssec_data_chain.3:     58.1% -- replaced with man3/ldns_dnssec_data_chain.3.gz
536man3/ldns_dnssec_data_chain_deep_free.3:           59.0% -- replaced with man3/ldns_dnssec_data_chain_deep_free.3.gz
537man3/ldns_dnssec_data_chain_free.3:        59.0% -- replaced with man3/ldns_dnssec_data_chain_free.3.gz
538man3/ldns_dnssec_data_chain_new.3:         59.0% -- replaced with man3/ldns_dnssec_data_chain_new.3.gz
539man3/ldns_dnssec_data_chain_print.3:       59.0% -- replaced with man3/ldns_dnssec_data_chain_print.3.gz
540man3/ldns_dnssec_data_chain_struct.3:      58.1% -- replaced with man3/ldns_dnssec_data_chain_struct.3.gz
541man3/ldns_dnssec_derive_trust_tree.3:      71.6% -- replaced with man3/ldns_dnssec_derive_trust_tree.3.gz
542man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3:         71.6% -- replaced with man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3.gz
543man3/ldns_dnssec_derive_trust_tree_ds_rrset.3:     71.6% -- replaced with man3/ldns_dnssec_derive_trust_tree_ds_rrset.3.gz
544man3/ldns_dnssec_derive_trust_tree_no_sig.3:       71.6% -- replaced with man3/ldns_dnssec_derive_trust_tree_no_sig.3.gz
545man3/ldns_dnssec_derive_trust_tree_normal_rrset.3:         71.6% -- replaced with man3/ldns_dnssec_derive_trust_tree_normal_rrset.3.gz
546man3/ldns_dnssec_name.3:           59.9% -- replaced with man3/ldns_dnssec_name.3.gz
547man3/ldns_dnssec_name_add_rr.3:    64.9% -- replaced with man3/ldns_dnssec_name_add_rr.3.gz
548man3/ldns_dnssec_name_cmp.3:       64.9% -- replaced with man3/ldns_dnssec_name_cmp.3.gz
549man3/ldns_dnssec_name_find_rrset.3:        64.9% -- replaced with man3/ldns_dnssec_name_find_rrset.3.gz
550man3/ldns_dnssec_name_free.3:      64.9% -- replaced with man3/ldns_dnssec_name_free.3.gz
551man3/ldns_dnssec_name_name.3:      64.9% -- replaced with man3/ldns_dnssec_name_name.3.gz
552man3/ldns_dnssec_name_new.3:       64.9% -- replaced with man3/ldns_dnssec_name_new.3.gz
553man3/ldns_dnssec_name_new_frm_rr.3:        64.9% -- replaced with man3/ldns_dnssec_name_new_frm_rr.3.gz
554man3/ldns_dnssec_name_node_next_nonglue.3:         67.9% -- replaced with man3/ldns_dnssec_name_node_next_nonglue.3.gz
555man3/ldns_dnssec_name_print.3:     64.9% -- replaced with man3/ldns_dnssec_name_print.3.gz
556man3/ldns_dnssec_name_set_name.3:          64.9% -- replaced with man3/ldns_dnssec_name_set_name.3.gz
557man3/ldns_dnssec_name_set_nsec.3:          64.9% -- replaced with man3/ldns_dnssec_name_set_nsec.3.gz
558man3/ldns_dnssec_remove_signatures.3:      67.9% -- replaced with man3/ldns_dnssec_remove_signatures.3.gz
559man3/ldns_dnssec_rrs.3:    59.9% -- replaced with man3/ldns_dnssec_rrs.3.gz
560man3/ldns_dnssec_rrs_add_rr.3:     50.5% -- replaced with man3/ldns_dnssec_rrs_add_rr.3.gz
561man3/ldns_dnssec_rrs_free.3:       50.5% -- replaced with man3/ldns_dnssec_rrs_free.3.gz
562man3/ldns_dnssec_rrs_new.3:        50.5% -- replaced with man3/ldns_dnssec_rrs_new.3.gz
563man3/ldns_dnssec_rrs_print.3:      50.5% -- replaced with man3/ldns_dnssec_rrs_print.3.gz
564man3/ldns_dnssec_rrsets.3:         59.9% -- replaced with man3/ldns_dnssec_rrsets.3.gz
565man3/ldns_dnssec_rrsets_add_rr.3:          60.4% -- replaced with man3/ldns_dnssec_rrsets_add_rr.3.gz
566man3/ldns_dnssec_rrsets_free.3:    60.4% -- replaced with man3/ldns_dnssec_rrsets_free.3.gz
567man3/ldns_dnssec_rrsets_new.3:     60.4% -- replaced with man3/ldns_dnssec_rrsets_new.3.gz
568man3/ldns_dnssec_rrsets_print.3:           60.4% -- replaced with man3/ldns_dnssec_rrsets_print.3.gz
569man3/ldns_dnssec_rrsets_set_type.3:        60.4% -- replaced with man3/ldns_dnssec_rrsets_set_type.3.gz
570man3/ldns_dnssec_rrsets_type.3:    60.4% -- replaced with man3/ldns_dnssec_rrsets_type.3.gz
571man3/ldns_dnssec_trust_tree.3:     58.1% -- replaced with man3/ldns_dnssec_trust_tree.3.gz
572man3/ldns_dnssec_trust_tree_add_parent.3:          71.6% -- replaced with man3/ldns_dnssec_trust_tree_add_parent.3.gz
573man3/ldns_dnssec_trust_tree_contains_keys.3:       71.6% -- replaced with man3/ldns_dnssec_trust_tree_contains_keys.3.gz
574man3/ldns_dnssec_trust_tree_depth.3:       71.6% -- replaced with man3/ldns_dnssec_trust_tree_depth.3.gz
575man3/ldns_dnssec_trust_tree_free.3:        71.6% -- replaced with man3/ldns_dnssec_trust_tree_free.3.gz
576man3/ldns_dnssec_trust_tree_new.3:         71.6% -- replaced with man3/ldns_dnssec_trust_tree_new.3.gz
577man3/ldns_dnssec_trust_tree_print.3:       71.6% -- replaced with man3/ldns_dnssec_trust_tree_print.3.gz
578man3/ldns_dnssec_trust_tree_print_sm.3:    71.6% -- replaced with man3/ldns_dnssec_trust_tree_print_sm.3.gz
579man3/ldns_dnssec_verify_denial.3:          56.4% -- replaced with man3/ldns_dnssec_verify_denial.3.gz
580man3/ldns_dnssec_verify_denial_nsec3.3:    56.4% -- replaced with man3/ldns_dnssec_verify_denial_nsec3.3.gz
581man3/ldns_dnssec_zone.3:           59.9% -- replaced with man3/ldns_dnssec_zone.3.gz
582man3/ldns_dnssec_zone_add_empty_nonterminals.3:    61.3% -- replaced with man3/ldns_dnssec_zone_add_empty_nonterminals.3.gz
583man3/ldns_dnssec_zone_add_rr.3:    61.3% -- replaced with man3/ldns_dnssec_zone_add_rr.3.gz
584man3/ldns_dnssec_zone_create_nsecs.3:      67.9% -- replaced with man3/ldns_dnssec_zone_create_nsecs.3.gz
585man3/ldns_dnssec_zone_create_rrsigs.3:     67.9% -- replaced with man3/ldns_dnssec_zone_create_rrsigs.3.gz
586man3/ldns_dnssec_zone_find_rrset.3:        61.3% -- replaced with man3/ldns_dnssec_zone_find_rrset.3.gz
587man3/ldns_dnssec_zone_free.3:      61.3% -- replaced with man3/ldns_dnssec_zone_free.3.gz
588man3/ldns_dnssec_zone_mark_glue.3:         67.9% -- replaced with man3/ldns_dnssec_zone_mark_glue.3.gz
589man3/ldns_dnssec_zone_names_print.3:       61.3% -- replaced with man3/ldns_dnssec_zone_names_print.3.gz
590man3/ldns_dnssec_zone_new.3:       61.3% -- replaced with man3/ldns_dnssec_zone_new.3.gz
591man3/ldns_dnssec_zone_print.3:     61.3% -- replaced with man3/ldns_dnssec_zone_print.3.gz
592man3/ldns_dnssec_zone_sign.3:      67.9% -- replaced with man3/ldns_dnssec_zone_sign.3.gz
593man3/ldns_dnssec_zone_sign_nsec3.3:        67.9% -- replaced with man3/ldns_dnssec_zone_sign_nsec3.3.gz
594man3/ldns_duration2string.3:       62.3% -- replaced with man3/ldns_duration2string.3.gz
595man3/ldns_duration2time.3:         62.3% -- replaced with man3/ldns_duration2time.3.gz
596man3/ldns_duration_cleanup.3:      62.3% -- replaced with man3/ldns_duration_cleanup.3.gz
597man3/ldns_duration_compare.3:      62.3% -- replaced with man3/ldns_duration_compare.3.gz
598man3/ldns_duration_create.3:       62.3% -- replaced with man3/ldns_duration_create.3.gz
599man3/ldns_duration_create_from_string.3:           62.3% -- replaced with man3/ldns_duration_create_from_string.3.gz
600man3/ldns_duration_type.3:         62.3% -- replaced with man3/ldns_duration_type.3.gz
601man3/ldns_fget_token.3:    44.6% -- replaced with man3/ldns_fget_token.3.gz
602man3/ldns_fskipcs.3:       44.6% -- replaced with man3/ldns_fskipcs.3.gz
603man3/ldns_get_errorstr_by_id.3:    38.2% -- replaced with man3/ldns_get_errorstr_by_id.3.gz
604man3/ldns_get_rr_class_by_name.3:          48.1% -- replaced with man3/ldns_get_rr_class_by_name.3.gz
605man3/ldns_get_rr_list_addr_by_name.3:      53.4% -- replaced with man3/ldns_get_rr_list_addr_by_name.3.gz
606man3/ldns_get_rr_list_hosts_frm_file.3:    58.0% -- replaced with man3/ldns_get_rr_list_hosts_frm_file.3.gz
607man3/ldns_get_rr_list_hosts_frm_fp.3:      58.0% -- replaced with man3/ldns_get_rr_list_hosts_frm_fp.3.gz
608man3/ldns_get_rr_list_hosts_frm_fp_l.3:    58.0% -- replaced with man3/ldns_get_rr_list_hosts_frm_fp_l.3.gz
609man3/ldns_get_rr_list_name_by_addr.3:      53.4% -- replaced with man3/ldns_get_rr_list_name_by_addr.3.gz
610man3/ldns_get_rr_type_by_name.3:           48.1% -- replaced with man3/ldns_get_rr_type_by_name.3.gz
611man3/ldns_getaddrinfo.3:           42.5% -- replaced with man3/ldns_getaddrinfo.3.gz
612man3/ldns_init_random.3:           43.6% -- replaced with man3/ldns_init_random.3.gz
613man3/ldns_is_rrset.3:      38.9% -- replaced with man3/ldns_is_rrset.3.gz
614man3/ldns_key.3:           61.1% -- replaced with man3/ldns_key.3.gz
615man3/ldns_key2buffer_str.3:        72.4% -- replaced with man3/ldns_key2buffer_str.3.gz
616man3/ldns_key2rr.3:        39.2% -- replaced with man3/ldns_key2rr.3.gz
617man3/ldns_key2str.3:       63.0% -- replaced with man3/ldns_key2str.3.gz
618man3/ldns_key_algo_supported.3:    66.6% -- replaced with man3/ldns_key_algo_supported.3.gz
619man3/ldns_key_algorithm.3:         67.0% -- replaced with man3/ldns_key_algorithm.3.gz
620man3/ldns_key_buf2dsa.3:           48.1% -- replaced with man3/ldns_key_buf2dsa.3.gz
621man3/ldns_key_buf2rsa.3:           48.1% -- replaced with man3/ldns_key_buf2rsa.3.gz
622man3/ldns_key_deep_free.3:         49.3% -- replaced with man3/ldns_key_deep_free.3.gz
623man3/ldns_key_dsa_key.3:           67.0% -- replaced with man3/ldns_key_dsa_key.3.gz
624man3/ldns_key_expiration.3:        67.0% -- replaced with man3/ldns_key_expiration.3.gz
625man3/ldns_key_flags.3:     67.0% -- replaced with man3/ldns_key_flags.3.gz
626man3/ldns_key_free.3:      49.3% -- replaced with man3/ldns_key_free.3.gz
627man3/ldns_key_hmac_key.3:          67.0% -- replaced with man3/ldns_key_hmac_key.3.gz
628man3/ldns_key_inception.3:         67.0% -- replaced with man3/ldns_key_inception.3.gz
629man3/ldns_key_keytag.3:    67.0% -- replaced with man3/ldns_key_keytag.3.gz
630man3/ldns_key_list_free.3:         49.3% -- replaced with man3/ldns_key_list_free.3.gz
631man3/ldns_key_list_key.3:          67.0% -- replaced with man3/ldns_key_list_key.3.gz
632man3/ldns_key_list_key_count.3:    67.0% -- replaced with man3/ldns_key_list_key_count.3.gz
633man3/ldns_key_list_new.3:          35.8% -- replaced with man3/ldns_key_list_new.3.gz
634man3/ldns_key_list_pop_key.3:      46.8% -- replaced with man3/ldns_key_list_pop_key.3.gz
635man3/ldns_key_list_push_key.3:     46.8% -- replaced with man3/ldns_key_list_push_key.3.gz
636man3/ldns_key_list_set_key_count.3:        66.6% -- replaced with man3/ldns_key_list_set_key_count.3.gz
637man3/ldns_key_new.3:       69.1% -- replaced with man3/ldns_key_new.3.gz
638man3/ldns_key_new_frm_algorithm.3:         69.1% -- replaced with man3/ldns_key_new_frm_algorithm.3.gz
639man3/ldns_key_new_frm_fp.3:        69.1% -- replaced with man3/ldns_key_new_frm_fp.3.gz
640man3/ldns_key_new_frm_fp_dsa.3:    69.1% -- replaced with man3/ldns_key_new_frm_fp_dsa.3.gz
641man3/ldns_key_new_frm_fp_dsa_l.3:          69.1% -- replaced with man3/ldns_key_new_frm_fp_dsa_l.3.gz
642man3/ldns_key_new_frm_fp_l.3:      69.1% -- replaced with man3/ldns_key_new_frm_fp_l.3.gz
643man3/ldns_key_new_frm_fp_rsa.3:    69.1% -- replaced with man3/ldns_key_new_frm_fp_rsa.3.gz
644man3/ldns_key_new_frm_fp_rsa_l.3:          69.1% -- replaced with man3/ldns_key_new_frm_fp_rsa_l.3.gz
645man3/ldns_key_origttl.3:           67.0% -- replaced with man3/ldns_key_origttl.3.gz
646man3/ldns_key_print.3:     39.5% -- replaced with man3/ldns_key_print.3.gz
647man3/ldns_key_pubkey_owner.3:      67.0% -- replaced with man3/ldns_key_pubkey_owner.3.gz
648man3/ldns_key_rr2ds.3:     38.6% -- replaced with man3/ldns_key_rr2ds.3.gz
649man3/ldns_key_rsa_key.3:           67.0% -- replaced with man3/ldns_key_rsa_key.3.gz
650man3/ldns_key_set_algorithm.3:     66.6% -- replaced with man3/ldns_key_set_algorithm.3.gz
651man3/ldns_key_set_dsa_key.3:       66.6% -- replaced with man3/ldns_key_set_dsa_key.3.gz
652man3/ldns_key_set_expiration.3:    66.6% -- replaced with man3/ldns_key_set_expiration.3.gz
653man3/ldns_key_set_flags.3:         66.6% -- replaced with man3/ldns_key_set_flags.3.gz
654man3/ldns_key_set_hmac_key.3:      66.6% -- replaced with man3/ldns_key_set_hmac_key.3.gz
655man3/ldns_key_set_inception.3:     66.6% -- replaced with man3/ldns_key_set_inception.3.gz
656man3/ldns_key_set_keytag.3:        66.6% -- replaced with man3/ldns_key_set_keytag.3.gz
657man3/ldns_key_set_origttl.3:       66.6% -- replaced with man3/ldns_key_set_origttl.3.gz
658man3/ldns_key_set_pubkey_owner.3:          66.6% -- replaced with man3/ldns_key_set_pubkey_owner.3.gz
659man3/ldns_key_set_rsa_key.3:       66.6% -- replaced with man3/ldns_key_set_rsa_key.3.gz
660man3/ldns_native2rdf_int16.3:      67.4% -- replaced with man3/ldns_native2rdf_int16.3.gz
661man3/ldns_native2rdf_int16_data.3:         67.4% -- replaced with man3/ldns_native2rdf_int16_data.3.gz
662man3/ldns_native2rdf_int32.3:      67.4% -- replaced with man3/ldns_native2rdf_int32.3.gz
663man3/ldns_native2rdf_int8.3:       67.4% -- replaced with man3/ldns_native2rdf_int8.3.gz
664man3/ldns_octet.3:         37.2% -- replaced with man3/ldns_octet.3.gz
665man3/ldns_pkt.3:           64.4% -- replaced with man3/ldns_pkt.3.gz
666man3/ldns_pkt2buffer_str.3:        72.4% -- replaced with man3/ldns_pkt2buffer_str.3.gz
667man3/ldns_pkt2buffer_wire.3:       72.4% -- replaced with man3/ldns_pkt2buffer_wire.3.gz
668man3/ldns_pkt2str.3:       63.0% -- replaced with man3/ldns_pkt2str.3.gz
669man3/ldns_pkt2wire.3:      59.3% -- replaced with man3/ldns_pkt2wire.3.gz
670man3/ldns_pkt_aa.3:        78.0% -- replaced with man3/ldns_pkt_aa.3.gz
671man3/ldns_pkt_ad.3:        78.0% -- replaced with man3/ldns_pkt_ad.3.gz
672man3/ldns_pkt_additional.3:        78.0% -- replaced with man3/ldns_pkt_additional.3.gz
673man3/ldns_pkt_ancount.3:           78.0% -- replaced with man3/ldns_pkt_ancount.3.gz
674man3/ldns_pkt_answer.3:    78.0% -- replaced with man3/ldns_pkt_answer.3.gz
675man3/ldns_pkt_answerfrom.3:        78.0% -- replaced with man3/ldns_pkt_answerfrom.3.gz
676man3/ldns_pkt_arcount.3:           78.0% -- replaced with man3/ldns_pkt_arcount.3.gz
677man3/ldns_pkt_authority.3:         78.0% -- replaced with man3/ldns_pkt_authority.3.gz
678man3/ldns_pkt_cd.3:        78.0% -- replaced with man3/ldns_pkt_cd.3.gz
679man3/ldns_pkt_edns.3:      68.5% -- replaced with man3/ldns_pkt_edns.3.gz
680man3/ldns_pkt_edns_data.3:         68.5% -- replaced with man3/ldns_pkt_edns_data.3.gz
681man3/ldns_pkt_edns_extended_rcode.3:       68.5% -- replaced with man3/ldns_pkt_edns_extended_rcode.3.gz
682man3/ldns_pkt_edns_udp_size.3:     68.5% -- replaced with man3/ldns_pkt_edns_udp_size.3.gz
683man3/ldns_pkt_edns_version.3:      68.5% -- replaced with man3/ldns_pkt_edns_version.3.gz
684man3/ldns_pkt_edns_z.3:    68.5% -- replaced with man3/ldns_pkt_edns_z.3.gz
685man3/ldns_pkt_free.3:      58.5% -- replaced with man3/ldns_pkt_free.3.gz
686man3/ldns_pkt_get_opcode.3:        78.0% -- replaced with man3/ldns_pkt_get_opcode.3.gz
687man3/ldns_pkt_get_rcode.3:         78.0% -- replaced with man3/ldns_pkt_get_rcode.3.gz
688man3/ldns_pkt_get_section_clone.3:         78.0% -- replaced with man3/ldns_pkt_get_section_clone.3.gz
689man3/ldns_pkt_id.3:        78.0% -- replaced with man3/ldns_pkt_id.3.gz
690man3/ldns_pkt_new.3:       58.5% -- replaced with man3/ldns_pkt_new.3.gz
691man3/ldns_pkt_nscount.3:           78.0% -- replaced with man3/ldns_pkt_nscount.3.gz
692man3/ldns_pkt_print.3:     58.5% -- replaced with man3/ldns_pkt_print.3.gz
693man3/ldns_pkt_qdcount.3:           78.0% -- replaced with man3/ldns_pkt_qdcount.3.gz
694man3/ldns_pkt_qr.3:        78.0% -- replaced with man3/ldns_pkt_qr.3.gz
695man3/ldns_pkt_query_new.3:         58.5% -- replaced with man3/ldns_pkt_query_new.3.gz
696man3/ldns_pkt_query_new_frm_str.3:         58.5% -- replaced with man3/ldns_pkt_query_new_frm_str.3.gz
697man3/ldns_pkt_querytime.3:         78.0% -- replaced with man3/ldns_pkt_querytime.3.gz
698man3/ldns_pkt_question.3:          78.0% -- replaced with man3/ldns_pkt_question.3.gz
699man3/ldns_pkt_ra.3:        78.0% -- replaced with man3/ldns_pkt_ra.3.gz
700man3/ldns_pkt_rd.3:        78.0% -- replaced with man3/ldns_pkt_rd.3.gz
701man3/ldns_pkt_reply_type.3:        58.5% -- replaced with man3/ldns_pkt_reply_type.3.gz
702man3/ldns_pkt_rr_list_by_name.3:           78.0% -- replaced with man3/ldns_pkt_rr_list_by_name.3.gz
703man3/ldns_pkt_rr_list_by_name_and_type.3:          78.0% -- replaced with man3/ldns_pkt_rr_list_by_name_and_type.3.gz
704man3/ldns_pkt_rr_list_by_type.3:           78.0% -- replaced with man3/ldns_pkt_rr_list_by_type.3.gz
705man3/ldns_pkt_section.3:           64.4% -- replaced with man3/ldns_pkt_section.3.gz
706man3/ldns_pkt_set_aa.3:    74.8% -- replaced with man3/ldns_pkt_set_aa.3.gz
707man3/ldns_pkt_set_ad.3:    74.8% -- replaced with man3/ldns_pkt_set_ad.3.gz
708man3/ldns_pkt_set_ancount.3:       74.8% -- replaced with man3/ldns_pkt_set_ancount.3.gz
709man3/ldns_pkt_set_answerfrom.3:    74.8% -- replaced with man3/ldns_pkt_set_answerfrom.3.gz
710man3/ldns_pkt_set_arcount.3:       74.8% -- replaced with man3/ldns_pkt_set_arcount.3.gz
711man3/ldns_pkt_set_cd.3:    74.8% -- replaced with man3/ldns_pkt_set_cd.3.gz
712man3/ldns_pkt_set_edns_data.3:     68.5% -- replaced with man3/ldns_pkt_set_edns_data.3.gz
713man3/ldns_pkt_set_edns_extended_rcode.3:           68.5% -- replaced with man3/ldns_pkt_set_edns_extended_rcode.3.gz
714man3/ldns_pkt_set_edns_udp_size.3:         68.5% -- replaced with man3/ldns_pkt_set_edns_udp_size.3.gz
715man3/ldns_pkt_set_edns_version.3:          68.5% -- replaced with man3/ldns_pkt_set_edns_version.3.gz
716man3/ldns_pkt_set_edns_z.3:        68.5% -- replaced with man3/ldns_pkt_set_edns_z.3.gz
717man3/ldns_pkt_set_flags.3:         74.8% -- replaced with man3/ldns_pkt_set_flags.3.gz
718man3/ldns_pkt_set_id.3:    74.8% -- replaced with man3/ldns_pkt_set_id.3.gz
719man3/ldns_pkt_set_nscount.3:       74.8% -- replaced with man3/ldns_pkt_set_nscount.3.gz
720man3/ldns_pkt_set_opcode.3:        74.8% -- replaced with man3/ldns_pkt_set_opcode.3.gz
721man3/ldns_pkt_set_qdcount.3:       74.8% -- replaced with man3/ldns_pkt_set_qdcount.3.gz
722man3/ldns_pkt_set_qr.3:    74.8% -- replaced with man3/ldns_pkt_set_qr.3.gz
723man3/ldns_pkt_set_querytime.3:     74.8% -- replaced with man3/ldns_pkt_set_querytime.3.gz
724man3/ldns_pkt_set_ra.3:    74.8% -- replaced with man3/ldns_pkt_set_ra.3.gz
725man3/ldns_pkt_set_rcode.3:         74.8% -- replaced with man3/ldns_pkt_set_rcode.3.gz
726man3/ldns_pkt_set_rd.3:    74.8% -- replaced with man3/ldns_pkt_set_rd.3.gz
727man3/ldns_pkt_set_section_count.3:         74.8% -- replaced with man3/ldns_pkt_set_section_count.3.gz
728man3/ldns_pkt_set_size.3:          74.8% -- replaced with man3/ldns_pkt_set_size.3.gz
729man3/ldns_pkt_set_tc.3:    74.8% -- replaced with man3/ldns_pkt_set_tc.3.gz
730man3/ldns_pkt_set_tsig.3:          74.8% -- replaced with man3/ldns_pkt_set_tsig.3.gz
731man3/ldns_pkt_size.3:      78.0% -- replaced with man3/ldns_pkt_size.3.gz
732man3/ldns_pkt_tc.3:        78.0% -- replaced with man3/ldns_pkt_tc.3.gz
733man3/ldns_pkt_tsig.3:      78.0% -- replaced with man3/ldns_pkt_tsig.3.gz
734man3/ldns_pkt_tsig_sign.3:         52.9% -- replaced with man3/ldns_pkt_tsig_sign.3.gz
735man3/ldns_pkt_tsig_verify.3:       52.9% -- replaced with man3/ldns_pkt_tsig_verify.3.gz
736man3/ldns_pkt_type.3:      64.4% -- replaced with man3/ldns_pkt_type.3.gz
737man3/ldns_pkt_verify.3:    45.0% -- replaced with man3/ldns_pkt_verify.3.gz
738man3/ldns_pktheader2buffer_str.3:          72.4% -- replaced with man3/ldns_pktheader2buffer_str.3.gz
739man3/ldns_rdf.3:           66.0% -- replaced with man3/ldns_rdf.3.gz
740man3/ldns_rdf2buffer_str.3:        72.4% -- replaced with man3/ldns_rdf2buffer_str.3.gz
741man3/ldns_rdf2buffer_str_a.3:      86.7% -- replaced with man3/ldns_rdf2buffer_str_a.3.gz
742man3/ldns_rdf2buffer_str_aaaa.3:           86.7% -- replaced with man3/ldns_rdf2buffer_str_aaaa.3.gz
743man3/ldns_rdf2buffer_str_alg.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_alg.3.gz
744man3/ldns_rdf2buffer_str_apl.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_apl.3.gz
745man3/ldns_rdf2buffer_str_b64.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_b64.3.gz
746man3/ldns_rdf2buffer_str_class.3:          86.7% -- replaced with man3/ldns_rdf2buffer_str_class.3.gz
747man3/ldns_rdf2buffer_str_hex.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_hex.3.gz
748man3/ldns_rdf2buffer_str_int16.3:          86.7% -- replaced with man3/ldns_rdf2buffer_str_int16.3.gz
749man3/ldns_rdf2buffer_str_int16_data.3:     86.7% -- replaced with man3/ldns_rdf2buffer_str_int16_data.3.gz
750man3/ldns_rdf2buffer_str_ipseckey.3:       86.7% -- replaced with man3/ldns_rdf2buffer_str_ipseckey.3.gz
751man3/ldns_rdf2buffer_str_loc.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_loc.3.gz
752man3/ldns_rdf2buffer_str_nsap.3:           86.7% -- replaced with man3/ldns_rdf2buffer_str_nsap.3.gz
753man3/ldns_rdf2buffer_str_nsec.3:           86.7% -- replaced with man3/ldns_rdf2buffer_str_nsec.3.gz
754man3/ldns_rdf2buffer_str_period.3:         86.7% -- replaced with man3/ldns_rdf2buffer_str_period.3.gz
755man3/ldns_rdf2buffer_str_str.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_str.3.gz
756man3/ldns_rdf2buffer_str_tsigtime.3:       86.7% -- replaced with man3/ldns_rdf2buffer_str_tsigtime.3.gz
757man3/ldns_rdf2buffer_str_type.3:           86.7% -- replaced with man3/ldns_rdf2buffer_str_type.3.gz
758man3/ldns_rdf2buffer_str_unknown.3:        86.7% -- replaced with man3/ldns_rdf2buffer_str_unknown.3.gz
759man3/ldns_rdf2buffer_str_wks.3:    86.7% -- replaced with man3/ldns_rdf2buffer_str_wks.3.gz
760man3/ldns_rdf2buffer_wire.3:       72.4% -- replaced with man3/ldns_rdf2buffer_wire.3.gz
761man3/ldns_rdf2native_int16.3:      67.4% -- replaced with man3/ldns_rdf2native_int16.3.gz
762man3/ldns_rdf2native_int32.3:      67.4% -- replaced with man3/ldns_rdf2native_int32.3.gz
763man3/ldns_rdf2native_int8.3:       67.4% -- replaced with man3/ldns_rdf2native_int8.3.gz
764man3/ldns_rdf2native_sockaddr_storage.3:           67.4% -- replaced with man3/ldns_rdf2native_sockaddr_storage.3.gz
765man3/ldns_rdf2native_time_t.3:     67.4% -- replaced with man3/ldns_rdf2native_time_t.3.gz
766man3/ldns_rdf2str.3:       63.0% -- replaced with man3/ldns_rdf2str.3.gz
767man3/ldns_rdf2wire.3:      59.3% -- replaced with man3/ldns_rdf2wire.3.gz
768man3/ldns_rdf_address_reverse.3:           39.7% -- replaced with man3/ldns_rdf_address_reverse.3.gz
769man3/ldns_rdf_clone.3:     63.4% -- replaced with man3/ldns_rdf_clone.3.gz
770man3/ldns_rdf_compare.3:           52.3% -- replaced with man3/ldns_rdf_compare.3.gz
771man3/ldns_rdf_data.3:      52.3% -- replaced with man3/ldns_rdf_data.3.gz
772man3/ldns_rdf_deep_free.3:         63.4% -- replaced with man3/ldns_rdf_deep_free.3.gz
773man3/ldns_rdf_free.3:      63.4% -- replaced with man3/ldns_rdf_free.3.gz
774man3/ldns_rdf_get_type.3:          52.3% -- replaced with man3/ldns_rdf_get_type.3.gz
775man3/ldns_rdf_new.3:       63.4% -- replaced with man3/ldns_rdf_new.3.gz
776man3/ldns_rdf_new_frm_data.3:      63.4% -- replaced with man3/ldns_rdf_new_frm_data.3.gz
777man3/ldns_rdf_new_frm_fp.3:        63.4% -- replaced with man3/ldns_rdf_new_frm_fp.3.gz
778man3/ldns_rdf_new_frm_str.3:       63.4% -- replaced with man3/ldns_rdf_new_frm_str.3.gz
779man3/ldns_rdf_print.3:     63.4% -- replaced with man3/ldns_rdf_print.3.gz
780man3/ldns_rdf_set_data.3:          52.0% -- replaced with man3/ldns_rdf_set_data.3.gz
781man3/ldns_rdf_set_size.3:          52.0% -- replaced with man3/ldns_rdf_set_size.3.gz
782man3/ldns_rdf_set_type.3:          52.0% -- replaced with man3/ldns_rdf_set_type.3.gz
783man3/ldns_rdf_size.3:      52.3% -- replaced with man3/ldns_rdf_size.3.gz
784man3/ldns_rdf_type.3:      66.0% -- replaced with man3/ldns_rdf_type.3.gz
785man3/ldns_rr.3:    69.3% -- replaced with man3/ldns_rr.3.gz
786man3/ldns_rr2buffer_str.3:         72.4% -- replaced with man3/ldns_rr2buffer_str.3.gz
787man3/ldns_rr2buffer_wire.3:        72.4% -- replaced with man3/ldns_rr2buffer_wire.3.gz
788man3/ldns_rr2canonical.3:          37.9% -- replaced with man3/ldns_rr2canonical.3.gz
789man3/ldns_rr2str.3:        63.0% -- replaced with man3/ldns_rr2str.3.gz
790man3/ldns_rr2wire.3:       59.3% -- replaced with man3/ldns_rr2wire.3.gz
791man3/ldns_rr_class.3:      69.3% -- replaced with man3/ldns_rr_class.3.gz
792man3/ldns_rr_compare.3:    46.8% -- replaced with man3/ldns_rr_compare.3.gz
793man3/ldns_rr_compare_ds.3:         46.8% -- replaced with man3/ldns_rr_compare_ds.3.gz
794man3/ldns_rr_compress.3:           69.3% -- replaced with man3/ldns_rr_compress.3.gz
795man3/ldns_rr_descript.3:           63.4% -- replaced with man3/ldns_rr_descript.3.gz
796man3/ldns_rr_descriptor.3:         63.4% -- replaced with man3/ldns_rr_descriptor.3.gz
797man3/ldns_rr_descriptor_field_type.3:      63.4% -- replaced with man3/ldns_rr_descriptor_field_type.3.gz
798man3/ldns_rr_descriptor_maximum.3:         63.4% -- replaced with man3/ldns_rr_descriptor_maximum.3.gz
799man3/ldns_rr_descriptor_minimum.3:         63.4% -- replaced with man3/ldns_rr_descriptor_minimum.3.gz
800man3/ldns_rr_dnskey_algorithm.3:           70.2% -- replaced with man3/ldns_rr_dnskey_algorithm.3.gz
801man3/ldns_rr_dnskey_flags.3:       70.2% -- replaced with man3/ldns_rr_dnskey_flags.3.gz
802man3/ldns_rr_dnskey_key.3:         70.2% -- replaced with man3/ldns_rr_dnskey_key.3.gz
803man3/ldns_rr_dnskey_protocol.3:    70.2% -- replaced with man3/ldns_rr_dnskey_protocol.3.gz
804man3/ldns_rr_dnskey_set_algorithm.3:       70.2% -- replaced with man3/ldns_rr_dnskey_set_algorithm.3.gz
805man3/ldns_rr_dnskey_set_flags.3:           70.2% -- replaced with man3/ldns_rr_dnskey_set_flags.3.gz
806man3/ldns_rr_dnskey_set_key.3:     70.2% -- replaced with man3/ldns_rr_dnskey_set_key.3.gz
807man3/ldns_rr_dnskey_set_protocol.3:        70.2% -- replaced with man3/ldns_rr_dnskey_set_protocol.3.gz
808man3/ldns_rr_free.3:       59.2% -- replaced with man3/ldns_rr_free.3.gz
809man3/ldns_rr_get_class.3:          56.7% -- replaced with man3/ldns_rr_get_class.3.gz
810man3/ldns_rr_label_count.3:        40.1% -- replaced with man3/ldns_rr_label_count.3.gz
811man3/ldns_rr_list.3:       69.3% -- replaced with man3/ldns_rr_list.3.gz
812man3/ldns_rr_list2buffer_str.3:    72.4% -- replaced with man3/ldns_rr_list2buffer_str.3.gz
813man3/ldns_rr_list2str.3:           63.0% -- replaced with man3/ldns_rr_list2str.3.gz
814man3/ldns_rr_list_cat.3:           50.9% -- replaced with man3/ldns_rr_list_cat.3.gz
815man3/ldns_rr_list_clone.3:         40.1% -- replaced with man3/ldns_rr_list_clone.3.gz
816man3/ldns_rr_list_free.3:          44.2% -- replaced with man3/ldns_rr_list_free.3.gz
817man3/ldns_rr_list_new.3:           44.2% -- replaced with man3/ldns_rr_list_new.3.gz
818man3/ldns_rr_list_pop_rr.3:        50.9% -- replaced with man3/ldns_rr_list_pop_rr.3.gz
819man3/ldns_rr_list_push_rr.3:       50.9% -- replaced with man3/ldns_rr_list_push_rr.3.gz
820man3/ldns_rr_list_rr_count.3:      48.9% -- replaced with man3/ldns_rr_list_rr_count.3.gz
821man3/ldns_rr_list_set_rr_count.3:          48.9% -- replaced with man3/ldns_rr_list_set_rr_count.3.gz
822man3/ldns_rr_list_sort.3:          39.6% -- replaced with man3/ldns_rr_list_sort.3.gz
823man3/ldns_rr_mx_exchange.3:        46.6% -- replaced with man3/ldns_rr_mx_exchange.3.gz
824man3/ldns_rr_mx_preference.3:      46.6% -- replaced with man3/ldns_rr_mx_preference.3.gz
825man3/ldns_rr_new.3:        59.2% -- replaced with man3/ldns_rr_new.3.gz
826man3/ldns_rr_new_frm_fp.3:         59.2% -- replaced with man3/ldns_rr_new_frm_fp.3.gz
827man3/ldns_rr_new_frm_str.3:        59.2% -- replaced with man3/ldns_rr_new_frm_str.3.gz
828man3/ldns_rr_new_frm_type.3:       59.2% -- replaced with man3/ldns_rr_new_frm_type.3.gz
829man3/ldns_rr_ns_nsdname.3:         37.9% -- replaced with man3/ldns_rr_ns_nsdname.3.gz
830man3/ldns_rr_owner.3:      56.7% -- replaced with man3/ldns_rr_owner.3.gz
831man3/ldns_rr_pop_rdf.3:    44.1% -- replaced with man3/ldns_rr_pop_rdf.3.gz
832man3/ldns_rr_print.3:      59.2% -- replaced with man3/ldns_rr_print.3.gz
833man3/ldns_rr_push_rdf.3:           44.1% -- replaced with man3/ldns_rr_push_rdf.3.gz
834man3/ldns_rr_rd_count.3:           56.7% -- replaced with man3/ldns_rr_rd_count.3.gz
835man3/ldns_rr_rdata2buffer_wire.3:          72.4% -- replaced with man3/ldns_rr_rdata2buffer_wire.3.gz
836man3/ldns_rr_rdf.3:        56.7% -- replaced with man3/ldns_rr_rdf.3.gz
837man3/ldns_rr_rrsig_algorithm.3:    80.5% -- replaced with man3/ldns_rr_rrsig_algorithm.3.gz
838man3/ldns_rr_rrsig_expiration.3:           80.5% -- replaced with man3/ldns_rr_rrsig_expiration.3.gz
839man3/ldns_rr_rrsig_inception.3:    80.5% -- replaced with man3/ldns_rr_rrsig_inception.3.gz
840man3/ldns_rr_rrsig_keytag.3:       80.5% -- replaced with man3/ldns_rr_rrsig_keytag.3.gz
841man3/ldns_rr_rrsig_labels.3:       80.5% -- replaced with man3/ldns_rr_rrsig_labels.3.gz
842man3/ldns_rr_rrsig_origttl.3:      80.5% -- replaced with man3/ldns_rr_rrsig_origttl.3.gz
843man3/ldns_rr_rrsig_set_algorithm.3:        80.5% -- replaced with man3/ldns_rr_rrsig_set_algorithm.3.gz
844man3/ldns_rr_rrsig_set_expiration.3:       80.5% -- replaced with man3/ldns_rr_rrsig_set_expiration.3.gz
845man3/ldns_rr_rrsig_set_inception.3:        80.5% -- replaced with man3/ldns_rr_rrsig_set_inception.3.gz
846man3/ldns_rr_rrsig_set_keytag.3:           80.5% -- replaced with man3/ldns_rr_rrsig_set_keytag.3.gz
847man3/ldns_rr_rrsig_set_labels.3:           80.5% -- replaced with man3/ldns_rr_rrsig_set_labels.3.gz
848man3/ldns_rr_rrsig_set_origttl.3:          80.5% -- replaced with man3/ldns_rr_rrsig_set_origttl.3.gz
849man3/ldns_rr_rrsig_set_sig.3:      80.5% -- replaced with man3/ldns_rr_rrsig_set_sig.3.gz
850man3/ldns_rr_rrsig_set_signame.3:          80.5% -- replaced with man3/ldns_rr_rrsig_set_signame.3.gz
851man3/ldns_rr_rrsig_set_typecovered.3:      80.5% -- replaced with man3/ldns_rr_rrsig_set_typecovered.3.gz
852man3/ldns_rr_rrsig_sig.3:          80.5% -- replaced with man3/ldns_rr_rrsig_sig.3.gz
853man3/ldns_rr_rrsig_signame.3:      80.5% -- replaced with man3/ldns_rr_rrsig_signame.3.gz
854man3/ldns_rr_rrsig_typecovered.3:          80.5% -- replaced with man3/ldns_rr_rrsig_typecovered.3.gz
855man3/ldns_rr_set_class.3:          60.5% -- replaced with man3/ldns_rr_set_class.3.gz
856man3/ldns_rr_set_owner.3:          60.5% -- replaced with man3/ldns_rr_set_owner.3.gz
857man3/ldns_rr_set_pop_rr.3:         45.6% -- replaced with man3/ldns_rr_set_pop_rr.3.gz
858man3/ldns_rr_set_push_rr.3:        45.6% -- replaced with man3/ldns_rr_set_push_rr.3.gz
859man3/ldns_rr_set_rd_count.3:       60.5% -- replaced with man3/ldns_rr_set_rd_count.3.gz
860man3/ldns_rr_set_rdf.3:    60.5% -- replaced with man3/ldns_rr_set_rdf.3.gz
861man3/ldns_rr_set_ttl.3:    60.5% -- replaced with man3/ldns_rr_set_ttl.3.gz
862man3/ldns_rr_set_type.3:           60.5% -- replaced with man3/ldns_rr_set_type.3.gz
863man3/ldns_rr_ttl.3:        56.7% -- replaced with man3/ldns_rr_ttl.3.gz
864man3/ldns_rr_type.3:       69.3% -- replaced with man3/ldns_rr_type.3.gz
865man3/ldns_rr_uncompressed_size.3:          41.0% -- replaced with man3/ldns_rr_uncompressed_size.3.gz
866man3/ldns_rrsig2buffer_wire.3:     72.4% -- replaced with man3/ldns_rrsig2buffer_wire.3.gz
867man3/ldns_send.3:          41.5% -- replaced with man3/ldns_send.3.gz
868man3/ldns_sign_public.3:           43.5% -- replaced with man3/ldns_sign_public.3.gz
869man3/ldns_sign_public_dsa.3:       57.8% -- replaced with man3/ldns_sign_public_dsa.3.gz
870man3/ldns_sign_public_rsamd5.3:    57.8% -- replaced with man3/ldns_sign_public_rsamd5.3.gz
871man3/ldns_sign_public_rsasha1.3:           57.8% -- replaced with man3/ldns_sign_public_rsasha1.3.gz
872man3/ldns_status.3:        38.2% -- replaced with man3/ldns_status.3.gz
873man3/ldns_str2period.3:    39.8% -- replaced with man3/ldns_str2period.3.gz
874man3/ldns_tcp_connect.3:           49.7% -- replaced with man3/ldns_tcp_connect.3.gz
875man3/ldns_tcp_read_wire.3:         49.7% -- replaced with man3/ldns_tcp_read_wire.3.gz
876man3/ldns_tcp_send_query.3:        49.7% -- replaced with man3/ldns_tcp_send_query.3.gz
877man3/ldns_update_adcount.3:        52.7% -- replaced with man3/ldns_update_adcount.3.gz
878man3/ldns_update_pkt_new.3:        51.7% -- replaced with man3/ldns_update_pkt_new.3.gz
879man3/ldns_update_pkt_tsig_add.3:           41.0% -- replaced with man3/ldns_update_pkt_tsig_add.3.gz
880man3/ldns_update_prcount.3:        52.7% -- replaced with man3/ldns_update_prcount.3.gz
881man3/ldns_update_set_adcount.3:    54.0% -- replaced with man3/ldns_update_set_adcount.3.gz
882man3/ldns_update_set_prcount.3:    54.0% -- replaced with man3/ldns_update_set_prcount.3.gz
883man3/ldns_update_set_upcount.3:    54.0% -- replaced with man3/ldns_update_set_upcount.3.gz
884man3/ldns_update_set_zocount.3:    54.0% -- replaced with man3/ldns_update_set_zocount.3.gz
885man3/ldns_update_upcount.3:        52.7% -- replaced with man3/ldns_update_upcount.3.gz
886man3/ldns_update_zocount.3:        52.7% -- replaced with man3/ldns_update_zocount.3.gz
887man3/ldns_verify.3:        70.8% -- replaced with man3/ldns_verify.3.gz
888man3/ldns_verify_notime.3:         70.8% -- replaced with man3/ldns_verify_notime.3.gz
889man3/ldns_verify_rrsig.3:          70.8% -- replaced with man3/ldns_verify_rrsig.3.gz
890man3/ldns_verify_rrsig_dsa.3:      63.3% -- replaced with man3/ldns_verify_rrsig_dsa.3.gz
891man3/ldns_verify_rrsig_keylist.3:          70.8% -- replaced with man3/ldns_verify_rrsig_keylist.3.gz
892man3/ldns_verify_rrsig_keylist_notime.3:           70.8% -- replaced with man3/ldns_verify_rrsig_keylist_notime.3.gz
893man3/ldns_verify_rrsig_rsamd5.3:           63.3% -- replaced with man3/ldns_verify_rrsig_rsamd5.3.gz
894man3/ldns_verify_rrsig_rsasha1.3:          63.3% -- replaced with man3/ldns_verify_rrsig_rsasha1.3.gz
895man3/ldns_version.3:       36.3% -- replaced with man3/ldns_version.3.gz
896man3/ldns_wire2dname.3:    68.5% -- replaced with man3/ldns_wire2dname.3.gz
897man3/ldns_wire2pkt.3:      68.5% -- replaced with man3/ldns_wire2pkt.3.gz
898man3/ldns_wire2rdf.3:      68.5% -- replaced with man3/ldns_wire2rdf.3.gz
899man3/ldns_wire2rr.3:       68.5% -- replaced with man3/ldns_wire2rr.3.gz
900man3/ldns_zone.3:          62.4% -- replaced with man3/ldns_zone.3.gz
901man3/ldns_zone_deep_free.3:        62.4% -- replaced with man3/ldns_zone_deep_free.3.gz
902man3/ldns_zone_free.3:     62.4% -- replaced with man3/ldns_zone_free.3.gz
903man3/ldns_zone_glue_rr_list.3:     44.3% -- replaced with man3/ldns_zone_glue_rr_list.3.gz
904man3/ldns_zone_new.3:      62.4% -- replaced with man3/ldns_zone_new.3.gz
905man3/ldns_zone_new_frm_fp.3:       62.4% -- replaced with man3/ldns_zone_new_frm_fp.3.gz
906man3/ldns_zone_new_frm_fp_l.3:     62.4% -- replaced with man3/ldns_zone_new_frm_fp_l.3.gz
907man3/ldns_zone_print.3:    62.4% -- replaced with man3/ldns_zone_print.3.gz
908man3/ldns_zone_print_fmt.3:        62.4% -- replaced with man3/ldns_zone_print_fmt.3.gz
909man3/ldns_zone_push_rr.3:          50.1% -- replaced with man3/ldns_zone_push_rr.3.gz
910man3/ldns_zone_push_rr_list.3:     50.1% -- replaced with man3/ldns_zone_push_rr_list.3.gz
911man3/ldns_zone_rr_count.3:         39.7% -- replaced with man3/ldns_zone_rr_count.3.gz
912man3/ldns_zone_rrs.3:      45.6% -- replaced with man3/ldns_zone_rrs.3.gz
913man3/ldns_zone_set_rrs.3:          46.6% -- replaced with man3/ldns_zone_set_rrs.3.gz
914man3/ldns_zone_set_soa.3:          46.6% -- replaced with man3/ldns_zone_set_soa.3.gz
915man3/ldns_zone_sign.3:     53.1% -- replaced with man3/ldns_zone_sign.3.gz
916man3/ldns_zone_sign_nsec3.3:       53.1% -- replaced with man3/ldns_zone_sign_nsec3.3.gz
917man3/ldns_zone_soa.3:      45.6% -- replaced with man3/ldns_zone_soa.3.gz
918man3/ldns_zone_sort.3:     44.3% -- replaced with man3/ldns_zone_sort.3.gz
919--->  Installing ldns @1.7.0_0
920Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_ldns/ldns/work/destroot" && /usr/bin/tar -cvf - . | /usr/local/bin/bzip2 -c9 > /opt/local/var/macports/software/ldns/ldns-1.7.0_0.darwin_17.x86_64.tbz2
921a .
922a ./+COMMENT
923a ./+CONTENTS
924a ./+DESC
925a ./+PORTFILE
926a ./+STATE
927a ./opt
928a ./opt/local
929a ./opt/local/bin
930a ./opt/local/include
931a ./opt/local/lib
932a ./opt/local/share
933a ./opt/local/share/man
934a ./opt/local/share/man/man1
935a ./opt/local/share/man/man3
936a ./opt/local/share/man/man3/ldns_algorithm.3.gz
937a ./opt/local/share/man/man3/ldns_axfr_abort.3.gz
938a ./opt/local/share/man/man3/ldns_axfr_complete.3.gz
939a ./opt/local/share/man/man3/ldns_axfr_last_pkt.3.gz
940a ./opt/local/share/man/man3/ldns_axfr_next.3.gz
941a ./opt/local/share/man/man3/ldns_axfr_start.3.gz
942a ./opt/local/share/man/man3/ldns_b32_ntop_calculate_size.3.gz
943a ./opt/local/share/man/man3/ldns_b32_pton_calculate_size.3.gz
944a ./opt/local/share/man/man3/ldns_b64_ntop_calculate_size.3.gz
945a ./opt/local/share/man/man3/ldns_b64_pton_calculate_size.3.gz
946a ./opt/local/share/man/man3/ldns_bget_token.3.gz
947a ./opt/local/share/man/man3/ldns_bgetc.3.gz
948a ./opt/local/share/man/man3/ldns_bskipcs.3.gz
949a ./opt/local/share/man/man3/ldns_bubblebabble.3.gz
950a ./opt/local/share/man/man3/ldns_buffer.3.gz
951a ./opt/local/share/man/man3/ldns_buffer2pkt_wire.3.gz
952a ./opt/local/share/man/man3/ldns_buffer2str.3.gz
953a ./opt/local/share/man/man3/ldns_buffer_at.3.gz
954a ./opt/local/share/man/man3/ldns_buffer_available.3.gz
955a ./opt/local/share/man/man3/ldns_buffer_available_at.3.gz
956a ./opt/local/share/man/man3/ldns_buffer_begin.3.gz
957a ./opt/local/share/man/man3/ldns_buffer_capacity.3.gz
958a ./opt/local/share/man/man3/ldns_buffer_clear.3.gz
959a ./opt/local/share/man/man3/ldns_buffer_copy.3.gz
960a ./opt/local/share/man/man3/ldns_buffer_current.3.gz
961a ./opt/local/share/man/man3/ldns_buffer_end.3.gz
962a ./opt/local/share/man/man3/ldns_buffer_export.3.gz
963a ./opt/local/share/man/man3/ldns_buffer_export2str.3.gz
964a ./opt/local/share/man/man3/ldns_buffer_flip.3.gz
965a ./opt/local/share/man/man3/ldns_buffer_free.3.gz
966a ./opt/local/share/man/man3/ldns_buffer_limit.3.gz
967a ./opt/local/share/man/man3/ldns_buffer_new.3.gz
968a ./opt/local/share/man/man3/ldns_buffer_new_frm_data.3.gz
969a ./opt/local/share/man/man3/ldns_buffer_position.3.gz
970a ./opt/local/share/man/man3/ldns_buffer_printf.3.gz
971a ./opt/local/share/man/man3/ldns_buffer_read.3.gz
972a ./opt/local/share/man/man3/ldns_buffer_read_at.3.gz
973a ./opt/local/share/man/man3/ldns_buffer_read_u16.3.gz
974a ./opt/local/share/man/man3/ldns_buffer_read_u16_at.3.gz
975a ./opt/local/share/man/man3/ldns_buffer_read_u32.3.gz
976a ./opt/local/share/man/man3/ldns_buffer_read_u32_at.3.gz
977a ./opt/local/share/man/man3/ldns_buffer_read_u8.3.gz
978a ./opt/local/share/man/man3/ldns_buffer_read_u8_at.3.gz
979a ./opt/local/share/man/man3/ldns_buffer_remaining.3.gz
980a ./opt/local/share/man/man3/ldns_buffer_remaining_at.3.gz
981a ./opt/local/share/man/man3/ldns_buffer_reserve.3.gz
982a ./opt/local/share/man/man3/ldns_buffer_rewind.3.gz
983a ./opt/local/share/man/man3/ldns_buffer_set_capacity.3.gz
984a ./opt/local/share/man/man3/ldns_buffer_set_limit.3.gz
985a ./opt/local/share/man/man3/ldns_buffer_set_position.3.gz
986a ./opt/local/share/man/man3/ldns_buffer_skip.3.gz
987a ./opt/local/share/man/man3/ldns_buffer_status.3.gz
988a ./opt/local/share/man/man3/ldns_buffer_status_ok.3.gz
989a ./opt/local/share/man/man3/ldns_buffer_write.3.gz
990a ./opt/local/share/man/man3/ldns_buffer_write_at.3.gz
991a ./opt/local/share/man/man3/ldns_buffer_write_string.3.gz
992a ./opt/local/share/man/man3/ldns_buffer_write_string_at.3.gz
993a ./opt/local/share/man/man3/ldns_buffer_write_u16.3.gz
994a ./opt/local/share/man/man3/ldns_buffer_write_u16_at.3.gz
995a ./opt/local/share/man/man3/ldns_buffer_write_u32.3.gz
996a ./opt/local/share/man/man3/ldns_buffer_write_u32_at.3.gz
997a ./opt/local/share/man/man3/ldns_buffer_write_u8.3.gz
998a ./opt/local/share/man/man3/ldns_buffer_write_u8_at.3.gz
999a ./opt/local/share/man/man3/ldns_calc_keytag.3.gz
1000a ./opt/local/share/man/man3/ldns_calc_keytag_raw.3.gz
1001a ./opt/local/share/man/man3/ldns_create_nsec.3.gz
1002a ./opt/local/share/man/man3/ldns_dane_cert2rdf.3.gz
1003a ./opt/local/share/man/man3/ldns_dane_create_tlsa_owner.3.gz
1004a ./opt/local/share/man/man3/ldns_dane_create_tlsa_rr.3.gz
1005a ./opt/local/share/man/man3/ldns_dane_select_certificate.3.gz
1006a ./opt/local/share/man/man3/ldns_dane_verify.3.gz
1007a ./opt/local/share/man/man3/ldns_dane_verify_rr.3.gz
1008a ./opt/local/share/man/man3/ldns_dname2canonical.3.gz
1009a ./opt/local/share/man/man3/ldns_dname_cat.3.gz
1010a ./opt/local/share/man/man3/ldns_dname_cat_clone.3.gz
1011a ./opt/local/share/man/man3/ldns_dname_compare.3.gz
1012a ./opt/local/share/man/man3/ldns_dname_interval.3.gz
1013a ./opt/local/share/man/man3/ldns_dname_is_subdomain.3.gz
1014a ./opt/local/share/man/man3/ldns_dname_label.3.gz
1015a ./opt/local/share/man/man3/ldns_dname_label_count.3.gz
1016a ./opt/local/share/man/man3/ldns_dname_left_chop.3.gz
1017a ./opt/local/share/man/man3/ldns_dname_new.3.gz
1018a ./opt/local/share/man/man3/ldns_dname_new_frm_data.3.gz
1019a ./opt/local/share/man/man3/ldns_dname_new_frm_str.3.gz
1020a ./opt/local/share/man/man3/ldns_dname_str_absolute.3.gz
1021a ./opt/local/share/man/man3/ldns_dnssec_build_data_chain.3.gz
1022a ./opt/local/share/man/man3/ldns_dnssec_data_chain.3.gz
1023a ./opt/local/share/man/man3/ldns_dnssec_data_chain_deep_free.3.gz
1024a ./opt/local/share/man/man3/ldns_dnssec_data_chain_free.3.gz
1025a ./opt/local/share/man/man3/ldns_dnssec_data_chain_new.3.gz
1026a ./opt/local/share/man/man3/ldns_dnssec_data_chain_print.3.gz
1027a ./opt/local/share/man/man3/ldns_dnssec_data_chain_struct.3.gz
1028a ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree.3.gz
1029a ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3.gz
1030a ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_ds_rrset.3.gz
1031a ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_no_sig.3.gz
1032a ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_normal_rrset.3.gz
1033a ./opt/local/share/man/man3/ldns_dnssec_name.3.gz
1034a ./opt/local/share/man/man3/ldns_dnssec_name_add_rr.3.gz
1035a ./opt/local/share/man/man3/ldns_dnssec_name_cmp.3.gz
1036a ./opt/local/share/man/man3/ldns_dnssec_name_find_rrset.3.gz
1037a ./opt/local/share/man/man3/ldns_dnssec_name_free.3.gz
1038a ./opt/local/share/man/man3/ldns_dnssec_name_name.3.gz
1039a ./opt/local/share/man/man3/ldns_dnssec_name_new.3.gz
1040a ./opt/local/share/man/man3/ldns_dnssec_name_new_frm_rr.3.gz
1041a ./opt/local/share/man/man3/ldns_dnssec_name_node_next_nonglue.3.gz
1042a ./opt/local/share/man/man3/ldns_dnssec_name_print.3.gz
1043a ./opt/local/share/man/man3/ldns_dnssec_name_set_name.3.gz
1044a ./opt/local/share/man/man3/ldns_dnssec_name_set_nsec.3.gz
1045a ./opt/local/share/man/man3/ldns_dnssec_remove_signatures.3.gz
1046a ./opt/local/share/man/man3/ldns_dnssec_rrs.3.gz
1047a ./opt/local/share/man/man3/ldns_dnssec_rrs_add_rr.3.gz
1048a ./opt/local/share/man/man3/ldns_dnssec_rrs_free.3.gz
1049a ./opt/local/share/man/man3/ldns_dnssec_rrs_new.3.gz
1050a ./opt/local/share/man/man3/ldns_dnssec_rrs_print.3.gz
1051a ./opt/local/share/man/man3/ldns_dnssec_rrsets.3.gz
1052a ./opt/local/share/man/man3/ldns_dnssec_rrsets_add_rr.3.gz
1053a ./opt/local/share/man/man3/ldns_dnssec_rrsets_free.3.gz
1054a ./opt/local/share/man/man3/ldns_dnssec_rrsets_new.3.gz
1055a ./opt/local/share/man/man3/ldns_dnssec_rrsets_print.3.gz
1056a ./opt/local/share/man/man3/ldns_dnssec_rrsets_set_type.3.gz
1057a ./opt/local/share/man/man3/ldns_dnssec_rrsets_type.3.gz
1058a ./opt/local/share/man/man3/ldns_dnssec_trust_tree.3.gz
1059a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_add_parent.3.gz
1060a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_contains_keys.3.gz
1061a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_depth.3.gz
1062a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_free.3.gz
1063a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_new.3.gz
1064a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_print.3.gz
1065a ./opt/local/share/man/man3/ldns_dnssec_trust_tree_print_sm.3.gz
1066a ./opt/local/share/man/man3/ldns_dnssec_verify_denial.3.gz
1067a ./opt/local/share/man/man3/ldns_dnssec_verify_denial_nsec3.3.gz
1068a ./opt/local/share/man/man3/ldns_dnssec_zone.3.gz
1069a ./opt/local/share/man/man3/ldns_dnssec_zone_add_empty_nonterminals.3.gz
1070a ./opt/local/share/man/man3/ldns_dnssec_zone_add_rr.3.gz
1071a ./opt/local/share/man/man3/ldns_dnssec_zone_create_nsecs.3.gz
1072a ./opt/local/share/man/man3/ldns_dnssec_zone_create_rrsigs.3.gz
1073a ./opt/local/share/man/man3/ldns_dnssec_zone_find_rrset.3.gz
1074a ./opt/local/share/man/man3/ldns_dnssec_zone_free.3.gz
1075a ./opt/local/share/man/man3/ldns_dnssec_zone_mark_glue.3.gz
1076a ./opt/local/share/man/man3/ldns_dnssec_zone_names_print.3.gz
1077a ./opt/local/share/man/man3/ldns_dnssec_zone_new.3.gz
1078a ./opt/local/share/man/man3/ldns_dnssec_zone_print.3.gz
1079a ./opt/local/share/man/man3/ldns_dnssec_zone_sign.3.gz
1080a ./opt/local/share/man/man3/ldns_dnssec_zone_sign_nsec3.3.gz
1081a ./opt/local/share/man/man3/ldns_duration2string.3.gz
1082a ./opt/local/share/man/man3/ldns_duration2time.3.gz
1083a ./opt/local/share/man/man3/ldns_duration_cleanup.3.gz
1084a ./opt/local/share/man/man3/ldns_duration_compare.3.gz
1085a ./opt/local/share/man/man3/ldns_duration_create.3.gz
1086a ./opt/local/share/man/man3/ldns_duration_create_from_string.3.gz
1087a ./opt/local/share/man/man3/ldns_duration_type.3.gz
1088a ./opt/local/share/man/man3/ldns_fget_token.3.gz
1089a ./opt/local/share/man/man3/ldns_fskipcs.3.gz
1090a ./opt/local/share/man/man3/ldns_get_errorstr_by_id.3.gz
1091a ./opt/local/share/man/man3/ldns_get_rr_class_by_name.3.gz
1092a ./opt/local/share/man/man3/ldns_get_rr_list_addr_by_name.3.gz
1093a ./opt/local/share/man/man3/ldns_get_rr_list_hosts_frm_file.3.gz
1094a ./opt/local/share/man/man3/ldns_get_rr_list_hosts_frm_fp.3.gz
1095a ./opt/local/share/man/man3/ldns_get_rr_list_hosts_frm_fp_l.3.gz
1096a ./opt/local/share/man/man3/ldns_get_rr_list_name_by_addr.3.gz
1097a ./opt/local/share/man/man3/ldns_get_rr_type_by_name.3.gz
1098a ./opt/local/share/man/man3/ldns_getaddrinfo.3.gz
1099a ./opt/local/share/man/man3/ldns_init_random.3.gz
1100a ./opt/local/share/man/man3/ldns_is_rrset.3.gz
1101a ./opt/local/share/man/man3/ldns_key.3.gz
1102a ./opt/local/share/man/man3/ldns_key2buffer_str.3.gz
1103a ./opt/local/share/man/man3/ldns_key2rr.3.gz
1104a ./opt/local/share/man/man3/ldns_key2str.3.gz
1105a ./opt/local/share/man/man3/ldns_key_algo_supported.3.gz
1106a ./opt/local/share/man/man3/ldns_key_algorithm.3.gz
1107a ./opt/local/share/man/man3/ldns_key_buf2dsa.3.gz
1108a ./opt/local/share/man/man3/ldns_key_buf2rsa.3.gz
1109a ./opt/local/share/man/man3/ldns_key_deep_free.3.gz
1110a ./opt/local/share/man/man3/ldns_key_dsa_key.3.gz
1111a ./opt/local/share/man/man3/ldns_key_expiration.3.gz
1112a ./opt/local/share/man/man3/ldns_key_flags.3.gz
1113a ./opt/local/share/man/man3/ldns_key_free.3.gz
1114a ./opt/local/share/man/man3/ldns_key_hmac_key.3.gz
1115a ./opt/local/share/man/man3/ldns_key_inception.3.gz
1116a ./opt/local/share/man/man3/ldns_key_keytag.3.gz
1117a ./opt/local/share/man/man3/ldns_key_list_free.3.gz
1118a ./opt/local/share/man/man3/ldns_key_list_key.3.gz
1119a ./opt/local/share/man/man3/ldns_key_list_key_count.3.gz
1120a ./opt/local/share/man/man3/ldns_key_list_new.3.gz
1121a ./opt/local/share/man/man3/ldns_key_list_pop_key.3.gz
1122a ./opt/local/share/man/man3/ldns_key_list_push_key.3.gz
1123a ./opt/local/share/man/man3/ldns_key_list_set_key_count.3.gz
1124a ./opt/local/share/man/man3/ldns_key_new.3.gz
1125a ./opt/local/share/man/man3/ldns_key_new_frm_algorithm.3.gz
1126a ./opt/local/share/man/man3/ldns_key_new_frm_fp.3.gz
1127a ./opt/local/share/man/man3/ldns_key_new_frm_fp_dsa.3.gz
1128a ./opt/local/share/man/man3/ldns_key_new_frm_fp_dsa_l.3.gz
1129a ./opt/local/share/man/man3/ldns_key_new_frm_fp_l.3.gz
1130a ./opt/local/share/man/man3/ldns_key_new_frm_fp_rsa.3.gz
1131a ./opt/local/share/man/man3/ldns_key_new_frm_fp_rsa_l.3.gz
1132a ./opt/local/share/man/man3/ldns_key_origttl.3.gz
1133a ./opt/local/share/man/man3/ldns_key_print.3.gz
1134a ./opt/local/share/man/man3/ldns_key_pubkey_owner.3.gz
1135a ./opt/local/share/man/man3/ldns_key_rr2ds.3.gz
1136a ./opt/local/share/man/man3/ldns_key_rsa_key.3.gz
1137a ./opt/local/share/man/man3/ldns_key_set_algorithm.3.gz
1138a ./opt/local/share/man/man3/ldns_key_set_dsa_key.3.gz
1139a ./opt/local/share/man/man3/ldns_key_set_expiration.3.gz
1140a ./opt/local/share/man/man3/ldns_key_set_flags.3.gz
1141a ./opt/local/share/man/man3/ldns_key_set_hmac_key.3.gz
1142a ./opt/local/share/man/man3/ldns_key_set_inception.3.gz
1143a ./opt/local/share/man/man3/ldns_key_set_keytag.3.gz
1144a ./opt/local/share/man/man3/ldns_key_set_origttl.3.gz
1145a ./opt/local/share/man/man3/ldns_key_set_pubkey_owner.3.gz
1146a ./opt/local/share/man/man3/ldns_key_set_rsa_key.3.gz
1147a ./opt/local/share/man/man3/ldns_native2rdf_int16.3.gz
1148a ./opt/local/share/man/man3/ldns_native2rdf_int16_data.3.gz
1149a ./opt/local/share/man/man3/ldns_native2rdf_int32.3.gz
1150a ./opt/local/share/man/man3/ldns_native2rdf_int8.3.gz
1151a ./opt/local/share/man/man3/ldns_octet.3.gz
1152a ./opt/local/share/man/man3/ldns_pkt.3.gz
1153a ./opt/local/share/man/man3/ldns_pkt2buffer_str.3.gz
1154a ./opt/local/share/man/man3/ldns_pkt2buffer_wire.3.gz
1155a ./opt/local/share/man/man3/ldns_pkt2str.3.gz
1156a ./opt/local/share/man/man3/ldns_pkt2wire.3.gz
1157a ./opt/local/share/man/man3/ldns_pkt_aa.3.gz
1158a ./opt/local/share/man/man3/ldns_pkt_ad.3.gz
1159a ./opt/local/share/man/man3/ldns_pkt_additional.3.gz
1160a ./opt/local/share/man/man3/ldns_pkt_ancount.3.gz
1161a ./opt/local/share/man/man3/ldns_pkt_answer.3.gz
1162a ./opt/local/share/man/man3/ldns_pkt_answerfrom.3.gz
1163a ./opt/local/share/man/man3/ldns_pkt_arcount.3.gz
1164a ./opt/local/share/man/man3/ldns_pkt_authority.3.gz
1165a ./opt/local/share/man/man3/ldns_pkt_cd.3.gz
1166a ./opt/local/share/man/man3/ldns_pkt_edns.3.gz
1167a ./opt/local/share/man/man3/ldns_pkt_edns_data.3.gz
1168a ./opt/local/share/man/man3/ldns_pkt_edns_extended_rcode.3.gz
1169a ./opt/local/share/man/man3/ldns_pkt_edns_udp_size.3.gz
1170a ./opt/local/share/man/man3/ldns_pkt_edns_version.3.gz
1171a ./opt/local/share/man/man3/ldns_pkt_edns_z.3.gz
1172a ./opt/local/share/man/man3/ldns_pkt_free.3.gz
1173a ./opt/local/share/man/man3/ldns_pkt_get_opcode.3.gz
1174a ./opt/local/share/man/man3/ldns_pkt_get_rcode.3.gz
1175a ./opt/local/share/man/man3/ldns_pkt_get_section_clone.3.gz
1176a ./opt/local/share/man/man3/ldns_pkt_id.3.gz
1177a ./opt/local/share/man/man3/ldns_pkt_new.3.gz
1178a ./opt/local/share/man/man3/ldns_pkt_nscount.3.gz
1179a ./opt/local/share/man/man3/ldns_pkt_print.3.gz
1180a ./opt/local/share/man/man3/ldns_pkt_qdcount.3.gz
1181a ./opt/local/share/man/man3/ldns_pkt_qr.3.gz
1182a ./opt/local/share/man/man3/ldns_pkt_query_new.3.gz
1183a ./opt/local/share/man/man3/ldns_pkt_query_new_frm_str.3.gz
1184a ./opt/local/share/man/man3/ldns_pkt_querytime.3.gz
1185a ./opt/local/share/man/man3/ldns_pkt_question.3.gz
1186a ./opt/local/share/man/man3/ldns_pkt_ra.3.gz
1187a ./opt/local/share/man/man3/ldns_pkt_rd.3.gz
1188a ./opt/local/share/man/man3/ldns_pkt_reply_type.3.gz
1189a ./opt/local/share/man/man3/ldns_pkt_rr_list_by_name.3.gz
1190a ./opt/local/share/man/man3/ldns_pkt_rr_list_by_name_and_type.3.gz
1191a ./opt/local/share/man/man3/ldns_pkt_rr_list_by_type.3.gz
1192a ./opt/local/share/man/man3/ldns_pkt_section.3.gz
1193a ./opt/local/share/man/man3/ldns_pkt_set_aa.3.gz
1194a ./opt/local/share/man/man3/ldns_pkt_set_ad.3.gz
1195a ./opt/local/share/man/man3/ldns_pkt_set_ancount.3.gz
1196a ./opt/local/share/man/man3/ldns_pkt_set_answerfrom.3.gz
1197a ./opt/local/share/man/man3/ldns_pkt_set_arcount.3.gz
1198a ./opt/local/share/man/man3/ldns_pkt_set_cd.3.gz
1199a ./opt/local/share/man/man3/ldns_pkt_set_edns_data.3.gz
1200a ./opt/local/share/man/man3/ldns_pkt_set_edns_extended_rcode.3.gz
1201a ./opt/local/share/man/man3/ldns_pkt_set_edns_udp_size.3.gz
1202a ./opt/local/share/man/man3/ldns_pkt_set_edns_version.3.gz
1203a ./opt/local/share/man/man3/ldns_pkt_set_edns_z.3.gz
1204a ./opt/local/share/man/man3/ldns_pkt_set_flags.3.gz
1205a ./opt/local/share/man/man3/ldns_pkt_set_id.3.gz
1206a ./opt/local/share/man/man3/ldns_pkt_set_nscount.3.gz
1207a ./opt/local/share/man/man3/ldns_pkt_set_opcode.3.gz
1208a ./opt/local/share/man/man3/ldns_pkt_set_qdcount.3.gz
1209a ./opt/local/share/man/man3/ldns_pkt_set_qr.3.gz
1210a ./opt/local/share/man/man3/ldns_pkt_set_querytime.3.gz
1211a ./opt/local/share/man/man3/ldns_pkt_set_ra.3.gz
1212a ./opt/local/share/man/man3/ldns_pkt_set_rcode.3.gz
1213a ./opt/local/share/man/man3/ldns_pkt_set_rd.3.gz
1214a ./opt/local/share/man/man3/ldns_pkt_set_section_count.3.gz
1215a ./opt/local/share/man/man3/ldns_pkt_set_size.3.gz
1216a ./opt/local/share/man/man3/ldns_pkt_set_tc.3.gz
1217a ./opt/local/share/man/man3/ldns_pkt_set_tsig.3.gz
1218a ./opt/local/share/man/man3/ldns_pkt_size.3.gz
1219a ./opt/local/share/man/man3/ldns_pkt_tc.3.gz
1220a ./opt/local/share/man/man3/ldns_pkt_tsig.3.gz
1221a ./opt/local/share/man/man3/ldns_pkt_tsig_sign.3.gz
1222a ./opt/local/share/man/man3/ldns_pkt_tsig_verify.3.gz
1223a ./opt/local/share/man/man3/ldns_pkt_type.3.gz
1224a ./opt/local/share/man/man3/ldns_pkt_verify.3.gz
1225a ./opt/local/share/man/man3/ldns_pktheader2buffer_str.3.gz
1226a ./opt/local/share/man/man3/ldns_rdf.3.gz
1227a ./opt/local/share/man/man3/ldns_rdf2buffer_str.3.gz
1228a ./opt/local/share/man/man3/ldns_rdf2buffer_str_a.3.gz
1229a ./opt/local/share/man/man3/ldns_rdf2buffer_str_aaaa.3.gz
1230a ./opt/local/share/man/man3/ldns_rdf2buffer_str_alg.3.gz
1231a ./opt/local/share/man/man3/ldns_rdf2buffer_str_apl.3.gz
1232a ./opt/local/share/man/man3/ldns_rdf2buffer_str_b64.3.gz
1233a ./opt/local/share/man/man3/ldns_rdf2buffer_str_class.3.gz
1234a ./opt/local/share/man/man3/ldns_rdf2buffer_str_hex.3.gz
1235a ./opt/local/share/man/man3/ldns_rdf2buffer_str_int16.3.gz
1236a ./opt/local/share/man/man3/ldns_rdf2buffer_str_int16_data.3.gz
1237a ./opt/local/share/man/man3/ldns_rdf2buffer_str_ipseckey.3.gz
1238a ./opt/local/share/man/man3/ldns_rdf2buffer_str_loc.3.gz
1239a ./opt/local/share/man/man3/ldns_rdf2buffer_str_nsap.3.gz
1240a ./opt/local/share/man/man3/ldns_rdf2buffer_str_nsec.3.gz
1241a ./opt/local/share/man/man3/ldns_rdf2buffer_str_period.3.gz
1242a ./opt/local/share/man/man3/ldns_rdf2buffer_str_str.3.gz
1243a ./opt/local/share/man/man3/ldns_rdf2buffer_str_tsigtime.3.gz
1244a ./opt/local/share/man/man3/ldns_rdf2buffer_str_type.3.gz
1245a ./opt/local/share/man/man3/ldns_rdf2buffer_str_unknown.3.gz
1246a ./opt/local/share/man/man3/ldns_rdf2buffer_str_wks.3.gz
1247a ./opt/local/share/man/man3/ldns_rdf2buffer_wire.3.gz
1248a ./opt/local/share/man/man3/ldns_rdf2native_int16.3.gz
1249a ./opt/local/share/man/man3/ldns_rdf2native_int32.3.gz
1250a ./opt/local/share/man/man3/ldns_rdf2native_int8.3.gz
1251a ./opt/local/share/man/man3/ldns_rdf2native_sockaddr_storage.3.gz
1252a ./opt/local/share/man/man3/ldns_rdf2native_time_t.3.gz
1253a ./opt/local/share/man/man3/ldns_rdf2str.3.gz
1254a ./opt/local/share/man/man3/ldns_rdf2wire.3.gz
1255a ./opt/local/share/man/man3/ldns_rdf_address_reverse.3.gz
1256a ./opt/local/share/man/man3/ldns_rdf_clone.3.gz
1257a ./opt/local/share/man/man3/ldns_rdf_compare.3.gz
1258a ./opt/local/share/man/man3/ldns_rdf_data.3.gz
1259a ./opt/local/share/man/man3/ldns_rdf_deep_free.3.gz
1260a ./opt/local/share/man/man3/ldns_rdf_free.3.gz
1261a ./opt/local/share/man/man3/ldns_rdf_get_type.3.gz
1262a ./opt/local/share/man/man3/ldns_rdf_new.3.gz
1263a ./opt/local/share/man/man3/ldns_rdf_new_frm_data.3.gz
1264a ./opt/local/share/man/man3/ldns_rdf_new_frm_fp.3.gz
1265a ./opt/local/share/man/man3/ldns_rdf_new_frm_str.3.gz
1266a ./opt/local/share/man/man3/ldns_rdf_print.3.gz
1267a ./opt/local/share/man/man3/ldns_rdf_set_data.3.gz
1268a ./opt/local/share/man/man3/ldns_rdf_set_size.3.gz
1269a ./opt/local/share/man/man3/ldns_rdf_set_type.3.gz
1270a ./opt/local/share/man/man3/ldns_rdf_size.3.gz
1271a ./opt/local/share/man/man3/ldns_rdf_type.3.gz
1272a ./opt/local/share/man/man3/ldns_rr.3.gz
1273a ./opt/local/share/man/man3/ldns_rr2buffer_str.3.gz
1274a ./opt/local/share/man/man3/ldns_rr2buffer_wire.3.gz
1275a ./opt/local/share/man/man3/ldns_rr2canonical.3.gz
1276a ./opt/local/share/man/man3/ldns_rr2str.3.gz
1277a ./opt/local/share/man/man3/ldns_rr2wire.3.gz
1278a ./opt/local/share/man/man3/ldns_rr_class.3.gz
1279a ./opt/local/share/man/man3/ldns_rr_compare.3.gz
1280a ./opt/local/share/man/man3/ldns_rr_compare_ds.3.gz
1281a ./opt/local/share/man/man3/ldns_rr_compress.3.gz
1282a ./opt/local/share/man/man3/ldns_rr_descript.3.gz
1283a ./opt/local/share/man/man3/ldns_rr_descriptor.3.gz
1284a ./opt/local/share/man/man3/ldns_rr_descriptor_field_type.3.gz
1285a ./opt/local/share/man/man3/ldns_rr_descriptor_maximum.3.gz
1286a ./opt/local/share/man/man3/ldns_rr_descriptor_minimum.3.gz
1287a ./opt/local/share/man/man3/ldns_rr_dnskey_algorithm.3.gz
1288a ./opt/local/share/man/man3/ldns_rr_dnskey_flags.3.gz
1289a ./opt/local/share/man/man3/ldns_rr_dnskey_key.3.gz
1290a ./opt/local/share/man/man3/ldns_rr_dnskey_protocol.3.gz
1291a ./opt/local/share/man/man3/ldns_rr_dnskey_set_algorithm.3.gz
1292a ./opt/local/share/man/man3/ldns_rr_dnskey_set_flags.3.gz
1293a ./opt/local/share/man/man3/ldns_rr_dnskey_set_key.3.gz
1294a ./opt/local/share/man/man3/ldns_rr_dnskey_set_protocol.3.gz
1295a ./opt/local/share/man/man3/ldns_rr_free.3.gz
1296a ./opt/local/share/man/man3/ldns_rr_get_class.3.gz
1297a ./opt/local/share/man/man3/ldns_rr_label_count.3.gz
1298a ./opt/local/share/man/man3/ldns_rr_list.3.gz
1299a ./opt/local/share/man/man3/ldns_rr_list2buffer_str.3.gz
1300a ./opt/local/share/man/man3/ldns_rr_list2str.3.gz
1301a ./opt/local/share/man/man3/ldns_rr_list_cat.3.gz
1302a ./opt/local/share/man/man3/ldns_rr_list_clone.3.gz
1303a ./opt/local/share/man/man3/ldns_rr_list_free.3.gz
1304a ./opt/local/share/man/man3/ldns_rr_list_new.3.gz
1305a ./opt/local/share/man/man3/ldns_rr_list_pop_rr.3.gz
1306a ./opt/local/share/man/man3/ldns_rr_list_push_rr.3.gz
1307a ./opt/local/share/man/man3/ldns_rr_list_rr_count.3.gz
1308a ./opt/local/share/man/man3/ldns_rr_list_set_rr_count.3.gz
1309a ./opt/local/share/man/man3/ldns_rr_list_sort.3.gz
1310a ./opt/local/share/man/man3/ldns_rr_mx_exchange.3.gz
1311a ./opt/local/share/man/man3/ldns_rr_mx_preference.3.gz
1312a ./opt/local/share/man/man3/ldns_rr_new.3.gz
1313a ./opt/local/share/man/man3/ldns_rr_new_frm_fp.3.gz
1314a ./opt/local/share/man/man3/ldns_rr_new_frm_str.3.gz
1315a ./opt/local/share/man/man3/ldns_rr_new_frm_type.3.gz
1316a ./opt/local/share/man/man3/ldns_rr_ns_nsdname.3.gz
1317a ./opt/local/share/man/man3/ldns_rr_owner.3.gz
1318a ./opt/local/share/man/man3/ldns_rr_pop_rdf.3.gz
1319a ./opt/local/share/man/man3/ldns_rr_print.3.gz
1320a ./opt/local/share/man/man3/ldns_rr_push_rdf.3.gz
1321a ./opt/local/share/man/man3/ldns_rr_rd_count.3.gz
1322a ./opt/local/share/man/man3/ldns_rr_rdata2buffer_wire.3.gz
1323a ./opt/local/share/man/man3/ldns_rr_rdf.3.gz
1324a ./opt/local/share/man/man3/ldns_rr_rrsig_algorithm.3.gz
1325a ./opt/local/share/man/man3/ldns_rr_rrsig_expiration.3.gz
1326a ./opt/local/share/man/man3/ldns_rr_rrsig_inception.3.gz
1327a ./opt/local/share/man/man3/ldns_rr_rrsig_keytag.3.gz
1328a ./opt/local/share/man/man3/ldns_rr_rrsig_labels.3.gz
1329a ./opt/local/share/man/man3/ldns_rr_rrsig_origttl.3.gz
1330a ./opt/local/share/man/man3/ldns_rr_rrsig_set_algorithm.3.gz
1331a ./opt/local/share/man/man3/ldns_rr_rrsig_set_expiration.3.gz
1332a ./opt/local/share/man/man3/ldns_rr_rrsig_set_inception.3.gz
1333a ./opt/local/share/man/man3/ldns_rr_rrsig_set_keytag.3.gz
1334a ./opt/local/share/man/man3/ldns_rr_rrsig_set_labels.3.gz
1335a ./opt/local/share/man/man3/ldns_rr_rrsig_set_origttl.3.gz
1336a ./opt/local/share/man/man3/ldns_rr_rrsig_set_sig.3.gz
1337a ./opt/local/share/man/man3/ldns_rr_rrsig_set_signame.3.gz
1338a ./opt/local/share/man/man3/ldns_rr_rrsig_set_typecovered.3.gz
1339a ./opt/local/share/man/man3/ldns_rr_rrsig_sig.3.gz
1340a ./opt/local/share/man/man3/ldns_rr_rrsig_signame.3.gz
1341a ./opt/local/share/man/man3/ldns_rr_rrsig_typecovered.3.gz
1342a ./opt/local/share/man/man3/ldns_rr_set_class.3.gz
1343a ./opt/local/share/man/man3/ldns_rr_set_owner.3.gz
1344a ./opt/local/share/man/man3/ldns_rr_set_pop_rr.3.gz
1345a ./opt/local/share/man/man3/ldns_rr_set_push_rr.3.gz
1346a ./opt/local/share/man/man3/ldns_rr_set_rd_count.3.gz
1347a ./opt/local/share/man/man3/ldns_rr_set_rdf.3.gz
1348a ./opt/local/share/man/man3/ldns_rr_set_ttl.3.gz
1349a ./opt/local/share/man/man3/ldns_rr_set_type.3.gz
1350a ./opt/local/share/man/man3/ldns_rr_ttl.3.gz
1351a ./opt/local/share/man/man3/ldns_rr_type.3.gz
1352a ./opt/local/share/man/man3/ldns_rr_uncompressed_size.3.gz
1353a ./opt/local/share/man/man3/ldns_rrsig2buffer_wire.3.gz
1354a ./opt/local/share/man/man3/ldns_send.3.gz
1355a ./opt/local/share/man/man3/ldns_sign_public.3.gz
1356a ./opt/local/share/man/man3/ldns_sign_public_dsa.3.gz
1357a ./opt/local/share/man/man3/ldns_sign_public_rsamd5.3.gz
1358a ./opt/local/share/man/man3/ldns_sign_public_rsasha1.3.gz
1359a ./opt/local/share/man/man3/ldns_status.3.gz
1360a ./opt/local/share/man/man3/ldns_str2period.3.gz
1361a ./opt/local/share/man/man3/ldns_tcp_connect.3.gz
1362a ./opt/local/share/man/man3/ldns_tcp_read_wire.3.gz
1363a ./opt/local/share/man/man3/ldns_tcp_send_query.3.gz
1364a ./opt/local/share/man/man3/ldns_update_adcount.3.gz
1365a ./opt/local/share/man/man3/ldns_update_pkt_new.3.gz
1366a ./opt/local/share/man/man3/ldns_update_pkt_tsig_add.3.gz
1367a ./opt/local/share/man/man3/ldns_update_prcount.3.gz
1368a ./opt/local/share/man/man3/ldns_update_set_adcount.3.gz
1369a ./opt/local/share/man/man3/ldns_update_set_prcount.3.gz
1370a ./opt/local/share/man/man3/ldns_update_set_upcount.3.gz
1371a ./opt/local/share/man/man3/ldns_update_set_zocount.3.gz
1372a ./opt/local/share/man/man3/ldns_update_upcount.3.gz
1373a ./opt/local/share/man/man3/ldns_update_zocount.3.gz
1374a ./opt/local/share/man/man3/ldns_verify.3.gz
1375a ./opt/local/share/man/man3/ldns_verify_notime.3.gz
1376a ./opt/local/share/man/man3/ldns_verify_rrsig.3.gz
1377a ./opt/local/share/man/man3/ldns_verify_rrsig_dsa.3.gz
1378a ./opt/local/share/man/man3/ldns_verify_rrsig_keylist.3.gz
1379a ./opt/local/share/man/man3/ldns_verify_rrsig_keylist_notime.3.gz
1380a ./opt/local/share/man/man3/ldns_verify_rrsig_rsamd5.3.gz
1381a ./opt/local/share/man/man3/ldns_verify_rrsig_rsasha1.3.gz
1382a ./opt/local/share/man/man3/ldns_version.3.gz
1383a ./opt/local/share/man/man3/ldns_wire2dname.3.gz
1384a ./opt/local/share/man/man3/ldns_wire2pkt.3.gz
1385a ./opt/local/share/man/man3/ldns_wire2rdf.3.gz
1386a ./opt/local/share/man/man3/ldns_wire2rr.3.gz
1387a ./opt/local/share/man/man3/ldns_zone.3.gz
1388a ./opt/local/share/man/man3/ldns_zone_deep_free.3.gz
1389a ./opt/local/share/man/man3/ldns_zone_free.3.gz
1390a ./opt/local/share/man/man3/ldns_zone_glue_rr_list.3.gz
1391a ./opt/local/share/man/man3/ldns_zone_new.3.gz
1392a ./opt/local/share/man/man3/ldns_zone_new_frm_fp.3.gz
1393a ./opt/local/share/man/man3/ldns_zone_new_frm_fp_l.3.gz
1394a ./opt/local/share/man/man3/ldns_zone_print.3.gz
1395a ./opt/local/share/man/man3/ldns_zone_print_fmt.3.gz
1396a ./opt/local/share/man/man3/ldns_zone_push_rr.3.gz
1397a ./opt/local/share/man/man3/ldns_zone_push_rr_list.3.gz
1398a ./opt/local/share/man/man3/ldns_zone_rr_count.3.gz
1399a ./opt/local/share/man/man3/ldns_zone_rrs.3.gz
1400a ./opt/local/share/man/man3/ldns_zone_set_rrs.3.gz
1401a ./opt/local/share/man/man3/ldns_zone_set_soa.3.gz
1402a ./opt/local/share/man/man3/ldns_zone_sign.3.gz
1403a ./opt/local/share/man/man3/ldns_zone_sign_nsec3.3.gz
1404a ./opt/local/share/man/man3/ldns_zone_soa.3.gz
1405a ./opt/local/share/man/man3/ldns_zone_sort.3.gz
1406a ./opt/local/share/man/man1/ldns-config.1.gz
1407a ./opt/local/lib/libldns.2.dylib
1408a ./opt/local/lib/libldns.a
1409a ./opt/local/lib/libldns.dylib
1410a ./opt/local/lib/pkgconfig
1411a ./opt/local/lib/pkgconfig/libldns.pc
1412a ./opt/local/include/ldns
1413a ./opt/local/include/ldns/buffer.h
1414a ./opt/local/include/ldns/common.h
1415a ./opt/local/include/ldns/dane.h
1416a ./opt/local/include/ldns/dname.h
1417a ./opt/local/include/ldns/dnssec.h
1418a ./opt/local/include/ldns/dnssec_sign.h
1419a ./opt/local/include/ldns/dnssec_verify.h
1420a ./opt/local/include/ldns/dnssec_zone.h
1421a ./opt/local/include/ldns/duration.h
1422a ./opt/local/include/ldns/error.h
1423a ./opt/local/include/ldns/higher.h
1424a ./opt/local/include/ldns/host2str.h
1425a ./opt/local/include/ldns/host2wire.h
1426a ./opt/local/include/ldns/keys.h
1427a ./opt/local/include/ldns/ldns.h
1428a ./opt/local/include/ldns/net.h
1429a ./opt/local/include/ldns/packet.h
1430a ./opt/local/include/ldns/parse.h
1431a ./opt/local/include/ldns/radix.h
1432a ./opt/local/include/ldns/rbtree.h
1433a ./opt/local/include/ldns/rdata.h
1434a ./opt/local/include/ldns/resolver.h
1435a ./opt/local/include/ldns/rr.h
1436a ./opt/local/include/ldns/rr_functions.h
1437a ./opt/local/include/ldns/sha1.h
1438a ./opt/local/include/ldns/sha2.h
1439a ./opt/local/include/ldns/str2host.h
1440a ./opt/local/include/ldns/tsig.h
1441a ./opt/local/include/ldns/update.h
1442a ./opt/local/include/ldns/util.h
1443a ./opt/local/include/ldns/wire2host.h
1444a ./opt/local/include/ldns/zone.h
1445a ./opt/local/bin/ldns-config
1446--->  Activating ldns @1.7.0_0
1447x ./
1448x ./+COMMENT
1449x ./+CONTENTS
1450x ./+DESC
1451x ./+PORTFILE
1452x ./+STATE
1453x ./opt/
1454x ./opt/local/
1455x ./opt/local/bin/
1456x ./opt/local/include/
1457x ./opt/local/lib/
1458x ./opt/local/share/
1459x ./opt/local/share/man/
1460x ./opt/local/share/man/man1/
1461x ./opt/local/share/man/man3/
1462x ./opt/local/share/man/man3/ldns_algorithm.3.gz
1463x ./opt/local/share/man/man3/ldns_axfr_abort.3.gz
1464x ./opt/local/share/man/man3/ldns_axfr_complete.3.gz
1465x ./opt/local/share/man/man3/ldns_axfr_last_pkt.3.gz
1466x ./opt/local/share/man/man3/ldns_axfr_next.3.gz
1467x ./opt/local/share/man/man3/ldns_axfr_start.3.gz
1468x ./opt/local/share/man/man3/ldns_b32_ntop_calculate_size.3.gz
1469x ./opt/local/share/man/man3/ldns_b32_pton_calculate_size.3.gz
1470x ./opt/local/share/man/man3/ldns_b64_ntop_calculate_size.3.gz
1471x ./opt/local/share/man/man3/ldns_b64_pton_calculate_size.3.gz
1472x ./opt/local/share/man/man3/ldns_bget_token.3.gz
1473x ./opt/local/share/man/man3/ldns_bgetc.3.gz
1474x ./opt/local/share/man/man3/ldns_bskipcs.3.gz
1475x ./opt/local/share/man/man3/ldns_bubblebabble.3.gz
1476x ./opt/local/share/man/man3/ldns_buffer.3.gz
1477x ./opt/local/share/man/man3/ldns_buffer2pkt_wire.3.gz
1478x ./opt/local/share/man/man3/ldns_buffer2str.3.gz
1479x ./opt/local/share/man/man3/ldns_buffer_at.3.gz
1480x ./opt/local/share/man/man3/ldns_buffer_available.3.gz
1481x ./opt/local/share/man/man3/ldns_buffer_available_at.3.gz
1482x ./opt/local/share/man/man3/ldns_buffer_begin.3.gz
1483x ./opt/local/share/man/man3/ldns_buffer_capacity.3.gz
1484x ./opt/local/share/man/man3/ldns_buffer_clear.3.gz
1485x ./opt/local/share/man/man3/ldns_buffer_copy.3.gz
1486x ./opt/local/share/man/man3/ldns_buffer_current.3.gz
1487x ./opt/local/share/man/man3/ldns_buffer_end.3.gz
1488x ./opt/local/share/man/man3/ldns_buffer_export.3.gz
1489x ./opt/local/share/man/man3/ldns_buffer_export2str.3.gz
1490x ./opt/local/share/man/man3/ldns_buffer_flip.3.gz
1491x ./opt/local/share/man/man3/ldns_buffer_free.3.gz
1492x ./opt/local/share/man/man3/ldns_buffer_limit.3.gz
1493x ./opt/local/share/man/man3/ldns_buffer_new.3.gz
1494x ./opt/local/share/man/man3/ldns_buffer_new_frm_data.3.gz
1495x ./opt/local/share/man/man3/ldns_buffer_position.3.gz
1496x ./opt/local/share/man/man3/ldns_buffer_printf.3.gz
1497x ./opt/local/share/man/man3/ldns_buffer_read.3.gz
1498x ./opt/local/share/man/man3/ldns_buffer_read_at.3.gz
1499x ./opt/local/share/man/man3/ldns_buffer_read_u16.3.gz
1500x ./opt/local/share/man/man3/ldns_buffer_read_u16_at.3.gz
1501x ./opt/local/share/man/man3/ldns_buffer_read_u32.3.gz
1502x ./opt/local/share/man/man3/ldns_buffer_read_u32_at.3.gz
1503x ./opt/local/share/man/man3/ldns_buffer_read_u8.3.gz
1504x ./opt/local/share/man/man3/ldns_buffer_read_u8_at.3.gz
1505x ./opt/local/share/man/man3/ldns_buffer_remaining.3.gz
1506x ./opt/local/share/man/man3/ldns_buffer_remaining_at.3.gz
1507x ./opt/local/share/man/man3/ldns_buffer_reserve.3.gz
1508x ./opt/local/share/man/man3/ldns_buffer_rewind.3.gz
1509x ./opt/local/share/man/man3/ldns_buffer_set_capacity.3.gz
1510x ./opt/local/share/man/man3/ldns_buffer_set_limit.3.gz
1511x ./opt/local/share/man/man3/ldns_buffer_set_position.3.gz
1512x ./opt/local/share/man/man3/ldns_buffer_skip.3.gz
1513x ./opt/local/share/man/man3/ldns_buffer_status.3.gz
1514x ./opt/local/share/man/man3/ldns_buffer_status_ok.3.gz
1515x ./opt/local/share/man/man3/ldns_buffer_write.3.gz
1516x ./opt/local/share/man/man3/ldns_buffer_write_at.3.gz
1517x ./opt/local/share/man/man3/ldns_buffer_write_string.3.gz
1518x ./opt/local/share/man/man3/ldns_buffer_write_string_at.3.gz
1519x ./opt/local/share/man/man3/ldns_buffer_write_u16.3.gz
1520x ./opt/local/share/man/man3/ldns_buffer_write_u16_at.3.gz
1521x ./opt/local/share/man/man3/ldns_buffer_write_u32.3.gz
1522x ./opt/local/share/man/man3/ldns_buffer_write_u32_at.3.gz
1523x ./opt/local/share/man/man3/ldns_buffer_write_u8.3.gz
1524x ./opt/local/share/man/man3/ldns_buffer_write_u8_at.3.gz
1525x ./opt/local/share/man/man3/ldns_calc_keytag.3.gz
1526x ./opt/local/share/man/man3/ldns_calc_keytag_raw.3.gz
1527x ./opt/local/share/man/man3/ldns_create_nsec.3.gz
1528x ./opt/local/share/man/man3/ldns_dane_cert2rdf.3.gz
1529x ./opt/local/share/man/man3/ldns_dane_create_tlsa_owner.3.gz
1530x ./opt/local/share/man/man3/ldns_dane_create_tlsa_rr.3.gz
1531x ./opt/local/share/man/man3/ldns_dane_select_certificate.3.gz
1532x ./opt/local/share/man/man3/ldns_dane_verify.3.gz
1533x ./opt/local/share/man/man3/ldns_dane_verify_rr.3.gz
1534x ./opt/local/share/man/man3/ldns_dname2canonical.3.gz
1535x ./opt/local/share/man/man3/ldns_dname_cat.3.gz
1536x ./opt/local/share/man/man3/ldns_dname_cat_clone.3.gz
1537x ./opt/local/share/man/man3/ldns_dname_compare.3.gz
1538x ./opt/local/share/man/man3/ldns_dname_interval.3.gz
1539x ./opt/local/share/man/man3/ldns_dname_is_subdomain.3.gz
1540x ./opt/local/share/man/man3/ldns_dname_label.3.gz
1541x ./opt/local/share/man/man3/ldns_dname_label_count.3.gz
1542x ./opt/local/share/man/man3/ldns_dname_left_chop.3.gz
1543x ./opt/local/share/man/man3/ldns_dname_new.3.gz
1544x ./opt/local/share/man/man3/ldns_dname_new_frm_data.3.gz
1545x ./opt/local/share/man/man3/ldns_dname_new_frm_str.3.gz
1546x ./opt/local/share/man/man3/ldns_dname_str_absolute.3.gz
1547x ./opt/local/share/man/man3/ldns_dnssec_build_data_chain.3.gz
1548x ./opt/local/share/man/man3/ldns_dnssec_data_chain.3.gz
1549x ./opt/local/share/man/man3/ldns_dnssec_data_chain_deep_free.3.gz
1550x ./opt/local/share/man/man3/ldns_dnssec_data_chain_free.3.gz
1551x ./opt/local/share/man/man3/ldns_dnssec_data_chain_new.3.gz
1552x ./opt/local/share/man/man3/ldns_dnssec_data_chain_print.3.gz
1553x ./opt/local/share/man/man3/ldns_dnssec_data_chain_struct.3.gz
1554x ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree.3.gz
1555x ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_dnskey_rrset.3.gz
1556x ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_ds_rrset.3.gz
1557x ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_no_sig.3.gz
1558x ./opt/local/share/man/man3/ldns_dnssec_derive_trust_tree_normal_rrset.3.gz
1559x ./opt/local/share/man/man3/ldns_dnssec_name.3.gz
1560x ./opt/local/share/man/man3/ldns_dnssec_name_add_rr.3.gz
1561x ./opt/local/share/man/man3/ldns_dnssec_name_cmp.3.gz
1562x ./opt/local/share/man/man3/ldns_dnssec_name_find_rrset.3.gz
1563x ./opt/local/share/man/man3/ldns_dnssec_name_free.3.gz
1564x ./opt/local/share/man/man3/ldns_dnssec_name_name.3.gz
1565x ./opt/local/share/man/man3/ldns_dnssec_name_new.3.gz
1566x ./opt/local/share/man/man3/ldns_dnssec_name_new_frm_rr.3.gz
1567x ./opt/local/share/man/man3/ldns_dnssec_name_node_next_nonglue.3.gz
1568x ./opt/local/share/man/man3/ldns_dnssec_name_print.3.gz
1569x ./opt/local/share/man/man3/ldns_dnssec_name_set_name.3.gz
1570x ./opt/local/share/man/man3/ldns_dnssec_name_set_nsec.3.gz
1571x ./opt/local/share/man/man3/ldns_dnssec_remove_signatures.3.gz
1572x ./opt/local/share/man/man3/ldns_dnssec_rrs.3.gz
1573x ./opt/local/share/man/man3/ldns_dnssec_rrs_add_rr.3.gz
1574x ./opt/local/share/man/man3/ldns_dnssec_rrs_free.3.gz
1575x ./opt/local/share/man/man3/ldns_dnssec_rrs_new.3.gz
1576x ./opt/local/share/man/man3/ldns_dnssec_rrs_print.3.gz
1577x ./opt/local/share/man/man3/ldns_dnssec_rrsets.3.gz
1578x ./opt/local/share/man/man3/ldns_dnssec_rrsets_add_rr.3.gz
1579x ./opt/local/share/man/man3/ldns_dnssec_rrsets_free.3.gz
1580x ./opt/local/share/man/man3/ldns_dnssec_rrsets_new.3.gz
1581x ./opt/local/share/man/man3/ldns_dnssec_rrsets_print.3.gz
1582x ./opt/local/share/man/man3/ldns_dnssec_rrsets_set_type.3.gz
1583x ./opt/local/share/man/man3/ldns_dnssec_rrsets_type.3.gz
1584x ./opt/local/share/man/man3/ldns_dnssec_trust_tree.3.gz
1585x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_add_parent.3.gz
1586x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_contains_keys.3.gz
1587x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_depth.3.gz
1588x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_free.3.gz
1589x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_new.3.gz
1590x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_print.3.gz
1591x ./opt/local/share/man/man3/ldns_dnssec_trust_tree_print_sm.3.gz
1592x ./opt/local/share/man/man3/ldns_dnssec_verify_denial.3.gz
1593x ./opt/local/share/man/man3/ldns_dnssec_verify_denial_nsec3.3.gz
1594x ./opt/local/share/man/man3/ldns_dnssec_zone.3.gz
1595x ./opt/local/share/man/man3/ldns_dnssec_zone_add_empty_nonterminals.3.gz
1596x ./opt/local/share/man/man3/ldns_dnssec_zone_add_rr.3.gz
1597x ./opt/local/share/man/man3/ldns_dnssec_zone_create_nsecs.3.gz
1598x ./opt/local/share/man/man3/ldns_dnssec_zone_create_rrsigs.3.gz
1599x ./opt/local/share/man/man3/ldns_dnssec_zone_find_rrset.3.gz
1600x ./opt/local/share/man/man3/ldns_dnssec_zone_free.3.gz
1601x ./opt/local/share/man/man3/ldns_dnssec_zone_mark_glue.3.gz
1602x ./opt/local/share/man/man3/ldns_dnssec_zone_names_print.3.gz
1603x ./opt/local/share/man/man3/ldns_dnssec_zone_new.3.gz
1604x ./opt/local/share/man/man3/ldns_dnssec_zone_print.3.gz
1605x ./opt/local/share/man/man3/ldns_dnssec_zone_sign.3.gz
1606x ./opt/local/share/man/man3/ldns_dnssec_zone_sign_nsec3.3.gz
1607x ./opt/local/share/man/man3/ldns_duration2string.3.gz
1608x ./opt/local/share/man/man3/ldns_duration2time.3.gz
1609x ./opt/local/share/man/man3/ldns_duration_cleanup.3.gz
1610x ./opt/local/share/man/man3/ldns_duration_compare.3.gz
1611x ./opt/local/share/man/man3/ldns_duration_create.3.gz
1612x ./opt/local/share/man/man3/ldns_duration_create_from_string.3.gz
1613x ./opt/local/share/man/man3/ldns_duration_type.3.gz
1614x ./opt/local/share/man/man3/ldns_fget_token.3.gz
1615x ./opt/local/share/man/man3/ldns_fskipcs.3.gz
1616x ./opt/local/share/man/man3/ldns_get_errorstr_by_id.3.gz
1617x ./opt/local/share/man/man3/ldns_get_rr_class_by_name.3.gz
1618x ./opt/local/share/man/man3/ldns_get_rr_list_addr_by_name.3.gz
1619x ./opt/local/share/man/man3/ldns_get_rr_list_hosts_frm_file.3.gz
1620x ./opt/local/share/man/man3/ldns_get_rr_list_hosts_frm_fp.3.gz
1621x ./opt/local/share/man/man3/ldns_get_rr_list_hosts_frm_fp_l.3.gz
1622x ./opt/local/share/man/man3/ldns_get_rr_list_name_by_addr.3.gz
1623x ./opt/local/share/man/man3/ldns_get_rr_type_by_name.3.gz
1624x ./opt/local/share/man/man3/ldns_getaddrinfo.3.gz
1625x ./opt/local/share/man/man3/ldns_init_random.3.gz
1626x ./opt/local/share/man/man3/ldns_is_rrset.3.gz
1627x ./opt/local/share/man/man3/ldns_key.3.gz
1628x ./opt/local/share/man/man3/ldns_key2buffer_str.3.gz
1629x ./opt/local/share/man/man3/ldns_key2rr.3.gz
1630x ./opt/local/share/man/man3/ldns_key2str.3.gz
1631x ./opt/local/share/man/man3/ldns_key_algo_supported.3.gz
1632x ./opt/local/share/man/man3/ldns_key_algorithm.3.gz
1633x ./opt/local/share/man/man3/ldns_key_buf2dsa.3.gz
1634x ./opt/local/share/man/man3/ldns_key_buf2rsa.3.gz
1635x ./opt/local/share/man/man3/ldns_key_deep_free.3.gz
1636x ./opt/local/share/man/man3/ldns_key_dsa_key.3.gz
1637x ./opt/local/share/man/man3/ldns_key_expiration.3.gz
1638x ./opt/local/share/man/man3/ldns_key_flags.3.gz
1639x ./opt/local/share/man/man3/ldns_key_free.3.gz
1640x ./opt/local/share/man/man3/ldns_key_hmac_key.3.gz
1641x ./opt/local/share/man/man3/ldns_key_inception.3.gz
1642x ./opt/local/share/man/man3/ldns_key_keytag.3.gz
1643x ./opt/local/share/man/man3/ldns_key_list_free.3.gz
1644x ./opt/local/share/man/man3/ldns_key_list_key.3.gz
1645x ./opt/local/share/man/man3/ldns_key_list_key_count.3.gz
1646x ./opt/local/share/man/man3/ldns_key_list_new.3.gz
1647x ./opt/local/share/man/man3/ldns_key_list_pop_key.3.gz
1648x ./opt/local/share/man/man3/ldns_key_list_push_key.3.gz
1649x ./opt/local/share/man/man3/ldns_key_list_set_key_count.3.gz
1650x ./opt/local/share/man/man3/ldns_key_new.3.gz
1651x ./opt/local/share/man/man3/ldns_key_new_frm_algorithm.3.gz
1652x ./opt/local/share/man/man3/ldns_key_new_frm_fp.3.gz
1653x ./opt/local/share/man/man3/ldns_key_new_frm_fp_dsa.3.gz
1654x ./opt/local/share/man/man3/ldns_key_new_frm_fp_dsa_l.3.gz
1655x ./opt/local/share/man/man3/ldns_key_new_frm_fp_l.3.gz
1656x ./opt/local/share/man/man3/ldns_key_new_frm_fp_rsa.3.gz
1657x ./opt/local/share/man/man3/ldns_key_new_frm_fp_rsa_l.3.gz
1658x ./opt/local/share/man/man3/ldns_key_origttl.3.gz
1659x ./opt/local/share/man/man3/ldns_key_print.3.gz
1660x ./opt/local/share/man/man3/ldns_key_pubkey_owner.3.gz
1661x ./opt/local/share/man/man3/ldns_key_rr2ds.3.gz
1662x ./opt/local/share/man/man3/ldns_key_rsa_key.3.gz
1663x ./opt/local/share/man/man3/ldns_key_set_algorithm.3.gz
1664x ./opt/local/share/man/man3/ldns_key_set_dsa_key.3.gz
1665x ./opt/local/share/man/man3/ldns_key_set_expiration.3.gz
1666x ./opt/local/share/man/man3/ldns_key_set_flags.3.gz
1667x ./opt/local/share/man/man3/ldns_key_set_hmac_key.3.gz
1668x ./opt/local/share/man/man3/ldns_key_set_inception.3.gz
1669x ./opt/local/share/man/man3/ldns_key_set_keytag.3.gz
1670x ./opt/local/share/man/man3/ldns_key_set_origttl.3.gz
1671x ./opt/local/share/man/man3/ldns_key_set_pubkey_owner.3.gz
1672x ./opt/local/share/man/man3/ldns_key_set_rsa_key.3.gz
1673x ./opt/local/share/man/man3/ldns_native2rdf_int16.3.gz
1674x ./opt/local/share/man/man3/ldns_native2rdf_int16_data.3.gz
1675x ./opt/local/share/man/man3/ldns_native2rdf_int32.3.gz
1676x ./opt/local/share/man/man3/ldns_native2rdf_int8.3.gz
1677x ./opt/local/share/man/man3/ldns_octet.3.gz
1678x ./opt/local/share/man/man3/ldns_pkt.3.gz
1679x ./opt/local/share/man/man3/ldns_pkt2buffer_str.3.gz
1680x ./opt/local/share/man/man3/ldns_pkt2buffer_wire.3.gz
1681x ./opt/local/share/man/man3/ldns_pkt2str.3.gz
1682x ./opt/local/share/man/man3/ldns_pkt2wire.3.gz
1683x ./opt/local/share/man/man3/ldns_pkt_aa.3.gz
1684x ./opt/local/share/man/man3/ldns_pkt_ad.3.gz
1685x ./opt/local/share/man/man3/ldns_pkt_additional.3.gz
1686x ./opt/local/share/man/man3/ldns_pkt_ancount.3.gz
1687x ./opt/local/share/man/man3/ldns_pkt_answer.3.gz
1688x ./opt/local/share/man/man3/ldns_pkt_answerfrom.3.gz
1689x ./opt/local/share/man/man3/ldns_pkt_arcount.3.gz
1690x ./opt/local/share/man/man3/ldns_pkt_authority.3.gz
1691x ./opt/local/share/man/man3/ldns_pkt_cd.3.gz
1692x ./opt/local/share/man/man3/ldns_pkt_edns.3.gz
1693x ./opt/local/share/man/man3/ldns_pkt_edns_data.3.gz
1694x ./opt/local/share/man/man3/ldns_pkt_edns_extended_rcode.3.gz
1695x ./opt/local/share/man/man3/ldns_pkt_edns_udp_size.3.gz
1696x ./opt/local/share/man/man3/ldns_pkt_edns_version.3.gz
1697x ./opt/local/share/man/man3/ldns_pkt_edns_z.3.gz
1698x ./opt/local/share/man/man3/ldns_pkt_free.3.gz
1699x ./opt/local/share/man/man3/ldns_pkt_get_opcode.3.gz
1700x ./opt/local/share/man/man3/ldns_pkt_get_rcode.3.gz
1701x ./opt/local/share/man/man3/ldns_pkt_get_section_clone.3.gz
1702x ./opt/local/share/man/man3/ldns_pkt_id.3.gz
1703x ./opt/local/share/man/man3/ldns_pkt_new.3.gz
1704x ./opt/local/share/man/man3/ldns_pkt_nscount.3.gz
1705x ./opt/local/share/man/man3/ldns_pkt_print.3.gz
1706x ./opt/local/share/man/man3/ldns_pkt_qdcount.3.gz
1707x ./opt/local/share/man/man3/ldns_pkt_qr.3.gz
1708x ./opt/local/share/man/man3/ldns_pkt_query_new.3.gz
1709x ./opt/local/share/man/man3/ldns_pkt_query_new_frm_str.3.gz
1710x ./opt/local/share/man/man3/ldns_pkt_querytime.3.gz
1711x ./opt/local/share/man/man3/ldns_pkt_question.3.gz
1712x ./opt/local/share/man/man3/ldns_pkt_ra.3.gz
1713x ./opt/local/share/man/man3/ldns_pkt_rd.3.gz
1714x ./opt/local/share/man/man3/ldns_pkt_reply_type.3.gz
1715x ./opt/local/share/man/man3/ldns_pkt_rr_list_by_name.3.gz
1716x ./opt/local/share/man/man3/ldns_pkt_rr_list_by_name_and_type.3.gz
1717x ./opt/local/share/man/man3/ldns_pkt_rr_list_by_type.3.gz
1718x ./opt/local/share/man/man3/ldns_pkt_section.3.gz
1719x ./opt/local/share/man/man3/ldns_pkt_set_aa.3.gz
1720x ./opt/local/share/man/man3/ldns_pkt_set_ad.3.gz
1721x ./opt/local/share/man/man3/ldns_pkt_set_ancount.3.gz
1722x ./opt/local/share/man/man3/ldns_pkt_set_answerfrom.3.gz
1723x ./opt/local/share/man/man3/ldns_pkt_set_arcount.3.gz
1724x ./opt/local/share/man/man3/ldns_pkt_set_cd.3.gz
1725x ./opt/local/share/man/man3/ldns_pkt_set_edns_data.3.gz
1726x ./opt/local/share/man/man3/ldns_pkt_set_edns_extended_rcode.3.gz
1727x ./opt/local/share/man/man3/ldns_pkt_set_edns_udp_size.3.gz
1728x ./opt/local/share/man/man3/ldns_pkt_set_edns_version.3.gz
1729x ./opt/local/share/man/man3/ldns_pkt_set_edns_z.3.gz
1730x ./opt/local/share/man/man3/ldns_pkt_set_flags.3.gz
1731x ./opt/local/share/man/man3/ldns_pkt_set_id.3.gz
1732x ./opt/local/share/man/man3/ldns_pkt_set_nscount.3.gz
1733x ./opt/local/share/man/man3/ldns_pkt_set_opcode.3.gz
1734x ./opt/local/share/man/man3/ldns_pkt_set_qdcount.3.gz
1735x ./opt/local/share/man/man3/ldns_pkt_set_qr.3.gz
1736x ./opt/local/share/man/man3/ldns_pkt_set_querytime.3.gz
1737x ./opt/local/share/man/man3/ldns_pkt_set_ra.3.gz
1738x ./opt/local/share/man/man3/ldns_pkt_set_rcode.3.gz
1739x ./opt/local/share/man/man3/ldns_pkt_set_rd.3.gz
1740x ./opt/local/share/man/man3/ldns_pkt_set_section_count.3.gz
1741x ./opt/local/share/man/man3/ldns_pkt_set_size.3.gz
1742x ./opt/local/share/man/man3/ldns_pkt_set_tc.3.gz
1743x ./opt/local/share/man/man3/ldns_pkt_set_tsig.3.gz
1744x ./opt/local/share/man/man3/ldns_pkt_size.3.gz
1745x ./opt/local/share/man/man3/ldns_pkt_tc.3.gz
1746x ./opt/local/share/man/man3/ldns_pkt_tsig.3.gz
1747x ./opt/local/share/man/man3/ldns_pkt_tsig_sign.3.gz
1748x ./opt/local/share/man/man3/ldns_pkt_tsig_verify.3.gz
1749x ./opt/local/share/man/man3/ldns_pkt_type.3.gz
1750x ./opt/local/share/man/man3/ldns_pkt_verify.3.gz
1751x ./opt/local/share/man/man3/ldns_pktheader2buffer_str.3.gz
1752x ./opt/local/share/man/man3/ldns_rdf.3.gz
1753x ./opt/local/share/man/man3/ldns_rdf2buffer_str.3.gz
1754x ./opt/local/share/man/man3/ldns_rdf2buffer_str_a.3.gz
1755x ./opt/local/share/man/man3/ldns_rdf2buffer_str_aaaa.3.gz
1756x ./opt/local/share/man/man3/ldns_rdf2buffer_str_alg.3.gz
1757x ./opt/local/share/man/man3/ldns_rdf2buffer_str_apl.3.gz
1758x ./opt/local/share/man/man3/ldns_rdf2buffer_str_b64.3.gz
1759x ./opt/local/share/man/man3/ldns_rdf2buffer_str_class.3.gz
1760x ./opt/local/share/man/man3/ldns_rdf2buffer_str_hex.3.gz
1761x ./opt/local/share/man/man3/ldns_rdf2buffer_str_int16.3.gz
1762x ./opt/local/share/man/man3/ldns_rdf2buffer_str_int16_data.3.gz
1763x ./opt/local/share/man/man3/ldns_rdf2buffer_str_ipseckey.3.gz
1764x ./opt/local/share/man/man3/ldns_rdf2buffer_str_loc.3.gz
1765x ./opt/local/share/man/man3/ldns_rdf2buffer_str_nsap.3.gz
1766x ./opt/local/share/man/man3/ldns_rdf2buffer_str_nsec.3.gz
1767x ./opt/local/share/man/man3/ldns_rdf2buffer_str_period.3.gz
1768x ./opt/local/share/man/man3/ldns_rdf2buffer_str_str.3.gz
1769x ./opt/local/share/man/man3/ldns_rdf2buffer_str_tsigtime.3.gz
1770x ./opt/local/share/man/man3/ldns_rdf2buffer_str_type.3.gz
1771x ./opt/local/share/man/man3/ldns_rdf2buffer_str_unknown.3.gz
1772x ./opt/local/share/man/man3/ldns_rdf2buffer_str_wks.3.gz
1773x ./opt/local/share/man/man3/ldns_rdf2buffer_wire.3.gz
1774x ./opt/local/share/man/man3/ldns_rdf2native_int16.3.gz
1775x ./opt/local/share/man/man3/ldns_rdf2native_int32.3.gz
1776x ./opt/local/share/man/man3/ldns_rdf2native_int8.3.gz
1777x ./opt/local/share/man/man3/ldns_rdf2native_sockaddr_storage.3.gz
1778x ./opt/local/share/man/man3/ldns_rdf2native_time_t.3.gz
1779x ./opt/local/share/man/man3/ldns_rdf2str.3.gz
1780x ./opt/local/share/man/man3/ldns_rdf2wire.3.gz
1781x ./opt/local/share/man/man3/ldns_rdf_address_reverse.3.gz
1782x ./opt/local/share/man/man3/ldns_rdf_clone.3.gz
1783x ./opt/local/share/man/man3/ldns_rdf_compare.3.gz
1784x ./opt/local/share/man/man3/ldns_rdf_data.3.gz
1785x ./opt/local/share/man/man3/ldns_rdf_deep_free.3.gz
1786x ./opt/local/share/man/man3/ldns_rdf_free.3.gz
1787x ./opt/local/share/man/man3/ldns_rdf_get_type.3.gz
1788x ./opt/local/share/man/man3/ldns_rdf_new.3.gz
1789x ./opt/local/share/man/man3/ldns_rdf_new_frm_data.3.gz
1790x ./opt/local/share/man/man3/ldns_rdf_new_frm_fp.3.gz
1791x ./opt/local/share/man/man3/ldns_rdf_new_frm_str.3.gz
1792x ./opt/local/share/man/man3/ldns_rdf_print.3.gz
1793x ./opt/local/share/man/man3/ldns_rdf_set_data.3.gz
1794x ./opt/local/share/man/man3/ldns_rdf_set_size.3.gz
1795x ./opt/local/share/man/man3/ldns_rdf_set_type.3.gz
1796x ./opt/local/share/man/man3/ldns_rdf_size.3.gz
1797x ./opt/local/share/man/man3/ldns_rdf_type.3.gz
1798x ./opt/local/share/man/man3/ldns_rr.3.gz
1799x ./opt/local/share/man/man3/ldns_rr2buffer_str.3.gz
1800x ./opt/local/share/man/man3/ldns_rr2buffer_wire.3.gz
1801x ./opt/local/share/man/man3/ldns_rr2canonical.3.gz
1802x ./opt/local/share/man/man3/ldns_rr2str.3.gz
1803x ./opt/local/share/man/man3/ldns_rr2wire.3.gz
1804x ./opt/local/share/man/man3/ldns_rr_class.3.gz
1805x ./opt/local/share/man/man3/ldns_rr_compare.3.gz
1806x ./opt/local/share/man/man3/ldns_rr_compare_ds.3.gz
1807x ./opt/local/share/man/man3/ldns_rr_compress.3.gz
1808x ./opt/local/share/man/man3/ldns_rr_descript.3.gz
1809x ./opt/local/share/man/man3/ldns_rr_descriptor.3.gz
1810x ./opt/local/share/man/man3/ldns_rr_descriptor_field_type.3.gz
1811x ./opt/local/share/man/man3/ldns_rr_descriptor_maximum.3.gz
1812x ./opt/local/share/man/man3/ldns_rr_descriptor_minimum.3.gz
1813x ./opt/local/share/man/man3/ldns_rr_dnskey_algorithm.3.gz
1814x ./opt/local/share/man/man3/ldns_rr_dnskey_flags.3.gz
1815x ./opt/local/share/man/man3/ldns_rr_dnskey_key.3.gz
1816x ./opt/local/share/man/man3/ldns_rr_dnskey_protocol.3.gz
1817x ./opt/local/share/man/man3/ldns_rr_dnskey_set_algorithm.3.gz
1818x ./opt/local/share/man/man3/ldns_rr_dnskey_set_flags.3.gz
1819x ./opt/local/share/man/man3/ldns_rr_dnskey_set_key.3.gz
1820x ./opt/local/share/man/man3/ldns_rr_dnskey_set_protocol.3.gz
1821x ./opt/local/share/man/man3/ldns_rr_free.3.gz
1822x ./opt/local/share/man/man3/ldns_rr_get_class.3.gz
1823x ./opt/local/share/man/man3/ldns_rr_label_count.3.gz
1824x ./opt/local/share/man/man3/ldns_rr_list.3.gz
1825x ./opt/local/share/man/man3/ldns_rr_list2buffer_str.3.gz
1826x ./opt/local/share/man/man3/ldns_rr_list2str.3.gz
1827x ./opt/local/share/man/man3/ldns_rr_list_cat.3.gz
1828x ./opt/local/share/man/man3/ldns_rr_list_clone.3.gz
1829x ./opt/local/share/man/man3/ldns_rr_list_free.3.gz
1830x ./opt/local/share/man/man3/ldns_rr_list_new.3.gz
1831x ./opt/local/share/man/man3/ldns_rr_list_pop_rr.3.gz
1832x ./opt/local/share/man/man3/ldns_rr_list_push_rr.3.gz
1833x ./opt/local/share/man/man3/ldns_rr_list_rr_count.3.gz
1834x ./opt/local/share/man/man3/ldns_rr_list_set_rr_count.3.gz
1835x ./opt/local/share/man/man3/ldns_rr_list_sort.3.gz
1836x ./opt/local/share/man/man3/ldns_rr_mx_exchange.3.gz
1837x ./opt/local/share/man/man3/ldns_rr_mx_preference.3.gz
1838x ./opt/local/share/man/man3/ldns_rr_new.3.gz
1839x ./opt/local/share/man/man3/ldns_rr_new_frm_fp.3.gz
1840x ./opt/local/share/man/man3/ldns_rr_new_frm_str.3.gz
1841x ./opt/local/share/man/man3/ldns_rr_new_frm_type.3.gz
1842x ./opt/local/share/man/man3/ldns_rr_ns_nsdname.3.gz
1843x ./opt/local/share/man/man3/ldns_rr_owner.3.gz
1844x ./opt/local/share/man/man3/ldns_rr_pop_rdf.3.gz
1845x ./opt/local/share/man/man3/ldns_rr_print.3.gz
1846x ./opt/local/share/man/man3/ldns_rr_push_rdf.3.gz
1847x ./opt/local/share/man/man3/ldns_rr_rd_count.3.gz
1848x ./opt/local/share/man/man3/ldns_rr_rdata2buffer_wire.3.gz
1849x ./opt/local/share/man/man3/ldns_rr_rdf.3.gz
1850x ./opt/local/share/man/man3/ldns_rr_rrsig_algorithm.3.gz
1851x ./opt/local/share/man/man3/ldns_rr_rrsig_expiration.3.gz
1852x ./opt/local/share/man/man3/ldns_rr_rrsig_inception.3.gz
1853x ./opt/local/share/man/man3/ldns_rr_rrsig_keytag.3.gz
1854x ./opt/local/share/man/man3/ldns_rr_rrsig_labels.3.gz
1855x ./opt/local/share/man/man3/ldns_rr_rrsig_origttl.3.gz
1856x ./opt/local/share/man/man3/ldns_rr_rrsig_set_algorithm.3.gz
1857x ./opt/local/share/man/man3/ldns_rr_rrsig_set_expiration.3.gz
1858x ./opt/local/share/man/man3/ldns_rr_rrsig_set_inception.3.gz
1859x ./opt/local/share/man/man3/ldns_rr_rrsig_set_keytag.3.gz
1860x ./opt/local/share/man/man3/ldns_rr_rrsig_set_labels.3.gz
1861x ./opt/local/share/man/man3/ldns_rr_rrsig_set_origttl.3.gz
1862x ./opt/local/share/man/man3/ldns_rr_rrsig_set_sig.3.gz
1863x ./opt/local/share/man/man3/ldns_rr_rrsig_set_signame.3.gz
1864x ./opt/local/share/man/man3/ldns_rr_rrsig_set_typecovered.3.gz
1865x ./opt/local/share/man/man3/ldns_rr_rrsig_sig.3.gz
1866x ./opt/local/share/man/man3/ldns_rr_rrsig_signame.3.gz
1867x ./opt/local/share/man/man3/ldns_rr_rrsig_typecovered.3.gz
1868x ./opt/local/share/man/man3/ldns_rr_set_class.3.gz
1869x ./opt/local/share/man/man3/ldns_rr_set_owner.3.gz
1870x ./opt/local/share/man/man3/ldns_rr_set_pop_rr.3.gz
1871x ./opt/local/share/man/man3/ldns_rr_set_push_rr.3.gz
1872x ./opt/local/share/man/man3/ldns_rr_set_rd_count.3.gz
1873x ./opt/local/share/man/man3/ldns_rr_set_rdf.3.gz
1874x ./opt/local/share/man/man3/ldns_rr_set_ttl.3.gz
1875x ./opt/local/share/man/man3/ldns_rr_set_type.3.gz
1876x ./opt/local/share/man/man3/ldns_rr_ttl.3.gz
1877x ./opt/local/share/man/man3/ldns_rr_type.3.gz
1878x ./opt/local/share/man/man3/ldns_rr_uncompressed_size.3.gz
1879x ./opt/local/share/man/man3/ldns_rrsig2buffer_wire.3.gz
1880x ./opt/local/share/man/man3/ldns_send.3.gz
1881x ./opt/local/share/man/man3/ldns_sign_public.3.gz
1882x ./opt/local/share/man/man3/ldns_sign_public_dsa.3.gz
1883x ./opt/local/share/man/man3/ldns_sign_public_rsamd5.3.gz
1884x ./opt/local/share/man/man3/ldns_sign_public_rsasha1.3.gz
1885x ./opt/local/share/man/man3/ldns_status.3.gz
1886x ./opt/local/share/man/man3/ldns_str2period.3.gz
1887x ./opt/local/share/man/man3/ldns_tcp_connect.3.gz
1888x ./opt/local/share/man/man3/ldns_tcp_read_wire.3.gz
1889x ./opt/local/share/man/man3/ldns_tcp_send_query.3.gz
1890x ./opt/local/share/man/man3/ldns_update_adcount.3.gz
1891x ./opt/local/share/man/man3/ldns_update_pkt_new.3.gz
1892x ./opt/local/share/man/man3/ldns_update_pkt_tsig_add.3.gz
1893x ./opt/local/share/man/man3/ldns_update_prcount.3.gz
1894x ./opt/local/share/man/man3/ldns_update_set_adcount.3.gz
1895x ./opt/local/share/man/man3/ldns_update_set_prcount.3.gz
1896x ./opt/local/share/man/man3/ldns_update_set_upcount.3.gz
1897x ./opt/local/share/man/man3/ldns_update_set_zocount.3.gz
1898x ./opt/local/share/man/man3/ldns_update_upcount.3.gz
1899x ./opt/local/share/man/man3/ldns_update_zocount.3.gz
1900x ./opt/local/share/man/man3/ldns_verify.3.gz
1901x ./opt/local/share/man/man3/ldns_verify_notime.3.gz
1902x ./opt/local/share/man/man3/ldns_verify_rrsig.3.gz
1903x ./opt/local/share/man/man3/ldns_verify_rrsig_dsa.3.gz
1904x ./opt/local/share/man/man3/ldns_verify_rrsig_keylist.3.gz
1905x ./opt/local/share/man/man3/ldns_verify_rrsig_keylist_notime.3.gz
1906x ./opt/local/share/man/man3/ldns_verify_rrsig_rsamd5.3.gz
1907x ./opt/local/share/man/man3/ldns_verify_rrsig_rsasha1.3.gz
1908x ./opt/local/share/man/man3/ldns_version.3.gz
1909x ./opt/local/share/man/man3/ldns_wire2dname.3.gz
1910x ./opt/local/share/man/man3/ldns_wire2pkt.3.gz
1911x ./opt/local/share/man/man3/ldns_wire2rdf.3.gz
1912x ./opt/local/share/man/man3/ldns_wire2rr.3.gz
1913x ./opt/local/share/man/man3/ldns_zone.3.gz
1914x ./opt/local/share/man/man3/ldns_zone_deep_free.3.gz
1915x ./opt/local/share/man/man3/ldns_zone_free.3.gz
1916x ./opt/local/share/man/man3/ldns_zone_glue_rr_list.3.gz
1917x ./opt/local/share/man/man3/ldns_zone_new.3.gz
1918x ./opt/local/share/man/man3/ldns_zone_new_frm_fp.3.gz
1919x ./opt/local/share/man/man3/ldns_zone_new_frm_fp_l.3.gz
1920x ./opt/local/share/man/man3/ldns_zone_print.3.gz
1921x ./opt/local/share/man/man3/ldns_zone_print_fmt.3.gz
1922x ./opt/local/share/man/man3/ldns_zone_push_rr.3.gz
1923x ./opt/local/share/man/man3/ldns_zone_push_rr_list.3.gz
1924x ./opt/local/share/man/man3/ldns_zone_rr_count.3.gz
1925x ./opt/local/share/man/man3/ldns_zone_rrs.3.gz
1926x ./opt/local/share/man/man3/ldns_zone_set_rrs.3.gz
1927x ./opt/local/share/man/man3/ldns_zone_set_soa.3.gz
1928x ./opt/local/share/man/man3/ldns_zone_sign.3.gz
1929x ./opt/local/share/man/man3/ldns_zone_sign_nsec3.3.gz
1930x ./opt/local/share/man/man3/ldns_zone_soa.3.gz
1931x ./opt/local/share/man/man3/ldns_zone_sort.3.gz
1932x ./opt/local/share/man/man1/ldns-config.1.gz
1933x ./opt/local/lib/libldns.2.dylib
1934x ./opt/local/lib/libldns.a
1935x ./opt/local/lib/libldns.dylib
1936x ./opt/local/lib/pkgconfig/
1937x ./opt/local/lib/pkgconfig/libldns.pc
1938x ./opt/local/include/ldns/
1939x ./opt/local/include/ldns/buffer.h
1940x ./opt/local/include/ldns/common.h
1941x ./opt/local/include/ldns/dane.h
1942x ./opt/local/include/ldns/dname.h
1943x ./opt/local/include/ldns/dnssec.h
1944x ./opt/local/include/ldns/dnssec_sign.h
1945x ./opt/local/include/ldns/dnssec_verify.h
1946x ./opt/local/include/ldns/dnssec_zone.h
1947x ./opt/local/include/ldns/duration.h
1948x ./opt/local/include/ldns/error.h
1949x ./opt/local/include/ldns/higher.h
1950x ./opt/local/include/ldns/host2str.h
1951x ./opt/local/include/ldns/host2wire.h
1952x ./opt/local/include/ldns/keys.h
1953x ./opt/local/include/ldns/ldns.h
1954x ./opt/local/include/ldns/net.h
1955x ./opt/local/include/ldns/packet.h
1956x ./opt/local/include/ldns/parse.h
1957x ./opt/local/include/ldns/radix.h
1958x ./opt/local/include/ldns/rbtree.h
1959x ./opt/local/include/ldns/rdata.h
1960x ./opt/local/include/ldns/resolver.h
1961x ./opt/local/include/ldns/rr.h
1962x ./opt/local/include/ldns/rr_functions.h
1963x ./opt/local/include/ldns/sha1.h
1964x ./opt/local/include/ldns/sha2.h
1965x ./opt/local/include/ldns/str2host.h
1966x ./opt/local/include/ldns/tsig.h
1967x ./opt/local/include/ldns/update.h
1968x ./opt/local/include/ldns/util.h
1969x ./opt/local/include/ldns/wire2host.h
1970x ./opt/local/include/ldns/zone.h
1971x ./opt/local/bin/ldns-config
1972--->  Cleaning ldns
1973--->  Removing work directory for ldns
1974--->  Fetching distfiles for openssh
1975--->  Verifying checksums for openssh
1976--->  Checksumming openssh-7.6p1.tar.gz
1977--->  Extracting openssh
1978--->  Extracting openssh-7.6p1.tar.gz
1979Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/openssh/openssh-7.6p1.tar.gz' | /usr/bin/tar -xf -
1980--->  Applying patches to openssh
1981--->  Applying launchd.patch
1982Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1" && /usr/bin/patch -p0 -p1 < '/opt/mports/macports-ports/net/openssh/files/launchd.patch'
1983patching file clientloop.c
1984patching file channels.c
1985patching file channels.h
1986--->  Applying pam.patch
1987Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1" && /usr/bin/patch -p0 -p1 < '/opt/mports/macports-ports/net/openssh/files/pam.patch'
1988patching file servconf.c
1989--->  Applying patch-sandbox-darwin.c-apple-sandbox-named-external.diff
1990Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1" && /usr/bin/patch -p0 -p1 < '/opt/mports/macports-ports/net/openssh/files/patch-sandbox-darwin.c-apple-sandbox-named-external.diff'
1991patching file sandbox-darwin.c
1992--->  Applying patch-sshd.c-apple-sandbox-named-external.diff
1993Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1" && /usr/bin/patch -p0 -p1 < '/opt/mports/macports-ports/net/openssh/files/patch-sshd.c-apple-sandbox-named-external.diff'
1994patching file sshd.c
1995--->  Patching sandbox-darwin.c: s|@PREFIX@|/opt/local|g
1996--->  Configuring openssh
1997xinstall: mkdir /opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/include
1998Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1" && ./configure --prefix=/opt/local --with-ssl-dir=/opt/local --sysconfdir=/opt/local/etc/ssh --with-privsep-path=/var/empty --with-md5-passwords --with-pid-dir=/opt/local/var/run --with-pam --mandir=/opt/local/share/man --with-zlib=/opt/local --without-kerberos5 --with-libedit --with-pie --without-xauth --with-ldns
1999checking for gcc... /usr/bin/clang
2000checking whether the C compiler works... yes
2001checking for C compiler default output file name... a.out
2002checking for suffix of executables...
2003checking whether we are cross compiling... no
2004checking for suffix of object files... o
2005checking whether we are using the GNU C compiler... yes
2006checking whether /usr/bin/clang accepts -g... yes
2007checking for /usr/bin/clang option to accept ISO C89... none needed
2008checking build system type... x86_64-apple-darwin17.5.0
2009checking host system type... x86_64-apple-darwin17.5.0
2010checking how to run the C preprocessor... /usr/bin/clang -E
2011checking for grep that handles long lines and -e... /usr/bin/grep
2012checking for egrep... /usr/bin/grep -E
2013checking for ANSI C header files... yes
2014checking for sys/types.h... yes
2015checking for sys/stat.h... yes
2016checking for stdlib.h... yes
2017checking for string.h... yes
2018checking for memory.h... yes
2019checking for strings.h... yes
2020checking for inttypes.h... yes
2021checking for stdint.h... yes
2022checking for unistd.h... yes
2023checking whether byte ordering is bigendian... no
2024checking for gawk... no
2025checking for mawk... no
2026checking for nawk... no
2027checking for awk... awk
2028checking how to run the C preprocessor... /usr/bin/clang -E
2029checking for ranlib... ranlib
2030checking for a BSD-compatible install... /usr/bin/install -c
2031checking for egrep... (cached) /usr/bin/grep -E
2032checking for ar... ar
2033checking for cat... /bin/cat
2034checking for kill... /bin/kill
2035checking for perl5... /opt/local/bin/perl5
2036checking for sed... /usr/bin/sed
2037checking for ent... no
2038checking for bash... /bin/bash
2039checking for ksh... (cached) /bin/bash
2040checking for sh... (cached) /bin/bash
2041checking for sh... /bin/sh
2042checking for groff... /opt/local/bin/groff
2043checking for nroff... /opt/local/bin/nroff
2044checking for mandoc... /opt/local/bin/mandoc
2045checking for groupadd... groupadd
2046checking for useradd... useradd
2047checking for pkgmk... no
2048checking for special C compiler options needed for large files... no
2049checking for _FILE_OFFSET_BITS value needed for large files... no
2050checking for passwd... /usr/bin/passwd
2051checking for inline... inline
2052checking whether LLONG_MAX is declared... yes
2053checking whether SYSTR_POLICY_KILL is declared... no
2054checking whether RLIMIT_NPROC is declared... yes
2055checking whether PR_SET_NO_NEW_PRIVS is declared... no
2056checking whether OpenSSL will be used for cryptography... yes
2057checking if /usr/bin/clang supports -Werror... yes
2058checking if /usr/bin/clang supports compile flag -pipe... yes
2059checking if /usr/bin/clang supports compile flag -Qunused-arguments... yes
2060checking if /usr/bin/clang supports compile flag -Wunknown-warning-option... yes
2061checking if /usr/bin/clang supports compile flag -Wall... yes
2062checking if /usr/bin/clang supports compile flag -Wpointer-arith... yes
2063checking if /usr/bin/clang supports compile flag -Wuninitialized... yes
2064checking if /usr/bin/clang supports compile flag -Wsign-compare... yes
2065checking if /usr/bin/clang supports compile flag -Wformat-security... yes
2066checking if /usr/bin/clang supports compile flag -Wsizeof-pointer-memaccess... yes
2067checking if /usr/bin/clang supports compile flag -Wpointer-sign... yes
2068checking if /usr/bin/clang supports compile flag -Wunused-result... yes
2069checking if /usr/bin/clang supports compile flag -fno-strict-aliasing... yes
2070checking if /usr/bin/clang supports compile flag -D_FORTIFY_SOURCE=2... yes
2071checking if /usr/bin/clang supports link flag -Wl,-z,relro... no
2072checking if /usr/bin/clang supports link flag -Wl,-z,now... no
2073checking if /usr/bin/clang supports link flag -Wl,-z,noexecstack... no
2074checking if /usr/bin/clang supports compile flag -ftrapv and linking succeeds... yes
2075checking gcc version...
2076checking if /usr/bin/clang accepts -fno-builtin-memset... yes
2077checking if /usr/bin/clang supports -fstack-protector-strong... yes
2078checking if -fstack-protector-strong works... yes
2079checking if compiler allows __attribute__ on return types... yes
2080checking blf.h usability... no
2081checking blf.h presence... no
2082checking for blf.h... no
2083checking bstring.h usability... no
2084checking bstring.h presence... no
2085checking for bstring.h... no
2086checking crypt.h usability... no
2087checking crypt.h presence... no
2088checking for crypt.h... no
2089checking crypto/sha2.h usability... no
2090checking crypto/sha2.h presence... no
2091checking for crypto/sha2.h... no
2092checking dirent.h usability... yes
2093checking dirent.h presence... yes
2094checking for dirent.h... yes
2095checking endian.h usability... no
2096checking endian.h presence... no
2097checking for endian.h... no
2098checking elf.h usability... no
2099checking elf.h presence... no
2100checking for elf.h... no
2101checking err.h usability... yes
2102checking err.h presence... yes
2103checking for err.h... yes
2104checking features.h usability... no
2105checking features.h presence... no
2106checking for features.h... no
2107checking fcntl.h usability... yes
2108checking fcntl.h presence... yes
2109checking for fcntl.h... yes
2110checking floatingpoint.h usability... no
2111checking floatingpoint.h presence... no
2112checking for floatingpoint.h... no
2113checking getopt.h usability... yes
2114checking getopt.h presence... yes
2115checking for getopt.h... yes
2116checking glob.h usability... yes
2117checking glob.h presence... yes
2118checking for glob.h... yes
2119checking ia.h usability... no
2120checking ia.h presence... no
2121checking for ia.h... no
2122checking iaf.h usability... no
2123checking iaf.h presence... no
2124checking for iaf.h... no
2125checking for inttypes.h... (cached) yes
2126checking langinfo.h usability... yes
2127checking langinfo.h presence... yes
2128checking for langinfo.h... yes
2129checking limits.h usability... yes
2130checking limits.h presence... yes
2131checking for limits.h... yes
2132checking locale.h usability... yes
2133checking locale.h presence... yes
2134checking for locale.h... yes
2135checking login.h usability... no
2136checking login.h presence... no
2137checking for login.h... no
2138checking maillock.h usability... no
2139checking maillock.h presence... no
2140checking for maillock.h... no
2141checking ndir.h usability... no
2142checking ndir.h presence... no
2143checking for ndir.h... no
2144checking net/if_tun.h usability... no
2145checking net/if_tun.h presence... no
2146checking for net/if_tun.h... no
2147checking netdb.h usability... yes
2148checking netdb.h presence... yes
2149checking for netdb.h... yes
2150checking netgroup.h usability... no
2151checking netgroup.h presence... no
2152checking for netgroup.h... no
2153checking pam/pam_appl.h usability... no
2154checking pam/pam_appl.h presence... no
2155checking for pam/pam_appl.h... no
2156checking paths.h usability... yes
2157checking paths.h presence... yes
2158checking for paths.h... yes
2159checking poll.h usability... yes
2160checking poll.h presence... yes
2161checking for poll.h... yes
2162checking pty.h usability... no
2163checking pty.h presence... no
2164checking for pty.h... no
2165checking readpassphrase.h usability... yes
2166checking readpassphrase.h presence... yes
2167checking for readpassphrase.h... yes
2168checking rpc/types.h usability... yes
2169checking rpc/types.h presence... yes
2170checking for rpc/types.h... yes
2171checking security/pam_appl.h usability... yes
2172checking security/pam_appl.h presence... yes
2173checking for security/pam_appl.h... yes
2174checking sha2.h usability... no
2175checking sha2.h presence... no
2176checking for sha2.h... no
2177checking shadow.h usability... no
2178checking shadow.h presence... no
2179checking for shadow.h... no
2180checking stddef.h usability... yes
2181checking stddef.h presence... yes
2182checking for stddef.h... yes
2183checking for stdint.h... (cached) yes
2184checking for string.h... (cached) yes
2185checking for strings.h... (cached) yes
2186checking sys/audit.h usability... no
2187checking sys/audit.h presence... no
2188checking for sys/audit.h... no
2189checking sys/bitypes.h usability... no
2190checking sys/bitypes.h presence... no
2191checking for sys/bitypes.h... no
2192checking sys/bsdtty.h usability... no
2193checking sys/bsdtty.h presence... no
2194checking for sys/bsdtty.h... no
2195checking sys/cdefs.h usability... yes
2196checking sys/cdefs.h presence... yes
2197checking for sys/cdefs.h... yes
2198checking sys/dir.h usability... yes
2199checking sys/dir.h presence... yes
2200checking for sys/dir.h... yes
2201checking sys/mman.h usability... yes
2202checking sys/mman.h presence... yes
2203checking for sys/mman.h... yes
2204checking sys/ndir.h usability... no
2205checking sys/ndir.h presence... no
2206checking for sys/ndir.h... no
2207checking sys/poll.h usability... yes
2208checking sys/poll.h presence... yes
2209checking for sys/poll.h... yes
2210checking sys/prctl.h usability... no
2211checking sys/prctl.h presence... no
2212checking for sys/prctl.h... no
2213checking sys/pstat.h usability... no
2214checking sys/pstat.h presence... no
2215checking for sys/pstat.h... no
2216checking sys/ptrace.h usability... yes
2217checking sys/ptrace.h presence... yes
2218checking for sys/ptrace.h... yes
2219checking sys/select.h usability... yes
2220checking sys/select.h presence... yes
2221checking for sys/select.h... yes
2222checking for sys/stat.h... (cached) yes
2223checking sys/stream.h usability... no
2224checking sys/stream.h presence... no
2225checking for sys/stream.h... no
2226checking sys/stropts.h usability... no
2227checking sys/stropts.h presence... no
2228checking for sys/stropts.h... no
2229checking sys/strtio.h usability... no
2230checking sys/strtio.h presence... no
2231checking for sys/strtio.h... no
2232checking sys/statvfs.h usability... yes
2233checking sys/statvfs.h presence... yes
2234checking for sys/statvfs.h... yes
2235checking sys/sysmacros.h usability... no
2236checking sys/sysmacros.h presence... no
2237checking for sys/sysmacros.h... no
2238checking sys/time.h usability... yes
2239checking sys/time.h presence... yes
2240checking for sys/time.h... yes
2241checking sys/timers.h usability... no
2242checking sys/timers.h presence... no
2243checking for sys/timers.h... no
2244checking time.h usability... yes
2245checking time.h presence... yes
2246checking for time.h... yes
2247checking tmpdir.h usability... no
2248checking tmpdir.h presence... no
2249checking for tmpdir.h... no
2250checking ttyent.h usability... yes
2251checking ttyent.h presence... yes
2252checking for ttyent.h... yes
2253checking ucred.h usability... no
2254checking ucred.h presence... no
2255checking for ucred.h... no
2256checking for unistd.h... (cached) yes
2257checking usersec.h usability... no
2258checking usersec.h presence... no
2259checking for usersec.h... no
2260checking util.h usability... yes
2261checking util.h presence... yes
2262checking for util.h... yes
2263checking utime.h usability... yes
2264checking utime.h presence... yes
2265checking for utime.h... yes
2266checking utmp.h usability... yes
2267checking utmp.h presence... yes
2268checking for utmp.h... yes
2269checking utmpx.h usability... yes
2270checking utmpx.h presence... yes
2271checking for utmpx.h... yes
2272checking vis.h usability... yes
2273checking vis.h presence... yes
2274checking for vis.h... yes
2275checking wchar.h usability... yes
2276checking wchar.h presence... yes
2277checking for wchar.h... yes
2278checking for sys/capsicum.h... no
2279checking for lastlog.h... no
2280checking for sys/ptms.h... no
2281checking for login_cap.h... no
2282checking for sys/mount.h... yes
2283checking for sys/un.h... yes
2284checking if we have working getaddrinfo... working
2285checking whether AU_IPv4 is declared... no
2286checking for sandbox_init... yes
2287checking sandbox.h usability... yes
2288checking sandbox.h presence... yes
2289checking for sandbox.h... yes
2290checking for sandbox_apply in -lsandbox... yes
2291checking compiler and flags for sanity... yes
2292checking for setsockopt... yes
2293checking for dirname... yes
2294checking libgen.h usability... yes
2295checking libgen.h presence... yes
2296checking for libgen.h... yes
2297checking for getspnam... no
2298checking for getspnam in -lgen... no
2299checking for library containing basename... none required
2300checking zlib.h usability... yes
2301checking zlib.h presence... yes
2302checking for zlib.h... yes
2303checking for deflate in -lz... yes
2304checking for possibly buggy zlib... no
2305checking for strcasecmp... yes
2306checking for utimes... yes
2307checking bsd/libutil.h usability... no
2308checking bsd/libutil.h presence... no
2309checking for bsd/libutil.h... no
2310checking libutil.h usability... no
2311checking libutil.h presence... no
2312checking for libutil.h... no
2313checking for library containing fmt_scaled... no
2314checking for library containing scan_scaled... no
2315checking for library containing login... none required
2316checking for library containing logout... none required
2317checking for library containing logwtmp... none required
2318checking for library containing openpty... none required
2319checking for library containing updwtmp... no
2320checking for fmt_scaled... no
2321checking for scan_scaled... no
2322checking for login... yes
2323checking for logout... yes
2324checking for openpty... yes
2325checking for updwtmp... no
2326checking for logwtmp... yes
2327checking for library containing inet_ntop... none required
2328checking for library containing gethostbyname... none required
2329checking for strftime... yes
2330checking for stdlib.h... (cached) yes
2331checking for GNU libc compatible malloc... yes
2332checking for stdlib.h... (cached) yes
2333checking for GNU libc compatible realloc... yes
2334checking for GLOB_ALTDIRFUNC support... yes
2335checking for gl_matchc field in glob_t... yes
2336checking for gl_statv and GLOB_KEEPSTAT extensions for glob... no
2337checking whether GLOB_NOMATCH is declared... yes
2338checking whether VIS_ALL is declared... no
2339checking whether struct dirent allocates space for d_name... yes
2340checking for /proc/pid/fd directory... no
2341checking for ldns-config... /opt/local/bin/ldns-config
2342checking for ldns support... yes
2343checking for pkg-config... /opt/local/bin/pkg-config
2344checking if /opt/local/bin/pkg-config knows about libedit... yes
2345checking for el_init in -ledit... yes
2346checking if libedit version is compatible... yes
2347checking if /usr/bin/clang supports compile flag -fPIE... yes
2348checking if /usr/bin/clang supports link flag -pie... yes
2349checking whether both -fPIE and -pie are supported... yes
2350checking for Blowfish_initstate... no
2351checking for Blowfish_expandstate... no
2352checking for Blowfish_expand0state... no
2353checking for Blowfish_stream2word... no
2354checking for asprintf... yes
2355checking for b64_ntop... no
2356checking for __b64_ntop... no
2357checking for b64_pton... no
2358checking for __b64_pton... no
2359checking for bcopy... yes
2360checking for bcrypt_pbkdf... no
2361checking for bindresvport_sa... yes
2362checking for blf_enc... no
2363checking for cap_rights_limit... no
2364checking for clock... yes
2365checking for closefrom... no
2366checking for dirfd... yes
2367checking for endgrent... yes
2368checking for err... yes
2369checking for errx... yes
2370checking for explicit_bzero... yes
2371checking for fchmod... yes
2372checking for fchown... yes
2373checking for freeaddrinfo... yes
2374checking for freezero... yes
2375checking for fstatfs... yes
2376checking for fstatvfs... yes
2377checking for futimes... yes
2378checking for getaddrinfo... yes
2379checking for getcwd... yes
2380checking for getgrouplist... yes
2381checking for getnameinfo... yes
2382checking for getopt... yes
2383checking for getpagesize... yes
2384checking for getpeereid... yes
2385checking for getpeerucred... no
2386checking for getpgid... yes
2387checking for getpgrp... yes
2388checking for _getpty... no
2389checking for getrlimit... yes
2390checking for getttyent... yes
2391checking for glob... yes
2392checking for group_from_gid... yes
2393checking for inet_aton... yes
2394checking for inet_ntoa... yes
2395checking for inet_ntop... yes
2396checking for innetgr... yes
2397checking for llabs... yes
2398checking for login_getcapbool... no
2399checking for md5_crypt... no
2400checking for memmove... yes
2401checking for memset_s... yes
2402checking for mkdtemp... yes
2403checking for ngetaddrinfo... no
2404checking for nsleep... no
2405checking for ogetaddrinfo... no
2406checking for openlog_r... no
2407checking for pledge... no
2408checking for poll... yes
2409checking for prctl... no
2410checking for pstat... no
2411checking for readpassphrase... yes
2412checking for reallocarray... yes
2413checking for recvmsg... yes
2414checking for recallocarray... yes
2415checking for rresvport_af... yes
2416checking for sendmsg... yes
2417checking for setdtablesize... no
2418checking for setegid... yes
2419checking for setenv... yes
2420checking for seteuid... yes
2421checking for setgroupent... yes
2422checking for setgroups... yes
2423checking for setlinebuf... yes
2424checking for setlogin... yes
2425checking for setpassent... yes
2426checking for setpcred... no
2427checking for setproctitle... no
2428checking for setregid... yes
2429checking for setreuid... yes
2430checking for setrlimit... yes
2431checking for setsid... yes
2432checking for setvbuf... yes
2433checking for sigaction... yes
2434checking for sigvec... yes
2435checking for snprintf... yes
2436checking for socketpair... yes
2437checking for statfs... yes
2438checking for statvfs... yes
2439checking for strcasestr... yes
2440checking for strdup... yes
2441checking for strerror... yes
2442checking for strlcat... yes
2443checking for strlcpy... yes
2444checking for strmode... yes
2445checking for strnlen... yes
2446checking for strnvis... yes
2447checking for strptime... yes
2448checking for strsignal... yes
2449checking for strtonum... no
2450checking for strtoll... yes
2451checking for strtoul... yes
2452checking for strtoull... yes
2453checking for swap32... no
2454checking for sysconf... yes
2455checking for tcgetpgrp... yes
2456checking for timingsafe_bcmp... yes
2457checking for truncate... yes
2458checking for unsetenv... yes
2459checking for updwtmpx... no
2460checking for user_from_uid... yes
2461checking for usleep... yes
2462checking for vasprintf... yes
2463checking for vsnprintf... yes
2464checking for waitpid... yes
2465checking for warn... yes
2466checking for mblen... yes
2467checking for mbtowc... yes
2468checking for nl_langinfo... yes
2469checking for wcwidth... yes
2470checking for utf8 locale support... yes
2471checking for library containing dlopen... none required
2472checking for gai_strerror... yes
2473checking for library containing nanosleep... none required
2474checking for library containing clock_gettime... none required
2475checking whether getrusage is declared... yes
2476checking for getrusage... yes
2477checking whether strsep is declared... yes
2478checking for strsep... yes
2479checking whether tcsendbreak is declared... yes
2480checking whether h_errno is declared... yes
2481checking whether SHUT_RD is declared... yes
2482checking whether O_NONBLOCK is declared... yes
2483checking whether writev is declared... yes
2484checking whether MAXSYMLINKS is declared... yes
2485checking whether offsetof is declared... yes
2486checking whether howmany is declared... yes
2487checking whether NFDBITS is declared... yes
2488checking for fd_mask... yes
2489checking for setresuid... no
2490checking for setresgid... no
2491checking for realpath... yes
2492checking if realpath works with non-existent files... no
2493checking for gettimeofday... yes
2494checking for time... yes
2495checking for endutent... no
2496checking for getutent... no
2497checking for getutid... no
2498checking for getutline... no
2499checking for pututline... no
2500checking for setutent... no
2501checking for utmpname... no
2502checking for endutxent... yes
2503checking for getutxent... yes
2504checking for getutxid... yes
2505checking for getutxline... yes
2506checking for getutxuser... no
2507checking for pututxline... yes
2508checking for setutxdb... no
2509checking for setutxent... yes
2510checking for utmpxname... yes
2511checking for getlastlogxbyname... yes
2512checking for daemon... yes
2513checking for getpagesize... (cached) yes
2514checking whether snprintf correctly terminates long strings... yes
2515checking whether vsnprintf returns correct values on overflow... yes
2516checking whether snprintf can declare const char *fmt... no
2517checking for (overly) strict mkstemp... no
2518checking whether AI_NUMERICSERV is declared... yes
2519checking for working strnvis... no
2520checking whether getpgrp requires zero arguments... yes
2521checking OpenSSL header version... 20000000 (LibreSSL 2.7.2)
2522checking OpenSSL library version... 20000000 (LibreSSL 2.7.2)
2523checking whether OpenSSL's headers match the library... yes
2524checking if programs using OpenSSL functions will link... yes
2525checking for BN_is_prime_ex... yes
2526checking for DSA_generate_parameters_ex... yes
2527checking for EVP_DigestInit_ex... yes
2528checking for EVP_DigestFinal_ex... yes
2529checking for EVP_MD_CTX_init... yes
2530checking for EVP_MD_CTX_cleanup... yes
2531checking for EVP_MD_CTX_copy_ex... yes
2532checking for HMAC_CTX_init... yes
2533checking for RSA_generate_key_ex... yes
2534checking for RSA_get_default_method... yes
2535checking whether OpenSSL has crippled AES support... no
2536checking whether OpenSSL has AES CTR via EVP... yes
2537checking whether OpenSSL has AES GCM via EVP... yes
2538checking for library containing EVP_CIPHER_CTX_ctrl... none required
2539checking if EVP_DigestUpdate returns an int... yes
2540checking for crypt... yes
2541checking for DES_crypt... yes
2542checking for SHA256_Update... yes
2543checking for EVP_sha256... yes
2544checking for EVP_ripemd160... yes
2545checking whether OpenSSL has NID_X9_62_prime256v1... yes
2546checking whether OpenSSL has NID_secp384r1... yes
2547checking whether OpenSSL has NID_secp521r1... yes
2548checking if OpenSSL's NID_secp521r1 is functional... yes
2549checking for arc4random... yes
2550checking for arc4random_buf... yes
2551checking for arc4random_stir... yes
2552checking for arc4random_uniform... yes
2553checking for ia_openinfo in -liaf... no
2554checking whether OpenSSL's PRNG is internally seeded... yes
2555checking for dlopen in -ldl... yes
2556checking for pam_set_item in -lpam... yes
2557checking for pam_getenvlist... yes
2558checking for pam_putenv... yes
2559checking whether pam_strerror takes only one argument... no
2560checking if select works with descriptor rlimit... yes
2561checking if setrlimit(RLIMIT_NOFILE,{0,0}) works... yes
2562checking if setrlimit RLIMIT_FSIZE works... yes
2563checking for long long... yes
2564checking for unsigned long long... yes
2565checking for long double... yes
2566checking size of short int... 2
2567checking size of int... 4
2568checking size of long int... 8
2569checking size of long long int... 8
2570checking for u_int type... yes
2571checking for intXX_t types... yes
2572checking for int64_t type... yes
2573checking for u_intXX_t types... yes
2574checking for u_int64_t types... yes
2575checking for uintXX_t types in stdint.h... yes
2576checking for uintXX_t types in inttypes.h... yes
2577checking for u_char... yes
2578checking for intmax_t... yes
2579checking for uintmax_t... yes
2580checking for socklen_t... yes
2581checking for sig_atomic_t... yes
2582checking for fsblkcnt_t... yes
2583checking for fsfilcnt_t... yes
2584checking for in_addr_t... yes
2585checking for in_port_t... yes
2586checking for size_t... yes
2587checking for ssize_t... yes
2588checking for clock_t... yes
2589checking for sa_family_t... yes
2590checking for pid_t... yes
2591checking for mode_t... yes
2592checking for struct sockaddr_storage... yes
2593checking for struct sockaddr_in6... yes
2594checking for struct in6_addr... yes
2595checking for struct sockaddr_in6.sin6_scope_id... yes
2596checking for struct addrinfo... yes
2597checking for struct timeval... yes
2598checking for struct timespec... yes
2599checking for ut_host field in utmp.h... yes
2600checking for ut_host field in utmpx.h... yes
2601checking for syslen field in utmpx.h... no
2602checking for ut_pid field in utmp.h... no
2603checking for ut_type field in utmp.h... no
2604checking for ut_type field in utmpx.h... yes
2605checking for ut_tv field in utmp.h... no
2606checking for ut_id field in utmp.h... no
2607checking for ut_id field in utmpx.h... yes
2608checking for ut_addr field in utmp.h... no
2609checking for ut_addr field in utmpx.h... no
2610checking for ut_addr_v6 field in utmp.h... no
2611checking for ut_addr_v6 field in utmpx.h... no
2612checking for ut_exit field in utmp.h... no
2613checking for ut_time field in utmp.h... yes
2614checking for ut_time field in utmpx.h... no
2615checking for ut_tv field in utmpx.h... yes
2616checking for struct stat.st_blksize... yes
2617checking for struct stat.st_mtim... no
2618checking for struct stat.st_mtime... yes
2619checking for struct passwd.pw_gecos... yes
2620checking for struct passwd.pw_class... yes
2621checking for struct passwd.pw_change... yes
2622checking for struct passwd.pw_expire... yes
2623checking for struct __res_state.retrans... yes
2624checking for ss_family field in struct sockaddr_storage... yes
2625checking for __ss_family field in struct sockaddr_storage... no
2626checking for msg_accrights field in struct msghdr... no
2627checking if struct statvfs.f_fsid is integral type... yes
2628checking for msg_control field in struct msghdr... yes
2629checking if libc defines __progname... yes
2630checking whether /usr/bin/clang implements __FUNCTION__... yes
2631checking whether /usr/bin/clang implements __func__... yes
2632checking whether va_copy exists... yes
2633checking whether __va_copy exists... yes
2634checking whether getopt has optreset support... yes
2635checking if libc defines sys_errlist... yes
2636checking if libc defines sys_nerr... yes
2637checking for library containing getrrsetbyname... no
2638checking for library containing res_query... none required
2639checking for library containing dn_expand... none required
2640checking if res_query will link... no
2641checking for res_query in -lresolv... yes
2642checking for _getshort... yes
2643checking for _getlong... yes
2644checking whether _getshort is declared... no
2645checking whether _getlong is declared... no
2646checking for HEADER.ad... yes
2647checking if struct __res_state _res is an extern... yes
2648checking Discovering system mail directory... Using: /var/mail from _PATH_MAILDIR
2649checking for "/dev/ptmx"... yes
2650checking for "/dev/ptc"... no
2651checking for nroff... (cached) /opt/local/bin/nroff
2652checking if the systems has expire shadow information... no
2653checking for "/etc/default/login"... no
2654Adding /opt/local/bin to USER_PATH so scp will work
2655checking if we need to convert IPv4 in IPv6-mapped addresses... no (default)
2656checking if your system defines LASTLOG_FILE... no
2657checking if your system defines _PATH_LASTLOG... yes
2658checking if your system defines UTMP_FILE... no
2659checking if your system defines WTMP_FILE... no
2660checking if your system defines WTMPX_FILE... no
2661checking for struct lastlog.ll_line... yes
2662checking for struct utmp.ut_line... yes
2663checking whether BROKEN_GETADDRINFO is declared... no
2664configure: creating ./config.status
2665config.status: creating Makefile
2666config.status: creating buildpkg.sh
2667config.status: creating opensshd.init
2668config.status: creating openssh.xml
2669config.status: creating openbsd-compat/Makefile
2670config.status: creating openbsd-compat/regress/Makefile
2671config.status: creating survey.sh
2672config.status: creating config.h
2673
2674OpenSSH has been configured with the following options:
2675                     User binaries: /opt/local/bin
2676                   System binaries: /opt/local/sbin
2677               Configuration files: /opt/local/etc/ssh
2678                   Askpass program: /opt/local/libexec/ssh-askpass
2679                      Manual pages: /opt/local/share/man/manX
2680                          PID file: /opt/local/var/run
2681  Privilege separation chroot path: /var/empty
2682            sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin
2683                    Manpage format: doc
2684                       PAM support: yes
2685                   OSF SIA support: no
2686                 KerberosV support: no
2687                   SELinux support: no
2688                 Smartcard support:
2689                     S/KEY support: no
2690              MD5 password support: yes
2691                   libedit support: yes
2692                   libldns support: yes
2693  Solaris process contract support: no
2694           Solaris project support: no
2695         Solaris privilege support: no
2696       IP address in $DISPLAY hack: no
2697           Translate v4 in v6 hack: no
2698                  BSD Auth support: no
2699              Random number source: OpenSSL internal ONLY
2700             Privsep sandbox style: darwin
2701
2702              Host: x86_64-apple-darwin17.5.0
2703          Compiler: /usr/bin/clang
2704    Compiler flags: -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE
2705Preprocessor flags: -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline
2706      Linker flags: -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie
2707         Libraries: -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
2708         +for sshd:  -lsandbox -lpam -ldl
2709
2710PAM is enabled. You may need to install a PAM control file
2711for sshd, otherwise password authentication may fail.
2712Example PAM control files can be found in the contrib/
2713subdirectory
2714
2715--->  Building openssh
2716Executing:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1" && /usr/bin/make -w all
2717make: Entering directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1'
2718conffile=`echo sshd_config.out | sed 's/.out$//'`; \
2719        /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ./${conffile} > sshd_config.out
2720conffile=`echo ssh_config.out | sed 's/.out$//'`; \
2721        /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ./${conffile} > ssh_config.out
2722conffile=`echo moduli.out | sed 's/.out$//'`; \
2723        /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ./${conffile} > moduli.out
2724if test "doc" = "cat"; then \
2725                manpage=./`echo moduli.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2726        else \
2727                manpage=./`echo moduli.5.out | sed 's/\.out$//'`; \
2728        fi; \
2729        if test "doc" = "man"; then \
2730                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2731                    awk -f ./mdoc2man.awk > moduli.5.out; \
2732        else \
2733                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > moduli.5.out; \
2734        fi
2735if test "doc" = "cat"; then \
2736                manpage=./`echo scp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2737        else \
2738                manpage=./`echo scp.1.out | sed 's/\.out$//'`; \
2739        fi; \
2740        if test "doc" = "man"; then \
2741                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2742                    awk -f ./mdoc2man.awk > scp.1.out; \
2743        else \
2744                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > scp.1.out; \
2745        fi
2746if test "doc" = "cat"; then \
2747                manpage=./`echo ssh-add.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2748        else \
2749                manpage=./`echo ssh-add.1.out | sed 's/\.out$//'`; \
2750        fi; \
2751        if test "doc" = "man"; then \
2752                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2753                    awk -f ./mdoc2man.awk > ssh-add.1.out; \
2754        else \
2755                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh-add.1.out; \
2756        fi
2757if test "doc" = "cat"; then \
2758                manpage=./`echo ssh-agent.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2759        else \
2760                manpage=./`echo ssh-agent.1.out | sed 's/\.out$//'`; \
2761        fi; \
2762        if test "doc" = "man"; then \
2763                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2764                    awk -f ./mdoc2man.awk > ssh-agent.1.out; \
2765        else \
2766                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh-agent.1.out; \
2767        fi
2768if test "doc" = "cat"; then \
2769                manpage=./`echo ssh-keygen.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2770        else \
2771                manpage=./`echo ssh-keygen.1.out | sed 's/\.out$//'`; \
2772        fi; \
2773        if test "doc" = "man"; then \
2774                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2775                    awk -f ./mdoc2man.awk > ssh-keygen.1.out; \
2776        else \
2777                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh-keygen.1.out; \
2778        fi
2779if test "doc" = "cat"; then \
2780                manpage=./`echo ssh-keyscan.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2781        else \
2782                manpage=./`echo ssh-keyscan.1.out | sed 's/\.out$//'`; \
2783        fi; \
2784        if test "doc" = "man"; then \
2785                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2786                    awk -f ./mdoc2man.awk > ssh-keyscan.1.out; \
2787        else \
2788                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh-keyscan.1.out; \
2789        fi
2790if test "doc" = "cat"; then \
2791                manpage=./`echo ssh.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2792        else \
2793                manpage=./`echo ssh.1.out | sed 's/\.out$//'`; \
2794        fi; \
2795        if test "doc" = "man"; then \
2796                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2797                    awk -f ./mdoc2man.awk > ssh.1.out; \
2798        else \
2799                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh.1.out; \
2800        fi
2801if test "doc" = "cat"; then \
2802                manpage=./`echo sshd.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2803        else \
2804                manpage=./`echo sshd.8.out | sed 's/\.out$//'`; \
2805        fi; \
2806        if test "doc" = "man"; then \
2807                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2808                    awk -f ./mdoc2man.awk > sshd.8.out; \
2809        else \
2810                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > sshd.8.out; \
2811        fi
2812if test "doc" = "cat"; then \
2813                manpage=./`echo sftp-server.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2814        else \
2815                manpage=./`echo sftp-server.8.out | sed 's/\.out$//'`; \
2816        fi; \
2817        if test "doc" = "man"; then \
2818                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2819                    awk -f ./mdoc2man.awk > sftp-server.8.out; \
2820        else \
2821                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > sftp-server.8.out; \
2822        fi
2823if test "doc" = "cat"; then \
2824                manpage=./`echo sftp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2825        else \
2826                manpage=./`echo sftp.1.out | sed 's/\.out$//'`; \
2827        fi; \
2828        if test "doc" = "man"; then \
2829                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2830                    awk -f ./mdoc2man.awk > sftp.1.out; \
2831        else \
2832                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > sftp.1.out; \
2833        fi
2834if test "doc" = "cat"; then \
2835                manpage=./`echo ssh-keysign.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2836        else \
2837                manpage=./`echo ssh-keysign.8.out | sed 's/\.out$//'`; \
2838        fi; \
2839        if test "doc" = "man"; then \
2840                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2841                    awk -f ./mdoc2man.awk > ssh-keysign.8.out; \
2842        else \
2843                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh-keysign.8.out; \
2844        fi
2845if test "doc" = "cat"; then \
2846                manpage=./`echo ssh-pkcs11-helper.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2847        else \
2848                manpage=./`echo ssh-pkcs11-helper.8.out | sed 's/\.out$//'`; \
2849        fi; \
2850        if test "doc" = "man"; then \
2851                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2852                    awk -f ./mdoc2man.awk > ssh-pkcs11-helper.8.out; \
2853        else \
2854                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh-pkcs11-helper.8.out; \
2855        fi
2856if test "doc" = "cat"; then \
2857                manpage=./`echo sshd_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2858        else \
2859                manpage=./`echo sshd_config.5.out | sed 's/\.out$//'`; \
2860        fi; \
2861        if test "doc" = "man"; then \
2862                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2863                    awk -f ./mdoc2man.awk > sshd_config.5.out; \
2864        else \
2865                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > sshd_config.5.out; \
2866        fi
2867if test "doc" = "cat"; then \
2868                manpage=./`echo ssh_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
2869        else \
2870                manpage=./`echo ssh_config.5.out | sed 's/\.out$//'`; \
2871        fi; \
2872        if test "doc" = "man"; then \
2873                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  | \
2874                    awk -f ./mdoc2man.awk > ssh_config.5.out; \
2875        else \
2876                /usr/bin/sed -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/opt/local/etc/ssh/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/opt/local/etc/ssh/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|undefined|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /usr/bin/sed  > ssh_config.5.out; \
2877        fi
2878(cd openbsd-compat && /Applications/Xcode.app/Contents/Developer/usr/bin/make)
2879make[1]: Entering directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1/openbsd-compat'
2880/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c arc4random.c
2881/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-asprintf.c
2882/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-closefrom.c
2883/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-cray.c
2884/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-cygwin_util.c
2885/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-getpeereid.c
2886/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c getrrsetbyname-ldns.c
2887/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-err.c
2888/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-getpagesize.c
2889/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-misc.c
2890/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-nextstep.c
2891/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-openpty.c
2892/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-poll.c
2893/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-malloc.c
2894/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-setres_id.c
2895/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-snprintf.c
2896/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-statvfs.c
2897/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bsd-waitpid.c
2898/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c fake-rfc2553.c
2899/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c openssl-compat.c
2900/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c xcrypt.c
2901xcrypt.c:89:4: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
2902                        explicit_bzero(passwd, strlen(passwd));
2903                        ^
29041 warning generated.
2905/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c kludge-fd_set.c
2906/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c base64.c
2907/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c basename.c
2908/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bcrypt_pbkdf.c
2909bcrypt_pbkdf.c:105:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
2910        explicit_bzero(ciphertext, sizeof(ciphertext));
2911        ^
29121 warning generated.
2913/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c bindresvport.c
2914/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c blowfish.c
2915/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c daemon.c
2916/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c dirname.c
2917/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c fmt_scaled.c
2918/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c getcwd.c
2919/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c getgrouplist.c
2920/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c getopt_long.c
2921/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c getrrsetbyname.c
2922/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c glob.c
2923/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c inet_aton.c
2924/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c inet_ntoa.c
2925/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c inet_ntop.c
2926/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c mktemp.c
2927/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c pwcache.c
2928/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c readpassphrase.c
2929/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c reallocarray.c
2930/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c realpath.c
2931/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c recallocarray.c
2932/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c rresvport.c
2933/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c setenv.c
2934/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c setproctitle.c
2935/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c sha1.c
2936/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c sha2.c
2937/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c rmd160.c
2938/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c md5.c
2939/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c sigact.c
2940/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strcasestr.c
2941/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strlcat.c
2942/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strlcpy.c
2943/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strmode.c
2944/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strnlen.c
2945/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strptime.c
2946/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strsep.c
2947/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strtonum.c
2948/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strtoll.c
2949/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strtoul.c
2950/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c strtoull.c
2951/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c timingsafe_bcmp.c
2952/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c vis.c
2953vis.c:222:8: warning: implicit declaration of function 'reallocarray' is invalid in C99 [-Wimplicit-function-declaration]
2954        buf = reallocarray(NULL, 4, strlen(src) + 1);
2955              ^
2956vis.c:222:6: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
2957        buf = reallocarray(NULL, 4, strlen(src) + 1);
2958            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29592 warnings generated.
2960/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c explicit_bzero.c
2961/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c freezero.c
2962/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c port-aix.c
2963/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c port-irix.c
2964/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c port-linux.c
2965/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c port-solaris.c
2966/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c port-tun.c
2967/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I.. -I. -I./.. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DHAVE_CONFIG_H -c port-uw.c
2968ar rv libopenbsd-compat.a arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-err.o bsd-getpagesize.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-malloc.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xcrypt.o kludge-fd_set.o base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o recallocarray.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o freezero.o port-aix.o port-irix.o port-linux.o port-solaris.o port-tun.o port-uw.o
2969ar: creating archive libopenbsd-compat.a
2970/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(arc4random.o) has no symbols
2971/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-asprintf.o) has no symbols
2972/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-cray.o) has no symbols
2973/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-cygwin_util.o) has no symbols
2974/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-getpeereid.o) has no symbols
2975/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-err.o) has no symbols
2976/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-nextstep.o) has no symbols
2977/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-openpty.o) has no symbols
2978/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-poll.o) has no symbols
2979/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-malloc.o) has no symbols
2980/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-snprintf.o) has no symbols
2981/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-statvfs.o) has no symbols
2982/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-waitpid.o) has no symbols
2983/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(fake-rfc2553.o) has no symbols
2984/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(kludge-fd_set.o) has no symbols
2985/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(basename.o) has no symbols
2986/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bindresvport.o) has no symbols
2987/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(daemon.o) has no symbols
2988/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(dirname.o) has no symbols
2989/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getcwd.o) has no symbols
2990/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getgrouplist.o) has no symbols
2991/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getopt_long.o) has no symbols
2992/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getrrsetbyname.o) has no symbols
2993/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(inet_aton.o) has no symbols
2994/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(inet_ntoa.o) has no symbols
2995/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(inet_ntop.o) has no symbols
2996/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(mktemp.o) has no symbols
2997/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(pwcache.o) has no symbols
2998/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(readpassphrase.o) has no symbols
2999/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(reallocarray.o) has no symbols
3000/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(recallocarray.o) has no symbols
3001/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(rresvport.o) has no symbols
3002/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(setenv.o) has no symbols
3003/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(sha1.o) has no symbols
3004/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(sha2.o) has no symbols
3005/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(rmd160.o) has no symbols
3006/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(md5.o) has no symbols
3007/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(sigact.o) has no symbols
3008/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strcasestr.o) has no symbols
3009/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strlcat.o) has no symbols
3010/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strlcpy.o) has no symbols
3011/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strmode.o) has no symbols
3012/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strnlen.o) has no symbols
3013/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strptime.o) has no symbols
3014/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strsep.o) has no symbols
3015/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strtoll.o) has no symbols
3016/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strtoul.o) has no symbols
3017/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strtoull.o) has no symbols
3018/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(timingsafe_bcmp.o) has no symbols
3019/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(explicit_bzero.o) has no symbols
3020/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(freezero.o) has no symbols
3021/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-aix.o) has no symbols
3022/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-irix.o) has no symbols
3023/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-linux.o) has no symbols
3024/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-solaris.o) has no symbols
3025/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-uw.o) has no symbols
3026a - arc4random.o
3027a - bsd-asprintf.o
3028a - bsd-closefrom.o
3029a - bsd-cray.o
3030a - bsd-cygwin_util.o
3031a - bsd-getpeereid.o
3032a - getrrsetbyname-ldns.o
3033a - bsd-err.o
3034a - bsd-getpagesize.o
3035a - bsd-misc.o
3036a - bsd-nextstep.o
3037a - bsd-openpty.o
3038a - bsd-poll.o
3039a - bsd-malloc.o
3040a - bsd-setres_id.o
3041a - bsd-snprintf.o
3042a - bsd-statvfs.o
3043a - bsd-waitpid.o
3044a - fake-rfc2553.o
3045a - openssl-compat.o
3046a - xcrypt.o
3047a - kludge-fd_set.o
3048a - base64.o
3049a - basename.o
3050a - bcrypt_pbkdf.o
3051a - bindresvport.o
3052a - blowfish.o
3053a - daemon.o
3054a - dirname.o
3055a - fmt_scaled.o
3056a - getcwd.o
3057a - getgrouplist.o
3058a - getopt_long.o
3059a - getrrsetbyname.o
3060a - glob.o
3061a - inet_aton.o
3062a - inet_ntoa.o
3063a - inet_ntop.o
3064a - mktemp.o
3065a - pwcache.o
3066a - readpassphrase.o
3067a - reallocarray.o
3068a - realpath.o
3069a - recallocarray.o
3070a - rresvport.o
3071a - setenv.o
3072a - setproctitle.o
3073a - sha1.o
3074a - sha2.o
3075a - rmd160.o
3076a - md5.o
3077a - sigact.o
3078a - strcasestr.o
3079a - strlcat.o
3080a - strlcpy.o
3081a - strmode.o
3082a - strnlen.o
3083a - strptime.o
3084a - strsep.o
3085a - strtonum.o
3086a - strtoll.o
3087a - strtoul.o
3088a - strtoull.o
3089a - timingsafe_bcmp.o
3090a - vis.o
3091a - blowfish.o
3092a - bcrypt_pbkdf.o
3093a - explicit_bzero.o
3094a - freezero.o
3095a - port-aix.o
3096a - port-irix.o
3097a - port-linux.o
3098a - port-solaris.o
3099a - port-tun.o
3100a - port-uw.o
3101ranlib libopenbsd-compat.a
3102/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(arc4random.o) has no symbols
3103/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-asprintf.o) has no symbols
3104/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-cray.o) has no symbols
3105/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-cygwin_util.o) has no symbols
3106/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-getpeereid.o) has no symbols
3107/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-err.o) has no symbols
3108/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-nextstep.o) has no symbols
3109/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-openpty.o) has no symbols
3110/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-poll.o) has no symbols
3111/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-malloc.o) has no symbols
3112/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-snprintf.o) has no symbols
3113/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-statvfs.o) has no symbols
3114/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bsd-waitpid.o) has no symbols
3115/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(fake-rfc2553.o) has no symbols
3116/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(kludge-fd_set.o) has no symbols
3117/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(basename.o) has no symbols
3118/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(bindresvport.o) has no symbols
3119/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(daemon.o) has no symbols
3120/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(dirname.o) has no symbols
3121/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getcwd.o) has no symbols
3122/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getgrouplist.o) has no symbols
3123/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getopt_long.o) has no symbols
3124/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(getrrsetbyname.o) has no symbols
3125/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(inet_aton.o) has no symbols
3126/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(inet_ntoa.o) has no symbols
3127/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(inet_ntop.o) has no symbols
3128/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(mktemp.o) has no symbols
3129/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(pwcache.o) has no symbols
3130/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(readpassphrase.o) has no symbols
3131/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(reallocarray.o) has no symbols
3132/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(recallocarray.o) has no symbols
3133/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(rresvport.o) has no symbols
3134/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(setenv.o) has no symbols
3135/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(sha1.o) has no symbols
3136/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(sha2.o) has no symbols
3137/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(rmd160.o) has no symbols
3138/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(md5.o) has no symbols
3139/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(sigact.o) has no symbols
3140/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strcasestr.o) has no symbols
3141/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strlcat.o) has no symbols
3142/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strlcpy.o) has no symbols
3143/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strmode.o) has no symbols
3144/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strnlen.o) has no symbols
3145/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strptime.o) has no symbols
3146/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strsep.o) has no symbols
3147/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strtoll.o) has no symbols
3148/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strtoul.o) has no symbols
3149/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(strtoull.o) has no symbols
3150/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(timingsafe_bcmp.o) has no symbols
3151/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(explicit_bzero.o) has no symbols
3152/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(freezero.o) has no symbols
3153/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-aix.o) has no symbols
3154/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-irix.o) has no symbols
3155/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-linux.o) has no symbols
3156/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-solaris.o) has no symbols
3157/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenbsd-compat.a(port-uw.o) has no symbols
3158make[1]: Leaving directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1/openbsd-compat'
3159/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh_api.c -o ssh_api.o
3160/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssherr.c -o ssherr.o
3161/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf.c -o sshbuf.o
3162sshbuf.c:137:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3163        explicit_bzero(ret, sizeof(*ret));
3164        ^
3165sshbuf.c:199:12: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3166                if ((d = recallocarray(buf->d, buf->alloc, SSHBUF_SIZE_INIT,
3167                         ^
3168sshbuf.c:199:10: warning: incompatible integer to pointer conversion assigning to 'u_char *' (aka 'unsigned char *') from 'int' [-Wint-conversion]
3169                if ((d = recallocarray(buf->d, buf->alloc, SSHBUF_SIZE_INIT,
3170                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3171sshbuf.c:258:11: warning: incompatible integer to pointer conversion assigning to 'u_char *' (aka 'unsigned char *') from 'int' [-Wint-conversion]
3172                if ((dp = recallocarray(buf->d, buf->alloc, rlen, 1)) == NULL)
3173                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3174sshbuf.c:347:10: warning: incompatible integer to pointer conversion assigning to 'u_char *' (aka 'unsigned char *') from 'int' [-Wint-conversion]
3175        if ((dp = recallocarray(buf->d, buf->alloc, rlen, 1)) == NULL) {
3176                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31775 warnings generated.
3178/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshkey.c -o sshkey.o
3179sshkey.c:423:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3180        explicit_bzero(cert, sizeof(*cert));
3181        ^
3182sshkey.c:1766:27: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3183                key->cert->principals = recallocarray(key->cert->principals,
3184                                        ^
3185sshkey.c:1766:25: warning: incompatible integer to pointer conversion assigning to 'char **' from 'int' [-Wint-conversion]
3186                key->cert->principals = recallocarray(key->cert->principals,
3187                                      ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31883 warnings generated.
3189/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf-getput-basic.c -o sshbuf-getput-basic.o
3190/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf-misc.c -o sshbuf-misc.o
3191sshbuf-misc.c:106:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3192                explicit_bzero(ret, plen);
3193                ^
31941 warning generated.
3195/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshbuf-getput-crypto.c -o sshbuf-getput-crypto.o
3196sshbuf-getput-crypto.c:161:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3197                explicit_bzero(d, sizeof(d));
3198                ^
31991 warning generated.
3200/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c krl.c -o krl.o
3201krl.c:1029:17: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3202                tmp_ca_used = recallocarray(ca_used, nca_used, nca_used + 1,
3203                              ^
3204krl.c:1029:15: warning: incompatible integer to pointer conversion assigning to 'struct sshkey **' from 'int' [-Wint-conversion]
3205                tmp_ca_used = recallocarray(ca_used, nca_used, nca_used + 1,
3206                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32072 warnings generated.
3208/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bitmap.c -o bitmap.o
3209bitmap.c:90:14: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3210                if ((tmp = recallocarray(b->d, b->len,
3211                           ^
3212bitmap.c:90:12: warning: incompatible integer to pointer conversion assigning to 'u_int *' (aka 'unsigned int *') from 'int' [-Wint-conversion]
3213                if ((tmp = recallocarray(b->d, b->len,
3214                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
32152 warnings generated.
3216/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c authfd.c -o authfd.o
3217authfd.c:385:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3218                explicit_bzero(blob, blen);
3219                ^
32201 warning generated.
3221/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c authfile.c -o authfile.o
3222authfile.c:131:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3223        explicit_bzero(buf, sizeof(buf));
3224        ^
32251 warning generated.
3226/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bufaux.c -o bufaux.o
3227/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bufbn.c -o bufbn.o
3228/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bufec.c -o bufec.o
3229/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c buffer.c -o buffer.o
3230/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c canohost.c -o canohost.o
3231/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c channels.c -o channels.o
3232channels.c:574:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3233                explicit_bzero(cc, sizeof(*cc));
3234                ^
32351 warning generated.
3236/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher.c -o cipher.o
3237cipher.c:316:4: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3238                        explicit_bzero(cc, sizeof(*cc));
3239                        ^
32401 warning generated.
3241/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-aes.c -o cipher-aes.o
3242/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-aesctr.c -o cipher-aesctr.o
3243/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-ctr.c -o cipher-ctr.o
3244/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cleanup.c -o cleanup.o
3245/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c compat.c -o compat.o
3246/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c crc32.c -o crc32.o
3247/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c fatal.c -o fatal.o
3248/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c hostfile.c -o hostfile.o
3249hostfile.c:254:13: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3250        if ((tmp = recallocarray(hostkeys->entries, hostkeys->num_entries,
3251                   ^
3252hostfile.c:254:11: warning: incompatible integer to pointer conversion assigning to 'struct hostkey_entry *' from 'int' [-Wint-conversion]
3253        if ((tmp = recallocarray(hostkeys->entries, hostkeys->num_entries,
3254                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3255hostfile.c:300:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3256                explicit_bzero(hostkeys->entries + i, sizeof(*hostkeys->entries));
3257                ^
32583 warnings generated.
3259/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c log.c -o log.o
3260/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c match.c -o match.o
3261/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c moduli.c -o moduli.o
3262/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c nchan.c -o nchan.o
3263/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c packet.c -o packet.o
3264packet.c:1110:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3265                explicit_bzero(cp, padlen);
3266                ^
32671 warning generated.
3268/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c opacket.c -o opacket.o
3269/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c readpass.c -o readpass.o
3270readpass.c:102:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3271                explicit_bzero(buf, sizeof(buf));
3272                ^
32731 warning generated.
3274/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ttymodes.c -o ttymodes.o
3275/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c xmalloc.c -o xmalloc.o
3276xmalloc.c:73:12: warning: implicit declaration of function 'reallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3277        new_ptr = reallocarray(ptr, nmemb, size);
3278                  ^
3279xmalloc.c:73:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
3280        new_ptr = reallocarray(ptr, nmemb, size);
3281                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3282xmalloc.c:85:12: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3283        new_ptr = recallocarray(ptr, onmemb, nmemb, size);
3284                  ^
3285xmalloc.c:85:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
3286        new_ptr = recallocarray(ptr, onmemb, nmemb, size);
3287                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32884 warnings generated.
3289/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c addrmatch.c -o addrmatch.o
3290/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c atomicio.c -o atomicio.o
3291/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c key.c -o key.o
3292/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c dispatch.c -o dispatch.o
3293/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c mac.c -o mac.o
3294/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c uidswap.c -o uidswap.o
3295/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c uuencode.c -o uuencode.o
3296/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c misc.c -o misc.o
3297/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c utf8.c -o utf8.o
3298utf8.c:79:12: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3299        if ((tp = recallocarray(*dst, *sz, tsz, 1)) == NULL)
3300                  ^
3301utf8.c:79:10: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
3302        if ((tp = recallocarray(*dst, *sz, tsz, 1)) == NULL)
3303                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33042 warnings generated.
3305/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor_fdpass.c -o monitor_fdpass.o
3306/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c rijndael.c -o rijndael.o
3307/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-dss.c -o ssh-dss.o
3308ssh-dss.c:85:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3309        explicit_bzero(sigblob, SIGBLOB_LEN);
3310        ^
33111 warning generated.
3312/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-ecdsa.c -o ssh-ecdsa.o
3313ssh-ecdsa.c:101:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3314        explicit_bzero(digest, sizeof(digest));
3315        ^
33161 warning generated.
3317/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-rsa.c -o ssh-rsa.o
3318ssh-rsa.c:165:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3319                explicit_bzero(sig, diff);
3320                ^
33211 warning generated.
3322/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c dh.c -o dh.o
3323/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c msg.c -o msg.o
3324/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c progressmeter.c -o progressmeter.o
3325/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c dns.c -o dns.o
3326/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c entropy.c -o entropy.o
3327/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c gss-genr.c -o gss-genr.o
3328/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c umac.c -o umac.o
3329umac.c:206:5: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3330    explicit_bzero(in_buf, sizeof(in_buf));
3331    ^
33321 warning generated.
3333/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o umac128.o -c ./umac.c \
3334            -DUMAC_OUTPUT_LEN=16 -Dumac_new=umac128_new \
3335            -Dumac_update=umac128_update -Dumac_final=umac128_final \
3336            -Dumac_delete=umac128_delete -Dumac_ctx=umac128_ctx
3337./umac.c:206:5: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3338    explicit_bzero(in_buf, sizeof(in_buf));
3339    ^
33401 warning generated.
3341/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-pkcs11.c -o ssh-pkcs11.o
3342ssh-pkcs11.c:275:4: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3343                        explicit_bzero(pin, strlen(pin));
3344                        ^
33451 warning generated.
3346/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c smult_curve25519_ref.c -o smult_curve25519_ref.o
3347/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c poly1305.c -o poly1305.o
3348/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c chacha.c -o chacha.o
3349/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-chachapoly.c -o cipher-chachapoly.o
3350cipher-chachapoly.c:99:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3351        explicit_bzero(expected_tag, sizeof(expected_tag));
3352        ^
33531 warning generated.
3354/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-ed25519.c -o ssh-ed25519.o
3355ssh-ed25519.c:87:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3356                explicit_bzero(sig, slen);
3357                ^
33581 warning generated.
3359/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c digest-openssl.c -o digest-openssl.o
3360digest-openssl.c:176:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3361                explicit_bzero(ctx, sizeof(*ctx));
3362                ^
33631 warning generated.
3364/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c digest-libc.c -o digest-libc.o
3365/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c hmac.c -o hmac.o
3366hmac.c:84:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3367                explicit_bzero(ctx->buf, ctx->buf_len);
3368                ^
33691 warning generated.
3370/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sc25519.c -o sc25519.o
3371/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ge25519.c -o ge25519.o
3372/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c fe25519.c -o fe25519.o
3373/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ed25519.c -o ed25519.o
3374/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c verify.c -o verify.o
3375/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c hash.c -o hash.o
3376/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c blocks.c -o blocks.o
3377/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kex.c -o kex.o
3378kex.c:559:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3379                explicit_bzero(newkeys->enc.key, newkeys->enc.key_len);
3380                ^
33811 warning generated.
3382/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexdh.c -o kexdh.o
3383/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexgex.c -o kexgex.o
3384/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexecdh.c -o kexecdh.o
3385/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexc25519.c -o kexc25519.o
3386kexc25519.c:70:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3387        explicit_bzero(shared_key, CURVE25519_SIZE);
3388        ^
33891 warning generated.
3390/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexdhc.c -o kexdhc.o
3391kexdhc.c:203:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3392        explicit_bzero(hash, sizeof(hash));
3393        ^
33941 warning generated.
3395/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexgexc.c -o kexgexc.o
3396kexgexc.c:250:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3397        explicit_bzero(hash, sizeof(hash));
3398        ^
33991 warning generated.
3400/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexecdhc.c -o kexecdhc.o
3401kexecdhc.c:208:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3402        explicit_bzero(hash, sizeof(hash));
3403        ^
34041 warning generated.
3405/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexc25519c.c -o kexc25519c.o
3406kexc25519c.c:161:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3407        explicit_bzero(hash, sizeof(hash));
3408        ^
34091 warning generated.
3410/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexdhs.c -o kexdhs.o
3411kexdhs.c:208:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3412        explicit_bzero(hash, sizeof(hash));
3413        ^
34141 warning generated.
3415/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexgexs.c -o kexgexs.o
3416kexgexs.c:243:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3417                explicit_bzero(kbuf, klen);
3418                ^
34191 warning generated.
3420/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexecdhs.c -o kexecdhs.o
3421kexecdhs.c:189:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3422        explicit_bzero(hash, sizeof(hash));
3423        ^
34241 warning generated.
3425/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexc25519s.c -o kexc25519s.o
3426kexc25519s.c:151:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3427        explicit_bzero(hash, sizeof(hash));
3428        ^
34291 warning generated.
3430/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c platform-pledge.c -o platform-pledge.o
3431/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c platform-tracing.c -o platform-tracing.o
3432/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c platform-misc.c -o platform-misc.o
3433ar rv libssh.a ssh_api.o ssherr.o sshbuf.o sshkey.o sshbuf-getput-basic.o sshbuf-misc.o sshbuf-getput-crypto.o krl.o bitmap.o authfd.o authfile.o bufaux.o bufbn.o bufec.o buffer.o canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o cipher-ctr.o cleanup.o compat.o crc32.o fatal.o hostfile.o log.o match.o moduli.o nchan.o packet.o opacket.o readpass.o ttymodes.o xmalloc.o addrmatch.o atomicio.o key.o dispatch.o mac.o uidswap.o uuencode.o misc.o utf8.o monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-rsa.o dh.o msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o ssh-pkcs11.o smult_curve25519_ref.o poly1305.o chacha.o cipher-chachapoly.o ssh-ed25519.o digest-openssl.o digest-libc.o hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o kexdhc.o kexgexc.o kexecdhc.o kexc25519c.o kexdhs.o kexgexs.o kexecdhs.o kexc25519s.o platform-pledge.o platform-tracing.o platform-misc.o
3434ar: creating archive libssh.a
3435/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(cipher-aes.o) has no symbols
3436/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(cipher-aesctr.o) has no symbols
3437/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(cipher-ctr.o) has no symbols
3438/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(gss-genr.o) has no symbols
3439/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(digest-libc.o) has no symbols
3440a - ssh_api.o
3441a - ssherr.o
3442a - sshbuf.o
3443a - sshkey.o
3444a - sshbuf-getput-basic.o
3445a - sshbuf-misc.o
3446a - sshbuf-getput-crypto.o
3447a - krl.o
3448a - bitmap.o
3449a - authfd.o
3450a - authfile.o
3451a - bufaux.o
3452a - bufbn.o
3453a - bufec.o
3454a - buffer.o
3455a - canohost.o
3456a - channels.o
3457a - cipher.o
3458a - cipher-aes.o
3459a - cipher-aesctr.o
3460a - cipher-ctr.o
3461a - cleanup.o
3462a - compat.o
3463a - crc32.o
3464a - fatal.o
3465a - hostfile.o
3466a - log.o
3467a - match.o
3468a - moduli.o
3469a - nchan.o
3470a - packet.o
3471a - opacket.o
3472a - readpass.o
3473a - ttymodes.o
3474a - xmalloc.o
3475a - addrmatch.o
3476a - atomicio.o
3477a - key.o
3478a - dispatch.o
3479a - mac.o
3480a - uidswap.o
3481a - uuencode.o
3482a - misc.o
3483a - utf8.o
3484a - monitor_fdpass.o
3485a - rijndael.o
3486a - ssh-dss.o
3487a - ssh-ecdsa.o
3488a - ssh-rsa.o
3489a - dh.o
3490a - msg.o
3491a - progressmeter.o
3492a - dns.o
3493a - entropy.o
3494a - gss-genr.o
3495a - umac.o
3496a - umac128.o
3497a - ssh-pkcs11.o
3498a - smult_curve25519_ref.o
3499a - poly1305.o
3500a - chacha.o
3501a - cipher-chachapoly.o
3502a - ssh-ed25519.o
3503a - digest-openssl.o
3504a - digest-libc.o
3505a - hmac.o
3506a - sc25519.o
3507a - ge25519.o
3508a - fe25519.o
3509a - ed25519.o
3510a - verify.o
3511a - hash.o
3512a - blocks.o
3513a - kex.o
3514a - kexdh.o
3515a - kexgex.o
3516a - kexecdh.o
3517a - kexc25519.o
3518a - kexdhc.o
3519a - kexgexc.o
3520a - kexecdhc.o
3521a - kexc25519c.o
3522a - kexdhs.o
3523a - kexgexs.o
3524a - kexecdhs.o
3525a - kexc25519s.o
3526a - platform-pledge.o
3527a - platform-tracing.o
3528a - platform-misc.o
3529ranlib libssh.a
3530/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(cipher-aes.o) has no symbols
3531/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(cipher-aesctr.o) has no symbols
3532/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(cipher-ctr.o) has no symbols
3533/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(gss-genr.o) has no symbols
3534/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libssh.a(digest-libc.o) has no symbols
3535/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh.c -o ssh.o
3536ssh.c:1523:2: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
3537        daemon(1, 1);
3538        ^
3539/usr/include/stdlib.h:298:6: note: 'daemon' has been explicitly marked deprecated here
3540int      daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
3541         ^
3542ssh.c:1535:6: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
3543        if (daemon(1, 1) < 0)
3544            ^
3545/usr/include/stdlib.h:298:6: note: 'daemon' has been explicitly marked deprecated here
3546int      daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
3547         ^
3548ssh.c:2023:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3549        explicit_bzero(pwname, strlen(pwname));
3550        ^
35513 warnings generated.
3552/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c readconf.c -o readconf.o
3553/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c clientloop.c -o clientloop.o
3554clientloop.c:495:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3555                explicit_bzero(gc, sizeof(*gc));
3556                ^
3557clientloop.c:1840:13: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3558        if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1,
3559                   ^
3560clientloop.c:1840:11: warning: incompatible integer to pointer conversion assigning to 'struct sshkey **' from 'int' [-Wint-conversion]
3561        if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1,
3562                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3563clientloop.c:2074:12: warning: incompatible integer to pointer conversion assigning to 'struct sshkey **' from 'int' [-Wint-conversion]
3564                if ((tmp = recallocarray(ctx->keys, ctx->nkeys, ctx->nkeys + 1,
3565                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35664 warnings generated.
3567/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshtty.c -o sshtty.o
3568/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshconnect.c -o sshconnect.o
3569sshconnect.c:1347:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3570        explicit_bzero(padded, size);
3571        ^
35721 warning generated.
3573/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshconnect2.c -o sshconnect2.o
3574sshconnect2.c:918:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3575        explicit_bzero(password, strlen(password));
3576        ^
35771 warning generated.
3578/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c mux.c -o mux.o
3579/usr/bin/clang -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat  -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3580clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3581/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshd.c -o sshd.o
3582sshd.c:519:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3583        explicit_bzero(rnd, sizeof(rnd));
3584        ^
3585sshd.c:1832:7: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
3586                if (daemon(0, 0) < 0)
3587                    ^
3588/usr/include/stdlib.h:298:6: note: 'daemon' has been explicitly marked deprecated here
3589int      daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
3590         ^
35912 warnings generated.
3592/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-rhosts.c -o auth-rhosts.o
3593/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-passwd.c -o auth-passwd.o
3594/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c audit.c -o audit.o
3595/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c audit-bsm.c -o audit-bsm.o
3596/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c audit-linux.c -o audit-linux.o
3597/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c platform.c -o platform.o
3598/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshpty.c -o sshpty.o
3599/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshlogin.c -o sshlogin.o
3600/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c servconf.c -o servconf.o
3601/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c serverloop.c -o serverloop.o
3602/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth.c -o auth.o
3603/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2.c -o auth2.o
3604auth2.c:685:13: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3605            (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys,
3606                   ^
3607auth2.c:685:11: warning: incompatible integer to pointer conversion assigning to 'struct sshkey **' from 'int' [-Wint-conversion]
3608            (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys,
3609                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36102 warnings generated.
3611/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-options.c -o auth-options.o
3612/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c session.c -o session.o
3613/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-chall.c -o auth2-chall.o
3614auth2-chall.c:153:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3615        explicit_bzero(kbdintctxt, sizeof(*kbdintctxt));
3616        ^
36171 warning generated.
3618/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c groupaccess.c -o groupaccess.o
3619/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-skey.c -o auth-skey.o
3620/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-bsdauth.c -o auth-bsdauth.o
3621/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-hostbased.c -o auth2-hostbased.o
3622/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-kbdint.c -o auth2-kbdint.o
3623/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-none.c -o auth2-none.o
3624/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-passwd.c -o auth2-passwd.o
3625auth2-passwd.c:68:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3626        explicit_bzero(password, len);
3627        ^
36281 warning generated.
3629/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-pubkey.c -o auth2-pubkey.o
3630/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor.c -o monitor.o
3631monitor.c:840:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3632        explicit_bzero(passwd, strlen(passwd));
3633        ^
36341 warning generated.
3635/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor_wrap.c -o monitor_wrap.o
3636/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-krb5.c -o auth-krb5.o
3637/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-gss.c -o auth2-gss.o
3638/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c gss-serv.c -o gss-serv.o
3639/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c gss-serv-krb5.c -o gss-serv-krb5.o
3640/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c loginrec.c -o loginrec.o
3641loginrec.c:191:49: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
3642void set_utmp_time(struct logininfo *li, struct utmp *ut);
3643                                                ^
3644/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
3645}                                       __deprecated;
3646                                        ^
3647/usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
3648#define __deprecated    __attribute__((deprecated))
3649                                       ^
3650loginrec.c:192:50: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
3651void construct_utmp(struct logininfo *li, struct utmp *ut);
3652                                                 ^
3653/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
3654}                                       __deprecated;
3655                                        ^
3656/usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
3657#define __deprecated    __attribute__((deprecated))
3658                                       ^
3659loginrec.c:635:44: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
3660set_utmp_time(struct logininfo *li, struct utmp *ut)
3661                                           ^
3662/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
3663}                                       __deprecated;
3664                                        ^
3665/usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
3666#define __deprecated    __attribute__((deprecated))
3667                                       ^
3668loginrec.c:647:14: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
3669                    struct utmp *ut)
3670                           ^
3671/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
3672}                                       __deprecated;
3673                                        ^
3674/usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
3675#define __deprecated    __attribute__((deprecated))
3676                                       ^
3677loginrec.c:1419:9: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
3678        struct utmp *ut;
3679               ^
3680/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
3681}                                       __deprecated;
3682                                        ^
3683/usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
3684#define __deprecated    __attribute__((deprecated))
3685                                       ^
3686loginrec.c:1423:2: warning: 'login' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
3687        login(ut);
3688        ^
3689/usr/include/util.h:89:6: note: 'login' has been explicitly marked deprecated here
3690void    login(struct utmp *)            __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_NA,__IPHONE_NA);
3691        ^
3692loginrec.c:1437:7: warning: 'logout' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
3693        if (!logout(line))
3694             ^
3695/usr/include/util.h:91:5: note: 'logout' has been explicitly marked deprecated here
3696int     logout(const char *)            __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_NA,__IPHONE_NA);
3697        ^
3698loginrec.c:1441:3: warning: 'logwtmp' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
3699                logwtmp(line, "", "");
3700                ^
3701/usr/include/util.h:92:6: note: 'logwtmp' has been explicitly marked deprecated here
3702void    logwtmp(const char *, const char *, const char *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_2_0,__IPHONE_2_0);
3703        ^
37048 warnings generated.
3705/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-pam.c -o auth-pam.o
3706/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-shadow.c -o auth-shadow.o
3707/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-sia.c -o auth-sia.o
3708/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c md5crypt.c -o md5crypt.o
3709/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-server.c -o sftp-server.o
3710/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-common.c -o sftp-common.o
3711/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-null.c -o sandbox-null.o
3712/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-rlimit.c -o sandbox-rlimit.o
3713/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-systrace.c -o sandbox-systrace.o
3714/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-darwin.c -o sandbox-darwin.o
3715sandbox-darwin.c:70:6: warning: 'sandbox_init' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
3716        if (sandbox_init("/opt/local/share/openssh/org.openssh.sshd.sb",
3717            ^
3718/usr/include/sandbox.h:46:5: note: 'sandbox_init' has been explicitly marked deprecated here
3719int sandbox_init(const char *profile, uint64_t flags, char **errorbuf);
3720    ^
37211 warning generated.
3722/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-seccomp-filter.c -o sandbox-seccomp-filter.o
3723/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-capsicum.c -o sandbox-capsicum.o
3724/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-pledge.c -o sandbox-pledge.o
3725/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-solaris.c -o sandbox-solaris.o
3726/usr/bin/clang -o sshd sshd.o auth-rhosts.o auth-passwd.o audit.o audit-bsm.o audit-linux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth2.o auth-options.o session.o auth2-chall.o groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o monitor.o monitor_wrap.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-server.o sftp-common.o sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sandbox-capsicum.o sandbox-pledge.o sandbox-solaris.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lsandbox -lpam -ldl -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3727clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3728/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-add.c -o ssh-add.o
3729ssh-add.c:98:3: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3730                explicit_bzero(pass, strlen(pass));
3731                ^
37321 warning generated.
3733/usr/bin/clang -o ssh-add ssh-add.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3734clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3735/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keygen.c -o ssh-keygen.o
3736ssh-keygen.c:310:2: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3737        explicit_bzero(pass, strlen(pass));
3738        ^
37391 warning generated.
3740/usr/bin/clang -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3741clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3742/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keyscan.c -o ssh-keyscan.o
3743/usr/bin/clang -o ssh-keyscan ssh-keyscan.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lssh -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3744clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3745/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keysign.c -o ssh-keysign.o
3746/usr/bin/clang -o ssh-keysign ssh-keysign.o readconf.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3747clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3748/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-pkcs11-helper.c -o ssh-pkcs11-helper.o
3749/usr/bin/clang -o ssh-pkcs11-helper ssh-pkcs11-helper.o ssh-pkcs11.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3750clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3751/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-agent.c -o ssh-agent.o
3752ssh-agent.c:487:4: warning: implicit declaration of function 'explicit_bzero' is invalid in C99 [-Wimplicit-function-declaration]
3753                        explicit_bzero(lock_pwhash, sizeof(lock_pwhash));
3754                        ^
3755ssh-agent.c:926:13: warning: implicit declaration of function 'recallocarray' is invalid in C99 [-Wimplicit-function-declaration]
3756            (pfd = recallocarray(pfd, *npfdp, npfd, sizeof(*pfd))) == NULL)
3757                   ^
3758ssh-agent.c:926:11: warning: incompatible integer to pointer conversion assigning to 'struct pollfd *' from 'int' [-Wint-conversion]
3759            (pfd = recallocarray(pfd, *npfdp, npfd, sizeof(*pfd))) == NULL)
3760                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37613 warnings generated.
3762/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-pkcs11-client.c -o ssh-pkcs11-client.o
3763/usr/bin/clang -o ssh-agent ssh-agent.o ssh-pkcs11-client.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3764clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3765/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c scp.c -o scp.o
3766/usr/bin/clang -o scp scp.o progressmeter.o bufaux.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3767clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3768/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp.c -o sftp.o
3769/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-server-main.c -o sftp-server-main.o
3770/usr/bin/clang -o sftp-server sftp-server.o sftp-common.o sftp-server-main.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv
3771clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3772/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-client.c -o sftp-client.o
3773/usr/bin/clang -pipe -Os -arch x86_64 -pipe -Qunused-arguments -Wunknown-warning-option -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE   -I. -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include -DBROKEN_STRNVIS=1 -D__APPLE_SANDBOX_NAMED_EXTERNAL__ -D__APPLE_API_STRICT_CONFORMANCE -I/opt/local/include -I/opt/local/include/editline -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-glob.c -o sftp-glob.o
3774/usr/bin/clang -o sftp progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fstack-protector-strong -pie  -lssh -lopenbsd-compat -lcrypto -lz  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib  -L/opt/local/lib   -lcrypto -lldns -lresolv -L/opt/local/lib -ledit -lncurses
3775clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
3776make: Leaving directory `/opt/local/var/macports/build/_opt_mports_macports-ports_net_openssh/openssh/work/openssh-7.6p1'