------------------------------------------------------------------------------- -- 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-Sereal-Encoder-4.011 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Sereal-Encoder-4.011 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-Encoder-4.011 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Sereal-Encoder-4.011 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-Encoder-4.011 for building => SHA256 Checksum OK for Sereal-Encoder-4.011.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Sereal-Encoder-4.011 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-Encoder-4.011 for building ===> Extracting for p5-Sereal-Encoder-4.011 ===> p5-Sereal-Encoder-4.011 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Sereal-Encoder-4.011 for building => SHA256 Checksum OK for Sereal-Encoder-4.011.tar.gz. Extracted Memory Use: 3.36M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Sereal-Encoder-4.011 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Sereal-Encoder-4.011 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Sereal-Encoder-4.011 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Sereal-Encoder-4.011 Using bundled csnappy code Using bundled miniz code Using bundled zstd code Checking if your kit is complete... Looks good Warning: prerequisite Sereal::Decoder 4.002 not found. Warning: prerequisite Test::Deep 0 not found. Warning: prerequisite Test::Differences 0 not found. Warning: prerequisite Test::LongString 0 not found. Warning: prerequisite Test::Warn 0 not found. Generating a Unix-style Makefile Writing Makefile for Sereal::Encoder Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Sereal-Encoder-4.011 cp lib/Sereal/Encoder.pm blib/lib/Sereal/Encoder.pm cp lib/Sereal/Encoder/Constants.pm blib/lib/Sereal/Encoder/Constants.pm compiling static library cc -I. -I./common -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -pipe -D__DragonFlyBSD__=1 -O2 -fno-strict-aliasing -fPIC -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -c common/debug.c common/entropy_common.c common/error_private.c common/fse_decompress.c common/pool.c common/threading.c common/xxhash.c common/zstd_common.c compress/fse_compress.c compress/hist.c compress/huf_compress.c compress/zstd_compress.c compress/zstd_compress_literals.c compress/zstd_compress_sequences.c compress/zstd_double_fast.c compress/zstd_fast.c compress/zstd_lazy.c compress/zstd_ldm.c compress/zstd_opt.c compress/zstdmt_compress.c decompress/huf_decompress.c decompress/zstd_ddict.c decompress/zstd_decompress.c decompress/zstd_decompress_block.c ar rcs libzstd.o *.o Running Mkbootstrap for Encoder () chmod 644 "Encoder.bs" "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.bs 644 "/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-Sereal-Encoder/Sereal-Encoder-4.011/typemap' Encoder.xs > Encoder.xsc mv Encoder.xsc Encoder.c cc -c -I. -pipe -D__DragonFlyBSD__=1 -O2 -fno-strict-aliasing -O3 -Werror=declaration-after-statement -DVERSION=\"4.011\" -DXS_VERSION=\"4.011\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DNDEBUG -DHAVE_BUILTIN_CTZ Encoder.c cc -c -I. -pipe -D__DragonFlyBSD__=1 -O2 -fno-strict-aliasing -O3 -Werror=declaration-after-statement -DVERSION=\"4.011\" -DXS_VERSION=\"4.011\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DNDEBUG -DHAVE_BUILTIN_CTZ srl_encoder.c cc -c -I. -pipe -D__DragonFlyBSD__=1 -O2 -fno-strict-aliasing -O3 -Werror=declaration-after-statement -DVERSION=\"4.011\" -DXS_VERSION=\"4.011\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" -DNDEBUG -DHAVE_BUILTIN_CTZ miniz.c miniz.c:3079:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") ^~~~~~~ rm -f blib/arch/auto/Sereal/Encoder/Encoder.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Encoder.o srl_encoder.o miniz.o zstd/libzstd.o -o blib/arch/auto/Sereal/Encoder/Encoder.so chmod 755 blib/arch/auto/Sereal/Encoder/Encoder.so Manifying 1 pod document SUCCEEDED 00:00:41 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Sereal-Encoder-4.011 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Sereal-Encoder-4.011 ===> p5-Sereal-Encoder-4.011 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.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-Sereal-Encoder/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Sereal/Encoder/Encoder.so Installing /construction/converters/p5-Sereal-Encoder/stage/usr/local/lib/perl5/site_perl/mach/5.30/Sereal/Encoder.pm Installing /construction/converters/p5-Sereal-Encoder/stage/usr/local/lib/perl5/site_perl/mach/5.30/Sereal/Encoder/Constants.pm Installing /construction/converters/p5-Sereal-Encoder/stage/usr/local/lib/perl5/site_perl/man/man3/Sereal::Encoder.3 /usr/bin/strip /construction/converters/p5-Sereal-Encoder/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Sereal/Encoder/Encoder.so ====> 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:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Sereal-Encoder-4.011 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:01 TOTAL TIME 00:00:52