------------------------------------------------------------------------------- -- 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:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Digest-GOST-0.06 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Digest-GOST-0.06 for building => SHA256 Checksum OK for Digest-GOST-0.06.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Digest-GOST-0.06 for building ===> Extracting for p5-Digest-GOST-0.06 => SHA256 Checksum OK for Digest-GOST-0.06.tar.gz. Extracted Memory Use: 0.25M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Digest-GOST-0.06 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-Digest-GOST-0.06 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Digest::GOST Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Digest-GOST-0.06 --- blib/lib/Digest/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/Digest/GOST/.exists --- --- blib/arch/auto/Digest/GOST/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- GOST.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-Digest-GOST/Digest-GOST-0.06/typemap' GOST.xs > GOST.xsc --- GOST.bs --- Running Mkbootstrap for GOST () --- pm_to_blib --- --- GOST.bs --- chmod 644 "GOST.bs" --- blib/arch/auto/Digest/GOST/GOST.bs --- "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.bs 644 --- pm_to_blib --- cp lib/Digest/GOST/CryptoPro.pm blib/lib/Digest/GOST/CryptoPro.pm cp lib/Digest/GOST.pm blib/lib/Digest/GOST.pm --- blibdirs --- --- config --- --- GOST.c --- mv GOST.xsc GOST.c --- GOST.o --- cc -c -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.30/mach/CORE" GOST.c In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:160: warning: "ROTL32" redefined #define ROTL32(dword, n) ((dword) << (n) ^ ((dword) >> (32 - (n)))) In file included from /usr/local/lib/perl5/5.30/mach/CORE/hv_func.h:55, from /usr/local/lib/perl5/5.30/mach/CORE/hv.h:653, from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:3688, from GOST.xs:4: /usr/local/lib/perl5/5.30/mach/CORE/stadtx_hash.h:107: note: this is the location of the previous definition #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:161: warning: "ROTR32" redefined #define ROTR32(dword, n) ((dword) >> (n) ^ ((dword) << (32 - (n)))) In file included from /usr/local/lib/perl5/5.30/mach/CORE/hv_func.h:55, from /usr/local/lib/perl5/5.30/mach/CORE/hv.h:653, from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:3688, from GOST.xs:4: /usr/local/lib/perl5/5.30/mach/CORE/stadtx_hash.h:108: note: this is the location of the previous definition #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:162: warning: "ROTL64" redefined #define ROTL64(qword, n) ((qword) << (n) ^ ((qword) >> (64 - (n)))) In file included from /usr/local/lib/perl5/5.30/mach/CORE/hv_func.h:55, from /usr/local/lib/perl5/5.30/mach/CORE/hv.h:653, from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:3688, from GOST.xs:4: /usr/local/lib/perl5/5.30/mach/CORE/stadtx_hash.h:109: note: this is the location of the previous definition #define ROTL64(x,r) ( ( (U64)(x) << (r) ) | ( (U64)(x) >> ( 64 - (r) ) ) ) In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:163: warning: "ROTR64" redefined #define ROTR64(qword, n) ((qword) >> (n) ^ ((qword) << (64 - (n)))) In file included from /usr/local/lib/perl5/5.30/mach/CORE/hv_func.h:55, from /usr/local/lib/perl5/5.30/mach/CORE/hv.h:653, from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:3688, from GOST.xs:4: /usr/local/lib/perl5/5.30/mach/CORE/stadtx_hash.h:110: note: this is the location of the previous definition #define ROTR64(x,r) ( ( (U64)(x) << ( 64 - (r) ) ) | ( (U64)(x) >> (r) ) ) --- blib/arch/auto/Digest/GOST/GOST.so --- rm -f blib/arch/auto/Digest/GOST/GOST.so cc -shared -L/usr/local/lib/perl5/5.30/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong GOST.o -o blib/arch/auto/Digest/GOST/GOST.so chmod 755 blib/arch/auto/Digest/GOST/GOST.so --- dynamic --- --- linkext --- --- pure_all --- --- manifypods --- Manifying 2 pod documents --- all --- SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Digest-GOST-0.06 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Digest-GOST-0.06 ===> p5-Digest-GOST-0.06 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/security/p5-Digest-GOST/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Digest/GOST/GOST.so Installing /construction/security/p5-Digest-GOST/stage/usr/local/lib/perl5/site_perl/mach/5.30/Digest/GOST.pm Installing /construction/security/p5-Digest-GOST/stage/usr/local/lib/perl5/site_perl/mach/5.30/Digest/GOST/CryptoPro.pm Installing /construction/security/p5-Digest-GOST/stage/usr/local/lib/perl5/site_perl/man/man3/Digest::GOST::CryptoPro.3 Installing /construction/security/p5-Digest-GOST/stage/usr/local/lib/perl5/site_perl/man/man3/Digest::GOST.3 /usr/bin/strip /construction/security/p5-Digest-GOST/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Digest/GOST/GOST.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-Digest-GOST-0.06 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:11