D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/perl-JSON-XS-4.30.0-7.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N1e3Iz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Pcg81u + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + rm -rf JSON-XS-4.03 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/JSON-XS-4.03.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd JSON-XS-4.03 + /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.hJwH3v + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + cd JSON-XS-4.03 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PERL_CANARY_STABILITY_NOPROMPT=1 + PERL_CANARY_STABILITY_NOPROMPT=1 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.040000, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by JSON::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by JSON::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of JSON::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 V=1 VERBOSE=1 cp XS.pm blib/lib/JSON/XS.pm cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 "/usr/bin/perl5.40.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/JSON-XS-4.03/typemap' XS.xs > XS.xsc mv XS.xsc XS.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=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c XS.xs: In function 'decode_utf8': XS.xs:207:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations] 207 | return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY); | ^~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:6186, from XS.xs:2: /usr/lib64/perl5/CORE/proto.h:6037:1: note: declared here 6037 | Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/JSON/XS/XS.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 XS.o -o blib/arch/auto/JSON/XS/XS.so \ -lperl \ chmod 755 blib/arch/auto/JSON/XS/XS.so cp bin/json_xs blib/script/json_xs "/usr/bin/perl5.40.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.b8C7jR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT + cd JSON-XS-4.03 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.40.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 Manifying 1 pod document Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.so Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/JSON/XS.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/JSON/XS/Boolean.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/share/man/man1/json_xs.1 Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/share/man/man3/JSON::XS::Boolean.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/share/man/man3/JSON::XS.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/bin/json_xs Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 4.30.0-7.mga10 --unique-debug-suffix -4.30.0-7.mga10.x86_64 --unique-debug-src-base perl-JSON-XS-4.30.0-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/JSON-XS-4.03 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILD/perl-JSON-XS-4.30.0-build/BUILDROOT/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.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.b8C7jR (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.b8C7jR (%install) I: [iurt_root_command] ERROR: chroot