------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- 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/libnghttp2-1.39.1_1.tgz Installing /packages/All/ca_root_nss-3.45.tgz Message from ca_root_nss-3.45: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** 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. Installing /packages/All/curl-7.65.3.tgz Installing /packages/All/zxid-1.42_1.tgz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by p5-Net-SAML-1.42 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by p5-Net-SAML-1.42 for building => SHA256 Checksum OK for zxid-1.42.tgz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by p5-Net-SAML-1.42 for building ===> Extracting for p5-Net-SAML-1.42 => SHA256 Checksum OK for zxid-1.42.tgz. Extracted Memory Use: 16.44M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for p5-Net-SAML-1.42 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for p5-Net-SAML-1.42 Generating a Unix-style Makefile Writing Makefile for Net::SAML Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for p5-Net-SAML-1.42 --- blib/lib/Net/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Net/SAML/.exists --- --- blib/arch/auto/Net/SAML/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- SAML.bs --- --- SAML_wrap.o --- --- SAML.bs --- Running Mkbootstrap for SAML () --- SAML_wrap.o --- cc -c -I.. -I/usr/local/include -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.28/mach/CORE" SAML_wrap.c --- SAML.bs --- chmod 644 "SAML.bs" --- pm_to_blib --- --- blib/arch/auto/Net/SAML/SAML.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SAML.bs blib/arch/auto/Net/SAML/SAML.bs 644 --- blibdirs --- --- config --- --- pm_to_blib --- cp SAML.pm blib/lib/Net/SAML.pm cp SAML.pod blib/lib/Net/SAML.pod --- SAML_wrap.o --- In file included from SAML_wrap.c:1583: ../zx.h:401: warning: "SIG_SIZE" redefined #define SIG_SIZE 1024 /* Maximum size of the base64 encoded signature, for buffer allocation */ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:28, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/config.h:2243: note: this is the location of the previous definition #define SIG_SIZE 65 /**/ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_ref_len_elem': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:5541:14: note: in expansion of macro 'SvPV' arg5 = SvPV(ST(3), arg4); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_dup_len_elem': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:5653:14: note: in expansion of macro 'SvPV' arg5 = SvPV(ST(3), arg4); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_ref_len_attr': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:5765:14: note: in expansion of macro 'SvPV' arg5 = SvPV(ST(3), arg4); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_dup_len_attr': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:5935:14: note: in expansion of macro 'SvPV' arg5 = SvPV(ST(3), arg4); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_ref_len_str': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:6137:14: note: in expansion of macro 'SvPV' arg3 = SvPV(ST(1), arg2); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_dup_len_str': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:6222:14: note: in expansion of macro 'SvPV' arg3 = SvPV(ST(1), arg2); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_raw_raw_digest2': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:8305:14: note: in expansion of macro 'SvPV' arg5 = SvPV(ST(3), arg4); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_raw_digest2': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:8381:14: note: in expansion of macro 'SvPV' arg5 = SvPV(ST(3), arg4); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5310, from SAML_wrap.c:720: SAML_wrap.c: In function '_wrap_zx_raw_cipher': /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1676:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types] ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags)) /usr/local/lib/perl5/5.28/mach/CORE/embed.h:721:55: note: in definition of macro 'sv_2pv_flags' #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c) ^ /usr/local/lib/perl5/5.28/mach/CORE/sv.h:1670:30: note: in expansion of macro 'SvPV_flags' #define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC) ^~~~~~~~~~ SAML_wrap.c:8464:14: note: in expansion of macro 'SvPV' arg6 = SvPV(ST(4), arg5); ^~~~ In file included from /usr/local/lib/perl5/5.28/mach/CORE/perl.h:5271, from SAML_wrap.c:720: /usr/local/lib/perl5/5.28/mach/CORE/proto.h:3152:21: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *' PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags); ^~~~~~~~~~~~~~~~~ --- blib/arch/auto/Net/SAML/SAML.so --- rm -f blib/arch/auto/Net/SAML/SAML.so LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -shared -L/usr/local/lib/perl5/5.28/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong SAML_wrap.o -o blib/arch/auto/Net/SAML/SAML.so -L/usr/local/lib -lzxid -lcrypto -lcurl -lz chmod 755 blib/arch/auto/Net/SAML/SAML.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:25 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for p5-Net-SAML-1.42 ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SAML.bs blib/arch/auto/Net/SAML/SAML.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-Net-SAML/stage/usr/local/lib/perl5/site_perl/mach/5.28/auto/Net/SAML/SAML.so Installing /construction/security/p5-Net-SAML/stage/usr/local/lib/perl5/site_perl/mach/5.28/Net/SAML.pod Installing /construction/security/p5-Net-SAML/stage/usr/local/lib/perl5/site_perl/mach/5.28/Net/SAML.pm Installing /construction/security/p5-Net-SAML/stage/usr/local/lib/perl5/site_perl/man/man3/Net::SAML.3 /usr/bin/strip /construction/security/p5-Net-SAML/stage/usr/local/lib/perl5/site_perl/mach/5.28/auto/Net/SAML/SAML.so (cd /construction/security/p5-Net-SAML/zxid-1.42/Net/ && install -m 555 ../zxid.pl ../zxidhlo.pl /construction/security/p5-Net-SAML/stage/usr/local/share/examples/Net-SAML) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: you need USES=ssl Error: /usr/local/lib/perl5/site_perl/mach/5.28/auto/Net/SAML/SAML.so is linked to /usr/local/lib/libzxid.so which does not have a SONAME. security/zxid needs to be fixed. Error: /usr/local/lib/perl5/site_perl/mach/5.28/auto/Net/SAML/SAML.so is linked to /usr/local/lib/libcrypto.so.9 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/perl5/site_perl/mach/5.28/auto/Net/SAML/SAML.so is linked to /usr/local/lib/libssl.so.9 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/perl5/site_perl/mach/5.28/auto/Net/SAML/SAML.so is linked to /usr/local/lib/libnghttp2.so.14 from www/libnghttp2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libnghttp2.so:www/libnghttp2 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-Net-SAML-1.42 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:32