------------------------------------------------------------------------------- -- 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:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-XML-Bare-0.53_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-XML-Bare-0.53_2 for building => SHA256 Checksum OK for XML-Bare-0.53.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-XML-Bare-0.53_2 for building ===> Extracting for p5-XML-Bare-0.53_2 => SHA256 Checksum OK for XML-Bare-0.53.tar.gz. Extracted Memory Use: 1.19M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-XML-Bare-0.53_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-XML-Bare-0.53_2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Bare Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-XML-Bare-0.53_2 --- blib/lib/XML/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/XML/Bare/.exists --- --- blib/arch/auto/XML/Bare/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Bare.c --- --- Bare.bs --- --- Bare.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -nolinenumbers -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' Bare.xs > Bare.xsc --- Bare.bs --- Running Mkbootstrap for Bare () chmod 644 "Bare.bs" --- parser.o --- --- pm_to_blib --- --- parser.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" parser.c --- blib/arch/auto/XML/Bare/Bare.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 --- blibdirs --- --- config --- --- parser.o --- parser.c: In function 'new_nodecp': parser.c:27:41: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] struct nodec *self = (struct nodec *) malloc( size ); ^~~~~~ parser.c:27:41: warning: incompatible implicit declaration of built-in function 'malloc' parser.c:27:41: note: include '' or provide a declaration of 'malloc' parser.c:13:1: +#include #endif parser.c:27:41: struct nodec *self = (struct nodec *) malloc( size ); ^~~~~~ parser.c: In function 'new_nodec': parser.c:36:41: warning: incompatible implicit declaration of built-in function 'malloc' struct nodec *self = (struct nodec *) malloc( size ); ^~~~~~ parser.c:36:41: note: include '' or provide a declaration of 'malloc' parser.c: In function 'del_nodec': parser.c:56:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( curatt ); ^~~~ parser.c:56:5: warning: incompatible implicit declaration of built-in function 'free' parser.c:56:5: note: include '' or provide a declaration of 'free' parser.c:59:3: warning: incompatible implicit declaration of built-in function 'free' free( node ); ^~~~ parser.c:59:3: note: include '' or provide a declaration of 'free' parser.c: In function 'new_attc': parser.c:64:39: warning: incompatible implicit declaration of built-in function 'malloc' struct attc *self = (struct attc *) malloc( size ); ^~~~~~ parser.c:64:39: note: include '' or provide a declaration of 'malloc' parser.c: In function 'parserc_parse': parser.c:422:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c:441:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c: In function 'parserc_parse_unsafely': parser.c:837:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ parser.c:855:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } ^ --- Bare.c --- Please specify prototyping behavior for Bare.xs (see perlxs manual) mv Bare.xsc Bare.c --- Bare.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" Bare.c --- pm_to_blib --- cp Bare.pm blib/lib/XML/Bare.pm --- makebench --- "/usr/local/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing tree.tmpl Processing exe.tmpl Processing notree.tmpl --- pure_all --- --- Bare.o --- Bare.c: In function 'cxml2obj': Bare.c:155:25: warning: comparison between pointer and integer if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); ^~ Bare.c: In function 'cxml2obj_simple': Bare.c:283:25: warning: comparison between pointer and integer if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); ^~ --- blib/arch/auto/XML/Bare/Bare.so --- rm -f blib/arch/auto/XML/Bare/Bare.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Bare.o parser.o -o blib/arch/auto/XML/Bare/Bare.so -lm chmod 755 blib/arch/auto/XML/Bare/Bare.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-XML-Bare-0.53_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-XML-Bare-0.53_2 ===> p5-XML-Bare-0.53_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' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 "/usr/local/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing tree.tmpl Processing exe.tmpl Processing notree.tmpl Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/textproc/p5-XML-Bare/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/XML/Bare/Bare.so Installing /construction/textproc/p5-XML-Bare/stage/usr/local/lib/perl5/site_perl/mach/5.30/XML/Bare.pm Installing /construction/textproc/p5-XML-Bare/stage/usr/local/lib/perl5/site_perl/man/man3/XML::Bare.3 /usr/bin/strip /construction/textproc/p5-XML-Bare/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/XML/Bare/Bare.so ====> 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-XML-Bare-0.53_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:07