The following packages will be installed: perl-Digest-GOST Fetching README... 0%100%100%100%100%100%Done Fetching perl-Digest-GOST.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Digest-GOST.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Digest-GOST-0.06/ Digest-GOST-0.06/Changes Digest-GOST-0.06/ex/ Digest-GOST-0.06/GOST.xs Digest-GOST-0.06/lib/ Digest-GOST-0.06/Makefile.PL Digest-GOST-0.06/MANIFEST Digest-GOST-0.06/META.json Digest-GOST-0.06/META.yml Digest-GOST-0.06/ppport.h Digest-GOST-0.06/README Digest-GOST-0.06/src/ Digest-GOST-0.06/t/ Digest-GOST-0.06/typemap Digest-GOST-0.06/xt/ Digest-GOST-0.06/xt/kwalitee.t Digest-GOST-0.06/xt/leaktrace.t Digest-GOST-0.06/xt/perlcritic.t Digest-GOST-0.06/xt/perlcriticrc Digest-GOST-0.06/xt/pod.t Digest-GOST-0.06/xt/pod_coverage.t Digest-GOST-0.06/xt/portability_filenames.t Digest-GOST-0.06/xt/valgrind.t Digest-GOST-0.06/xt/vars.t Digest-GOST-0.06/t/00_load.t Digest-GOST-0.06/t/01_new.t Digest-GOST-0.06/t/gost_cryptopro.t Digest-GOST-0.06/t/gost_test.t Digest-GOST-0.06/src/byte_order.c Digest-GOST-0.06/src/byte_order.h Digest-GOST-0.06/src/gost.c Digest-GOST-0.06/src/gost.h Digest-GOST-0.06/src/win32/ Digest-GOST-0.06/src/win32/platform-dependent.h Digest-GOST-0.06/src/win32/stdint.h Digest-GOST-0.06/src/win32/unistd.h Digest-GOST-0.06/lib/Digest/ Digest-GOST-0.06/lib/Digest/GOST/ Digest-GOST-0.06/lib/Digest/GOST.pm Digest-GOST-0.06/lib/Digest/GOST/CryptoPro.pm Digest-GOST-0.06/ex/benchmark.pl Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Digest::GOST Writing MYMETA.yml and MYMETA.json cp lib/Digest/GOST.pm blib/lib/Digest/GOST.pm cp lib/Digest/GOST/CryptoPro.pm blib/lib/Digest/GOST/CryptoPro.pm Running Mkbootstrap for GOST () chmod 644 "GOST.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/slapt-src/perl/perl-Digest-GOST/Digest-GOST-0.06/typemap' GOST.xs > GOST.xsc mv GOST.xsc GOST.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/usr/lib/perl5/CORE" GOST.c In file included from src/gost.c:16, from GOST.xs:8: src/byte_order.h:160: warning: "ROTL32" redefined 160 | #define ROTL32(dword, n) ((dword) << (n) ^ ((dword) >> (32 - (n)))) | In file included from /usr/lib/perl5/CORE/hv_func.h:11, from /usr/lib/perl5/CORE/hv.h:659, from /usr/lib/perl5/CORE/perl.h:4085, from GOST.xs:4: /usr/lib/perl5/CORE/hv_macro.h:67: note: this is the location of the previous definition 67 | #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 161 | #define ROTR32(dword, n) ((dword) >> (n) ^ ((dword) << (32 - (n)))) | In file included from /usr/lib/perl5/CORE/hv_func.h:11, from /usr/lib/perl5/CORE/hv.h:659, from /usr/lib/perl5/CORE/perl.h:4085, from GOST.xs:4: /usr/lib/perl5/CORE/hv_macro.h:68: note: this is the location of the previous definition 68 | #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 162 | #define ROTL64(qword, n) ((qword) << (n) ^ ((qword) >> (64 - (n)))) | In file included from /usr/lib/perl5/CORE/hv_func.h:11, from /usr/lib/perl5/CORE/hv.h:659, from /usr/lib/perl5/CORE/perl.h:4085, from GOST.xs:4: /usr/lib/perl5/CORE/hv_macro.h:69: note: this is the location of the previous definition 69 | #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 163 | #define ROTR64(qword, n) ((qword) >> (n) ^ ((qword) << (64 - (n)))) | In file included from /usr/lib/perl5/CORE/hv_func.h:11, from /usr/lib/perl5/CORE/hv.h:659, from /usr/lib/perl5/CORE/perl.h:4085, from GOST.xs:4: /usr/lib/perl5/CORE/hv_macro.h:70: note: this is the location of the previous definition 70 | #define ROTR64(x,r) ( ( (U64)(x) << ( 64 - (r) ) ) | ( (U64)(x) >> (r) ) ) | rm -f blib/arch/auto/Digest/GOST/GOST.so cc -shared -O2 -march=i586 -mtune=i686 -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 Manifying 2 pod documents "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- GOST.bs blib/arch/auto/Digest/GOST/GOST.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Digest::GOST 0.06 t/00_load.t ......... ok t/01_new.t .......... ok t/gost_cryptopro.t .. ok t/gost_test.t ....... ok All tests successful. Files=4, Tests=78, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.18 cusr 0.01 csys = 0.21 CPU) Result: PASS "/usr/bin/perl5.34.0" -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 /usr/src/slapt-src/perl/perl-Digest-GOST/package-perl-Digest-GOST/usr/lib/perl5/vendor_perl/auto/Digest/GOST/GOST.so Installing /usr/src/slapt-src/perl/perl-Digest-GOST/package-perl-Digest-GOST/usr/lib/perl5/vendor_perl/Digest/GOST.pm Installing /usr/src/slapt-src/perl/perl-Digest-GOST/package-perl-Digest-GOST/usr/lib/perl5/vendor_perl/Digest/GOST/CryptoPro.pm Installing /usr/src/slapt-src/perl/perl-Digest-GOST/package-perl-Digest-GOST/usr/man/man3/Digest::GOST.3 Installing /usr/src/slapt-src/perl/perl-Digest-GOST/package-perl-Digest-GOST/usr/man/man3/Digest::GOST::CryptoPro.3 Appending installation info to /usr/src/slapt-src/perl/perl-Digest-GOST/package-perl-Digest-GOST/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-Digest-GOST/perl-Digest-GOST-0.06-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Digest-GOST-0.06/ usr/doc/perl-Digest-GOST-0.06/Changes usr/doc/perl-Digest-GOST-0.06/README usr/doc/perl-Digest-GOST-0.06/perl-Digest-GOST.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Digest/ usr/lib/perl5/vendor_perl/Digest/GOST/ usr/lib/perl5/vendor_perl/Digest/GOST.pm usr/lib/perl5/vendor_perl/Digest/GOST/CryptoPro.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Digest/ usr/lib/perl5/vendor_perl/auto/Digest/GOST/ usr/lib/perl5/vendor_perl/auto/Digest/GOST/GOST.so usr/man/ usr/man/man3/ usr/man/man3/Digest::GOST.3.gz usr/man/man3/Digest::GOST::CryptoPro.3.gz Slackware package /usr/src/slapt-src/perl/perl-Digest-GOST/perl-Digest-GOST-0.06-i586-1salix15.0.txz created. Installing package perl-Digest-GOST-0.06-i586-1salix15.0... | perl-Digest-GOST (perl module Digest::GOST) | | This perl module provides an interface to the GOST R 34.11-94 | message digest algorithm. | | | Homepage: https://metacpan.org/pod/Digest::GOST | | | | | |