D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Audio-CD-0.50.0-22.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jsVrKT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Audio-CD-0.05 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/Audio-CD-0.05.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Audio-CD-0.05 + /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.3UqYVU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Audio-CD-0.05 + '[' 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 Audio::CD Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 cp CD.pm blib/lib/Audio/CD.pm Running Mkbootstrap for CD () chmod 644 "CD.bs" "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.bs 644 aarch64-mageia-linux-gnu-gcc -c -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.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib64/perl5/CORE" -g cddb_lookup.c cddb_lookup.c: In function 'inexact_selection': cddb_lookup.c:53:9: warning: implicit declaration of function 'strtol' [-Wimplicit-function-declaration] 53 | return strtol(inbuffer, NULL, 10); | ^~~~~~ cddb_lookup.c: In function 'cddb_lookup': cddb_lookup.c:100:33: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 100 | proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server)); | ^~~~~~ cddb_lookup.c:100:33: warning: incompatible implicit declaration of built-in function 'malloc' cddb_lookup.c:24:1: note: include '' or provide a declaration of 'malloc' 23 | #include "stdio.h" +++ |+#include 24 | cddb_lookup.c:103:6: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 103 | free(proxy); | ^~~~ cddb_lookup.c:103:6: warning: incompatible implicit declaration of built-in function 'free' cddb_lookup.c:103:6: note: include '' or provide a declaration of 'free' cddb_lookup.c:108:6: warning: incompatible implicit declaration of built-in function 'free' 108 | free(proxy); | ^~~~ cddb_lookup.c:108:6: note: include '' or provide a declaration of 'free' cddb_lookup.c:113:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 113 | strncpy(hello.hello_program, PACKAGE, 256); | ^~~~~~~ cddb_lookup.c:113:3: warning: incompatible implicit declaration of built-in function 'strncpy' cddb_lookup.c:24:1: note: include '' or provide a declaration of 'strncpy' 23 | #include "stdio.h" +++ |+#include 24 | cddb_lookup.c:141:26: warning: incompatible implicit declaration of built-in function 'free' 141 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:141:26: note: include '' or provide a declaration of 'free' cddb_lookup.c:153:29: warning: incompatible implicit declaration of built-in function 'free' 153 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:153:29: note: include '' or provide a declaration of 'free' cddb_lookup.c:162:29: warning: incompatible implicit declaration of built-in function 'free' 162 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:162:29: note: include '' or provide a declaration of 'free' cddb_lookup.c:166:6: warning: implicit declaration of function 'shutdown' [-Wimplicit-function-declaration] 166 | shutdown(sock, 2); | ^~~~~~~~ cddb_lookup.c:167:6: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 167 | close(sock); | ^~~~~ | pclose cddb_lookup.c:171:29: warning: incompatible implicit declaration of built-in function 'free' 171 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:171:29: note: include '' or provide a declaration of 'free' cddb_lookup.c:181:29: warning: incompatible implicit declaration of built-in function 'free' 181 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:181:29: note: include '' or provide a declaration of 'free' cddb_lookup.c:190:23: warning: incompatible implicit declaration of built-in function 'free' 190 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:190:23: note: include '' or provide a declaration of 'free' cddb_lookup.c:196:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 196 | if(strlen(query.query_list[0].list_artist) > 0) | ^~~~~~ cddb_lookup.c:196:9: warning: incompatible implicit declaration of built-in function 'strlen' cddb_lookup.c:196:9: note: include '' or provide a declaration of 'strlen' cddb_lookup.c:227:11: warning: incompatible implicit declaration of built-in function 'strlen' 227 | if(strlen(query.query_list[index].list_artist) < 1) | ^~~~~~ cddb_lookup.c:227:11: note: include '' or provide a declaration of 'strlen' cddb_lookup.c: In function 'inexact_selection': cddb_lookup.c:52:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 52 | fgets(inbuffer, sizeof(inbuffer), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Audio-CD-0.05/typemap' CD.xs > CD.xsc mv CD.xsc CD.c aarch64-mageia-linux-gnu-gcc -c -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.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib64/perl5/CORE" -g CD.c In file included from /usr/lib64/perl5/CORE/perl.h:5603, from CD.xs:16: CD.c: In function 'XS_Audio__CD_init': CD.c:299:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 299 | sv_setref_pv(RETVALSV, "Audio::CD", (void*)RETVAL); | ^ /usr/lib64/perl5/CORE/embed.h:674:57: note: in definition of macro 'sv_setref_pv' 674 | #define sv_setref_pv(a,b,c) Perl_sv_setref_pv(aTHX_ a,b,c) | ^ CD.c: In function 'XS_Audio__CD_cddb': CD.c:359:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 359 | sv_setref_pv(RETVALSV, "Audio::CDDB", (void*)RETVAL); | ^ /usr/lib64/perl5/CORE/embed.h:674:57: note: in definition of macro 'sv_setref_pv' 674 | #define sv_setref_pv(a,b,c) Perl_sv_setref_pv(aTHX_ a,b,c) | ^ rm -f blib/arch/auto/Audio/CD/CD.so aarch64-mageia-linux-gnu-gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong cddb_lookup.o CD.o -o blib/arch/auto/Audio/CD/CD.so \ -lcdaudio -lperl \ chmod 755 blib/arch/auto/Audio/CD/CD.so Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ajseeW + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 + cd Audio-CD-0.05 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/vendor_perl/Audio/CD.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/share/man/man3/Audio::CD.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/perllocal.pod + chmod 644 README + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.50.0-22.mga8 --unique-debug-suffix -0.50.0-22.mga8.aarch64 --unique-debug-src-base perl-Audio-CD-0.50.0-22.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Audio-CD-0.05 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so'; reason: Permission denied original debug info size: 220kB, size after compression: 212kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 130 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 Processing files: perl-Audio-CD-0.50.0-22.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gTT2iS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Audio-CD-0.05 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/share/doc/perl-Audio-CD + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/share/doc/perl-Audio-CD + cp -pr README /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64/usr/share/doc/perl-Audio-CD + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Audio::CD) = 0.50.0 perl-Audio-CD = 0.50.0-22.mga8 perl-Audio-CD(aarch-64) = 0.50.0-22.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcdaudio.so.1()(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) perl(DynaLoader) perl(strict) perl-base >= 2:5.32.0 Processing files: perl-Audio-CD-debugsource-0.50.0-22.mga8.aarch64 Provides: perl-Audio-CD-debugsource = 0.50.0-22.mga8 perl-Audio-CD-debugsource(aarch-64) = 0.50.0-22.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Audio-CD-debuginfo-0.50.0-22.mga8.aarch64 Provides: debuginfo(build-id) = 1eada14808dc250e95b7e1e5ad1c0ec5fcc1cfb1 perl-Audio-CD-debuginfo = 0.50.0-22.mga8 perl-Audio-CD-debuginfo(aarch-64) = 0.50.0-22.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Audio-CD-debugsource(aarch-64) = 0.50.0-22.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Audio-CD-0.50.0-22.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Audio-CD-debugsource-0.50.0-22.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-Audio-CD-debuginfo-0.50.0-22.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fmoxzU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Audio-CD-0.05 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-22.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AYLIlW + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf Audio-CD-0.05 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!