D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/perl-Socket-Packet-0.110.0-6.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UOezTo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zDXpdt + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + rm -rf Socket-Packet-0.11 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Socket-Packet-0.11.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Socket-Packet-0.11 + /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.vSStq7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + cd Socket-Packet-0.11 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + perl Build.PL --installdirs=vendor Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Socket-Packet' version '0.11' + ./Build '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' Building Socket-Packet gcc -I/usr/lib64/perl5/CORE '-DVERSION="0.11"' '-DXS_VERSION="0.11"' -fPIC -DHAVE_ORIGDEV -DHAVE_TPACKET -DHAVE_TPACKET2 -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 -o lib/Socket/Packet.o lib/Socket/Packet.c lib/Socket/Packet.xs: In function 'XS_Socket__Packet_pack_sockaddr_ll': lib/Socket/Packet.xs:173:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 173 | croak("addr too long; should be no more than %d bytes, found %d", sll_maxaddr, addrlen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ | | | STRLEN {aka long unsigned int} lib/Socket/Packet.xs: In function 'XS_Socket__Packet_unpack_sockaddr_ll': lib/Socket/Packet.xs:201:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 201 | croak("Socket address too small; found %d bytes, expected at least %d", sa_len, sll_min); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | STRLEN {aka long unsigned int} lib/Socket/Packet.xs:203:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 203 | croak("Socket address too big; found %d bytes, expected at most %d", sa_len, sll_max); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | STRLEN {aka long unsigned int} lib/Socket/Packet.xs: In function 'XS_Socket__Packet_pack_packet_mreq': lib/Socket/Packet.xs:238:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 238 | croak("addr too long; should be no more than %d bytes, found %d", sizeof(mreq.mr_address), addr_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int lib/Socket/Packet.xs:238:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 238 | croak("addr too long; should be no more than %d bytes, found %d", sizeof(mreq.mr_address), addr_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ | | | STRLEN {aka long unsigned int} lib/Socket/Packet.xs: In function 'XS_Socket__Packet_unpack_packet_mreq': lib/Socket/Packet.xs:262:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 262 | croak("packet_mreq buffer incorrect size; found %d bytes, expected %d", data_len, sizeof(mreq)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ | | | STRLEN {aka long unsigned int} lib/Socket/Packet.xs:262:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 262 | croak("packet_mreq buffer incorrect size; found %d bytes, expected %d", data_len, sizeof(mreq)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ | | | long unsigned int lib/Socket/Packet.xs: In function 'XS_Socket__Packet_unpack_tpacket_stats': lib/Socket/Packet.xs:286:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 286 | croak("tpacket_stats buffer incorrect size; found %d bytes, expected %d", stats_len, sizeof(statsbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ | | | STRLEN {aka long unsigned int} lib/Socket/Packet.xs:286:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 286 | croak("tpacket_stats buffer incorrect size; found %d bytes, expected %d", stats_len, sizeof(statsbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ | | | long unsigned int ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Socket/Packet/Packet.bs') 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 -lperl -o blib/arch/auto/Socket/Packet/Packet.so lib/Socket/Packet.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BlHT9f + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT + cd Socket-Packet-0.11 + '[' 1 -eq 1 ']' + ./Build install --destdir=/home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT Building Socket-Packet Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Socket/Packet/Packet.so Installing /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Socket/Packet/Packet.bs Installing /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Socket/Packet.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/IO/Socket/Packet.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/share/man/man3/IO::Socket::Packet.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/share/man/man3/Socket::Packet.3pm + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.110.0-6.mga10 --unique-debug-suffix -0.110.0-6.mga10.x86_64 --unique-debug-src-base perl-Socket-Packet-0.110.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-Socket-Packet-0.110.0-build/Socket-Packet-0.11 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-Socket-Packet-0.110.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Socket/Packet/Packet.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.BlHT9f (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.BlHT9f (%install) I: [iurt_root_command] ERROR: chroot