=> 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 p5-Net-SSLeay-1.92 --- blib/lib/Net/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Net/SSLeay/.exists --- --- blib/arch/auto/Net/SSLeay/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Makefile --- --- SSLeay.c --- --- blibdirs --- --- SSLeay.c --- "/usr/pkg/bin/perl" "/usr/pkg/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/usr/pkg/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/security/p5-Net-SSLeay/work/Net-SSLeay-1.92/typemap' SSLeay.xs > SSLeay.xsc --- Makefile --- Makefile out-of-date with respect to /usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/Config.pm /usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 "/usr/pkg/bin/perl" Makefile.PL "INSTALLDIRS=vendor" Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. *** Found OpenSSL-1.1.1d installed in /usr Checking if your kit is complete... Looks good --- SSLeay.c --- mv SSLeay.xsc SSLeay.c --- Makefile --- Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** [Makefile] Error code 1 (ignored) --- config --- --- SSLeay.bs --- --- SSLeay.o --- --- pm_to_blib --- --- SSLeay.bs --- Running Mkbootstrap for SSLeay () --- SSLeay.o --- gcc -c -I"/usr/include" -O2 -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -fwrapv -fno-strict-aliasing -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -DVERSION=\"1.92\" -DXS_VERSION=\"1.92\" -DPIC -fPIC "-I/usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/CORE" SSLeay.c --- SSLeay.bs --- chmod 644 "SSLeay.bs" --- blib/arch/auto/Net/SSLeay/SSLeay.bs --- "/usr/pkg/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 --- pm_to_blib --- cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod --- SSLeay.o --- SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_new': SSLeay.xs:2088:6: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] RETVAL = SSL_CTX_new (TLSv1_method()); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_1_new': SSLeay.xs:2097:6: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] RETVAL = SSL_CTX_new (TLSv1_1_method()); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1883:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_2_new': SSLeay.xs:2108:6: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] RETVAL = SSL_CTX_new (TLSv1_2_method()); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1889:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^ SSLeay.xs: In function 'XS_Net__SSLeay_RAND_pseudo_bytes': SSLeay.xs:3302:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] rc = RAND_pseudo_bytes(random, num); ^~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/rand.h:44:1: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_lastUpdate': SSLeay.c:7636:2: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] RETVAL = X509_CRL_get_lastUpdate(x); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/x509.h:727:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_nextUpdate': SSLeay.c:7656:2: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] RETVAL = X509_CRL_get_nextUpdate(x); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/x509.h:728:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^ SSLeay.xs: In function 'XS_Net__SSLeay_X509_get_subjectAltNames': SSLeay.xs:4060:26: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.otherName->value->value.utf8string), ASN1_STRING_length(subjAltNameDN->d.otherName->value->value.utf8string)))); ^~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ SSLeay.xs:4069:26: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.ia5), ASN1_STRING_length(subjAltNameDN->d.ia5)))); ^~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_crl_distribution_points': SSLeay.xs:4133:25: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] XPUSHs(sv_2mortal(newSVpv((char*)ASN1_STRING_data(gn->d.ia5),ASN1_STRING_length(gn->d.ia5)))); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_ocsp_uri': SSLeay.xs:4174:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] XPUSHs(sv_2mortal(newSVpv( ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ SSLeay.xs: In function 'XS_Net__SSLeay_P_ASN1_STRING_get': SSLeay.xs:4524:9: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] u8 = newSVpv((const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); ^~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_method': SSLeay.c:10997:2: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_server_method': SSLeay.c:11015:2: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1878:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_client_method': SSLeay.c:11033:2: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1879:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_method': SSLeay.c:11054:2: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1883:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_server_method': SSLeay.c:11072:2: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1884:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_client_method': SSLeay.c:11090:2: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1885:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_method': SSLeay.c:11112:2: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_2_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1889:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_server_method': SSLeay.c:11130:2: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_2_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1890:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_client_method': SSLeay.c:11148:2: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] RETVAL = TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/err.h:13, from SSLeay.xs:163: /usr/include/openssl/ssl.h:1891:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^ --- blib/arch/auto/Net/SSLeay/SSLeay.so --- rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib" gcc -shared -Wl,-zrelro -L/usr -L/usr/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib SSLeay.o -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/CORE -Wl,-R/usr/pkg/lib -o blib/arch/auto/Net/SSLeay/SSLeay.so -L/usr -L/usr/lib -lssl -lcrypto -lz "-L/usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/CORE" "-Wl,-R/usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/CORE" "-Wl,-R/usr/pkg/lib/perl5/5.36.0/x86_64-netbsd-thread-multi/CORE" -lperl ld: cannot open output file blib/arch/auto/Net/SSLeay/SSLeay.so: No such file or directory *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error code 1 make: stopped in /tmp/security/p5-Net-SSLeay/work/Net-SSLeay-1.92 1 error make: stopped in /tmp/security/p5-Net-SSLeay/work/Net-SSLeay-1.92 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/security/p5-Net-SSLeay *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/security/p5-Net-SSLeay