------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libiconv-1.14_11.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.2: 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. Installing /packages/All/p5-Locale-libintl-1.31.tgz Installing /packages/All/p5-Convert-BinHex-1.125.tgz Installing /packages/All/p5-TimeDate-2.30_2,1.tgz Installing /packages/All/p5-Mail-Tools-2.19.tgz Installing /packages/All/p5-MIME-Tools-5.509,2.tgz Installing /packages/All/p5-Parse-RecDescent-1.967015.tgz Installing /packages/All/p5-X500-DN-0.29_1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ p5-OpenCA-OpenSSL-2.0.29_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ p5-OpenCA-OpenSSL-2.0.29_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by p5-OpenCA-OpenSSL-2.0.29_2 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ p5-OpenCA-OpenSSL-2.0.29_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by p5-OpenCA-OpenSSL-2.0.29_2 for building => SHA256 Checksum OK for OpenCA-OpenSSL-2.0.29.tar.gz. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ p5-OpenCA-OpenSSL-2.0.29_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by p5-OpenCA-OpenSSL-2.0.29_2 for building ===> Extracting for p5-OpenCA-OpenSSL-2.0.29_2 => SHA256 Checksum OK for OpenCA-OpenSSL-2.0.29.tar.gz. Extracted Memory Use: 0.35M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for p5-OpenCA-OpenSSL-2.0.29_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for p5-OpenCA-OpenSSL-2.0.29_2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for OpenCA::OpenSSL Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for p5-OpenCA-OpenSSL-2.0.29_2 --- blib/lib/OpenCA/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/OpenCA/OpenSSL/.exists --- --- blib/arch/auto/OpenCA/OpenSSL/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- OpenSSL.c --- --- OpenSSL.bs --- --- OpenSSL.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.28/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.28/ExtUtils/typemap' -typemap '/construction/security/p5-OpenCA-OpenSSL/OpenCA-OpenSSL-2.0.29/typemap' OpenSSL.xs > OpenSSL.xsc --- OpenSSL.bs --- Running Mkbootstrap for OpenSSL () --- pm_to_blib --- --- blibdirs --- --- config --- --- OpenSSL.bs --- chmod 644 "OpenSSL.bs" --- blib/arch/auto/OpenCA/OpenSSL/OpenSSL.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- OpenSSL.bs blib/arch/auto/OpenCA/OpenSSL/OpenSSL.bs 644 --- pm_to_blib --- cp OpenSSL/SMIME.pm blib/lib/OpenCA/OpenSSL/SMIME.pm cp OpenSSL.pm blib/lib/OpenCA/OpenSSL.pm AutoSplitting blib/lib/OpenCA/OpenSSL.pm (blib/lib/auto/OpenCA/OpenSSL) cp OpenSSL.pod blib/lib/OpenCA/OpenSSL.pod --- OpenSSL.c --- Please specify prototyping behavior for OpenSSL.xs (see perlxs manual) mv OpenSSL.xsc OpenSSL.c --- OpenSSL.o --- cc -c -I/usr/local/include -I. -I/include -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"2.0.29\" -DXS_VERSION=\"2.0.29\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.28/mach/CORE" OpenSSL.c In file included from OpenSSL.xs:5: ppport.h:227: warning: "PERL_UNUSED_DECL" redefined # define PERL_UNUSED_DECL In file included from OpenSSL.xs:2: /usr/local/lib/perl5/5.28/mach/CORE/perl.h:328: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__X509__new_from_der': OpenSSL.xs:150:25: warning: passing argument 2 of 'd2i_X509' from incompatible pointer type [-Wincompatible-pointer-types] RETVAL = d2i_X509(NULL,&dercert,certlen); ^~~~~~~~ In file included from OpenSSL.xs:10: /usr/local/include/openssl/asn1.h:317: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:317: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:303: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:823:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509) ^~~~~~~~~~~~~~~~~~~~~~ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__X509__new_from_pem': OpenSSL.xs:183:25: warning: passing argument 2 of 'd2i_X509' from incompatible pointer type [-Wincompatible-pointer-types] RETVAL = d2i_X509(NULL,&dercert,certlen); ^~~~~~~~ In file included from OpenSSL.xs:10: /usr/local/include/openssl/asn1.h:317: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:317: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:303: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:823:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509) ^~~~~~~~~~~~~~~~~~~~~~ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__X509_emailaddress': OpenSSL.xs:424:8: warning: assignment to 'STACK *' {aka 'struct stack_st *'} from incompatible pointer type 'struct stack_st_OPENSSL_STRING *' [-Wincompatible-pointer-types] emlst = X509_get1_email(cert); ^ OpenSSL.xs:431:18: warning: passing argument 1 of 'X509_email_free' from incompatible pointer type [-Wincompatible-pointer-types] X509_email_free(emlst); ^~~~~ In file included from OpenSSL.xs:12: /usr/local/include/openssl/x509v3.h:718:48: note: expected 'struct stack_st_OPENSSL_STRING *' but argument is of type 'STACK *' {aka 'struct stack_st *'} void X509_email_free(STACK_OF(OPENSSL_STRING) *sk); OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__CRL__new_from_der': OpenSSL.xs:757:29: warning: passing argument 2 of 'd2i_X509_CRL' from incompatible pointer type [-Wincompatible-pointer-types] RETVAL = d2i_X509_CRL(NULL,&dercrl,crllen); ^~~~~~~ In file included from OpenSSL.xs:10: /usr/local/include/openssl/asn1.h:317: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:317: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:303: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:855:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509_CRL) ^~~~~~~~~~~~~~~~~~~~~~ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__CRL__new_from_pem': OpenSSL.xs:791:26: warning: passing argument 2 of 'd2i_X509_CRL' from incompatible pointer type [-Wincompatible-pointer-types] crl = d2i_X509_CRL(NULL,&dercrl,crllen); ^~~~~~~ In file included from OpenSSL.xs:10: /usr/local/include/openssl/asn1.h:317: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:317: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:303: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:855:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509_CRL) ^~~~~~~~~~~~~~~~~~~~~~ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__PKCS10__new_from_der': OpenSSL.xs:1243:29: warning: passing argument 2 of 'd2i_X509_REQ' from incompatible pointer type [-Wincompatible-pointer-types] RETVAL = d2i_X509_REQ(NULL,&dercsr,csrlen); ^~~~~~~ In file included from OpenSSL.xs:10: /usr/local/include/openssl/asn1.h:317: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:317: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:303: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:807:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509_REQ) ^~~~~~~~~~~~~~~~~~~~~~ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__PKCS10__new_from_pem': OpenSSL.xs:1276:29: warning: passing argument 2 of 'd2i_X509_REQ' from incompatible pointer type [-Wincompatible-pointer-types] RETVAL = d2i_X509_REQ(NULL,&dercsr,csrlen); ^~~~~~~ In file included from OpenSSL.xs:10: /usr/local/include/openssl/asn1.h:317: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:317: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:303: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:807:1: note: in expansion of macro 'DECLARE_ASN1_FUNCTIONS' DECLARE_ASN1_FUNCTIONS(X509_REQ) ^~~~~~~~~~~~~~~~~~~~~~ OpenSSL.xs: In function 'XS_OpenCA__OpenSSL__PKCS10_emailaddress': OpenSSL.xs:1385:8: warning: assignment to 'STACK *' {aka 'struct stack_st *'} from incompatible pointer type 'struct stack_st_OPENSSL_STRING *' [-Wincompatible-pointer-types] emlst = X509_REQ_get1_email(csr); ^ OpenSSL.xs:1392:18: warning: passing argument 1 of 'X509_email_free' from incompatible pointer type [-Wincompatible-pointer-types] X509_email_free(emlst); ^~~~~ In file included from OpenSSL.xs:12: /usr/local/include/openssl/x509v3.h:718:48: note: expected 'struct stack_st_OPENSSL_STRING *' but argument is of type 'STACK *' {aka 'struct stack_st *'} void X509_email_free(STACK_OF(OPENSSL_STRING) *sk); --- blib/arch/auto/OpenCA/OpenSSL/OpenSSL.so --- rm -f blib/arch/auto/OpenCA/OpenSSL/OpenSSL.so LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib/perl5/5.28/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong OpenSSL.o -o blib/arch/auto/OpenCA/OpenSSL/OpenSSL.so -L/lib -lcrypto -lssl chmod 755 blib/arch/auto/OpenCA/OpenSSL/OpenSSL.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for p5-OpenCA-OpenSSL-2.0.29_2 ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- OpenSSL.bs blib/arch/auto/OpenCA/OpenSSL/OpenSSL.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/security/p5-OpenCA-OpenSSL/stage/usr/local/lib/perl5/site_perl/mach/5.28/auto/OpenCA/OpenSSL/OpenSSL.so Installing /construction/security/p5-OpenCA-OpenSSL/stage/usr/local/lib/perl5/site_perl/mach/5.28/OpenCA/OpenSSL.pm Installing /construction/security/p5-OpenCA-OpenSSL/stage/usr/local/lib/perl5/site_perl/mach/5.28/OpenCA/OpenSSL.pod Installing /construction/security/p5-OpenCA-OpenSSL/stage/usr/local/lib/perl5/site_perl/mach/5.28/OpenCA/OpenSSL/SMIME.pm Installing /construction/security/p5-OpenCA-OpenSSL/stage/usr/local/lib/perl5/site_perl/mach/5.28/auto/OpenCA/OpenSSL/autosplit.ix Installing /construction/security/p5-OpenCA-OpenSSL/stage/usr/local/lib/perl5/site_perl/man/man3/OpenCA::OpenSSL.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for p5-OpenCA-OpenSSL-2.0.29_2 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:53