------------------------------------------------------------------------------- -- 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/p5-Digest-SHA1-2.13_1.txz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Text-Prefix-XS-0.15_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Text-Prefix-XS-0.15_3 for building => SHA256 Checksum OK for Text-Prefix-XS-0.15.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Text-Prefix-XS-0.15_3 for building ===> Extracting for p5-Text-Prefix-XS-0.15_3 => SHA256 Checksum OK for Text-Prefix-XS-0.15.tar.gz. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Text-Prefix-XS-0.15_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on package: p5-Digest-SHA1>=1 - found ===> p5-Text-Prefix-XS-0.15_3 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Text-Prefix-XS-0.15_3 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on package: p5-Digest-SHA1>=1 - found ===> p5-Text-Prefix-XS-0.15_3 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Text-Prefix-XS-0.15_3 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Text-Prefix-XS-0.15_3 Checking if your kit is complete... Looks good Warning: prerequisite Test::Deep 0.108 not found. Generating a Unix-style Makefile Writing Makefile for Text::Prefix::XS Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Text-Prefix-XS-0.15_3 --- blib/lib/Text/Prefix/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Text/Prefix/XS/.exists --- --- blib/arch/auto/Text/Prefix/XS/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- XS.c --- --- XS.bs --- --- XS.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' XS.xs > XS.xsc --- XS.bs --- Running Mkbootstrap for XS () chmod 644 "XS.bs" --- pm_to_blib --- --- blib/arch/auto/Text/Prefix/XS/XS.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Text/Prefix/XS/XS.bs 644 --- blibdirs --- --- config --- --- pm_to_blib --- cp trie.pl blib/lib/Text/Prefix/trie.pl cp lib/Text/Prefix/XS.pm blib/lib/Text/Prefix/XS.pm --- XS.c --- mv XS.xsc XS.c --- XS.o --- cc -c -pipe -O2 -fno-strict-aliasing -O3 -ggdb3 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" XS.c In file included from XS.xs:5: txs_hash.h:165:1: warning: return type defaults to 'int' [-Wimplicit-int] txs_ht_dump_stats(struct TXS_HashTable *ht) ^~~~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:2508, from XS.xs:3: XS.xs: In function 'THX_prefix_search_build': /usr/local/lib/perl5/5.30/mach/CORE/handy.h:2418:25: warning: assignment to 'struct TXS_Search *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types] #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t))))) ^ XS.xs:201:5: note: in expansion of macro 'Newxz' Newxz(srch, my_len, char); ^~~~~ XS.xs: In function 'THX_prefix_search_multi': XS.xs:388:15: warning: assignment to 'AV *' {aka 'struct av *'} from incompatible pointer type 'SV *' {aka 'struct sv *'} [-Wincompatible-pointer-types] tmpav = SvRV(HeVAL(prefix_ret_ent)); ^ --- blib/arch/auto/Text/Prefix/XS/XS.so --- rm -f blib/arch/auto/Text/Prefix/XS/XS.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/Text/Prefix/XS/XS.so chmod 755 blib/arch/auto/Text/Prefix/XS/XS.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Text-Prefix-XS-0.15_3 depends on package: p5-Digest-SHA1>=1 - found ===> p5-Text-Prefix-XS-0.15_3 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Text-Prefix-XS-0.15_3 ===> p5-Text-Prefix-XS-0.15_3 depends on package: p5-Digest-SHA1>=1 - found ===> p5-Text-Prefix-XS-0.15_3 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Text/Prefix/XS/XS.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/textproc/p5-Text-Prefix-XS/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Text/Prefix/XS/XS.so Installing /construction/textproc/p5-Text-Prefix-XS/stage/usr/local/lib/perl5/site_perl/mach/5.30/Text/Prefix/XS.pm Installing /construction/textproc/p5-Text-Prefix-XS/stage/usr/local/lib/perl5/site_perl/mach/5.30/Text/Prefix/trie.pl Installing /construction/textproc/p5-Text-Prefix-XS/stage/usr/local/lib/perl5/site_perl/man/man3/Text::Prefix::XS.3 /usr/bin/strip /construction/textproc/p5-Text-Prefix-XS/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Text/Prefix/XS/XS.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-Text-Prefix-XS-0.15_3 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:00 TOTAL TIME 00:00:11