D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: %make is deprecated, use %make_build instead warning: %make is deprecated, use %make_build instead Installing /home/pterjan/rpmbuild/SRPMS/perl-TryCatch-1.3.2-25.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SNuwTP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + test -d /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MXWNjv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + rm -rf TryCatch-1.003002 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/TryCatch-1.003002.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd TryCatch-1.003002 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FJLaH7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + cd TryCatch-1.003002 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor *** Module::AutoInstall version 1.06 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (1.302199 >= 0.88) - Test::Exception ...loaded. (0.43) - B::Hooks::OP::PPAddr ...loaded. (0.06 >= 0.03) - B::Hooks::OP::Check ...loaded. (0.22 >= 0.18) - Parse::Method::Signatures ...loaded. (1.003019 >= 1.003012) - B::Hooks::EndOfScope ...loaded. (0.28 >= 0.12) - Devel::Declare ...loaded. (0.006022 >= 0.005007) - Moose ...loaded. (2.2207) - MooseX::Types ...loaded. (0.50) - Scope::Upper ...loaded. (0.34 >= 0.06) - Variable::Magic ...loaded. (0.64 >= 0.28) - Sub::Exporter ...loaded. (0.991 >= 0.979) - XSLoader ...loaded. (0.32) - namespace::clean ...loaded. (0.27 >= 0.20) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for TryCatch Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 cp lib/TryCatch.pm blib/lib/TryCatch.pm Running Mkbootstrap for TryCatch () chmod 644 "TryCatch.bs" "/usr/bin/perl5.40.0" "-Iinc" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' TryCatch.xs > TryCatch.xsc mv TryCatch.xsc TryCatch.c "/usr/bin/perl5.40.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- TryCatch.bs blib/arch/auto/TryCatch/TryCatch.bs 644 gcc -c -I/home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/TryCatch-1.003002/inc/EUDeps/B/Hooks/OP/Check/Install -I/home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/TryCatch-1.003002/inc/EUDeps/B/Hooks/OP/PPAddr/Install -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"1.003002\" -DXS_VERSION=\"1.003002\" -fPIC "-I/usr/lib64/perl5/CORE" TryCatch.c TryCatch.xs: In function 'try_return': TryCatch.xs:72:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'IV' {aka 'long int'} [-Wformat=] 72 | printf("have a $CTX of %d\n", SvIV(ctx)); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:6225, from TryCatch.xs:2: TryCatch.xs: In function 'XS_TryCatch__XS_uninstall_op_checks': /usr/lib64/perl5/CORE/embed.h:151:49: warning: ignoring return value of 'Perl_av_shift' declared with attribute 'warn_unused_result' [-Wunused-result] 151 | # define av_shift(a) Perl_av_shift(aTHX_ a) | ^~~~~~~~~~~~~~~~~~~~~~ TryCatch.xs:263:5: note: in expansion of macro 'av_shift' 263 | av_shift(av); | ^~~~~~~~ rm -f blib/arch/auto/TryCatch/TryCatch.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong TryCatch.o -o blib/arch/auto/TryCatch/TryCatch.so \ -lperl \ chmod 755 blib/arch/auto/TryCatch/TryCatch.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xUdxgd + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT + cd TryCatch-1.003002 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- TryCatch.bs blib/arch/auto/TryCatch/TryCatch.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/TryCatch/TryCatch.so Installing /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT/usr/lib64/perl5/vendor_perl/TryCatch.pm Installing /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT/usr/share/man/man3/TryCatch.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.3.2-25.mga10 --unique-debug-suffix -1.3.2-25.mga10.x86_64 --unique-debug-src-base perl-TryCatch-1.3.2-25.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/TryCatch-1.003002 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-TryCatch-1.3.2-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/TryCatch/TryCatch.so'; reason: Permission denied *** ERROR:: GDB exited with exit status 1 during index generation error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.xUdxgd (%install) RPM build warnings: %make is deprecated, use %make_build instead %make is deprecated, use %make_build instead RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.xUdxgd (%install) I: [iurt_root_command] ERROR: chroot