D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/perl-URPM-5.225-4.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MPYRzS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + test -d /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kFrJ6K + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + rm -rf URPM-v5.225 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/URPM-v5.225.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd URPM-v5.225 + /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.x3tXO8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + cd URPM-v5.225 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + perl Makefile.PL INSTALLDIRS=vendor Found RPM version 4.20.0 (compiling with flags: -Wall -Wextra -fno-strict-aliasing -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 -D_FILE_OFFSET_BITS=64 -DRPM_VERSON=4.20.0 ) Checking if your kit is complete... Warning: the following files are missing in your kit: ChangeLog Please inform the author. Generating a Unix-style Makefile Writing Makefile for URPM Writing MYMETA.yml and MYMETA.json + /usr/bin/make 'OPTIMIZE=-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' cp URPM.pm blib/lib/URPM.pm cp URPM/Resolve.pm blib/lib/URPM/Resolve.pm cp URPM/Build.pm blib/lib/URPM/Build.pm cp URPM/Signature.pm blib/lib/URPM/Signature.pm Running Mkbootstrap for URPM () chmod 644 "URPM.bs" "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- URPM.bs blib/arch/auto/URPM/URPM.bs 644 "/usr/bin/perl5.40.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/URPM-v5.225/typemap' URPM.xs > URPM.xsc Please specify prototyping behavior for URPM.xs (see perlxs manual) mv URPM.xsc URPM.c gcc -c -Wall -Wextra -fno-strict-aliasing -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 -D_FILE_OFFSET_BITS=64 -DRPM_VERSON=4.20.0 -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 -DVERSION=\"v5.225\" -DXS_VERSION=\"v5.225\" -fPIC "-I/usr/lib64/perl5/CORE" URPM.c URPM.xs: In function 'XS_URPM__Package_build_info': URPM.xs:2269:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'UV' {aka 'long unsigned int'} [-Wformat=] 2269 | fprintf(stderr, "buffer overflow: %d < %d for provides\n", size, sizeof(buff)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | UV {aka long unsigned int} URPM.xs:2269:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 2269 | fprintf(stderr, "buffer overflow: %d < %d for provides\n", size, sizeof(buff)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ | | | long unsigned int URPM.xs: In function 'XS_URPM__Transaction_check': URPM.xs:2775:7: warning: variable 'translate_message' set but not used [-Wunused-but-set-variable] 2775 | int translate_message = 0; | ^~~~~~~~~~~~~~~~~ URPM.xs: In function 'XS_URPM__Package_EVR': URPM.xs:1673:10: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1673 | asprintf(&res, "%d:%s", epoch, version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/URPM/URPM.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 URPM.o -o blib/arch/auto/URPM/URPM.so \ -lrpm -lrpmio -lpopt -lrpmbuild -lperl \ chmod 755 blib/arch/auto/URPM/URPM.so Manifying 3 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ttJVj0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT + cd URPM-v5.225 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- URPM.bs blib/arch/auto/URPM/URPM.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/URPM/URPM.so Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/vendor_perl/URPM.pm Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/vendor_perl/URPM/Build.pm Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/vendor_perl/URPM/Resolve.pm Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/vendor_perl/URPM/Signature.pm Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/share/man/man3/URPM.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/share/man/man3/URPM::Signature.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/share/man/man3/URPM::Resolve.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 5.225-4.mga10 --unique-debug-suffix -5.225-4.mga10.x86_64 --unique-debug-src-base perl-URPM-5.225-4.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/URPM-v5.225 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-URPM-5.225-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/URPM/URPM.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.ttJVj0 (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.ttJVj0 (%install) I: [iurt_root_command] ERROR: chroot