=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for libssh-0.12.1 [ 1%] Building C object src/CMakeFiles/ssh.dir/agent.c.o [ 2%] Building C object src/CMakeFiles/ssh.dir/client.c.o [ 4%] Building C object src/CMakeFiles/ssh.dir/bignum.c.o [ 5%] Building C object src/CMakeFiles/ssh.dir/buffer.c.o [ 6%] Building C object src/CMakeFiles/ssh.dir/base64.c.o [ 8%] Building C object src/CMakeFiles/ssh.dir/callbacks.c.o [ 9%] Building C object src/CMakeFiles/ssh.dir/channels.c.o [ 10%] Building C object src/CMakeFiles/ssh.dir/auth.c.o [ 12%] Building C object src/CMakeFiles/ssh.dir/config.c.o [ 13%] Building C object src/CMakeFiles/ssh.dir/connect.c.o [ 15%] Building C object src/CMakeFiles/ssh.dir/connector.c.o [ 16%] Building C object src/CMakeFiles/ssh.dir/crypto_common.c.o [ 17%] Building C object src/CMakeFiles/ssh.dir/curve25519.c.o In file included from /usr/include/ctype.h:100, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/config.c:26: /pbulk/work/security/libssh/work/libssh-0.12.1/src/config.c: In function 'ssh_config_parse_line_internal': /pbulk/work/security/libssh/work/libssh-0.12.1/src/config.c:882:20: warning: array subscript has type 'char' [-Wchar-subscripts] 882 | if (! isspace(s[len])) { | ^ [ 19%] Building C object src/CMakeFiles/ssh.dir/sntrup761.c.o [ 20%] Building C object src/CMakeFiles/ssh.dir/dh.c.o [ 21%] Building C object src/CMakeFiles/ssh.dir/ecdh.c.o [ 23%] Building C object src/CMakeFiles/ssh.dir/getpass.c.o [ 24%] Building C object src/CMakeFiles/ssh.dir/error.c.o [ 26%] Building C object src/CMakeFiles/ssh.dir/gzip.c.o [ 27%] Building C object src/CMakeFiles/ssh.dir/init.c.o [ 28%] Building C object src/CMakeFiles/ssh.dir/hybrid_mlkem.c.o [ 30%] Building C object src/CMakeFiles/ssh.dir/kdf.c.o [ 31%] Building C object src/CMakeFiles/ssh.dir/kex.c.o [ 32%] Building C object src/CMakeFiles/ssh.dir/known_hosts.c.o [ 34%] Building C object src/CMakeFiles/ssh.dir/knownhosts.c.o [ 35%] Building C object src/CMakeFiles/ssh.dir/legacy.c.o [ 36%] Building C object src/CMakeFiles/ssh.dir/log.c.o /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c: In function 'ssh_userauth_privatekey_file': /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:130:3: warning: 'publickey_from_file' is deprecated [-Wdeprecated-declarations] 130 | pubkey = publickey_from_file(session, pubkeyfile, &type); | ^~~~~~ In file included from /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/libssh.h:1014, from /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/priv.h:195, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:32: /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/legacy.h:101:38: note: declared here 101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:134:5: warning: 'privatekey_from_file' is deprecated [-Wdeprecated-declarations] 134 | privkey = privatekey_from_file(session, filename, 0, passphrase); | ^~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/legacy.h:96:43: note: declared here 96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:137:5: warning: 'privatekey_from_file' is deprecated [-Wdeprecated-declarations] 137 | privkey = privatekey_from_file(session, filename, type, passphrase); | ^~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/legacy.h:96:43: note: declared here 96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:144:3: warning: 'privatekey_free' is deprecated [-Wdeprecated-declarations] 144 | privatekey_free(privkey); | ^~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/legacy.h:95:32: note: declared here 95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv); | ^~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c: In function 'channel_get_exit_status': /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:198:3: warning: 'ssh_channel_get_exit_status' is deprecated [-Wdeprecated-declarations] 198 | return ssh_channel_get_exit_status(channel); | ^~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/libssh.h:485:31: note: declared here 485 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c: In function 'channel_select': /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:296:3: warning: 'ssh_channel_select' is deprecated [-Wdeprecated-declarations] 296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout); | ^~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/libssh.h:598:31: note: declared here 598 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct | ^~~~~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c: In function 'ssh_try_publickey_from_file': /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:730:5: warning: 'publickey_from_file' is deprecated [-Wdeprecated-declarations] 730 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type); | ^~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/legacy.c:494:12: note: declared here 494 | ssh_string publickey_from_file(ssh_session session, const char *filename, | ^~~~~~~~~~~~~~~~~~~ [ 38%] Building C object src/CMakeFiles/ssh.dir/match.c.o [ 39%] Building C object src/CMakeFiles/ssh.dir/messages.c.o In file included from /usr/include/ctype.h:100, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/match.c:40: /pbulk/work/security/libssh/work/libssh-0.12.1/src/match.c: In function 'match_pattern_list': /pbulk/work/security/libssh/work/libssh-0.12.1/src/match.c:152:45: warning: array subscript has type 'char' [-Wchar-subscripts] 152 | sub[subi] = dolower && isupper(pattern[i]) ? | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/match.c:153:30: warning: array subscript has type 'char' [-Wchar-subscripts] 153 | (char)tolower(pattern[i]) : pattern[i]; | ^ [ 41%] Building C object src/CMakeFiles/ssh.dir/misc.c.o [ 42%] Building C object src/CMakeFiles/ssh.dir/mlkem.c.o [ 43%] Building C object src/CMakeFiles/ssh.dir/options.c.o In file included from /usr/include/ctype.h:100, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c:47: /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c: In function 'ssh_lowercase': /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c:468:22: warning: array subscript has type 'char' [-Wchar-subscripts] 468 | *p = tolower(*p); | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c: In function 'ssh_check_hostname_syntax': /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c:2338:23: warning: array subscript has type 'char' [-Wchar-subscripts] 2338 | isalnum(it[0]) == 0 || | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c:2339:23: warning: array subscript has type 'char' [-Wchar-subscripts] 2339 | isalnum(it[it_len - 1]) == 0) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c: In function 'ssh_check_username_syntax': /pbulk/work/security/libssh/work/libssh-0.12.1/src/misc.c:2384:29: warning: array subscript has type 'char' [-Wchar-subscripts] 2384 | if (isspace(username[i]) != 0 && username[i + 1] == '-') { | ^ [ 45%] Building C object src/CMakeFiles/ssh.dir/packet.c.o [ 46%] Building C object src/CMakeFiles/ssh.dir/packet_cb.c.o [ 47%] Building C object src/CMakeFiles/ssh.dir/packet_crypt.c.o [ 49%] Building C object src/CMakeFiles/ssh.dir/pcap.c.o [ 50%] Building C object src/CMakeFiles/ssh.dir/pki.c.o In file included from /usr/include/ctype.h:100, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/pki.c:39: /pbulk/work/security/libssh/work/libssh-0.12.1/src/pki.c: In function 'sshsig_dearmor': /pbulk/work/security/libssh/work/libssh-0.12.1/src/pki.c:3289:20: warning: array subscript has type 'char' [-Wchar-subscripts] 3289 | while (isspace(*begin)) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/pki.c:3300:36: warning: array subscript has type 'char' [-Wchar-subscripts] 3300 | while (end > begin && (isspace(*(end - 1)))) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/pki.c:3313:27: warning: array subscript has type 'char' [-Wchar-subscripts] 3313 | if (!isspace(begin[i])) { | ^ [ 52%] Building C object src/CMakeFiles/ssh.dir/pki_context.c.o [ 53%] Building C object src/CMakeFiles/ssh.dir/pki_container_openssh.c.o [ 54%] Building C object src/CMakeFiles/ssh.dir/poll.c.o [ 56%] Building C object src/CMakeFiles/ssh.dir/session.c.o [ 57%] Building C object src/CMakeFiles/ssh.dir/scp.c.o [ 58%] Building C object src/CMakeFiles/ssh.dir/socket.c.o /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c: In function 'ssh_scp_new': /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:111:5: warning: 'ssh_scp_free' is deprecated [-Wdeprecated-declarations] 111 | ssh_scp_free(scp); | ^~~~~~~~~~~~ In file included from /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/priv.h:195, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:30: /pbulk/work/security/libssh/work/libssh-0.12.1/include/libssh/libssh.h:604:32: note: declared here 604 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c: In function 'ssh_scp_free': /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:315:9: warning: 'ssh_scp_close' is deprecated [-Wdeprecated-declarations] 315 | ssh_scp_close(scp); | ^~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:261:5: note: declared here 261 | int ssh_scp_close(ssh_scp scp) | ^~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c: In function 'ssh_scp_push_file': /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:589:5: warning: 'ssh_scp_push_file64' is deprecated [-Wdeprecated-declarations] 589 | return ssh_scp_push_file64(scp, filename, (uint64_t) size, mode); | ^~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:484:5: note: declared here 484 | int ssh_scp_push_file64(ssh_scp scp, const char *filename, uint64_t size, | ^~~~~~~~~~~~~~~~~~~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c: In function 'ssh_scp_read': /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:1051:9: warning: 'ssh_scp_accept_request' is deprecated [-Wdeprecated-declarations] 1051 | rc = ssh_scp_accept_request(scp); | ^~ /pbulk/work/security/libssh/work/libssh-0.12.1/src/scp.c:997:5: note: declared here 997 | int ssh_scp_accept_request(ssh_scp scp) | ^~~~~~~~~~~~~~~~~~~~~~ [ 60%] Building C object src/CMakeFiles/ssh.dir/string.c.o [ 61%] Building C object src/CMakeFiles/ssh.dir/threads.c.o [ 63%] Building C object src/CMakeFiles/ssh.dir/ttyopts.c.o [ 64%] Building C object src/CMakeFiles/ssh.dir/wrapper.c.o [ 65%] Building C object src/CMakeFiles/ssh.dir/external/bcrypt_pbkdf.c.o [ 67%] Building C object src/CMakeFiles/ssh.dir/external/blowfish.c.o [ 68%] Building C object src/CMakeFiles/ssh.dir/config_parser.c.o In file included from /usr/include/ctype.h:100, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c:26: /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c: In function 'ssh_config_get_cmd': /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c:47:23: warning: array subscript has type 'char' [-Wchar-subscripts] 47 | if (! isblank(*c)) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c: In function 'ssh_config_get_token': /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c:76:23: warning: array subscript has type 'char' [-Wchar-subscripts] 76 | if (! isblank(*c)) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c:103:32: warning: array subscript has type 'char' [-Wchar-subscripts] 103 | } else if (isblank(*c) || *c == '=' || *c == '\n') { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/config_parser.c:113:20: warning: array subscript has type 'char' [-Wchar-subscripts] 113 | while (isblank(*c) || *c == '\n' || (!had_equal && *c == '=')) { | ^ [ 69%] Building C object src/CMakeFiles/ssh.dir/token.c.o [ 71%] Building C object src/CMakeFiles/ssh.dir/pki_ed25519_common.c.o [ 72%] Building C object src/CMakeFiles/ssh.dir/threads/noop.c.o [ 73%] Building C object src/CMakeFiles/ssh.dir/threads/pthread.c.o [ 75%] Building C object src/CMakeFiles/ssh.dir/threads/libcrypto.c.o [ 76%] Building C object src/CMakeFiles/ssh.dir/pki_crypto.c.o [ 78%] Building C object src/CMakeFiles/ssh.dir/ecdh_crypto.c.o [ 79%] Building C object src/CMakeFiles/ssh.dir/curve25519_crypto.c.o [ 80%] Building C object src/CMakeFiles/ssh.dir/getrandom_crypto.c.o [ 82%] Building C object src/CMakeFiles/ssh.dir/md_crypto.c.o [ 83%] Building C object src/CMakeFiles/ssh.dir/libcrypto.c.o [ 84%] Building C object src/CMakeFiles/ssh.dir/dh_crypto.c.o [ 86%] Building C object src/CMakeFiles/ssh.dir/external/sntrup761.c.o [ 87%] Building C object src/CMakeFiles/ssh.dir/mlkem_crypto.c.o [ 89%] Building C object src/CMakeFiles/ssh.dir/sftp.c.o [ 90%] Building C object src/CMakeFiles/ssh.dir/sftp_common.c.o /pbulk/work/security/libssh/work/libssh-0.12.1/src/mlkem_crypto.c:31:10: fatal error: openssl/ml_kem.h: No such file or directory 31 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. --- src/CMakeFiles/ssh.dir/mlkem_crypto.c.o --- *** [src/CMakeFiles/ssh.dir/mlkem_crypto.c.o] Error code 1 make[2]: stopped making "src/CMakeFiles/ssh.dir/build" in /pbulk/work/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build In file included from /usr/include/ctype.h:100, from /pbulk/work/security/libssh/work/libssh-0.12.1/src/sftp_common.c:29: /pbulk/work/security/libssh/work/libssh-0.12.1/src/sftp_common.c: In function 'sftp_parse_longname': /pbulk/work/security/libssh/work/libssh-0.12.1/src/sftp_common.c:478:21: warning: array subscript has type 'char' [-Wchar-subscripts] 478 | if (isspace(*p)) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/sftp_common.c:481:42: warning: array subscript has type 'char' [-Wchar-subscripts] 481 | while (*p != '\0' && isspace(*p)) { | ^ /pbulk/work/security/libssh/work/libssh-0.12.1/src/sftp_common.c:495:35: warning: array subscript has type 'char' [-Wchar-subscripts] 495 | while (*q != '\0' && !isspace(*q)) { | ^ make[2]: 1 error make[2]: stopped making "src/CMakeFiles/ssh.dir/build" in /pbulk/work/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build --- src/CMakeFiles/ssh.dir/all --- *** [src/CMakeFiles/ssh.dir/all] Error code 2 make[1]: stopped making "all" in /pbulk/work/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build make[1]: 1 error make[1]: stopped making "all" in /pbulk/work/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build *** [all] Error code 2 make: stopped making "all" in /pbulk/work/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build make: 1 error make: stopped making "all" in /pbulk/work/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/security/libssh *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/security/libssh