D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Crypt-SSLeay-0.720.0-18.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LLy0ij + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-SSLeay-0.72 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Crypt-SSLeay-0.72.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-SSLeay-0.72 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (0001-Do-not-use-SSLv2_client_method-with-OpenSSL-1.1.0.patch):' Patch #0 (0001-Do-not-use-SSLv2_client_method-with-OpenSSL-1.1.0.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file SSLeay.xs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cyEwBm + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-SSLeay-0.72 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PERL_USE_UNSAFE_INC=1 + PERL_USE_UNSAFE_INC=1 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor *** THIS IS NOT AN ERROR, JUST A MESSAGE FOR YOUR INFORMATION *** Do you really need Crypt::SSLeay? Starting with version 6.02 of LWP, https support was unbundled into LWP::Protocol::https. This module specifies as one of its prerequisites IO::Socket::SSL which is automatically used by LWP::UserAgent unless this preference is overridden separately. IO::Socket::SSL is a more complete implementation, and, crucially, it allows hostname verification. Crypt::SSLeay does not support this. At this point, Crypt::SSLeay is maintained to support existing software that already depends on it. However, it is possible that your software does not really depend on Crypt::SSLeay, only on the ability of LWP::UserAgent class to communicate with sites over SSL/TLS. If are using version LWP 6.02 or later, and therefore have installed LWP::Protocol::https and its dependencies, and do not explicitly use Net::SSL before loading LWP::UserAgent, or override the default socket class, you are probably using IO::Socket::SSL and do not really need Crypt::SSLeay. Before installing Crypt::SSLeay, you may want to try specifying a dependency on LWP::Protocol::https. ================================================================================ Output from '/home/iurt/rpmbuild/BUILD/Crypt-SSLeay-0.72/openssl-version': OpenSSL 1.1.1k 25 Mar 2021 101010bf ================================================================================ Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lssl32 Warning (mostly harmless): No library found for -lssleay32 Warning (mostly harmless): No library found for -leay32 Warning (mostly harmless): No library found for -llibeay32 Generating a Unix-style Makefile Writing Makefile for Crypt::SSLeay Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/bin/perl5.32.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 cp lib/Net/SSL.pm blib/lib/Net/SSL.pm cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm cp lib/Crypt/SSLeay/Version.pm blib/lib/Crypt/SSLeay/Version.pm cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm cp SSLeay.pm blib/lib/Crypt/SSLeay.pm cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm "/usr/bin/perl5.32.1" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Crypt-SSLeay-0.72/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib64/perl5/CORE" SSLeay.c SSLeay.xs: In function 'XS_Crypt__SSLeay__CTX_new': SSLeay.xs:152:13: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] 152 | ctx = SSL_CTX_new(SSLv3_client_method()); | ^~~ In file included from /usr/include/multiarch-dispatch.h:112, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/ssl.h:15, from SSLeay.xs:35: /usr/include/openssl/ssl.h:1869:1: note: declared here 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs:160:13: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] 160 | ctx = SSL_CTX_new(SSLv3_client_method()); | ^~~ In file included from /usr/include/multiarch-dispatch.h:112, from /usr/include/openssl/opensslconf.h:2, from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/ssl.h:15, from SSLeay.xs:35: /usr/include/openssl/ssl.h:1869:1: note: declared here 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong SSLeay.o -o blib/arch/auto/Crypt/SSLeay/SSLeay.so \ -lssl -lcrypto -lz -lperl \ chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so Manifying 3 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jN7IBn + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 + cd Crypt-SSLeay-0.72 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Net/SSL.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Err.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/MainContext.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/CTX.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Version.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Conn.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/X509.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/man/man3/Net::SSL.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/man/man3/Crypt::SSLeay::Version.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/man/man3/Crypt::SSLeay.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.720.0-18.mga9 --unique-debug-suffix -0.720.0-18.mga9.aarch64 --unique-debug-src-base perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Crypt-SSLeay-0.72 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so'; reason: Permission denied dwz: ./usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so-0.720.0-18.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 112kB, size after compression: 112kB /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 105 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib64/perl5/vendor_perl/Net/SSL.pm is executable but has no shebang, removing executable bit Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.m5CY23 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-SSLeay-0.72 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 test "/usr/bin/perl5.32.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl5.32.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-basic.t ..... ok t/01-connect.t ... ok # Reading configuration from 'test.config' on linux # network_tests : 0 t/02-live.t ...... skipped: Network tests disabled t/03-version.t ... ok t/boilerplate.t .. ok t/manifest.t ..... skipped: Author tests not required for installation All tests successful. Files=6, Tests=43, 1 wallclock secs ( 0.07 usr 0.00 sys + 0.92 cusr 0.10 csys = 1.09 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TyVZsv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-SSLeay-0.72 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + cp -pr eg /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64/usr/share/doc/perl-Crypt-SSLeay + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Crypt::SSLeay) = 0.720.0 perl(Crypt::SSLeay::CTX) perl(Crypt::SSLeay::Conn) perl(Crypt::SSLeay::Err) perl(Crypt::SSLeay::MainContext) perl(Crypt::SSLeay::Version) perl(Crypt::SSLeay::X509) perl(Net::SSL) = 2.860.0 perl-Crypt-SSLeay = 0.720.0-18.mga9 perl-Crypt-SSLeay(aarch-64) = 0.720.0-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) perl(Carp) perl(Crypt::SSLeay) perl(Crypt::SSLeay::CTX) perl(Crypt::SSLeay::X509) perl(Exporter) perl(IO::Socket) perl(LWP::Protocol::https) >= 6.20.0 perl(MIME::Base64) perl(Socket) perl(strict) perl(vars) perl-base >= 2:5.32.1 Processing files: perl-Crypt-SSLeay-debugsource-0.720.0-18.mga9.aarch64 Provides: perl-Crypt-SSLeay-debugsource = 0.720.0-18.mga9 perl-Crypt-SSLeay-debugsource(aarch-64) = 0.720.0-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Crypt-SSLeay-debuginfo-0.720.0-18.mga9.aarch64 Provides: debuginfo(build-id) = 1d75fa8b08be30d2be70a598717629913bf66052 perl-Crypt-SSLeay-debuginfo = 0.720.0-18.mga9 perl-Crypt-SSLeay-debuginfo(aarch-64) = 0.720.0-18.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Crypt-SSLeay-debugsource(aarch-64) = 0.720.0-18.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-SSLeay-debugsource-0.720.0-18.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-SSLeay-debuginfo-0.720.0-18.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GNwcga + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Crypt-SSLeay-0.72 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fELcPO + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Crypt-SSLeay-0.72 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!