------------------------------------------------------------------------------- -- 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:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Crypt-Serpent-1.01_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Crypt-Serpent-1.01_1 for building => SHA256 Checksum OK for Crypt-Serpent-1.01.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Crypt-Serpent-1.01_1 for building ===> Extracting for p5-Crypt-Serpent-1.01_1 => SHA256 Checksum OK for Crypt-Serpent-1.01.tar.gz. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Crypt-Serpent-1.01_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Crypt-Serpent-1.01_1 Generating a Unix-style Makefile Writing Makefile for Crypt::Serpent Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Crypt-Serpent-1.01_1 --- blib/lib/Crypt/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Crypt/Serpent/.exists --- --- blib/arch/auto/Crypt/Serpent/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- Serpent.c --- --- Serpent.bs --- --- Serpent.c --- "/usr/local/bin/perl" "/usr/local/lib/perl5/5.30/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.30/ExtUtils/typemap' -typemap '/construction/security/p5-Crypt-Serpent/Crypt-Serpent-1.01/typemap' Serpent.xs > Serpent.xsc --- Serpent.bs --- Running Mkbootstrap for Serpent () --- pm_to_blib --- --- blibdirs --- --- config --- --- Serpent.bs --- chmod 644 "Serpent.bs" --- blib/arch/auto/Crypt/Serpent/Serpent.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Serpent.bs blib/arch/auto/Crypt/Serpent/Serpent.bs 644 --- Serpent.c --- mv Serpent.xsc Serpent.c --- Serpent.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" Serpent.c --- pm_to_blib --- cp Serpent.pm blib/lib/Crypt/Serpent.pm --- Serpent.o --- In file included from _serpent.c:38, from Serpent.xs:19: serpent.h:36: warning: "TRUE" redefined #define TRUE 1 In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:2508, from Serpent.xs:10: /usr/local/lib/perl5/5.30/mach/CORE/handy.h:44: note: this is the location of the previous definition #define TRUE (1) In file included from _serpent.c:38, from Serpent.xs:19: serpent.h:37: warning: "FALSE" redefined #define FALSE 0 In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:2508, from Serpent.xs:10: /usr/local/lib/perl5/5.30/mach/CORE/handy.h:45: note: this is the location of the previous definition #define FALSE (0) In file included from Serpent.xs:19: _serpent.c: In function 'makeKey': _serpent.c:60:6: warning: implicit declaration of function 'serpent_convert_from_string' [-Wimplicit-function-declaration] rc=serpent_convert_from_string(keyLen, keyMaterial, key->key); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ _serpent.c: In function 'blockEncrypt': _serpent.c:159:2: warning: implicit declaration of function 'serpent_encrypt' [-Wimplicit-function-declaration] serpent_encrypt(input, outBuffer, key->subkeys); ^~~~~~~~~~~~~~~ _serpent.c: In function 'blockDecrypt': _serpent.c:236:2: warning: implicit declaration of function 'serpent_decrypt' [-Wimplicit-function-declaration] serpent_decrypt(input, outBuffer, key->subkeys); ^~~~~~~~~~~~~~~ _serpent.c: At top level: _serpent.c:301:1: warning: return type defaults to 'int' [-Wimplicit-int] serpent_encrypt(unsigned long plaintext[4], ^~~~~~~~~~~~~~~ _serpent.c:419:1: warning: return type defaults to 'int' [-Wimplicit-int] serpent_decrypt(unsigned long ciphertext[4], ^~~~~~~~~~~~~~~ In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:3679, from Serpent.xs:10: Serpent.xs: In function 'XS_Crypt__Serpent_new': /usr/local/lib/perl5/5.30/mach/CORE/sv.h:1708:18: warning: passing argument 2 of 'serpent_convert_to_string' from incompatible pointer type [-Wincompatible-pointer-types] (SvPOK_nog(sv) \ ~~~~~~~~~~~~~~~~ ? SvPVX(sv) : sv_2pv_flags(sv, 0, SV_GMAGIC)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Serpent.xs:60:49: note: in expansion of macro 'SvPV_nolen' serpent_convert_to_string(keySize << 3, SvPV_nolen(key), str); ^~~~~~~~~~ In file included from Serpent.xs:19: _serpent.c:578:56: note: expected 'long unsigned int *' but argument is of type 'char *' char *serpent_convert_to_string(int len, unsigned long val[8], char *str) ~~~~~~~~~~~~~~^~~~~~ --- blib/arch/auto/Crypt/Serpent/Serpent.so --- rm -f blib/arch/auto/Crypt/Serpent/Serpent.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Serpent.o -o blib/arch/auto/Crypt/Serpent/Serpent.so chmod 755 blib/arch/auto/Crypt/Serpent/Serpent.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 1 pod document --- all --- SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Crypt-Serpent-1.01_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Crypt-Serpent-1.01_1 ===> p5-Crypt-Serpent-1.01_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Serpent.bs blib/arch/auto/Crypt/Serpent/Serpent.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/security/p5-Crypt-Serpent/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Crypt/Serpent/Serpent.so Installing /construction/security/p5-Crypt-Serpent/stage/usr/local/lib/perl5/site_perl/mach/5.30/Crypt/Serpent.pm Installing /construction/security/p5-Crypt-Serpent/stage/usr/local/lib/perl5/site_perl/man/man3/Crypt::Serpent.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.30/auto/Crypt/Serpent/Serpent.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Crypt-Serpent-1.01_1 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:13