Advertisement
o0OBlackCatO0o

error_connect_privsep.log

Aug 13th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 230.88 KB | None | 0 0
  1. blackcat@ubuntu:~$ cd gcov/openssh/openssh-6.6p1/
  2. blackcat@ubuntu:~/gcov/openssh/openssh-6.6p1$ ./configure --with-cflags="-fprofile-arcs -ftest-coverage" --with-ldflags="-fprofile-arcs -lgcov"
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking build system type... x86_64-unknown-linux-gnu
  13. checking host system type... x86_64-unknown-linux-gnu
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /bin/grep
  16. checking for egrep... /bin/grep -E
  17. checking for ANSI C header files... yes
  18. checking for sys/types.h... yes
  19. checking for sys/stat.h... yes
  20. checking for stdlib.h... yes
  21. checking for string.h... yes
  22. checking for memory.h... yes
  23. checking for strings.h... yes
  24. checking for inttypes.h... yes
  25. checking for stdint.h... yes
  26. checking for unistd.h... yes
  27. checking whether byte ordering is bigendian... no
  28. checking for gawk... no
  29. checking for mawk... mawk
  30. checking how to run the C preprocessor... gcc -E
  31. checking for ranlib... ranlib
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking for egrep... (cached) /bin/grep -E
  34. checking for ar... /usr/bin/ar
  35. checking for cat... /bin/cat
  36. checking for kill... /bin/kill
  37. checking for perl5... no
  38. checking for perl... /usr/bin/perl
  39. checking for sed... /bin/sed
  40. checking for ent... no
  41. checking for bash... /bin/bash
  42. checking for ksh... (cached) /bin/bash
  43. checking for sh... (cached) /bin/bash
  44. checking for sh... /bin/sh
  45. checking for groff... /usr/bin/groff
  46. checking for nroff... /usr/bin/nroff
  47. checking for mandoc... no
  48. checking for groupadd... /usr/sbin/groupadd
  49. checking for useradd... /usr/sbin/useradd
  50. checking for pkgmk... no
  51. checking for special C compiler options needed for large files... no
  52. checking for _FILE_OFFSET_BITS value needed for large files... no
  53. checking for login... /bin/login
  54. checking for passwd... /usr/bin/passwd
  55. checking for inline... inline
  56. checking whether LLONG_MAX is declared... yes
  57. checking whether SYSTR_POLICY_KILL is declared... no
  58. checking whether RLIMIT_NPROC is declared... yes
  59. checking whether PR_SET_NO_NEW_PRIVS is declared... yes
  60. checking if gcc supports -Werror... yes
  61. checking if gcc supports compile flag -Qunused-arguments... no
  62. checking if gcc supports compile flag -Wunknown-warning-option... no
  63. checking if gcc supports compile flag -Wall... yes
  64. checking if gcc supports compile flag -Wpointer-arith... yes
  65. checking if gcc supports compile flag -Wuninitialized... yes
  66. checking if gcc supports compile flag -Wsign-compare... yes
  67. checking if gcc supports compile flag -Wformat-security... yes
  68. checking if gcc supports compile flag -Wsizeof-pointer-memaccess... yes
  69. checking if gcc supports compile flag -Wpointer-sign... yes
  70. checking if gcc supports compile flag -Wunused-result... yes
  71. checking if gcc supports compile flag -fno-strict-aliasing... yes
  72. checking if gcc supports compile flag -D_FORTIFY_SOURCE=2... yes
  73. checking if gcc supports link flag -Wl,-z,relro... yes
  74. checking if gcc supports link flag -Wl,-z,now... yes
  75. checking if gcc supports link flag -Wl,-z,noexecstack... yes
  76. checking if gcc supports compile flag -ftrapv and linking succeeds... yes
  77. checking gcc version... 4.8.4
  78. checking if gcc accepts -fno-builtin-memset... yes
  79. checking if gcc supports -fstack-protector-strong... no
  80. checking if gcc supports -fstack-protector-all... yes
  81. checking if -fstack-protector-all works... yes
  82. checking if compiler allows __attribute__ on return types... yes
  83. checking blf.h usability... no
  84. checking blf.h presence... no
  85. checking for blf.h... no
  86. checking bstring.h usability... no
  87. checking bstring.h presence... no
  88. checking for bstring.h... no
  89. checking crypt.h usability... yes
  90. checking crypt.h presence... yes
  91. checking for crypt.h... yes
  92. checking crypto/sha2.h usability... no
  93. checking crypto/sha2.h presence... no
  94. checking for crypto/sha2.h... no
  95. checking dirent.h usability... yes
  96. checking dirent.h presence... yes
  97. checking for dirent.h... yes
  98. checking endian.h usability... yes
  99. checking endian.h presence... yes
  100. checking for endian.h... yes
  101. checking elf.h usability... yes
  102. checking elf.h presence... yes
  103. checking for elf.h... yes
  104. checking features.h usability... yes
  105. checking features.h presence... yes
  106. checking for features.h... yes
  107. checking fcntl.h usability... yes
  108. checking fcntl.h presence... yes
  109. checking for fcntl.h... yes
  110. checking floatingpoint.h usability... no
  111. checking floatingpoint.h presence... no
  112. checking for floatingpoint.h... no
  113. checking getopt.h usability... yes
  114. checking getopt.h presence... yes
  115. checking for getopt.h... yes
  116. checking glob.h usability... yes
  117. checking glob.h presence... yes
  118. checking for glob.h... yes
  119. checking ia.h usability... no
  120. checking ia.h presence... no
  121. checking for ia.h... no
  122. checking iaf.h usability... no
  123. checking iaf.h presence... no
  124. checking for iaf.h... no
  125. checking for inttypes.h... (cached) yes
  126. checking limits.h usability... yes
  127. checking limits.h presence... yes
  128. checking for limits.h... yes
  129. checking locale.h usability... yes
  130. checking locale.h presence... yes
  131. checking for locale.h... yes
  132. checking login.h usability... no
  133. checking login.h presence... no
  134. checking for login.h... no
  135. checking maillock.h usability... no
  136. checking maillock.h presence... no
  137. checking for maillock.h... no
  138. checking ndir.h usability... no
  139. checking ndir.h presence... no
  140. checking for ndir.h... no
  141. checking net/if_tun.h usability... no
  142. checking net/if_tun.h presence... no
  143. checking for net/if_tun.h... no
  144. checking netdb.h usability... yes
  145. checking netdb.h presence... yes
  146. checking for netdb.h... yes
  147. checking netgroup.h usability... no
  148. checking netgroup.h presence... no
  149. checking for netgroup.h... no
  150. checking pam/pam_appl.h usability... no
  151. checking pam/pam_appl.h presence... no
  152. checking for pam/pam_appl.h... no
  153. checking paths.h usability... yes
  154. checking paths.h presence... yes
  155. checking for paths.h... yes
  156. checking poll.h usability... yes
  157. checking poll.h presence... yes
  158. checking for poll.h... yes
  159. checking pty.h usability... yes
  160. checking pty.h presence... yes
  161. checking for pty.h... yes
  162. checking readpassphrase.h usability... no
  163. checking readpassphrase.h presence... no
  164. checking for readpassphrase.h... no
  165. checking rpc/types.h usability... yes
  166. checking rpc/types.h presence... yes
  167. checking for rpc/types.h... yes
  168. checking security/pam_appl.h usability... no
  169. checking security/pam_appl.h presence... no
  170. checking for security/pam_appl.h... no
  171. checking sha2.h usability... no
  172. checking sha2.h presence... no
  173. checking for sha2.h... no
  174. checking shadow.h usability... yes
  175. checking shadow.h presence... yes
  176. checking for shadow.h... yes
  177. checking stddef.h usability... yes
  178. checking stddef.h presence... yes
  179. checking for stddef.h... yes
  180. checking for stdint.h... (cached) yes
  181. checking for string.h... (cached) yes
  182. checking for strings.h... (cached) yes
  183. checking sys/audit.h usability... no
  184. checking sys/audit.h presence... no
  185. checking for sys/audit.h... no
  186. checking sys/bitypes.h usability... yes
  187. checking sys/bitypes.h presence... yes
  188. checking for sys/bitypes.h... yes
  189. checking sys/bsdtty.h usability... no
  190. checking sys/bsdtty.h presence... no
  191. checking for sys/bsdtty.h... no
  192. checking sys/capability.h usability... no
  193. checking sys/capability.h presence... no
  194. checking for sys/capability.h... no
  195. checking sys/cdefs.h usability... yes
  196. checking sys/cdefs.h presence... yes
  197. checking for sys/cdefs.h... yes
  198. checking sys/dir.h usability... yes
  199. checking sys/dir.h presence... yes
  200. checking for sys/dir.h... yes
  201. checking sys/mman.h usability... yes
  202. checking sys/mman.h presence... yes
  203. checking for sys/mman.h... yes
  204. checking sys/ndir.h usability... no
  205. checking sys/ndir.h presence... no
  206. checking for sys/ndir.h... no
  207. checking sys/poll.h usability... yes
  208. checking sys/poll.h presence... yes
  209. checking for sys/poll.h... yes
  210. checking sys/prctl.h usability... yes
  211. checking sys/prctl.h presence... yes
  212. checking for sys/prctl.h... yes
  213. checking sys/pstat.h usability... no
  214. checking sys/pstat.h presence... no
  215. checking for sys/pstat.h... no
  216. checking sys/select.h usability... yes
  217. checking sys/select.h presence... yes
  218. checking for sys/select.h... yes
  219. checking for sys/stat.h... (cached) yes
  220. checking sys/stream.h usability... no
  221. checking sys/stream.h presence... no
  222. checking for sys/stream.h... no
  223. checking sys/stropts.h usability... yes
  224. checking sys/stropts.h presence... yes
  225. checking for sys/stropts.h... yes
  226. checking sys/strtio.h usability... no
  227. checking sys/strtio.h presence... no
  228. checking for sys/strtio.h... no
  229. checking sys/statvfs.h usability... yes
  230. checking sys/statvfs.h presence... yes
  231. checking for sys/statvfs.h... yes
  232. checking sys/sysmacros.h usability... yes
  233. checking sys/sysmacros.h presence... yes
  234. checking for sys/sysmacros.h... yes
  235. checking sys/time.h usability... yes
  236. checking sys/time.h presence... yes
  237. checking for sys/time.h... yes
  238. checking sys/timers.h usability... no
  239. checking sys/timers.h presence... no
  240. checking for sys/timers.h... no
  241. checking time.h usability... yes
  242. checking time.h presence... yes
  243. checking for time.h... yes
  244. checking tmpdir.h usability... no
  245. checking tmpdir.h presence... no
  246. checking for tmpdir.h... no
  247. checking ttyent.h usability... yes
  248. checking ttyent.h presence... yes
  249. checking for ttyent.h... yes
  250. checking ucred.h usability... no
  251. checking ucred.h presence... no
  252. checking for ucred.h... no
  253. checking for unistd.h... (cached) yes
  254. checking usersec.h usability... no
  255. checking usersec.h presence... no
  256. checking for usersec.h... no
  257. checking util.h usability... no
  258. checking util.h presence... no
  259. checking for util.h... no
  260. checking utime.h usability... yes
  261. checking utime.h presence... yes
  262. checking for utime.h... yes
  263. checking utmp.h usability... yes
  264. checking utmp.h presence... yes
  265. checking for utmp.h... yes
  266. checking utmpx.h usability... yes
  267. checking utmpx.h presence... yes
  268. checking for utmpx.h... yes
  269. checking vis.h usability... no
  270. checking vis.h presence... no
  271. checking for vis.h... no
  272. checking for lastlog.h... yes
  273. checking for sys/ptms.h... no
  274. checking for login_cap.h... no
  275. checking for sys/mount.h... yes
  276. checking for sys/un.h... yes
  277. checking linux/if_tun.h usability... yes
  278. checking linux/if_tun.h presence... yes
  279. checking for linux/if_tun.h... yes
  280. checking for linux/seccomp.h... yes
  281. checking for linux/filter.h... yes
  282. checking for linux/audit.h... yes
  283. checking for prctl... yes
  284. checking for seccomp architecture... "AUDIT_ARCH_X86_64"
  285. checking compiler and flags for sanity... yes
  286. checking for yp_match... no
  287. checking for yp_match in -lnsl... yes
  288. checking for setsockopt... yes
  289. checking for dirname... yes
  290. checking libgen.h usability... yes
  291. checking libgen.h presence... yes
  292. checking for libgen.h... yes
  293. checking for getspnam... yes
  294. checking for library containing basename... none required
  295. checking zlib.h usability... yes
  296. checking zlib.h presence... yes
  297. checking for zlib.h... yes
  298. checking for deflate in -lz... yes
  299. checking for possibly buggy zlib... no
  300. checking for strcasecmp... yes
  301. checking for utimes... yes
  302. checking bsd/libutil.h usability... no
  303. checking bsd/libutil.h presence... no
  304. checking for bsd/libutil.h... no
  305. checking libutil.h usability... no
  306. checking libutil.h presence... no
  307. checking for libutil.h... no
  308. checking for library containing fmt_scaled... no
  309. checking for library containing scan_scaled... no
  310. checking for library containing login... -lutil
  311. checking for library containing logout... none required
  312. checking for library containing logwtmp... none required
  313. checking for library containing openpty... none required
  314. checking for library containing updwtmp... none required
  315. checking for fmt_scaled... no
  316. checking for scan_scaled... no
  317. checking for login... yes
  318. checking for logout... yes
  319. checking for openpty... yes
  320. checking for updwtmp... yes
  321. checking for logwtmp... yes
  322. checking for library containing inet_ntop... none required
  323. checking for strftime... yes
  324. checking for GLOB_ALTDIRFUNC support... yes
  325. checking for gl_matchc field in glob_t... no
  326. checking for gl_statv and GLOB_KEEPSTAT extensions for glob... no
  327. checking whether GLOB_NOMATCH is declared... yes
  328. checking whether struct dirent allocates space for d_name... yes
  329. checking for /proc/pid/fd directory... yes
  330. checking for gcc >= 4.x... yes
  331. checking if gcc supports compile flag -fPIE... yes
  332. checking if gcc supports link flag -pie... yes
  333. checking whether both -fPIE and -pie are supported... yes
  334. checking for Blowfish_initstate... no
  335. checking for Blowfish_expandstate... no
  336. checking for Blowfish_expand0state... no
  337. checking for Blowfish_stream2word... no
  338. checking for arc4random... no
  339. checking for arc4random_buf... no
  340. checking for arc4random_stir... no
  341. checking for arc4random_uniform... no
  342. checking for asprintf... yes
  343. checking for b64_ntop... no
  344. checking for __b64_ntop... no
  345. checking for b64_pton... no
  346. checking for __b64_pton... no
  347. checking for bcopy... yes
  348. checking for bcrypt_pbkdf... no
  349. checking for bindresvport_sa... no
  350. checking for blf_enc... no
  351. checking for cap_rights_limit... no
  352. checking for clock... yes
  353. checking for closefrom... no
  354. checking for dirfd... yes
  355. checking for endgrent... yes
  356. checking for explicit_bzero... no
  357. checking for fchmod... yes
  358. checking for fchown... yes
  359. checking for freeaddrinfo... yes
  360. checking for fstatfs... yes
  361. checking for fstatvfs... yes
  362. checking for futimes... yes
  363. checking for getaddrinfo... yes
  364. checking for getcwd... yes
  365. checking for getgrouplist... yes
  366. checking for getnameinfo... yes
  367. checking for getopt... yes
  368. checking for getpeereid... no
  369. checking for getpeerucred... no
  370. checking for getpgid... yes
  371. checking for getpgrp... yes
  372. checking for _getpty... no
  373. checking for getrlimit... yes
  374. checking for getttyent... yes
  375. checking for glob... yes
  376. checking for group_from_gid... no
  377. checking for inet_aton... yes
  378. checking for inet_ntoa... yes
  379. checking for inet_ntop... yes
  380. checking for innetgr... yes
  381. checking for login_getcapbool... no
  382. checking for mblen... yes
  383. checking for md5_crypt... no
  384. checking for memmove... yes
  385. checking for mkdtemp... yes
  386. checking for mmap... yes
  387. checking for ngetaddrinfo... no
  388. checking for nsleep... no
  389. checking for ogetaddrinfo... no
  390. checking for openlog_r... no
  391. checking for poll... yes
  392. checking for prctl... (cached) yes
  393. checking for pstat... no
  394. checking for readpassphrase... no
  395. checking for realpath... yes
  396. checking for recvmsg... yes
  397. checking for rresvport_af... yes
  398. checking for sendmsg... yes
  399. checking for setdtablesize... no
  400. checking for setegid... yes
  401. checking for setenv... yes
  402. checking for seteuid... yes
  403. checking for setgroupent... no
  404. checking for setgroups... yes
  405. checking for setlinebuf... yes
  406. checking for setlogin... no
  407. checking for setpassent... no
  408. checking for setpcred... no
  409. checking for setproctitle... no
  410. checking for setregid... yes
  411. checking for setreuid... yes
  412. checking for setrlimit... yes
  413. checking for setsid... yes
  414. checking for setvbuf... yes
  415. checking for sigaction... yes
  416. checking for sigvec... yes
  417. checking for snprintf... yes
  418. checking for socketpair... yes
  419. checking for statfs... yes
  420. checking for statvfs... yes
  421. checking for strdup... yes
  422. checking for strerror... yes
  423. checking for strlcat... no
  424. checking for strlcpy... no
  425. checking for strmode... no
  426. checking for strnlen... yes
  427. checking for strnvis... no
  428. checking for strptime... yes
  429. checking for strtonum... no
  430. checking for strtoll... yes
  431. checking for strtoul... yes
  432. checking for strtoull... yes
  433. checking for swap32... no
  434. checking for sysconf... yes
  435. checking for tcgetpgrp... yes
  436. checking for timingsafe_bcmp... no
  437. checking for truncate... yes
  438. checking for unsetenv... yes
  439. checking for updwtmpx... yes
  440. checking for user_from_uid... no
  441. checking for usleep... yes
  442. checking for vasprintf... yes
  443. checking for vhangup... yes
  444. checking for vsnprintf... yes
  445. checking for waitpid... yes
  446. checking for library containing dlopen... -ldl
  447. checking for gai_strerror... yes
  448. checking for library containing nanosleep... none required
  449. checking for library containing clock_gettime... none required
  450. checking whether getrusage is declared... no
  451. checking whether strsep is declared... yes
  452. checking for strsep... yes
  453. checking whether tcsendbreak is declared... yes
  454. checking whether h_errno is declared... yes
  455. checking whether SHUT_RD is declared... yes
  456. checking whether O_NONBLOCK is declared... yes
  457. checking whether writev is declared... yes
  458. checking whether MAXSYMLINKS is declared... yes
  459. checking whether offsetof is declared... yes
  460. checking whether howmany is declared... yes
  461. checking whether NFDBITS is declared... yes
  462. checking for fd_mask... yes
  463. checking for setresuid... yes
  464. checking if setresuid seems to work... yes
  465. checking for setresgid... yes
  466. checking if setresgid seems to work... yes
  467. checking for gettimeofday... yes
  468. checking for time... yes
  469. checking for endutent... yes
  470. checking for getutent... yes
  471. checking for getutid... yes
  472. checking for getutline... yes
  473. checking for pututline... yes
  474. checking for setutent... yes
  475. checking for utmpname... yes
  476. checking for endutxent... yes
  477. checking for getutxent... yes
  478. checking for getutxid... yes
  479. checking for getutxline... yes
  480. checking for getutxuser... no
  481. checking for pututxline... yes
  482. checking for setutxdb... no
  483. checking for setutxent... yes
  484. checking for utmpxname... yes
  485. checking for getlastlogxbyname... no
  486. checking for daemon... yes
  487. checking for getpagesize... yes
  488. checking whether snprintf correctly terminates long strings... yes
  489. checking whether snprintf can declare const char *fmt... yes
  490. checking whether system supports SO_PEERCRED getsockopt... yes
  491. checking for (overly) strict mkstemp... yes
  492. checking if openpty correctly handles controlling tty... yes
  493. checking whether getpgrp requires zero arguments... yes
  494. checking OpenSSL header version... 1000106f (OpenSSL 1.0.1f 6 Jan 2014)
  495. checking OpenSSL library version... 1000106f (OpenSSL 1.0.1f 6 Jan 2014)
  496. checking whether OpenSSL's headers match the library... yes
  497. checking if programs using OpenSSL functions will link... yes
  498. checking for BN_is_prime_ex... yes
  499. checking for DSA_generate_parameters_ex... yes
  500. checking for EVP_DigestInit_ex... yes
  501. checking for EVP_DigestFinal_ex... yes
  502. checking for EVP_MD_CTX_init... yes
  503. checking for EVP_MD_CTX_cleanup... yes
  504. checking for EVP_MD_CTX_copy_ex... yes
  505. checking for HMAC_CTX_init... yes
  506. checking for RSA_generate_key_ex... yes
  507. checking for RSA_get_default_method... yes
  508. checking whether OpenSSL has crippled AES support... no
  509. checking whether OpenSSL has AES CTR via EVP... yes
  510. checking whether OpenSSL has AES GCM via EVP... yes
  511. checking for library containing EVP_CIPHER_CTX_ctrl... none required
  512. checking if EVP_DigestUpdate returns an int... yes
  513. checking for crypt in -lcrypt... yes
  514. checking for crypt... yes
  515. checking for DES_crypt... yes
  516. checking for SHA256_Update... yes
  517. checking for EVP_sha256... yes
  518. checking whether OpenSSL has NID_X9_62_prime256v1... yes
  519. checking whether OpenSSL has NID_secp384r1... yes
  520. checking whether OpenSSL has NID_secp521r1... yes
  521. checking if OpenSSL's NID_secp521r1 is functional... yes
  522. checking for ia_openinfo in -liaf... no
  523. checking whether OpenSSL's PRNG is internally seeded... yes
  524. checking whether SECCOMP_MODE_FILTER is declared... yes
  525. checking kernel for seccomp_filter support... yes
  526. checking if select works with descriptor rlimit... no
  527. checking if setrlimit(RLIMIT_NOFILE,{0,0}) works... yes
  528. checking if setrlimit RLIMIT_FSIZE works... no
  529. checking for long long... yes
  530. checking for unsigned long long... yes
  531. checking for long double... yes
  532. checking size of short int... 2
  533. checking size of int... 4
  534. checking size of long int... 8
  535. checking size of long long int... 8
  536. checking for u_int type... yes
  537. checking for intXX_t types... yes
  538. checking for int64_t type... yes
  539. checking for u_intXX_t types... yes
  540. checking for u_int64_t types... yes
  541. checking for uintXX_t types in stdint.h... yes
  542. checking for uintXX_t types in inttypes.h... yes
  543. checking for u_char... yes
  544. checking for intmax_t... yes
  545. checking for uintmax_t... yes
  546. checking for socklen_t... yes
  547. checking for sig_atomic_t... yes
  548. checking for fsblkcnt_t... yes
  549. checking for fsfilcnt_t... yes
  550. checking for in_addr_t... yes
  551. checking for in_port_t... yes
  552. checking for size_t... yes
  553. checking for ssize_t... yes
  554. checking for clock_t... yes
  555. checking for sa_family_t... yes
  556. checking for pid_t... yes
  557. checking for mode_t... yes
  558. checking for struct sockaddr_storage... yes
  559. checking for struct sockaddr_in6... yes
  560. checking for struct in6_addr... yes
  561. checking for struct sockaddr_in6.sin6_scope_id... yes
  562. checking for struct addrinfo... yes
  563. checking for struct timeval... yes
  564. checking for struct timespec... yes
  565. checking for ut_host field in utmp.h... yes
  566. checking for ut_host field in utmpx.h... yes
  567. checking for syslen field in utmpx.h... no
  568. checking for ut_pid field in utmp.h... yes
  569. checking for ut_type field in utmp.h... yes
  570. checking for ut_type field in utmpx.h... yes
  571. checking for ut_tv field in utmp.h... yes
  572. checking for ut_id field in utmp.h... yes
  573. checking for ut_id field in utmpx.h... yes
  574. checking for ut_addr field in utmp.h... yes
  575. checking for ut_addr field in utmpx.h... yes
  576. checking for ut_addr_v6 field in utmp.h... yes
  577. checking for ut_addr_v6 field in utmpx.h... yes
  578. checking for ut_exit field in utmp.h... yes
  579. checking for ut_time field in utmp.h... no
  580. checking for ut_time field in utmpx.h... no
  581. checking for ut_tv field in utmpx.h... yes
  582. checking for struct stat.st_blksize... yes
  583. checking for struct passwd.pw_gecos... yes
  584. checking for struct passwd.pw_class... no
  585. checking for struct passwd.pw_change... no
  586. checking for struct passwd.pw_expire... no
  587. checking for struct __res_state.retrans... yes
  588. checking for ss_family field in struct sockaddr_storage... yes
  589. checking for __ss_family field in struct sockaddr_storage... no
  590. checking for msg_accrights field in struct msghdr... no
  591. checking if struct statvfs.f_fsid is integral type... yes
  592. checking for msg_control field in struct msghdr... yes
  593. checking if libc defines __progname... yes
  594. checking whether gcc implements __FUNCTION__... yes
  595. checking whether gcc implements __func__... yes
  596. checking whether va_copy exists... yes
  597. checking whether __va_copy exists... yes
  598. checking whether getopt has optreset support... no
  599. checking if libc defines sys_errlist... yes
  600. checking if libc defines sys_nerr... yes
  601. checking for library containing getrrsetbyname... no
  602. checking for library containing res_query... no
  603. checking for library containing dn_expand... no
  604. checking if res_query will link... no
  605. checking for res_query in -lresolv... yes
  606. checking for _getshort... yes
  607. checking for _getlong... yes
  608. checking whether _getshort is declared... no
  609. checking whether _getlong is declared... no
  610. checking for HEADER.ad... yes
  611. checking if struct __res_state _res is an extern... yes
  612. checking for xauth... /usr/bin/xauth
  613. checking Discovering system mail directory... Using: /var/mail from _PATH_MAILDIR
  614. checking for "/dev/ptc"... no
  615. checking for nroff... (cached) /usr/bin/nroff
  616. checking if the systems has expire shadow information... yes
  617. checking for "/etc/default/login"... no
  618. Adding /usr/local/bin to USER_PATH so scp will work
  619. checking if we need to convert IPv4 in IPv6-mapped addresses... yes (default)
  620. checking if your system defines LASTLOG_FILE... no
  621. checking if your system defines _PATH_LASTLOG... yes
  622. checking if your system defines UTMP_FILE... yes
  623. checking if your system defines WTMP_FILE... yes
  624. checking if your system defines WTMPX_FILE... no
  625. checking for struct lastlog.ll_line... yes
  626. checking for struct utmp.ut_line... yes
  627. checking whether BROKEN_GETADDRINFO is declared... no
  628. configure: creating ./config.status
  629. config.status: creating Makefile
  630. config.status: creating buildpkg.sh
  631. config.status: creating opensshd.init
  632. config.status: creating openssh.xml
  633. config.status: creating openbsd-compat/Makefile
  634. config.status: creating openbsd-compat/regress/Makefile
  635. config.status: creating survey.sh
  636. config.status: creating config.h
  637.  
  638. OpenSSH has been configured with the following options:
  639. User binaries: /usr/local/bin
  640. System binaries: /usr/local/sbin
  641. Configuration files: /usr/local/etc
  642. Askpass program: /usr/local/libexec/ssh-askpass
  643. Manual pages: /usr/local/share/man/manX
  644. PID file: /var/run
  645. Privilege separation chroot path: /var/empty
  646. sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
  647. Manpage format: doc
  648. PAM support: no
  649. OSF SIA support: no
  650. KerberosV support: no
  651. SELinux support: no
  652. Smartcard support:
  653. S/KEY support: no
  654. TCP Wrappers support: no
  655. MD5 password support: no
  656. libedit support: no
  657. Solaris process contract support: no
  658. Solaris project support: no
  659. IP address in $DISPLAY hack: no
  660. Translate v4 in v6 hack: yes
  661. BSD Auth support: no
  662. Random number source: OpenSSL internal ONLY
  663. Privsep sandbox style: seccomp_filter
  664.  
  665. Host: x86_64-unknown-linux-gnu
  666. Compiler: gcc
  667. Compiler flags: -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE
  668. Preprocessor flags:
  669. Linker flags: -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie
  670. Libraries: -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  671.  
  672. blackcat@ubuntu:~/gcov/openssh/openssh-6.6p1$ make
  673. conffile=`echo sshd_config.out | sed 's/.out$//'`; \
  674. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ./${conffile} > sshd_config.out
  675. conffile=`echo ssh_config.out | sed 's/.out$//'`; \
  676. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ./${conffile} > ssh_config.out
  677. conffile=`echo moduli.out | sed 's/.out$//'`; \
  678. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ./${conffile} > moduli.out
  679. if test "doc" = "cat"; then \
  680. manpage=./`echo moduli.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  681. else \
  682. manpage=./`echo moduli.5.out | sed 's/\.out$//'`; \
  683. fi; \
  684. if test "doc" = "man"; then \
  685. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  686. mawk -f ./mdoc2man.awk > moduli.5.out; \
  687. else \
  688. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > moduli.5.out; \
  689. fi
  690. if test "doc" = "cat"; then \
  691. manpage=./`echo scp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  692. else \
  693. manpage=./`echo scp.1.out | sed 's/\.out$//'`; \
  694. fi; \
  695. if test "doc" = "man"; then \
  696. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  697. mawk -f ./mdoc2man.awk > scp.1.out; \
  698. else \
  699. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > scp.1.out; \
  700. fi
  701. if test "doc" = "cat"; then \
  702. manpage=./`echo ssh-add.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  703. else \
  704. manpage=./`echo ssh-add.1.out | sed 's/\.out$//'`; \
  705. fi; \
  706. if test "doc" = "man"; then \
  707. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  708. mawk -f ./mdoc2man.awk > ssh-add.1.out; \
  709. else \
  710. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh-add.1.out; \
  711. fi
  712. if test "doc" = "cat"; then \
  713. manpage=./`echo ssh-agent.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  714. else \
  715. manpage=./`echo ssh-agent.1.out | sed 's/\.out$//'`; \
  716. fi; \
  717. if test "doc" = "man"; then \
  718. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  719. mawk -f ./mdoc2man.awk > ssh-agent.1.out; \
  720. else \
  721. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh-agent.1.out; \
  722. fi
  723. if test "doc" = "cat"; then \
  724. manpage=./`echo ssh-keygen.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  725. else \
  726. manpage=./`echo ssh-keygen.1.out | sed 's/\.out$//'`; \
  727. fi; \
  728. if test "doc" = "man"; then \
  729. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  730. mawk -f ./mdoc2man.awk > ssh-keygen.1.out; \
  731. else \
  732. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh-keygen.1.out; \
  733. fi
  734. if test "doc" = "cat"; then \
  735. manpage=./`echo ssh-keyscan.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  736. else \
  737. manpage=./`echo ssh-keyscan.1.out | sed 's/\.out$//'`; \
  738. fi; \
  739. if test "doc" = "man"; then \
  740. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  741. mawk -f ./mdoc2man.awk > ssh-keyscan.1.out; \
  742. else \
  743. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh-keyscan.1.out; \
  744. fi
  745. if test "doc" = "cat"; then \
  746. manpage=./`echo ssh.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  747. else \
  748. manpage=./`echo ssh.1.out | sed 's/\.out$//'`; \
  749. fi; \
  750. if test "doc" = "man"; then \
  751. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  752. mawk -f ./mdoc2man.awk > ssh.1.out; \
  753. else \
  754. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh.1.out; \
  755. fi
  756. if test "doc" = "cat"; then \
  757. manpage=./`echo sshd.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  758. else \
  759. manpage=./`echo sshd.8.out | sed 's/\.out$//'`; \
  760. fi; \
  761. if test "doc" = "man"; then \
  762. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  763. mawk -f ./mdoc2man.awk > sshd.8.out; \
  764. else \
  765. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > sshd.8.out; \
  766. fi
  767. if test "doc" = "cat"; then \
  768. manpage=./`echo sftp-server.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  769. else \
  770. manpage=./`echo sftp-server.8.out | sed 's/\.out$//'`; \
  771. fi; \
  772. if test "doc" = "man"; then \
  773. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  774. mawk -f ./mdoc2man.awk > sftp-server.8.out; \
  775. else \
  776. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > sftp-server.8.out; \
  777. fi
  778. if test "doc" = "cat"; then \
  779. manpage=./`echo sftp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  780. else \
  781. manpage=./`echo sftp.1.out | sed 's/\.out$//'`; \
  782. fi; \
  783. if test "doc" = "man"; then \
  784. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  785. mawk -f ./mdoc2man.awk > sftp.1.out; \
  786. else \
  787. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > sftp.1.out; \
  788. fi
  789. if test "doc" = "cat"; then \
  790. manpage=./`echo ssh-keysign.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  791. else \
  792. manpage=./`echo ssh-keysign.8.out | sed 's/\.out$//'`; \
  793. fi; \
  794. if test "doc" = "man"; then \
  795. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  796. mawk -f ./mdoc2man.awk > ssh-keysign.8.out; \
  797. else \
  798. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh-keysign.8.out; \
  799. fi
  800. if test "doc" = "cat"; then \
  801. manpage=./`echo ssh-pkcs11-helper.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  802. else \
  803. manpage=./`echo ssh-pkcs11-helper.8.out | sed 's/\.out$//'`; \
  804. fi; \
  805. if test "doc" = "man"; then \
  806. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  807. mawk -f ./mdoc2man.awk > ssh-pkcs11-helper.8.out; \
  808. else \
  809. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh-pkcs11-helper.8.out; \
  810. fi
  811. if test "doc" = "cat"; then \
  812. manpage=./`echo sshd_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  813. else \
  814. manpage=./`echo sshd_config.5.out | sed 's/\.out$//'`; \
  815. fi; \
  816. if test "doc" = "man"; then \
  817. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  818. mawk -f ./mdoc2man.awk > sshd_config.5.out; \
  819. else \
  820. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > sshd_config.5.out; \
  821. fi
  822. if test "doc" = "cat"; then \
  823. manpage=./`echo ssh_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  824. else \
  825. manpage=./`echo ssh_config.5.out | sed 's/\.out$//'`; \
  826. fi; \
  827. if test "doc" = "man"; then \
  828. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed | \
  829. mawk -f ./mdoc2man.awk > ssh_config.5.out; \
  830. else \
  831. /bin/sed -e 's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e 's|/usr/libexec|/usr/local/libexec|g' -e 's|/etc/shosts.equiv|/usr/local/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/usr/local/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_ecdsa_key|/usr/local/etc/ssh_host_ecdsa_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/usr/local/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/usr/local/etc/ssh_host_rsa_key|g' -e 's|/etc/ssh/ssh_host_ed25519_key|/usr/local/etc/ssh_host_ed25519_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/moduli|/usr/local/etc/moduli|g' -e 's|/etc/ssh/sshrc|/usr/local/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g' ${manpage} | /bin/sh ./fixalgorithms /bin/sed > ssh_config.5.out; \
  832. fi
  833. (cd openbsd-compat && make)
  834. make[1]: Entering directory `/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat'
  835. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c arc4random.c
  836. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-asprintf.c
  837. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-closefrom.c
  838. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-cray.c
  839. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-cygwin_util.c
  840. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-getpeereid.c
  841. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c getrrsetbyname-ldns.c
  842. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-misc.c
  843. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-nextstep.c
  844. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-openpty.c
  845. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-poll.c
  846. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-setres_id.c
  847. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-snprintf.c
  848. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-statvfs.c
  849. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bsd-waitpid.c
  850. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c fake-rfc2553.c
  851. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c openssl-compat.c
  852. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c xmmap.c
  853. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c xcrypt.c
  854. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c base64.c
  855. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c basename.c
  856. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bcrypt_pbkdf.c
  857. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c bindresvport.c
  858. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c blowfish.c
  859. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c daemon.c
  860. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c dirname.c
  861. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c fmt_scaled.c
  862. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c getcwd.c
  863. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c getgrouplist.c
  864. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c getopt_long.c
  865. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c getrrsetbyname.c
  866. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c glob.c
  867. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c inet_aton.c
  868. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c inet_ntoa.c
  869. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c inet_ntop.c
  870. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c mktemp.c
  871. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c pwcache.c
  872. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c readpassphrase.c
  873. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c realpath.c
  874. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c rresvport.c
  875. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c setenv.c
  876. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c setproctitle.c
  877. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c sha2.c
  878. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c sigact.c
  879. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strlcat.c
  880. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strlcpy.c
  881. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strmode.c
  882. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strnlen.c
  883. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strptime.c
  884. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strsep.c
  885. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strtonum.c
  886. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strtoll.c
  887. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strtoul.c
  888. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c strtoull.c
  889. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c timingsafe_bcmp.c
  890. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c vis.c
  891. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c explicit_bzero.c
  892. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c port-aix.c
  893. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c port-irix.c
  894. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c port-linux.c
  895. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c port-solaris.c
  896. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c port-tun.c
  897. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c port-uw.c
  898. /usr/bin/ar 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-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xmmap.o xcrypt.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 realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.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 port-aix.o port-irix.o port-linux.o port-solaris.o port-tun.o port-uw.o
  899. /usr/bin/ar: creating libopenbsd-compat.a
  900. a - arc4random.o
  901. a - bsd-asprintf.o
  902. a - bsd-closefrom.o
  903. a - bsd-cray.o
  904. a - bsd-cygwin_util.o
  905. a - bsd-getpeereid.o
  906. a - getrrsetbyname-ldns.o
  907. a - bsd-misc.o
  908. a - bsd-nextstep.o
  909. a - bsd-openpty.o
  910. a - bsd-poll.o
  911. a - bsd-setres_id.o
  912. a - bsd-snprintf.o
  913. a - bsd-statvfs.o
  914. a - bsd-waitpid.o
  915. a - fake-rfc2553.o
  916. a - openssl-compat.o
  917. a - xmmap.o
  918. a - xcrypt.o
  919. a - base64.o
  920. a - basename.o
  921. a - bcrypt_pbkdf.o
  922. a - bindresvport.o
  923. a - blowfish.o
  924. a - daemon.o
  925. a - dirname.o
  926. a - fmt_scaled.o
  927. a - getcwd.o
  928. a - getgrouplist.o
  929. a - getopt_long.o
  930. a - getrrsetbyname.o
  931. a - glob.o
  932. a - inet_aton.o
  933. a - inet_ntoa.o
  934. a - inet_ntop.o
  935. a - mktemp.o
  936. a - pwcache.o
  937. a - readpassphrase.o
  938. a - realpath.o
  939. a - rresvport.o
  940. a - setenv.o
  941. a - setproctitle.o
  942. a - sha2.o
  943. a - sigact.o
  944. a - strlcat.o
  945. a - strlcpy.o
  946. a - strmode.o
  947. a - strnlen.o
  948. a - strptime.o
  949. a - strsep.o
  950. a - strtonum.o
  951. a - strtoll.o
  952. a - strtoul.o
  953. a - strtoull.o
  954. a - timingsafe_bcmp.o
  955. a - vis.o
  956. a - blowfish.o
  957. a - bcrypt_pbkdf.o
  958. a - explicit_bzero.o
  959. a - port-aix.o
  960. a - port-irix.o
  961. a - port-linux.o
  962. a - port-solaris.o
  963. a - port-tun.o
  964. a - port-uw.o
  965. ranlib libopenbsd-compat.a
  966. make[1]: Leaving directory `/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat'
  967. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c authfd.c
  968. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c authfile.c
  969. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bufaux.c
  970. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bufbn.c
  971. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c buffer.c
  972. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c canohost.c
  973. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c channels.c
  974. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher.c
  975. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-aes.c
  976. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-bf1.c
  977. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-ctr.c
  978. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-3des1.c
  979. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cleanup.c
  980. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c compat.c
  981. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c compress.c
  982. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c crc32.c
  983. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c deattack.c
  984. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c fatal.c
  985. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c hostfile.c
  986. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c log.c
  987. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c match.c
  988. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c md-sha256.c
  989. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c moduli.c
  990. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c nchan.c
  991. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c packet.c
  992. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c readpass.c
  993. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c rsa.c
  994. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ttymodes.c
  995. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c xmalloc.c
  996. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c addrmatch.c
  997. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c atomicio.c
  998. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c key.c
  999. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c dispatch.c
  1000. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kex.c
  1001. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c mac.c
  1002. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c uidswap.c
  1003. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c uuencode.c
  1004. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c misc.c
  1005. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor_fdpass.c
  1006. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c rijndael.c
  1007. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-dss.c
  1008. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-ecdsa.c
  1009. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-rsa.c
  1010. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c dh.c
  1011. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexdh.c
  1012. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexgex.c
  1013. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexdhc.c
  1014. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexgexc.c
  1015. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c bufec.c
  1016. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexecdh.c
  1017. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexecdhc.c
  1018. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c msg.c
  1019. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c progressmeter.c
  1020. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c dns.c
  1021. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c entropy.c
  1022. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c gss-genr.c
  1023. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c umac.c
  1024. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o umac128.o -c ./umac.c \
  1025. -DUMAC_OUTPUT_LEN=16 -Dumac_new=umac128_new \
  1026. -Dumac_update=umac128_update -Dumac_final=umac128_final \
  1027. -Dumac_delete=umac128_delete
  1028. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-pkcs11.c
  1029. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c krl.c
  1030. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c smult_curve25519_ref.c
  1031. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexc25519.c
  1032. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexc25519c.c
  1033. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c poly1305.c
  1034. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c chacha.c
  1035. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c cipher-chachapoly.c
  1036. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-ed25519.c
  1037. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c digest-openssl.c
  1038. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c hmac.c
  1039. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sc25519.c
  1040. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ge25519.c
  1041. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c fe25519.c
  1042. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ed25519.c
  1043. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c verify.c
  1044. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c hash.c
  1045. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c blocks.c
  1046. /usr/bin/ar rv libssh.a authfd.o authfile.o bufaux.o bufbn.o buffer.o canohost.o channels.o cipher.o cipher-aes.o cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o compat.o compress.o crc32.o deattack.o fatal.o hostfile.o log.o match.o md-sha256.o moduli.o nchan.o packet.o readpass.o rsa.o ttymodes.o xmalloc.o addrmatch.o atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-rsa.o dh.o kexdh.o kexgex.o kexdhc.o kexgexc.o bufec.o kexecdh.o kexecdhc.o msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o ssh-pkcs11.o krl.o smult_curve25519_ref.o kexc25519.o kexc25519c.o poly1305.o chacha.o cipher-chachapoly.o ssh-ed25519.o digest-openssl.o hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o
  1047. /usr/bin/ar: creating libssh.a
  1048. a - authfd.o
  1049. a - authfile.o
  1050. a - bufaux.o
  1051. a - bufbn.o
  1052. a - buffer.o
  1053. a - canohost.o
  1054. a - channels.o
  1055. a - cipher.o
  1056. a - cipher-aes.o
  1057. a - cipher-bf1.o
  1058. a - cipher-ctr.o
  1059. a - cipher-3des1.o
  1060. a - cleanup.o
  1061. a - compat.o
  1062. a - compress.o
  1063. a - crc32.o
  1064. a - deattack.o
  1065. a - fatal.o
  1066. a - hostfile.o
  1067. a - log.o
  1068. a - match.o
  1069. a - md-sha256.o
  1070. a - moduli.o
  1071. a - nchan.o
  1072. a - packet.o
  1073. a - readpass.o
  1074. a - rsa.o
  1075. a - ttymodes.o
  1076. a - xmalloc.o
  1077. a - addrmatch.o
  1078. a - atomicio.o
  1079. a - key.o
  1080. a - dispatch.o
  1081. a - kex.o
  1082. a - mac.o
  1083. a - uidswap.o
  1084. a - uuencode.o
  1085. a - misc.o
  1086. a - monitor_fdpass.o
  1087. a - rijndael.o
  1088. a - ssh-dss.o
  1089. a - ssh-ecdsa.o
  1090. a - ssh-rsa.o
  1091. a - dh.o
  1092. a - kexdh.o
  1093. a - kexgex.o
  1094. a - kexdhc.o
  1095. a - kexgexc.o
  1096. a - bufec.o
  1097. a - kexecdh.o
  1098. a - kexecdhc.o
  1099. a - msg.o
  1100. a - progressmeter.o
  1101. a - dns.o
  1102. a - entropy.o
  1103. a - gss-genr.o
  1104. a - umac.o
  1105. a - umac128.o
  1106. a - ssh-pkcs11.o
  1107. a - krl.o
  1108. a - smult_curve25519_ref.o
  1109. a - kexc25519.o
  1110. a - kexc25519c.o
  1111. a - poly1305.o
  1112. a - chacha.o
  1113. a - cipher-chachapoly.o
  1114. a - ssh-ed25519.o
  1115. a - digest-openssl.o
  1116. a - hmac.o
  1117. a - sc25519.o
  1118. a - ge25519.o
  1119. a - fe25519.o
  1120. a - ed25519.o
  1121. a - verify.o
  1122. a - hash.o
  1123. a - blocks.o
  1124. ranlib libssh.a
  1125. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh.c
  1126. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c readconf.c
  1127. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c clientloop.c
  1128. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshtty.c
  1129. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshconnect.c
  1130. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshconnect1.c
  1131. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshconnect2.c
  1132. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c mux.c
  1133. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c roaming_common.c
  1134. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c roaming_client.c
  1135. gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1136. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshd.c
  1137. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-rhosts.c
  1138. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-passwd.c
  1139. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-rsa.c
  1140. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-rh-rsa.c
  1141. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c audit.c
  1142. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c audit-bsm.c
  1143. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c audit-linux.c
  1144. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c platform.c
  1145. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshpty.c
  1146. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshlogin.c
  1147. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c servconf.c
  1148. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c serverloop.c
  1149. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth.c
  1150. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth1.c
  1151. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2.c
  1152. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-options.c
  1153. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c session.c
  1154. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-chall.c
  1155. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-chall.c
  1156. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c groupaccess.c
  1157. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-skey.c
  1158. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-bsdauth.c
  1159. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-hostbased.c
  1160. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-kbdint.c
  1161. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-none.c
  1162. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-passwd.c
  1163. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-pubkey.c
  1164. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor_mm.c
  1165. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor.c
  1166. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c monitor_wrap.c
  1167. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexdhs.c
  1168. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexgexs.c
  1169. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexecdhs.c
  1170. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c kexc25519s.c
  1171. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-krb5.c
  1172. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth2-gss.c
  1173. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c gss-serv.c
  1174. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c gss-serv-krb5.c
  1175. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c loginrec.c
  1176. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-pam.c
  1177. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-shadow.c
  1178. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c auth-sia.c
  1179. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c md5crypt.c
  1180. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-server.c
  1181. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-common.c
  1182. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c roaming_serv.c
  1183. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-null.c
  1184. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-rlimit.c
  1185. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-systrace.c
  1186. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-darwin.c
  1187. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-seccomp-filter.c
  1188. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sandbox-capsicum.c
  1189. gcc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-linux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o auth-options.o session.o auth-chall.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_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o kexecdhs.o kexc25519s.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 roaming_common.o roaming_serv.o sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sandbox-capsicum.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1190. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-add.c
  1191. gcc -o ssh-add ssh-add.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1192. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keygen.c
  1193. gcc -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1194. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keyscan.c
  1195. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c roaming_dummy.c
  1196. gcc -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lssh -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1197. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-keysign.c
  1198. gcc -o ssh-keysign ssh-keysign.o readconf.o roaming_dummy.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1199. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-pkcs11-helper.c
  1200. gcc -o ssh-pkcs11-helper ssh-pkcs11-helper.o ssh-pkcs11.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1201. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-agent.c
  1202. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c ssh-pkcs11-client.c
  1203. gcc -o ssh-agent ssh-agent.o ssh-pkcs11-client.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1204. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c scp.c
  1205. gcc -o scp scp.o progressmeter.o bufaux.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1206. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp.c
  1207. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-server-main.c
  1208. gcc -o sftp-server sftp-server.o sftp-common.o sftp-server-main.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1209. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-client.c
  1210. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sftp-glob.c
  1211. gcc -o sftp progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1212. blackcat@ubuntu:~/gcov/openssh/openssh-6.6p1$ env TEST_SSH_LOGFILE=/tmp/sshd.log SUDO=sudo make tests LTESTS=connect-privsep
  1213. (cd openbsd-compat && make)
  1214. make[1]: Entering directory `/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat'
  1215. make[1]: Nothing to be done for `all'.
  1216. make[1]: Leaving directory `/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat'
  1217. [ -d `pwd`/regress ] || mkdir -p `pwd`/regress
  1218. [ -f `pwd`/regress/Makefile ] || \
  1219. ln -s `cd . && pwd`/regress/Makefile `pwd`/regress/Makefile
  1220. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o regress/modpipe regress/modpipe.c \
  1221. -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1222. [ -d `pwd`/regress ] || mkdir -p `pwd`/regress
  1223. [ -f `pwd`/regress/Makefile ] || \
  1224. ln -s `cd . && pwd`/regress/Makefile `pwd`/regress/Makefile
  1225. gcc -g -O2 -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-all -fprofile-arcs -ftest-coverage -fPIE -I. -I. -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o regress/setuid-allowed regress/setuid-allowed.c \
  1226. -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-all -fprofile-arcs -lgcov -pie -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv
  1227. BUILDDIR=`pwd`; \
  1228. TEST_SHELL="sh"; \
  1229. TEST_SSH_SCP="${BUILDDIR}/scp"; \
  1230. TEST_SSH_SSH="${BUILDDIR}/ssh"; \
  1231. TEST_SSH_SSHD="${BUILDDIR}/sshd"; \
  1232. TEST_SSH_SSHAGENT="${BUILDDIR}/ssh-agent"; \
  1233. TEST_SSH_SSHADD="${BUILDDIR}/ssh-add"; \
  1234. TEST_SSH_SSHKEYGEN="${BUILDDIR}/ssh-keygen"; \
  1235. TEST_SSH_SSHPKCS11HELPER="${BUILDDIR}/ssh-pkcs11-helper"; \
  1236. TEST_SSH_SSHKEYSCAN="${BUILDDIR}/ssh-keyscan"; \
  1237. TEST_SSH_SFTP="${BUILDDIR}/sftp"; \
  1238. TEST_SSH_SFTPSERVER="${BUILDDIR}/sftp-server"; \
  1239. TEST_SSH_PLINK="plink"; \
  1240. TEST_SSH_PUTTYGEN="puttygen"; \
  1241. TEST_SSH_CONCH="conch"; \
  1242. TEST_SSH_IPV6="yes" ; \
  1243. TEST_SSH_ECC="yes" ; \
  1244. cd ./regress || exit $?; \
  1245. make \
  1246. .OBJDIR="${BUILDDIR}/regress" \
  1247. .CURDIR="`pwd`" \
  1248. BUILDDIR="${BUILDDIR}" \
  1249. OBJ="${BUILDDIR}/regress/" \
  1250. PATH="${BUILDDIR}:${PATH}" \
  1251. TEST_ENV=MALLOC_OPTIONS="" \
  1252. TEST_SHELL="${TEST_SHELL}" \
  1253. TEST_SSH_SCP="${TEST_SSH_SCP}" \
  1254. TEST_SSH_SSH="${TEST_SSH_SSH}" \
  1255. TEST_SSH_SSHD="${TEST_SSH_SSHD}" \
  1256. TEST_SSH_SSHAGENT="${TEST_SSH_SSHAGENT}" \
  1257. TEST_SSH_SSHADD="${TEST_SSH_SSHADD}" \
  1258. TEST_SSH_SSHKEYGEN="${TEST_SSH_SSHKEYGEN}" \
  1259. TEST_SSH_SSHPKCS11HELPER="${TEST_SSH_SSHPKCS11HELPER}" \
  1260. TEST_SSH_SSHKEYSCAN="${TEST_SSH_SSHKEYSCAN}" \
  1261. TEST_SSH_SFTP="${TEST_SSH_SFTP}" \
  1262. TEST_SSH_SFTPSERVER="${TEST_SSH_SFTPSERVER}" \
  1263. TEST_SSH_PLINK="${TEST_SSH_PLINK}" \
  1264. TEST_SSH_PUTTYGEN="${TEST_SSH_PUTTYGEN}" \
  1265. TEST_SSH_CONCH="${TEST_SSH_CONCH}" \
  1266. TEST_SSH_IPV6="${TEST_SSH_IPV6}" \
  1267. TEST_SSH_ECC="${TEST_SSH_ECC}" \
  1268. EXEEXT="" \
  1269. tests && echo all tests passed
  1270. make[1]: Entering directory `/home/blackcat/gcov/openssh/openssh-6.6p1/regress'
  1271. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -if /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2.prv | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.prv
  1272. tr '\n' '\r' </home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2.prv > /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2_cr.prv
  1273. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -if /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2_cr.prv | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.prv
  1274. awk '{print $0 "\r"}' /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2.prv > /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2_crnl.prv
  1275. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -if /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_ssh2_crnl.prv | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.prv
  1276. cat /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.prv > /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t2.out
  1277. chmod 600 /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t2.out
  1278. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -yf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t2.out | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.pub
  1279. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -ef /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.pub >/home/blackcat/gcov/openssh/openssh-6.6p1/regress//t3.out
  1280. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -if /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t3.out | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.pub
  1281. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -lf /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.pub |\
  1282. awk '{print $2}' | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/t4.ok
  1283. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -Bf /home/blackcat/gcov/openssh/openssh-6.6p1/regress/rsa_openssh.pub |\
  1284. awk '{print $2}' | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress/t5.ok
  1285. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -if /home/blackcat/gcov/openssh/openssh-6.6p1/regress/dsa_ssh2.prv > /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t6.out1
  1286. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -if /home/blackcat/gcov/openssh/openssh-6.6p1/regress/dsa_ssh2.pub > /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t6.out2
  1287. chmod 600 /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t6.out1
  1288. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -yf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t6.out1 | diff - /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t6.out2
  1289. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -q -t rsa -N '' -f /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t7.out
  1290. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -lf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t7.out > /dev/null
  1291. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -Bf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t7.out > /dev/null
  1292. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -q -t dsa -N '' -f /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t8.out
  1293. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -lf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t8.out > /dev/null
  1294. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -Bf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t8.out > /dev/null
  1295. test "yes" != yes || \
  1296. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -q -t ecdsa -N '' -f /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t9.out
  1297. test "yes" != yes || \
  1298. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -lf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t9.out > /dev/null
  1299. test "yes" != yes || \
  1300. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -Bf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t9.out > /dev/null
  1301. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -q -t ed25519 -N '' -f /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t10.out
  1302. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -lf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t10.out > /dev/null
  1303. /home/blackcat/gcov/openssh/openssh-6.6p1/ssh-keygen -Bf /home/blackcat/gcov/openssh/openssh-6.6p1/regress//t10.out > /dev/null
  1304. run test connect-privsep.sh ...
  1305. [sudo] password for blackcat:
  1306. profiling:/home:Cannot create directory
  1307. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/port-tun.gcda:Skip
  1308. profiling:/home:Cannot create directory
  1309. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/port-linux.gcda:Skip
  1310. profiling:/home:Cannot create directory
  1311. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/explicit_bzero.gcda:Skip
  1312. profiling:/home:Cannot create directory
  1313. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/vis.gcda:Skip
  1314. profiling:/home:Cannot create directory
  1315. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/timingsafe_bcmp.gcda:Skip
  1316. profiling:/home:Cannot create directory
  1317. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strtonum.gcda:Skip
  1318. profiling:/home:Cannot create directory
  1319. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strmode.gcda:Skip
  1320. profiling:/home:Cannot create directory
  1321. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strlcpy.gcda:Skip
  1322. profiling:/home:Cannot create directory
  1323. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strlcat.gcda:Skip
  1324. profiling:/home:Cannot create directory
  1325. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/setproctitle.gcda:Skip
  1326. profiling:/home:Cannot create directory
  1327. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/pwcache.gcda:Skip
  1328. profiling:/home:Cannot create directory
  1329. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/mktemp.gcda:Skip
  1330. profiling:/home:Cannot create directory
  1331. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/getopt_long.gcda:Skip
  1332. profiling:/home:Cannot create directory
  1333. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/fmt_scaled.gcda:Skip
  1334. profiling:/home:Cannot create directory
  1335. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/blowfish.gcda:Skip
  1336. profiling:/home:Cannot create directory
  1337. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bcrypt_pbkdf.gcda:Skip
  1338. profiling:/home:Cannot create directory
  1339. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/base64.gcda:Skip
  1340. profiling:/home:Cannot create directory
  1341. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/xcrypt.gcda:Skip
  1342. profiling:/home:Cannot create directory
  1343. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/xmmap.gcda:Skip
  1344. profiling:/home:Cannot create directory
  1345. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bsd-misc.gcda:Skip
  1346. profiling:/home:Cannot create directory
  1347. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bsd-getpeereid.gcda:Skip
  1348. profiling:/home:Cannot create directory
  1349. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bsd-closefrom.gcda:Skip
  1350. profiling:/home:Cannot create directory
  1351. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/arc4random.gcda:Skip
  1352. profiling:/home:Cannot create directory
  1353. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/fe25519.gcda:Skip
  1354. profiling:/home:Cannot create directory
  1355. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ge25519.gcda:Skip
  1356. profiling:/home:Cannot create directory
  1357. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sc25519.gcda:Skip
  1358. profiling:/home:Cannot create directory
  1359. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/chacha.gcda:Skip
  1360. profiling:/home:Cannot create directory
  1361. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/poly1305.gcda:Skip
  1362. profiling:/home:Cannot create directory
  1363. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/smult_curve25519_ref.gcda:Skip
  1364. profiling:/home:Cannot create directory
  1365. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/deattack.gcda:Skip
  1366. profiling:/home:Cannot create directory
  1367. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/crc32.gcda:Skip
  1368. profiling:/home:Cannot create directory
  1369. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/blocks.gcda:Skip
  1370. profiling:/home:Cannot create directory
  1371. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/hash.gcda:Skip
  1372. profiling:/home:Cannot create directory
  1373. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/verify.gcda:Skip
  1374. profiling:/home:Cannot create directory
  1375. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ed25519.gcda:Skip
  1376. profiling:/home:Cannot create directory
  1377. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/hmac.gcda:Skip
  1378. profiling:/home:Cannot create directory
  1379. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/digest-openssl.gcda:Skip
  1380. profiling:/home:Cannot create directory
  1381. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-ed25519.gcda:Skip
  1382. profiling:/home:Cannot create directory
  1383. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher-chachapoly.gcda:Skip
  1384. profiling:/home:Cannot create directory
  1385. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexc25519.gcda:Skip
  1386. profiling:/home:Cannot create directory
  1387. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/krl.gcda:Skip
  1388. profiling:/home:Cannot create directory
  1389. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/umac128.gcda:Skip
  1390. profiling:/home:Cannot create directory
  1391. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/umac.gcda:Skip
  1392. profiling:/home:Cannot create directory
  1393. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/entropy.gcda:Skip
  1394. profiling:/home:Cannot create directory
  1395. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/msg.gcda:Skip
  1396. profiling:/home:Cannot create directory
  1397. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexecdh.gcda:Skip
  1398. profiling:/home:Cannot create directory
  1399. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/bufec.gcda:Skip
  1400. profiling:/home:Cannot create directory
  1401. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexgex.gcda:Skip
  1402. profiling:/home:Cannot create directory
  1403. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexdh.gcda:Skip
  1404. profiling:/home:Cannot create directory
  1405. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/dh.gcda:Skip
  1406. profiling:/home:Cannot create directory
  1407. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-rsa.gcda:Skip
  1408. profiling:/home:Cannot create directory
  1409. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-ecdsa.gcda:Skip
  1410. profiling:/home:Cannot create directory
  1411. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-dss.gcda:Skip
  1412. profiling:/home:Cannot create directory
  1413. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor_fdpass.gcda:Skip
  1414. profiling:/home:Cannot create directory
  1415. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/misc.gcda:Skip
  1416. profiling:/home:Cannot create directory
  1417. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/uuencode.gcda:Skip
  1418. profiling:/home:Cannot create directory
  1419. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/uidswap.gcda:Skip
  1420. profiling:/home:Cannot create directory
  1421. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/mac.gcda:Skip
  1422. profiling:/home:Cannot create directory
  1423. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kex.gcda:Skip
  1424. profiling:/home:Cannot create directory
  1425. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/dispatch.gcda:Skip
  1426. profiling:/home:Cannot create directory
  1427. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/key.gcda:Skip
  1428. profiling:/home:Cannot create directory
  1429. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/atomicio.gcda:Skip
  1430. profiling:/home:Cannot create directory
  1431. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/addrmatch.gcda:Skip
  1432. profiling:/home:Cannot create directory
  1433. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/xmalloc.gcda:Skip
  1434. profiling:/home:Cannot create directory
  1435. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ttymodes.gcda:Skip
  1436. profiling:/home:Cannot create directory
  1437. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/rsa.gcda:Skip
  1438. profiling:/home:Cannot create directory
  1439. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/packet.gcda:Skip
  1440. profiling:/home:Cannot create directory
  1441. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/nchan.gcda:Skip
  1442. profiling:/home:Cannot create directory
  1443. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/match.gcda:Skip
  1444. profiling:/home:Cannot create directory
  1445. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/log.gcda:Skip
  1446. profiling:/home:Cannot create directory
  1447. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/hostfile.gcda:Skip
  1448. profiling:/home:Cannot create directory
  1449. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/fatal.gcda:Skip
  1450. profiling:/home:Cannot create directory
  1451. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/compress.gcda:Skip
  1452. profiling:/home:Cannot create directory
  1453. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/compat.gcda:Skip
  1454. profiling:/home:Cannot create directory
  1455. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher-3des1.gcda:Skip
  1456. profiling:/home:Cannot create directory
  1457. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher-bf1.gcda:Skip
  1458. profiling:/home:Cannot create directory
  1459. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher.gcda:Skip
  1460. profiling:/home:Cannot create directory
  1461. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/channels.gcda:Skip
  1462. profiling:/home:Cannot create directory
  1463. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/canohost.gcda:Skip
  1464. profiling:/home:Cannot create directory
  1465. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/buffer.gcda:Skip
  1466. profiling:/home:Cannot create directory
  1467. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/bufbn.gcda:Skip
  1468. profiling:/home:Cannot create directory
  1469. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/bufaux.gcda:Skip
  1470. profiling:/home:Cannot create directory
  1471. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/authfile.gcda:Skip
  1472. profiling:/home:Cannot create directory
  1473. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/authfd.gcda:Skip
  1474. profiling:/home:Cannot create directory
  1475. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sandbox-seccomp-filter.gcda:Skip
  1476. profiling:/home:Cannot create directory
  1477. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/roaming_serv.gcda:Skip
  1478. profiling:/home:Cannot create directory
  1479. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/roaming_common.gcda:Skip
  1480. profiling:/home:Cannot create directory
  1481. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sftp-common.gcda:Skip
  1482. profiling:/home:Cannot create directory
  1483. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sftp-server.gcda:Skip
  1484. profiling:/home:Cannot create directory
  1485. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-shadow.gcda:Skip
  1486. profiling:/home:Cannot create directory
  1487. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/loginrec.gcda:Skip
  1488. profiling:/home:Cannot create directory
  1489. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexc25519s.gcda:Skip
  1490. profiling:/home:Cannot create directory
  1491. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexecdhs.gcda:Skip
  1492. profiling:/home:Cannot create directory
  1493. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexgexs.gcda:Skip
  1494. profiling:/home:Cannot create directory
  1495. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexdhs.gcda:Skip
  1496. profiling:/home:Cannot create directory
  1497. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor_wrap.gcda:Skip
  1498. profiling:/home:Cannot create directory
  1499. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor.gcda:Skip
  1500. profiling:/home:Cannot create directory
  1501. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor_mm.gcda:Skip
  1502. profiling:/home:Cannot create directory
  1503. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-pubkey.gcda:Skip
  1504. profiling:/home:Cannot create directory
  1505. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-passwd.gcda:Skip
  1506. profiling:/home:Cannot create directory
  1507. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-none.gcda:Skip
  1508. profiling:/home:Cannot create directory
  1509. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-kbdint.gcda:Skip
  1510. profiling:/home:Cannot create directory
  1511. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-hostbased.gcda:Skip
  1512. profiling:/home:Cannot create directory
  1513. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/groupaccess.gcda:Skip
  1514. profiling:/home:Cannot create directory
  1515. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-chall.gcda:Skip
  1516. profiling:/home:Cannot create directory
  1517. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-chall.gcda:Skip
  1518. profiling:/home:Cannot create directory
  1519. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/session.gcda:Skip
  1520. profiling:/home:Cannot create directory
  1521. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-options.gcda:Skip
  1522. profiling:/home:Cannot create directory
  1523. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2.gcda:Skip
  1524. profiling:/home:Cannot create directory
  1525. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth1.gcda:Skip
  1526. profiling:/home:Cannot create directory
  1527. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth.gcda:Skip
  1528. profiling:/home:Cannot create directory
  1529. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/serverloop.gcda:Skip
  1530. profiling:/home:Cannot create directory
  1531. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/servconf.gcda:Skip
  1532. profiling:/home:Cannot create directory
  1533. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sshlogin.gcda:Skip
  1534. profiling:/home:Cannot create directory
  1535. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sshpty.gcda:Skip
  1536. profiling:/home:Cannot create directory
  1537. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/platform.gcda:Skip
  1538. profiling:/home:Cannot create directory
  1539. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-rh-rsa.gcda:Skip
  1540. profiling:/home:Cannot create directory
  1541. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-rsa.gcda:Skip
  1542. profiling:/home:Cannot create directory
  1543. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-passwd.gcda:Skip
  1544. profiling:/home:Cannot create directory
  1545. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-rhosts.gcda:Skip
  1546. profiling:/home:Cannot create directory
  1547. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sshd.gcda:Skip
  1548. profiling:/home:Cannot create directory
  1549. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/port-tun.gcda:Skip
  1550. profiling:/home:Cannot create directory
  1551. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/port-linux.gcda:Skip
  1552. profiling:/home:Cannot create directory
  1553. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/explicit_bzero.gcda:Skip
  1554. profiling:/home:Cannot create directory
  1555. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/vis.gcda:Skip
  1556. profiling:/home:Cannot create directory
  1557. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/timingsafe_bcmp.gcda:Skip
  1558. profiling:/home:Cannot create directory
  1559. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strtonum.gcda:Skip
  1560. profiling:/home:Cannot create directory
  1561. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strmode.gcda:Skip
  1562. profiling:/home:Cannot create directory
  1563. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strlcpy.gcda:Skip
  1564. profiling:/home:Cannot create directory
  1565. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/strlcat.gcda:Skip
  1566. profiling:/home:Cannot create directory
  1567. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/setproctitle.gcda:Skip
  1568. profiling:/home:Cannot create directory
  1569. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/pwcache.gcda:Skip
  1570. profiling:/home:Cannot create directory
  1571. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/mktemp.gcda:Skip
  1572. profiling:/home:Cannot create directory
  1573. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/getopt_long.gcda:Skip
  1574. profiling:/home:Cannot create directory
  1575. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/fmt_scaled.gcda:Skip
  1576. profiling:/home:Cannot create directory
  1577. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/blowfish.gcda:Skip
  1578. profiling:/home:Cannot create directory
  1579. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bcrypt_pbkdf.gcda:Skip
  1580. profiling:/home:Cannot create directory
  1581. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/base64.gcda:Skip
  1582. profiling:/home:Cannot create directory
  1583. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/xcrypt.gcda:Skip
  1584. profiling:/home:Cannot create directory
  1585. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/xmmap.gcda:Skip
  1586. profiling:/home:Cannot create directory
  1587. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bsd-misc.gcda:Skip
  1588. profiling:/home:Cannot create directory
  1589. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bsd-getpeereid.gcda:Skip
  1590. profiling:/home:Cannot create directory
  1591. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/bsd-closefrom.gcda:Skip
  1592. profiling:/home:Cannot create directory
  1593. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/openbsd-compat/arc4random.gcda:Skip
  1594. profiling:/home:Cannot create directory
  1595. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/fe25519.gcda:Skip
  1596. profiling:/home:Cannot create directory
  1597. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ge25519.gcda:Skip
  1598. profiling:/home:Cannot create directory
  1599. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sc25519.gcda:Skip
  1600. profiling:/home:Cannot create directory
  1601. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/chacha.gcda:Skip
  1602. profiling:/home:Cannot create directory
  1603. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/poly1305.gcda:Skip
  1604. profiling:/home:Cannot create directory
  1605. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/smult_curve25519_ref.gcda:Skip
  1606. profiling:/home:Cannot create directory
  1607. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/deattack.gcda:Skip
  1608. profiling:/home:Cannot create directory
  1609. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/crc32.gcda:Skip
  1610. profiling:/home:Cannot create directory
  1611. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/blocks.gcda:Skip
  1612. profiling:/home:Cannot create directory
  1613. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/hash.gcda:Skip
  1614. profiling:/home:Cannot create directory
  1615. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/verify.gcda:Skip
  1616. profiling:/home:Cannot create directory
  1617. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ed25519.gcda:Skip
  1618. profiling:/home:Cannot create directory
  1619. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/hmac.gcda:Skip
  1620. profiling:/home:Cannot create directory
  1621. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/digest-openssl.gcda:Skip
  1622. profiling:/home:Cannot create directory
  1623. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-ed25519.gcda:Skip
  1624. profiling:/home:Cannot create directory
  1625. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher-chachapoly.gcda:Skip
  1626. profiling:/home:Cannot create directory
  1627. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexc25519.gcda:Skip
  1628. profiling:/home:Cannot create directory
  1629. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/krl.gcda:Skip
  1630. profiling:/home:Cannot create directory
  1631. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/umac128.gcda:Skip
  1632. profiling:/home:Cannot create directory
  1633. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/umac.gcda:Skip
  1634. profiling:/home:Cannot create directory
  1635. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/entropy.gcda:Skip
  1636. profiling:/home:Cannot create directory
  1637. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/msg.gcda:Skip
  1638. profiling:/home:Cannot create directory
  1639. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexecdh.gcda:Skip
  1640. profiling:/home:Cannot create directory
  1641. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/bufec.gcda:Skip
  1642. profiling:/home:Cannot create directory
  1643. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexgex.gcda:Skip
  1644. profiling:/home:Cannot create directory
  1645. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexdh.gcda:Skip
  1646. profiling:/home:Cannot create directory
  1647. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/dh.gcda:Skip
  1648. profiling:/home:Cannot create directory
  1649. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-rsa.gcda:Skip
  1650. profiling:/home:Cannot create directory
  1651. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-ecdsa.gcda:Skip
  1652. profiling:/home:Cannot create directory
  1653. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ssh-dss.gcda:Skip
  1654. profiling:/home:Cannot create directory
  1655. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor_fdpass.gcda:Skip
  1656. profiling:/home:Cannot create directory
  1657. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/misc.gcda:Skip
  1658. profiling:/home:Cannot create directory
  1659. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/uuencode.gcda:Skip
  1660. profiling:/home:Cannot create directory
  1661. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/uidswap.gcda:Skip
  1662. profiling:/home:Cannot create directory
  1663. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/mac.gcda:Skip
  1664. profiling:/home:Cannot create directory
  1665. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kex.gcda:Skip
  1666. profiling:/home:Cannot create directory
  1667. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/dispatch.gcda:Skip
  1668. profiling:/home:Cannot create directory
  1669. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/key.gcda:Skip
  1670. profiling:/home:Cannot create directory
  1671. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/atomicio.gcda:Skip
  1672. profiling:/home:Cannot create directory
  1673. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/addrmatch.gcda:Skip
  1674. profiling:/home:Cannot create directory
  1675. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/xmalloc.gcda:Skip
  1676. profiling:/home:Cannot create directory
  1677. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/ttymodes.gcda:Skip
  1678. profiling:/home:Cannot create directory
  1679. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/rsa.gcda:Skip
  1680. profiling:/home:Cannot create directory
  1681. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/packet.gcda:Skip
  1682. profiling:/home:Cannot create directory
  1683. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/nchan.gcda:Skip
  1684. profiling:/home:Cannot create directory
  1685. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/match.gcda:Skip
  1686. profiling:/home:Cannot create directory
  1687. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/log.gcda:Skip
  1688. profiling:/home:Cannot create directory
  1689. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/hostfile.gcda:Skip
  1690. profiling:/home:Cannot create directory
  1691. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/fatal.gcda:Skip
  1692. profiling:/home:Cannot create directory
  1693. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/compress.gcda:Skip
  1694. profiling:/home:Cannot create directory
  1695. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/compat.gcda:Skip
  1696. profiling:/home:Cannot create directory
  1697. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher-3des1.gcda:Skip
  1698. profiling:/home:Cannot create directory
  1699. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher-bf1.gcda:Skip
  1700. profiling:/home:Cannot create directory
  1701. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/cipher.gcda:Skip
  1702. profiling:/home:Cannot create directory
  1703. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/channels.gcda:Skip
  1704. profiling:/home:Cannot create directory
  1705. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/canohost.gcda:Skip
  1706. profiling:/home:Cannot create directory
  1707. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/buffer.gcda:Skip
  1708. profiling:/home:Cannot create directory
  1709. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/bufbn.gcda:Skip
  1710. profiling:/home:Cannot create directory
  1711. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/bufaux.gcda:Skip
  1712. profiling:/home:Cannot create directory
  1713. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/authfile.gcda:Skip
  1714. profiling:/home:Cannot create directory
  1715. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/authfd.gcda:Skip
  1716. profiling:/home:Cannot create directory
  1717. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sandbox-seccomp-filter.gcda:Skip
  1718. profiling:/home:Cannot create directory
  1719. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/roaming_serv.gcda:Skip
  1720. profiling:/home:Cannot create directory
  1721. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/roaming_common.gcda:Skip
  1722. profiling:/home:Cannot create directory
  1723. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sftp-common.gcda:Skip
  1724. profiling:/home:Cannot create directory
  1725. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sftp-server.gcda:Skip
  1726. profiling:/home:Cannot create directory
  1727. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-shadow.gcda:Skip
  1728. profiling:/home:Cannot create directory
  1729. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/loginrec.gcda:Skip
  1730. profiling:/home:Cannot create directory
  1731. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexc25519s.gcda:Skip
  1732. profiling:/home:Cannot create directory
  1733. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexecdhs.gcda:Skip
  1734. profiling:/home:Cannot create directory
  1735. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexgexs.gcda:Skip
  1736. profiling:/home:Cannot create directory
  1737. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/kexdhs.gcda:Skip
  1738. profiling:/home:Cannot create directory
  1739. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor_wrap.gcda:Skip
  1740. profiling:/home:Cannot create directory
  1741. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor.gcda:Skip
  1742. profiling:/home:Cannot create directory
  1743. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/monitor_mm.gcda:Skip
  1744. profiling:/home:Cannot create directory
  1745. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-pubkey.gcda:Skip
  1746. profiling:/home:Cannot create directory
  1747. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-passwd.gcda:Skip
  1748. profiling:/home:Cannot create directory
  1749. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-none.gcda:Skip
  1750. profiling:/home:Cannot create directory
  1751. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-kbdint.gcda:Skip
  1752. profiling:/home:Cannot create directory
  1753. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-hostbased.gcda:Skip
  1754. profiling:/home:Cannot create directory
  1755. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/groupaccess.gcda:Skip
  1756. profiling:/home:Cannot create directory
  1757. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2-chall.gcda:Skip
  1758. profiling:/home:Cannot create directory
  1759. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-chall.gcda:Skip
  1760. profiling:/home:Cannot create directory
  1761. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/session.gcda:Skip
  1762. profiling:/home:Cannot create directory
  1763. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-options.gcda:Skip
  1764. profiling:/home:Cannot create directory
  1765. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth2.gcda:Skip
  1766. profiling:/home:Cannot create directory
  1767. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth1.gcda:Skip
  1768. profiling:/home:Cannot create directory
  1769. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth.gcda:Skip
  1770. profiling:/home:Cannot create directory
  1771. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/serverloop.gcda:Skip
  1772. profiling:/home:Cannot create directory
  1773. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/servconf.gcda:Skip
  1774. profiling:/home:Cannot create directory
  1775. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sshlogin.gcda:Skip
  1776. profiling:/home:Cannot create directory
  1777. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sshpty.gcda:Skip
  1778. profiling:/home:Cannot create directory
  1779. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/platform.gcda:Skip
  1780. profiling:/home:Cannot create directory
  1781. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-rh-rsa.gcda:Skip
  1782. profiling:/home:Cannot create directory
  1783. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-rsa.gcda:Skip
  1784. profiling:/home:Cannot create directory
  1785. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-passwd.gcda:Skip
  1786. profiling:/home:Cannot create directory
  1787. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/auth-rhosts.gcda:Skip
  1788. profiling:/home:Cannot create directory
  1789. profiling:/home/blackcat/gcov/openssh/openssh-6.6p1/sshd.gcda:Skip
  1790. Connection to 127.0.0.1 closed by remote host.
  1791. WARNING: ssh privsep/sandbox+proxyconnect protocol 1 failed
  1792. WARNING: ssh privsep/sandbox+proxyconnect protocol 2 failed
  1793. Connection to 127.0.0.1 closed by remote host.
  1794. ssh privsep/sandbox+proxyconnect protocol 1 mopt '' failed
  1795. ssh privsep/sandbox+proxyconnect protocol 2 mopt '' failed
  1796. Connection to 127.0.0.1 closed by remote host.
  1797. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'A' failed
  1798. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'A' failed
  1799. Connection to 127.0.0.1 closed by remote host.
  1800. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'F' failed
  1801. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'F' failed
  1802. Connection to 127.0.0.1 closed by remote host.
  1803. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'G' failed
  1804. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'G' failed
  1805. Connection to 127.0.0.1 closed by remote host.
  1806. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'H' failed
  1807. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'H' failed
  1808. Connection to 127.0.0.1 closed by remote host.
  1809. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'J' failed
  1810. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'J' failed
  1811. Connection to 127.0.0.1 closed by remote host.
  1812. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'P' failed
  1813. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'P' failed
  1814. Connection to 127.0.0.1 closed by remote host.
  1815. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'R' failed
  1816. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'R' failed
  1817. Connection to 127.0.0.1 closed by remote host.
  1818. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'S' failed
  1819. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'S' failed
  1820. Connection to 127.0.0.1 closed by remote host.
  1821. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'X' failed
  1822. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'X' failed
  1823. Connection to 127.0.0.1 closed by remote host.
  1824. ssh privsep/sandbox+proxyconnect protocol 1 mopt 'Z' failed
  1825. ssh privsep/sandbox+proxyconnect protocol 2 mopt 'Z' failed
  1826. Connection to 127.0.0.1 closed by remote host.
  1827. ssh privsep/sandbox+proxyconnect protocol 1 mopt '<' failed
  1828. ssh privsep/sandbox+proxyconnect protocol 2 mopt '<' failed
  1829. Connection to 127.0.0.1 closed by remote host.
  1830. ssh privsep/sandbox+proxyconnect protocol 1 mopt '>' failed
  1831. ssh privsep/sandbox+proxyconnect protocol 2 mopt '>' failed
  1832. failed proxy connect with privsep
  1833. make[1]: *** [t-exec] Error 1
  1834. make[1]: Leaving directory `/home/blackcat/gcov/openssh/openssh-6.6p1/regress'
  1835. make: *** [tests] Error 2
  1836. blackcat@ubuntu:~/gcov/openssh/openssh-6.6p1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement