------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.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/expat-2.2.8.txz Installing /packages/All/wbxml2-0.11.6.txz SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-XML-WBXML-0.09_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-XML-WBXML-0.09_2 for building => SHA256 Checksum OK for XML-WBXML-0.09.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-XML-WBXML-0.09_2 for building ===> Extracting for p5-XML-WBXML-0.09_2 => SHA256 Checksum OK for XML-WBXML-0.09.tar.gz. Extracted Memory Use: 0.93M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-XML-WBXML-0.09_2 ===> Applying ports patches for p5-XML-WBXML-0.09_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on shared library: libwbxml2.so - found (/usr/local/lib/libwbxml2.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-XML-WBXML-0.09_2 depends on shared library: libwbxml2.so - found (/usr/local/lib/libwbxml2.so) ===> Configuring for p5-XML-WBXML-0.09_2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::WBXML Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-XML-WBXML-0.09_2 --- blib/lib/XML/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/XML/WBXML/.exists --- --- blib/arch/auto/XML/WBXML/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- WBXML.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' -typemap '/construction/converters/p5-XML-WBXML/XML-WBXML-0.09/typemap' WBXML.xs > WBXML.xsc --- WBXML.bs --- Running Mkbootstrap for WBXML () --- pm_to_blib --- --- blibdirs --- --- config --- --- WBXML.bs --- chmod 644 "WBXML.bs" --- blib/arch/auto/XML/WBXML/WBXML.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- WBXML.bs blib/arch/auto/XML/WBXML/WBXML.bs 644 --- pm_to_blib --- cp lib/XML/WBXML.pm blib/lib/XML/WBXML.pm --- WBXML.c --- mv WBXML.xsc WBXML.c --- WBXML.o --- cc -c -I. -I/usr/local/include -I/usr/local/include/libwbxml-1.0/wbxml -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" WBXML.c In file included from WBXML.xs:5: ppport.h:2979: warning: "PERL_UNUSED_DECL" redefined # define PERL_UNUSED_DECL In file included from WBXML.xs:2: /usr/local/lib/perl5/5.30/mach/CORE/perl.h:328: note: this is the location of the previous definition # define PERL_UNUSED_DECL __attribute__unused__ WBXML.xs: In function 'XS_XML__WBXML_xml_to_wbxml': WBXML.xs:23:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.wbxml_version = WBXML_VERSION_12; ^~~~~~ WBXML.xs:21:27: note: declared here WBXMLConvXML2WBXMLParams params; ^~~~~~ WBXML.xs:24:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.keep_ignorable_ws = FALSE; ^~~~~~ WBXML.xs:21:27: note: declared here WBXMLConvXML2WBXMLParams params; ^~~~~~ WBXML.xs:25:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.use_strtbl = TRUE; ^~~~~~ WBXML.xs:21:27: note: declared here WBXMLConvXML2WBXMLParams params; ^~~~~~ WBXML.xs:27:2: warning: 'wbxml_conv_xml2wbxml_withlen' is deprecated [-Wdeprecated-declarations] ret = wbxml_conv_xml2wbxml(in_xml, &outwbxml, &outwbxml_len, ¶ms); ^~~ In file included from /usr/local/include/libwbxml-1.0/wbxml/wbxml.h:42, from WBXML.xs:7: /usr/local/include/libwbxml-1.0/wbxml/wbxml_conv.h:261:27: note: declared here WBXML_DECLARE(WBXMLError) wbxml_conv_xml2wbxml_withlen(WB_UTINY *xml, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ WBXML.xs:27:2: warning: 'params' is deprecated [-Wdeprecated-declarations] ret = wbxml_conv_xml2wbxml(in_xml, &outwbxml, &outwbxml_len, ¶ms); ^~~ WBXML.xs:21:27: note: declared here WBXMLConvXML2WBXMLParams params; ^~~~~~ WBXML.xs: In function 'XS_XML__WBXML_wbxml_to_xml': WBXML.xs:45:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.gen_type = WBXML_ENCODER_XML_GEN_COMPACT; ^~~~~~ WBXML.xs:43:27: note: declared here WBXMLConvWBXML2XMLParams params; ^~~~~~ WBXML.xs:46:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.lang = WBXML_LANG_UNKNOWN; ^~~~~~ WBXML.xs:43:27: note: declared here WBXMLConvWBXML2XMLParams params; ^~~~~~ WBXML.xs:47:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.indent = 1; ^~~~~~ WBXML.xs:43:27: note: declared here WBXMLConvWBXML2XMLParams params; ^~~~~~ WBXML.xs:48:2: warning: 'params' is deprecated [-Wdeprecated-declarations] params.keep_ignorable_ws = TRUE; ^~~~~~ WBXML.xs:43:27: note: declared here WBXMLConvWBXML2XMLParams params; ^~~~~~ WBXML.xs:51:2: warning: 'wbxml_conv_wbxml2xml_withlen' is deprecated [-Wdeprecated-declarations] ret = wbxml_conv_wbxml2xml(in_wbxml, inwbxml_len, &outxml, ¶ms); ^~~ In file included from /usr/local/include/libwbxml-1.0/wbxml/wbxml.h:42, from WBXML.xs:7: /usr/local/include/libwbxml-1.0/wbxml/wbxml_conv.h:235:27: note: declared here WBXML_DECLARE(WBXMLError) wbxml_conv_wbxml2xml_withlen(WB_UTINY *wbxml, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ WBXML.xs:51:2: warning: 'params' is deprecated [-Wdeprecated-declarations] ret = wbxml_conv_wbxml2xml(in_wbxml, inwbxml_len, &outxml, ¶ms); ^~~ WBXML.xs:43:27: note: declared here WBXMLConvWBXML2XMLParams params; ^~~~~~ --- blib/arch/auto/XML/WBXML/WBXML.so --- rm -f blib/arch/auto/XML/WBXML/WBXML.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 WBXML.o -o blib/arch/auto/XML/WBXML/WBXML.so -L/usr/local/lib -lwbxml2 chmod 755 blib/arch/auto/XML/WBXML/WBXML.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-XML-WBXML-0.09_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-XML-WBXML-0.09_2 ===> p5-XML-WBXML-0.09_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' -- WBXML.bs blib/arch/auto/XML/WBXML/WBXML.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/converters/p5-XML-WBXML/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/XML/WBXML/WBXML.so Installing /construction/converters/p5-XML-WBXML/stage/usr/local/lib/perl5/site_perl/mach/5.30/XML/WBXML.pm Installing /construction/converters/p5-XML-WBXML/stage/usr/local/lib/perl5/site_perl/man/man3/XML::WBXML.3 /usr/bin/strip /construction/converters/p5-XML-WBXML/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/XML/WBXML/WBXML.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/XML/WBXML/WBXML.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-XML-WBXML-0.09_2 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:20