D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Linux-CDROM-0.20.0-21.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.R1YaCp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Linux-CDROM-0.02 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Linux-CDROM-0.02.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Linux-CDROM-0.02 + /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/iurt/rpmbuild/tmp/rpm-tmp.gtYS5q + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Linux-CDROM-0.02 + '[' 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 Linux::CDROM Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 Running Mkbootstrap for CDROM () chmod 644 "CDROM.bs" cp lib/Linux/CDROM/Cookbook.pm blib/lib/Linux/CDROM/Cookbook.pm cp lib/Linux/CDROM.pm blib/lib/Linux/CDROM.pm AutoSplitting blib/lib/Linux/CDROM.pm (blib/lib/auto/Linux/CDROM) "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDROM.bs blib/arch/auto/Linux/CDROM/CDROM.bs 644 "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Linux-CDROM-0.02/typemap' CDROM.xs > CDROM.xsc mv CDROM.xsc CDROM.c x86_64-mageia-linux-gnu-gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/usr/lib64/perl5/CORE" CDROM.c In file included from CDROM.xs:5: ppport.h:230: warning: "PERL_UNUSED_DECL" redefined 230 | # define PERL_UNUSED_DECL | In file included from CDROM.xs:2: /usr/lib64/perl5/CORE/perl.h:435: note: this is the location of the previous definition 435 | # define PERL_UNUSED_DECL __attribute__unused__ | In file included from /usr/lib64/perl5/CORE/perl.h:5572, from CDROM.xs:2: CDROM.xs: In function 'XS_Linux__CDROM_play_ti': /usr/lib64/perl5/CORE/embedvar.h:111:20: warning: initialization of 'SV *' {aka 'struct sv *'} from incompatible pointer type 'STRLEN *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 111 | #define PL_curcop (vTHX->Icurcop) | ^ CDROM.xs:17:19: note: in expansion of macro 'PL_curcop' 17 | SV *oldwarn = PL_curcop->cop_warnings; \ | ^~~~~~~~~ CDROM.xs:503:9: note: in expansion of macro 'WARN_OFF' 503 | WARN_OFF; | ^~~~~~~~ CDROM.xs:21:29: warning: assignment to 'STRLEN *' {aka 'long unsigned int *'} from incompatible pointer type 'SV *' {aka 'struct sv *'} [-Wincompatible-pointer-types] 21 | PL_curcop->cop_warnings = oldwarn; | ^ CDROM.xs:530:9: note: in expansion of macro 'WARN_ON' 530 | WARN_ON; | ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:2753, from CDROM.xs:2: CDROM.xs: In function 'XS_Linux__CDROM_read1': /usr/lib64/perl5/CORE/handy.h:2575:24: warning: assignment to 'struct cdrom_msf *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types] 2575 | #define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t)))))) | ^ /usr/lib64/perl5/CORE/handy.h:2581:22: note: in expansion of macro 'Newx' 2581 | #define New(x,v,n,t) Newx(v,n,t) | ^~~~ CDROM.xs:606:9: note: in expansion of macro 'New' 606 | New(0, data, CD_FRAMESIZE, char); | ^~~ CDROM.xs: In function 'XS_Linux__CDROM_read2': /usr/lib64/perl5/CORE/handy.h:2575:24: warning: assignment to 'struct cdrom_msf *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types] 2575 | #define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t)))))) | ^ /usr/lib64/perl5/CORE/handy.h:2581:22: note: in expansion of macro 'Newx' 2581 | #define New(x,v,n,t) Newx(v,n,t) | ^~~~ CDROM.xs:628:9: note: in expansion of macro 'New' 628 | New(0, data, CD_FRAMESIZE_RAW0, char); | ^~~ CDROM.xs: In function 'XS_Linux__CDROM_read_raw': /usr/lib64/perl5/CORE/handy.h:2575:24: warning: assignment to 'struct cdrom_msf *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types] 2575 | #define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t)))))) | ^ /usr/lib64/perl5/CORE/handy.h:2581:22: note: in expansion of macro 'Newx' 2581 | #define New(x,v,n,t) Newx(v,n,t) | ^~~~ CDROM.xs:719:9: note: in expansion of macro 'New' 719 | New(0, data, CD_FRAMESIZE_RAW, char); | ^~~ In file included from /usr/lib64/perl5/CORE/perl.h:5572, from CDROM.xs:2: CDROM.xs: In function 'XS_Linux__CDROM_ioctl': /usr/lib64/perl5/CORE/embedvar.h:111:20: warning: initialization of 'SV *' {aka 'struct sv *'} from incompatible pointer type 'STRLEN *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 111 | #define PL_curcop (vTHX->Icurcop) | ^ CDROM.xs:17:19: note: in expansion of macro 'PL_curcop' 17 | SV *oldwarn = PL_curcop->cop_warnings; \ | ^~~~~~~~~ CDROM.xs:832:9: note: in expansion of macro 'WARN_OFF' 832 | WARN_OFF; | ^~~~~~~~ CDROM.xs:21:29: warning: assignment to 'STRLEN *' {aka 'long unsigned int *'} from incompatible pointer type 'SV *' {aka 'struct sv *'} [-Wincompatible-pointer-types] 21 | PL_curcop->cop_warnings = oldwarn; | ^ CDROM.xs:839:9: note: in expansion of macro 'WARN_ON' 839 | WARN_ON; | ^~~~~~~ rm -f blib/arch/auto/Linux/CDROM/CDROM.so x86_64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib64 -fstack-protector-strong CDROM.o -o blib/arch/auto/Linux/CDROM/CDROM.so \ -lperl \ chmod 755 blib/arch/auto/Linux/CDROM/CDROM.so Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5Lucsr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 + cd Linux-CDROM-0.02 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDROM.bs blib/arch/auto/Linux/CDROM/CDROM.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Linux/CDROM/CDROM.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/Linux/CDROM.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/Linux/CDROM/Cookbook.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Linux/CDROM/autosplit.ix Installing /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/share/man/man3/Linux::CDROM.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/share/man/man3/Linux::CDROM::Cookbook.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/perllocal.pod + find /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 -name perllocal.pod -delete + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.20.0-21.mga8 --unique-debug-suffix -0.20.0-21.mga8.x86_64 --unique-debug-src-base perl-Linux-CDROM-0.20.0-21.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Linux-CDROM-0.02 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Linux/CDROM/CDROM.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Linux/CDROM/CDROM.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Linux/CDROM/CDROM.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Linux/CDROM/CDROM.so'; reason: Permission denied original debug info size: 264kB, size after compression: 256kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 346 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.24apAr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Linux-CDROM-0.02 + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Linux-CDROM-0.20.0-21.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cDT3np + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Linux-CDROM-0.02 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/share/doc/perl-Linux-CDROM + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/share/doc/perl-Linux-CDROM + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/share/doc/perl-Linux-CDROM + cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64/usr/share/doc/perl-Linux-CDROM + RPM_EC=0 ++ jobs -p + exit 0 Use of uninitialized value in numeric ge (>=) at /usr/lib/rpm/mageia/perl.req-from-meta line 24. Provides: perl(Linux::CDROM) = 0.20.0 perl(Linux::CDROM::Cookbook) perl-Linux-CDROM = 0.20.0-21.mga8 perl-Linux-CDROM(x86-64) = 0.20.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl >= 0:5.006 perl(AutoLoader) perl(Carp) perl(Exporter) perl(XSLoader) perl(constant) perl(strict) perl(warnings) perl-base >= 2:5.32.0 Processing files: perl-Linux-CDROM-debugsource-0.20.0-21.mga8.x86_64 Provides: perl-Linux-CDROM-debugsource = 0.20.0-21.mga8 perl-Linux-CDROM-debugsource(x86-64) = 0.20.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Linux-CDROM-debuginfo-0.20.0-21.mga8.x86_64 Provides: debuginfo(build-id) = 6b1b31293aef18792d9e86210d512acce1297ca1 perl-Linux-CDROM-debuginfo = 0.20.0-21.mga8 perl-Linux-CDROM-debuginfo(x86-64) = 0.20.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Linux-CDROM-debugsource(x86-64) = 0.20.0-21.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Linux-CDROM-0.20.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Linux-CDROM-debuginfo-0.20.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Linux-CDROM-debugsource-0.20.0-21.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NgXa8q + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Linux-CDROM-0.02 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Linux-CDROM-0.20.0-21.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.z0ynnr + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Linux-CDROM-0.02 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!