D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Boost-Geometry-Utils-0.150.0-17.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gqeBKL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Boost-Geometry-Utils-0.15 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Boost-Geometry-Utils-0.15.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Boost-Geometry-Utils-0.15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/Boost-Geometry-Utils-0.15-only-extend-the-array-if-needed.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.R9ih2H + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Boost-Geometry-Utils-0.15 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Build.PL installdirs=vendor Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Boost-Geometry-Utils' version '0.15' + ./Build Building Boost-Geometry-Utils Processing XS typemap files... Generating main XS file... g++ -I/usr/lib64/perl5/CORE -DVERSION="0.15" -DXS_VERSION="0.15" -fPIC -xc++ -DHAS_BOOL -Isrc -Ibuildtmp -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 -o buildtmp/Utils.o buildtmp/Utils.c In file included from src/boost/smart_ptr/shared_ptr.hpp:32, from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/detail/shared_count.hpp:323:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 323 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/shared_ptr.hpp:247:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 247 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/shared_ptr.hpp:446:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 446 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/shared_ptr.hpp:459:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 459 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/shared_ptr.hpp:525:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 525 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/shared_ptr.hpp:534:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 534 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/shared_ptr.hpp:17, from src/boost/format/alt_sstream.hpp:21, from src/boost/format/internals.hpp:23, from src/boost/format.hpp:38, from src/boost/math/policies/error_handling.hpp:31, from src/boost/math/special_functions/trunc.hpp:14, from src/boost/math/constants/calculate_constants.hpp:11, from src/boost/math/constants/constants.hpp:288, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': src/boost/smart_ptr/shared_ptr.hpp:536:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 536 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/boost/bind/mem_fn.hpp:25, from src/boost/mem_fn.hpp:22, from src/boost/function/detail/prologue.hpp:18, from src/boost/function.hpp:24, from src/boost/algorithm/string/detail/find_iterator.hpp:18, from src/boost/algorithm/string/find_iterator.hpp:24, from src/boost/algorithm/string/iter_find.hpp:27, from src/boost/algorithm/string/split.hpp:16, from src/boost/algorithm/string.hpp:23, from src/boost/geometry/io/wkt/read.hpp:22, from src/boost/geometry/multi/io/wkt/read.hpp:23, from src/boost/geometry/multi/io/wkt/wkt.hpp:17, from src/boost/geometry/multi/multi.hpp:75, from src/boost/geometry/geometry.hpp:75, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: src/boost/get_pointer.hpp: At global scope: src/boost/get_pointer.hpp:27:40: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 27 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/boost/math/tools/precision.hpp:22, from src/boost/math/constants/constants.hpp:12, from src/boost/geometry/util/math.hpp:20, from src/boost/geometry/core/radian_access.hpp:28, from src/boost/geometry/geometry.hpp:28, from src/boost/geometry.hpp:17, from src/myinit.h:11, from buildtmp/Utils.c:183: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Boost/Geometry/Utils/Utils.bs') aarch64-mageia-linux-gnu-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 -lperl -o blib/arch/auto/Boost/Geometry/Utils/Utils.so buildtmp/Utils.o -lstdc++ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vLfZkr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 + cd Boost-Geometry-Utils-0.15 + '[' 1 -eq 1 ']' + ./Build install destdir=/home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 Building Boost-Geometry-Utils Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Boost/Geometry/Utils/Utils.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Boost/Geometry/Utils/Utils.bs Installing /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/Boost/Geometry/Utils.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/man/man3/Boost::Geometry::Utils.3pm + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.150.0-17.mga9 --unique-debug-suffix -0.150.0-17.mga9.aarch64 --unique-debug-src-base perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Boost-Geometry-Utils-0.15 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Boost/Geometry/Utils/Utils.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Boost/Geometry/Utils/Utils.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Boost/Geometry/Utils/Utils.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/lib64/perl5/vendor_perl/auto/Boost/Geometry/Utils/Utils.so'; reason: Permission denied original debug info size: 6536kB, size after compression: 6256kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 5125 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SJJCtD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Boost-Geometry-Utils-0.15 + '[' 1 -eq 1 ']' + ./Build test t/00-compile.t ............. ok t/01_basic.t ............... ok t/02_old_api.t ............. ok t/03_polygon.t ............. ok t/04_medial_axis_basic.t ... ok t/05_medial_axis_visual.t .. skipped: author tests t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing All tests successful. Files=8, Tests=58, 2 wallclock secs ( 0.08 usr 0.01 sys + 1.40 cusr 0.18 csys = 1.67 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XKZBpY + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Boost-Geometry-Utils-0.15 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64/usr/share/doc/perl-Boost-Geometry-Utils + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Boost::Geometry::Utils) = 0.150.0 perl-Boost-Geometry-Utils = 0.150.0-17.mga9 perl-Boost-Geometry-Utils(aarch-64) = 0.150.0-17.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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) perl(Exporter) perl(XSLoader) perl(strict) perl(warnings) perl-base >= 2:5.32.1 Processing files: perl-Boost-Geometry-Utils-debugsource-0.150.0-17.mga9.aarch64 Provides: perl-Boost-Geometry-Utils-debugsource = 0.150.0-17.mga9 perl-Boost-Geometry-Utils-debugsource(aarch-64) = 0.150.0-17.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Boost-Geometry-Utils-debuginfo-0.150.0-17.mga9.aarch64 Provides: debuginfo(build-id) = 40ef8e6a06eedfdb28c39768c28cb5ec5f910d02 perl-Boost-Geometry-Utils-debuginfo = 0.150.0-17.mga9 perl-Boost-Geometry-Utils-debuginfo(aarch-64) = 0.150.0-17.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Boost-Geometry-Utils-debugsource(aarch-64) = 0.150.0-17.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Boost-Geometry-Utils-debugsource-0.150.0-17.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Boost-Geometry-Utils-debuginfo-0.150.0-17.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qnCNeR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Boost-Geometry-Utils-0.15 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Boost-Geometry-Utils-0.150.0-17.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.laYkD2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Boost-Geometry-Utils-0.15 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!