D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Audio-CD-0.50.0-25.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IJDvtx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Audio-CD-0.05 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Audio-CD-0.05.tar.bz2 + 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/pterjan/rpmbuild/tmp/rpm-tmp.m2fkQs + umask 022 + cd /home/pterjan/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 -j16 V=1 VERBOSE=1 Running Mkbootstrap for CD () chmod 644 "CD.bs" "/usr/bin/perl5.36.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs blib/arch/auto/Audio/CD/CD.bs 644 cp CD.pm blib/lib/Audio/CD.pm 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:16: 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:40: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 100 | proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server)); | ^~~~~~ cddb_lookup.c:24:1: note: include '' or provide a declaration of 'malloc' 23 | #include "stdio.h" +++ |+#include 24 | cddb_lookup.c:100:40: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 100 | proxy = (struct cddb_server *)malloc(sizeof(struct cddb_server)); | ^~~~~~ cddb_lookup.c:100:40: note: include '' or provide a declaration of 'malloc' cddb_lookup.c:103:13: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 103 | free(proxy); | ^~~~ cddb_lookup.c:103:13: note: include '' or provide a declaration of 'free' cddb_lookup.c:103:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] cddb_lookup.c:103:13: note: include '' or provide a declaration of 'free' cddb_lookup.c:108:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 108 | free(proxy); | ^~~~ cddb_lookup.c:108:13: note: include '' or provide a declaration of 'free' cddb_lookup.c:113:10: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 113 | strncpy(hello.hello_program, PACKAGE, 256); | ^~~~~~~ cddb_lookup.c:24:1: note: include '' or provide a declaration of 'strncpy' 23 | #include "stdio.h" +++ |+#include 24 | cddb_lookup.c:113:10: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 113 | strncpy(hello.hello_program, PACKAGE, 256); | ^~~~~~~ cddb_lookup.c:113:10: note: include '' or provide a declaration of 'strncpy' cddb_lookup.c:141:33: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 141 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:141:33: note: include '' or provide a declaration of 'free' cddb_lookup.c:153:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 153 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:153:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:162:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 162 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:162:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:166:13: warning: implicit declaration of function 'shutdown' [-Wimplicit-function-declaration] 166 | shutdown(sock, 2); | ^~~~~~~~ cddb_lookup.c:167:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 167 | close(sock); | ^~~~~ | pclose cddb_lookup.c:171:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 171 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:171:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:181:36: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 181 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:181:36: note: include '' or provide a declaration of 'free' cddb_lookup.c:190:30: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 190 | if(conf.conf_proxy) free(proxy); | ^~~~ cddb_lookup.c:190:30: note: include '' or provide a declaration of 'free' cddb_lookup.c:196:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 196 | if(strlen(query.query_list[0].list_artist) > 0) | ^~~~~~ cddb_lookup.c:196:16: note: include '' or provide a declaration of 'strlen' cddb_lookup.c:196:16: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] cddb_lookup.c:196:16: note: include '' or provide a declaration of 'strlen' cddb_lookup.c:227:18: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 227 | if(strlen(query.query_list[index].list_artist) < 1) | ^~~~~~ cddb_lookup.c:227:18: note: include '' or provide a declaration of 'strlen' cddb_lookup.c: In function 'inexact_selection': cddb_lookup.c:52:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 52 | fgets(inbuffer, sizeof(inbuffer), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "/usr/bin/perl5.36.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Audio-CD-0.05/typemap' CD.xs > CD.xsc mv CD.xsc CD.c 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:5837, from CD.xs:16: CD.c: In function 'XS_Audio__CD_init': CD.c:299:49: 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:703:61: note: in definition of macro 'sv_setref_pv' 703 | #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:363:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 363 | sv_setref_pv(RETVALSV, "Audio::CDDB", (void*)RETVAL); | ^ /usr/lib64/perl5/CORE/embed.h:703:61: note: in definition of macro 'sv_setref_pv' 703 | #define sv_setref_pv(a,b,c) Perl_sv_setref_pv(aTHX_ a,b,c) | ^ rm -f blib/arch/auto/Audio/CD/CD.so 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/pterjan/rpmbuild/tmp/rpm-tmp.nQeiz6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 + cd Audio-CD-0.05 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.36.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/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/lib64/perl5/vendor_perl/Audio/CD.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/share/man/man3/Audio::CD.3pm Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/lib64/perl5/perllocal.pod + chmod 644 README + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.50.0-25.mga9 --unique-debug-suffix -0.50.0-25.mga9.x86_64 --unique-debug-src-base perl-Audio-CD-0.50.0-25.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Audio-CD-0.05 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so'; reason: Permission denied objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/lib64/perl5/vendor_perl/auto/Audio/CD/CD.so'; reason: Permission denied original debug info size: 192kB, size after compression: 184kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 142 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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: perl-Audio-CD-0.50.0-25.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mrQVMb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Audio-CD-0.05 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/share/doc/perl-Audio-CD + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/usr/share/doc/perl-Audio-CD + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64/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-25.mga9 perl-Audio-CD(x86-64) = 0.50.0-25.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) 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) libcdaudio.so.1()(64bit) libperl.so.5.36()(64bit) perl(DynaLoader) perl(strict) perl-base >= 2:5.36.0 Processing files: perl-Audio-CD-debugsource-0.50.0-25.mga9.x86_64 Provides: perl-Audio-CD-debugsource = 0.50.0-25.mga9 perl-Audio-CD-debugsource(x86-64) = 0.50.0-25.mga9 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-25.mga9.x86_64 Provides: debuginfo(build-id) = 8fdbae6687e5e242f2c5cd3b58acf88749eb4e62 perl-Audio-CD-debuginfo = 0.50.0-25.mga9 perl-Audio-CD-debuginfo(x86-64) = 0.50.0-25.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Audio-CD-debugsource(x86-64) = 0.50.0-25.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Audio-CD-0.50.0-25.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Audio-CD-debugsource-0.50.0-25.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Audio-CD-debuginfo-0.50.0-25.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1Cew1v + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Audio-CD-0.05 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Audio-CD-0.50.0-25.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hWBloI + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf Audio-CD-0.05 Audio-CD-0.05.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!