D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/perl-Socket6-0.290.0-9.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Jo3Ym1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cISiEm + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + rm -rf Socket6-0.29 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Socket6-0.29.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Socket6-0.29 + /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.kDkExo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + cd Socket6-0.29 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor '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' checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether your Perl5 have PL_sv_undef... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... yes checking for getipnodebyname... no checking for getipnodebyname in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyaddr... no checking for getipnodebyaddr in -lsocket... no checking whether your system has IPv6 directory... (cached) no checking for inet_pton... yes checking for inet_ntop... yes checking for working inet_ntop... yes checking whether you have sa_len in struct sockaddr... no checking whether you have sin6_scope_id in struct sockaddr_in6... yes checking for socklen_t... yes configure: creating ./config.status config.status: creating config.pl config.status: creating gailookup.pl config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Socket6 Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 V=1 VERBOSE=1 Running Mkbootstrap for Socket6 () chmod 644 "Socket6.bs" "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 cp Socket6.pm blib/lib/Socket6.pm "/usr/bin/perl5.40.0" "/usr/share/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/ExtUtils/typemap' Socket6.xs > Socket6.xsc mv Socket6.xsc Socket6.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 -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=\"0.29\" -DXS_VERSION=\"0.29\" -fPIC "-I/usr/lib64/perl5/CORE" Socket6.c Socket6.xs: In function 'XS_Socket6_inet_ntop': Socket6.xs:543:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:543:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6': Socket6.xs:622:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:622:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~~ | | | long unsigned int Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6_all': Socket6.xs:658:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:658:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~~ | | | long unsigned int Socket6.xs: In function 'XS_Socket6_getipnodebyname': Socket6.xs:872:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 872 | ST(0) = (SV *) not_here("getipnodebyname"); | ^ Socket6.xs: In function 'XS_Socket6_getipnodebyaddr': Socket6.xs:943:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 943 | ST(0) = (SV *) not_here("getipnodebyaddr"); | ^ rm -f blib/arch/auto/Socket6/Socket6.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 Socket6.o -o blib/arch/auto/Socket6/Socket6.so \ -lperl \ chmod 755 blib/arch/auto/Socket6/Socket6.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.x4QQOF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT + cd Socket6-0.29 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.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-Socket6-0.290.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.so Installing /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/Socket6.pm Installing /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT/usr/share/man/man3/Socket6.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.290.0-9.mga10 --unique-debug-suffix -0.290.0-9.mga10.x86_64 --unique-debug-src-base perl-Socket6-0.290.0-9.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/Socket6-0.29 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-Socket6-0.290.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/Socket6/Socket6.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.x4QQOF (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.x4QQOF (%install) I: [iurt_root_command] ERROR: chroot