------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Net-TCLink-3.4_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Net-TCLink-3.4_2 for building => SHA256 Checksum OK for Net_TCLink.pm-3.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Net-TCLink-3.4_2 for building ===> Extracting for p5-Net-TCLink-3.4_2 => SHA256 Checksum OK for Net_TCLink.pm-3.4.tar.gz. Extracted Memory Use: 0.25M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Net-TCLink-3.4_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-Net-TCLink-3.4_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-Net-TCLink-3.4_2 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Net-TCLink-3.4_2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::TCLink Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Net-TCLink-3.4_2 --- blib/lib/Net/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Net/TCLink/.exists --- --- blib/arch/auto/Net/TCLink/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- TCLink.c --- --- TCLink.bs --- --- TCLink.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' TCLink.xs > TCLink.xsc --- TCLink.bs --- Running Mkbootstrap for TCLink () chmod 644 "TCLink.bs" --- pm_to_blib --- cp TCLink.pm blib/lib/Net/TCLink.pm AutoSplitting blib/lib/Net/TCLink.pm (blib/lib/auto/Net/TCLink) --- blibdirs --- --- blib/arch/auto/Net/TCLink/TCLink.bs --- --- config --- --- blib/arch/auto/Net/TCLink/TCLink.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TCLink.bs blib/arch/auto/Net/TCLink/TCLink.bs 644 --- TCLink.c --- Please specify prototyping behavior for TCLink.xs (see perlxs manual) mv TCLink.xsc TCLink.c --- TCLink.o --- cc -c -IINSTALLDIRS=site/include -pipe -I/usr/local/include -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"3.4\" -DXS_VERSION=\"3.4\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DPERL5 -DTCLINK_VERSION=\"3.4-Perl-DragonFly-x86_64\" TCLink.c In file included from TCLink.xs:5: tclink.c: In function 'Connect': tclink.c:542:13: warning: implicit declaration of function 'SSLv3_client_method'; did you mean 'SSLv23_client_method'? [-Wimplicit-function-declaration] c->meth = SSLv3_client_method(); ^~~~~~~~~~~~~~~~~~~ SSLv23_client_method tclink.c:542:11: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] c->meth = SSLv3_client_method(); ^ tclink.c:553:31: warning: passing argument 2 of 'd2i_X509' from incompatible pointer type [-Wincompatible-pointer-types] c->tc_cert = d2i_X509(NULL, &cert_data_ptr, TC_CERT_SIZE); ^~~~~~~~~~~~~~ In file included from /usr/local/include/openssl/objects.h:15, from /usr/local/include/openssl/evp.h:28, from /usr/local/include/openssl/x509.h:18, from tclink.c:44, from TCLink.xs:5: /usr/local/include/openssl/asn1.h:231:15: note: expected 'const unsigned char **' but argument is of type 'unsigned char **' type *d2i_##name(type **a, const unsigned char **in, long len); \ ^~~~ /usr/local/include/openssl/asn1.h:231:15: note: in definition of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS' type *d2i_##name(type **a, const unsigned char **in, long len); \ ^~~~ /usr/local/include/openssl/asn1.h:217:39: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS_name' # define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/x509.h:551:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509) ^~~~~~~~~~~~~~~~~~~~~~ --- blib/arch/auto/Net/TCLink/TCLink.so --- rm -f blib/arch/auto/Net/TCLink/TCLink.so LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong TCLink.o -o blib/arch/auto/Net/TCLink/TCLink.so -lssl -lcrypto chmod 755 blib/arch/auto/Net/TCLink/TCLink.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-Net-TCLink-3.4_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Net-TCLink-3.4_2 ===> p5-Net-TCLink-3.4_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> p5-Net-TCLink-3.4_2 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TCLink.bs blib/arch/auto/Net/TCLink/TCLink.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/net/p5-Net-TCLink/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Net/TCLink/TCLink.so Installing /construction/net/p5-Net-TCLink/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Net/TCLink/autosplit.ix Installing /construction/net/p5-Net-TCLink/stage/usr/local/lib/perl5/site_perl/mach/5.30/Net/TCLink.pm Installing /construction/net/p5-Net-TCLink/stage/usr/local/lib/perl5/site_perl/man/man3/Net::TCLink.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/Net/TCLink/TCLink.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Net-TCLink-3.4_2 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10