=> 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 sshping-0.1.4nb1 [ 33%] Building CXX object CMakeFiles/sshping.dir/src/sshping.cxx.o [ 66%] Building manpage /pbulk/work/net/sshping/work/sshping-0.1.4/doc/sshping.8 [ 66%] Built target man /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx: In function 'int run_upload_test(ssh_session)': /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:519:58: warning: 'ssh_scp_struct* ssh_scp_new(ssh_session, int, const char*)' is deprecated [-Wdeprecated-declarations] 519 | ssh_scp scp = ssh_scp_new(ses, SSH_SCP_WRITE, remfile); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:593:35: note: declared here 593 | SSH_DEPRECATED LIBSSH_API ssh_scp ssh_scp_new(ssh_session session, int mode, const char *location); | ^~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:525:30: warning: 'int ssh_scp_init(ssh_scp)' is deprecated [-Wdeprecated-declarations] 525 | int rc = ssh_scp_init(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:591:31: note: declared here 591 | SSH_DEPRECATED LIBSSH_API int ssh_scp_init(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:528:25: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 528 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:541:59: warning: 'int ssh_scp_push_file(ssh_scp, const char*, size_t, int)' is deprecated [-Wdeprecated-declarations] 541 | rc = ssh_scp_push_file(scp, remfile, MEGA, S_IRWXU); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:596:31: note: declared here 596 | SSH_DEPRECATED LIBSSH_API int ssh_scp_push_file(ssh_scp scp, const char *filename, size_t size, int perms); | ^~~~~~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:547:42: warning: 'int ssh_scp_write(ssh_scp, const void*, size_t)' is deprecated [-Wdeprecated-declarations] 547 | rc = ssh_scp_write(scp, buf, MEGA); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:604:31: note: declared here 604 | SSH_DEPRECATED LIBSSH_API int ssh_scp_write(ssh_scp scp, const void *buffer, size_t len); | ^~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:553:22: warning: 'int ssh_scp_close(ssh_scp)' is deprecated [-Wdeprecated-declarations] 553 | ssh_scp_close(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:588:31: note: declared here 588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp); | ^~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:554:21: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 554 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx: In function 'int run_download_test(ssh_session)': /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:585:61: warning: 'ssh_scp_struct* ssh_scp_new(ssh_session, int, const char*)' is deprecated [-Wdeprecated-declarations] 585 | ssh_scp scp = ssh_scp_new(ses, SSH_SCP_READ, remfile); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:593:35: note: declared here 593 | SSH_DEPRECATED LIBSSH_API ssh_scp ssh_scp_new(ssh_session session, int mode, const char *location); | ^~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:591:34: warning: 'int ssh_scp_init(ssh_scp)' is deprecated [-Wdeprecated-declarations] 591 | int rc = ssh_scp_init(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:591:31: note: declared here 591 | SSH_DEPRECATED LIBSSH_API int ssh_scp_init(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:594:29: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 594 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:598:38: warning: 'int ssh_scp_pull_request(ssh_scp)' is deprecated [-Wdeprecated-declarations] 598 | rc = ssh_scp_pull_request(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:594:31: note: declared here 594 | SSH_DEPRECATED LIBSSH_API int ssh_scp_pull_request(ssh_scp scp); | ^~~~~~~~~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:601:30: warning: 'int ssh_scp_close(ssh_scp)' is deprecated [-Wdeprecated-declarations] 601 | ssh_scp_close(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:588:31: note: declared here 588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp); | ^~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:602:29: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 602 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:607:49: warning: 'size_t ssh_scp_request_get_size(ssh_scp)' is deprecated [-Wdeprecated-declarations] 607 | avail = ssh_scp_request_get_size(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:601:34: note: declared here 601 | SSH_DEPRECATED LIBSSH_API size_t ssh_scp_request_get_size(ssh_scp scp); | ^~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:613:34: warning: 'int ssh_scp_close(ssh_scp)' is deprecated [-Wdeprecated-declarations] 613 | ssh_scp_close(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:588:31: note: declared here 588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp); | ^~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:614:33: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 614 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:622:35: warning: 'int ssh_scp_accept_request(ssh_scp)' is deprecated [-Wdeprecated-declarations] 622 | ssh_scp_accept_request(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:587:31: note: declared here 587 | SSH_DEPRECATED LIBSSH_API int ssh_scp_accept_request(ssh_scp scp); | ^~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:623:43: warning: 'int ssh_scp_read(ssh_scp, void*, size_t)' is deprecated [-Wdeprecated-declarations] 623 | rc = ssh_scp_read(scp, buf, amount); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:598:31: note: declared here 598 | SSH_DEPRECATED LIBSSH_API int ssh_scp_read(ssh_scp scp, void *buffer, size_t size); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:626:30: warning: 'int ssh_scp_close(ssh_scp)' is deprecated [-Wdeprecated-declarations] 626 | ssh_scp_close(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:588:31: note: declared here 588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp); | ^~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:627:29: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 627 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:632:26: warning: 'int ssh_scp_close(ssh_scp)' is deprecated [-Wdeprecated-declarations] 632 | ssh_scp_close(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:588:31: note: declared here 588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp); | ^~~~~~~~~~~~~ /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:633:25: warning: 'void ssh_scp_free(ssh_scp)' is deprecated [-Wdeprecated-declarations] 633 | ssh_scp_free(scp); | ^ In file included from /pbulk/work/net/sshping/work/sshping-0.1.4/src/sshping.cxx:28: /pbulk/work/net/sshping/work/.buildlink/include/libssh/libssh.h:590:32: note: declared here 590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp); | ^~~~~~~~~~~~ [100%] Linking CXX executable sshping ld: /pbulk/work/net/sshping/work/.buildlink/lib/libssh.so: undefined reference to `pthread_create' --- sshping --- *** [sshping] Error code 1 make[2]: stopped in /pbulk/work/net/sshping/work/sshping-0.1.4/cmake-pkgsrc-build 1 error make[2]: stopped in /pbulk/work/net/sshping/work/sshping-0.1.4/cmake-pkgsrc-build --- CMakeFiles/sshping.dir/all --- *** [CMakeFiles/sshping.dir/all] Error code 2 make[1]: stopped in /pbulk/work/net/sshping/work/sshping-0.1.4/cmake-pkgsrc-build 1 error make[1]: stopped in /pbulk/work/net/sshping/work/sshping-0.1.4/cmake-pkgsrc-build *** [all] Error code 2 make: stopped in /pbulk/work/net/sshping/work/sshping-0.1.4/cmake-pkgsrc-build 1 error make: stopped in /pbulk/work/net/sshping/work/sshping-0.1.4/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/sshping *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/sshping