------------------------------------------------------------------------------- -- 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. SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-JSON-2.97.001 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-JSON-2.97.001 for building => SHA256 Checksum OK for JSON-2.97001.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-JSON-2.97.001 for building ===> Extracting for p5-JSON-2.97.001 => SHA256 Checksum OK for JSON-2.97001.tar.gz. Extracted Memory Use: 0.48M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-JSON-2.97.001 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-JSON-2.97.001 Welcome to JSON (v.2.97001) ============================= ** BACKWARD INCOMPATIBILITY ** Since version 2.90, stringification (and string comparison) for JSON::true and JSON::false has not been overloaded. It shouldn't matter as long as you treat them as boolean values, but a code that expects they are stringified as "true" or "false" doesn't work as you have expected any more. if (JSON::true eq 'true') { # now fails print "The result is 1 now."; # => The result is 1 now. And now these boolean values don't inherit JSON::Boolean, either. When you need to test a value is a JSON boolean value or not, use JSON::is_bool function, instead of testing the value inherits a particular boolean class or not. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-JSON-2.97.001 --- blib/lib/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/JSON/.exists --- --- blib/arch/auto/JSON/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- pm_to_blib --- --- blibdirs --- --- config --- --- dynamic --- --- linkext --- --- pm_to_blib --- cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm --- pure_all --- --- manifypods --- Manifying 5 pod documents --- all --- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-JSON-2.97.001 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-JSON-2.97.001 ===> p5-JSON-2.97.001 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list Manifying 5 pod documents Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/JSON.pm Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/JSON/backportPP.pm Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/JSON/backportPP/Boolean.pm Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/JSON/backportPP/Compat5005.pm Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/JSON/backportPP/Compat5006.pm Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/man/man3/JSON::backportPP.3 Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/man/man3/JSON::backportPP::Compat5005.3 Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/man/man3/JSON.3 Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/man/man3/JSON::backportPP::Compat5006.3 Installing /construction/converters/p5-JSON/stage/usr/local/lib/perl5/site_perl/man/man3/JSON::backportPP::Boolean.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-JSON-2.97.001 file sizes/checksums [11]: 0% file sizes/checksums [11]: 100% packing files [11]: 0% packing files [11]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08