D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/perl-Crypt-Rijndael-1.160.0-6.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.loUTcP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RgnPTH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + rm -rf Crypt-Rijndael-1.16 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Crypt-Rijndael-1.16.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Crypt-Rijndael-1.16 + /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.f9HCFM + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + cd Crypt-Rijndael-1.16 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-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' Running Mkbootstrap for Rijndael () chmod 644 "Rijndael.bs" "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 cp Rijndael.pm blib/lib/Crypt/Rijndael.pm "/usr/bin/perl5.40.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/Crypt-Rijndael-1.16/typemap' Rijndael.xs > Rijndael.xsc mv Rijndael.xsc Rijndael.c gcc -c -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.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib64/perl5/CORE" _rijndael.c gcc -c -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.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib64/perl5/CORE" Rijndael.c In file included from Rijndael.xs:28: ppport.h:4471:11: warning: "WIDEST_UTYPE" redefined 4471 | # define WIDEST_UTYPE U64TYPE | ^~~~~~~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3329, from Rijndael.xs:25: /usr/lib64/perl5/CORE/handy.h:1422:9: note: this is the location of the previous definition 1422 | #define WIDEST_UTYPE PERL_UINTMAX_T | ^~~~~~~~~~~~ ppport.h:6145:11: warning: "MUTABLE_PTR" redefined 6145 | # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) | ^~~~~~~~~~~ /usr/lib64/perl5/CORE/handy.h:99:11: note: this is the location of the previous definition 99 | # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) | ^~~~~~~~~~~ Rijndael.c: In function 'XS_Crypt__Rijndael_set_iv': Rijndael.c:275:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 275 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} Rijndael.c: In function 'XS_Crypt__Rijndael_encrypt': Rijndael.c:322:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 322 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.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 _rijndael.o Rijndael.o -o blib/arch/auto/Crypt/Rijndael/Rijndael.so \ -lperl \ chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jRuw7t + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT + cd Crypt-Rijndael-1.16 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.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-Crypt-Rijndael-1.160.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/Rijndael/Rijndael.so Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Crypt/Rijndael.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT/usr/share/man/man3/Crypt::Rijndael.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.160.0-6.mga10 --unique-debug-suffix -1.160.0-6.mga10.x86_64 --unique-debug-src-base perl-Crypt-Rijndael-1.160.0-6.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/Crypt-Rijndael-1.16 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-Crypt-Rijndael-1.160.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Crypt/Rijndael/Rijndael.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.jRuw7t (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.jRuw7t (%install) I: [iurt_root_command] ERROR: chroot