D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/cups-drivers-pegg-0.23-17.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.c4IzE3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf cups-drivers-pegg-0.23 + /usr/bin/mkdir -p cups-drivers-pegg-0.23 + cd cups-drivers-pegg-0.23 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/pegg-0.23.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/xbm2crw-0.4.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/cups2pegg-0.21a.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/pegg_el-0.11.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (cups-drivers-pegg-0.23-LDFLAGS.diff):' Patch #0 (cups-drivers-pegg-0.23-LDFLAGS.diff): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pegg-0.23/Makefile patching file pegg_el-0.11/src/Makefile + xargs gunzip + find -name '*.1.gz' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.a7b500 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cups-drivers-pegg-0.23 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 -C pegg-0.23 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' LIB_PATH=/usr/lib64 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' make: Entering directory '/home/iurt/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23' gcc -o pegg pegg.c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -I/usr/include -L/usr/lib64 -lusb pegg.c: In function 'main': pegg.c:115:9: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] 115 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg.c:115:9: warning: incompatible implicit declaration of built-in function 'strstr' pegg.c:48:1: note: include '' or provide a declaration of 'strstr' 47 | #include +++ |+#include 48 | pegg.c:116:10: warning: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~ | strtoq pegg.c:116:32: warning: comparison between pointer and integer 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~ pegg.c:116:49: warning: implicit declaration of function 'chr2int' [-Wimplicit-function-declaration] 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~~ pegg.c:118:9: warning: incompatible implicit declaration of built-in function 'strstr' 118 | if (strstr(argv[i],"-d") != 0x00) { | ^~~~~~ pegg.c:118:9: note: include '' or provide a declaration of 'strstr' pegg.c:119:32: warning: comparison between pointer and integer 119 | if(strtok(argv[i], "-d") != NULL) density = chr2int(strtok(argv[i], "-d")); | ^~ pegg.c:121:9: warning: incompatible implicit declaration of built-in function 'strstr' 121 | if (strstr(argv[i],"-o") != 0x00) { | ^~~~~~ pegg.c:121:9: note: include '' or provide a declaration of 'strstr' pegg.c:122:32: warning: comparison between pointer and integer 122 | if(strtok(argv[i], "-o") != NULL) pnm_filename = 2+strstr(argv[i], "-o"); | ^~ pegg.c:124:9: warning: incompatible implicit declaration of built-in function 'strstr' 124 | if (strstr(argv[i],"-t") != 0x00) test = 1; | ^~~~~~ pegg.c:124:9: note: include '' or provide a declaration of 'strstr' pegg.c:129:4: warning: implicit declaration of function 'display_printer_status' [-Wimplicit-function-declaration] 129 | display_printer_status(); | ^~~~~~~~~~~~~~~~~~~~~~ pegg.c:156:7: warning: implicit declaration of function 'send_raw_data' [-Wimplicit-function-declaration] 156 | send_raw_data(data); | ^~~~~~~~~~~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23' + /usr/bin/make -O -j8 -C pegg_el-0.11/src 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' LIB_PATH=/usr/lib64 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' make: Entering directory '/home/iurt/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg_el-0.11/src' gcc -o pegg_el pegg_el.c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -I/usr/include -L/usr/lib64 -lusb pegg_el.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int] 53 | main (int argc, char *argv[]) { /* The Main Program handles commandline args | ^~~~ pegg_el.c: In function 'main': pegg_el.c:85:9: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] 85 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg_el.c:85:9: warning: incompatible implicit declaration of built-in function 'strstr' pegg_el.c:52:1: note: include '' or provide a declaration of 'strstr' 51 | #include +++ |+#include 52 | pegg_el.c:86:10: warning: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] 86 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~ | strtoq pegg_el.c:86:32: warning: comparison between pointer and integer 86 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~ pegg_el.c:86:49: warning: implicit declaration of function 'chr2int' [-Wimplicit-function-declaration] 86 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~~ pegg_el.c:89:9: warning: incompatible implicit declaration of built-in function 'strstr' 89 | if (strstr(argv[i],"-h") != 0x00) { | ^~~~~~ pegg_el.c:89:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:90:32: warning: comparison between pointer and integer 90 | if(strtok(argv[i], "-h") != NULL) height = chr2int(strtok(argv[i], "-h")); | ^~ pegg_el.c:93:9: warning: incompatible implicit declaration of built-in function 'strstr' 93 | if (strstr(argv[i],"-o") != 0x00) { | ^~~~~~ pegg_el.c:93:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:94:32: warning: comparison between pointer and integer 94 | if(strtok(argv[i], "-o") != NULL) offset = chr2int(strtok(argv[i], "-o")); | ^~ pegg_el.c:97:9: warning: incompatible implicit declaration of built-in function 'strstr' 97 | if (strstr(argv[i],"-O") != 0x00) { | ^~~~~~ pegg_el.c:97:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:98:32: warning: comparison between pointer and integer 98 | if(strtok(argv[i], "-O") != NULL) pnm_filename = 2+strstr(argv[i], "-O"); | ^~ pegg_el.c:101:9: warning: incompatible implicit declaration of built-in function 'strstr' 101 | if (strstr(argv[i],"-c") != 0x00) { | ^~~~~~ pegg_el.c:101:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:102:32: warning: comparison between pointer and integer 102 | if(strtok(argv[i], "-c") != NULL) { | ^~ pegg_el.c:116:9: warning: incompatible implicit declaration of built-in function 'strstr' 116 | if (strstr(argv[i],"-H") != 0x00) { | ^~~~~~ pegg_el.c:116:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:117:32: warning: comparison between pointer and integer 117 | if(strtok(argv[i], "-H") != NULL) { | ^~ pegg_el.c:129:9: warning: incompatible implicit declaration of built-in function 'strstr' 129 | if (strstr(argv[i],"-d") != 0x00) { | ^~~~~~ pegg_el.c:129:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:130:32: warning: comparison between pointer and integer 130 | if(strtok(argv[i], "-d") != NULL) { | ^~ pegg_el.c:149:9: warning: incompatible implicit declaration of built-in function 'strstr' 149 | if (strstr(argv[i],"-s") != 0x00) { | ^~~~~~ pegg_el.c:149:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:150:32: warning: comparison between pointer and integer 150 | if(strtok(argv[i], "-s") != NULL) { | ^~ pegg_el.c:160:9: warning: incompatible implicit declaration of built-in function 'strstr' 160 | if (strstr(argv[i],"-f") != 0x00) { | ^~~~~~ pegg_el.c:160:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:161:32: warning: comparison between pointer and integer 161 | if(strtok(argv[i], "-f") != NULL) { | ^~ pegg_el.c:178:9: warning: incompatible implicit declaration of built-in function 'strstr' 178 | if (strstr(argv[i],"-t") != 0x00) testmode = 1; | ^~~~~~ pegg_el.c:178:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:180:9: warning: incompatible implicit declaration of built-in function 'strstr' 180 | if (strstr(argv[i],"-C") != 0x00) { | ^~~~~~ pegg_el.c:180:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:181:12: warning: implicit declaration of function 'open_printer' [-Wimplicit-function-declaration] 181 | if(open_printer() < 0){ | ^~~~~~~~~~~~ pegg_el.c:187:9: warning: implicit declaration of function 'write_to_printer' [-Wimplicit-function-declaration] 187 | write_to_printer(1); | ^~~~~~~~~~~~~~~~ pegg_el.c:188:9: warning: implicit declaration of function 'close_printer' [-Wimplicit-function-declaration] 188 | close_printer(); | ^~~~~~~~~~~~~ pegg_el.c:224:7: warning: implicit declaration of function 'print_label' [-Wimplicit-function-declaration] 224 | print_label(data); | ^~~~~~~~~~~ pegg_el.c:249:6: warning: implicit declaration of function 'test_printer' [-Wimplicit-function-declaration] 249 | test_printer(); | ^~~~~~~~~~~~ pegg_el.c: In function 'print_label': pegg_el.c:606:5: warning: implicit declaration of function 'wait_for_ready' [-Wimplicit-function-declaration] 606 | wait_for_ready(); | ^~~~~~~~~~~~~~ pegg_el.c: At top level: pegg_el.c:801:6: warning: conflicting types for 'wait_for_ready' 801 | void wait_for_ready() { | ^~~~~~~~~~~~~~ pegg_el.c:606:5: note: previous implicit declaration of 'wait_for_ready' was here 606 | wait_for_ready(); | ^~~~~~~~~~~~~~ make: Leaving directory '/home/iurt/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg_el-0.11/src' + perl -p -i -e s:/var/log/cups/cups2pegg.log:/dev/null: cups2pegg-0.21a/src/cups2pegg + perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. EL-700 EL-5000W"/' cups2pegg-0.21a/src/ppd/casio_el.ppd + perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO EL-700 EL-5000W"/' cups2pegg-0.21a/src/ppd/casio_el.ppd + perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KL-P1000 KL-E11"/' cups2pegg-0.21a/src/ppd/casio_kl.ppd + perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KL-P1000 KL-E11"/' cups2pegg-0.21a/src/ppd/casio_kl.ppd + perl -p -i -e 's/: Letter/: 128_64/' cups2pegg-0.21a/src/ppd/casio_kl.ppd + perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KP-C10 KP-C50"/' cups2pegg-0.21a/src/ppd/casio_kp.ppd + perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KP-C10 KP-C50"/' cups2pegg-0.21a/src/ppd/casio_kp.ppd + perl -p -i -e 's/: Letter/: 512_64/' cups2pegg-0.21a/src/ppd/casio_kp.ppd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.35AbUZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64 + cd cups-drivers-pegg-0.23 + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/lib/cups/backend + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/cups/model/pegg + install -d /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/man/man1 + install -m0755 pegg-0.23/pegg /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/ + install -m0755 pegg_el-0.11/src/pegg_el /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/ + install -m0755 xbm2crw-0.4/xbm2crw /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/ + install -m0755 cups2pegg-0.21a/src/cups2pegg /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/lib/cups/backend/ + install -m0644 pegg-0.23/pegg.1 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/man/man1/ + install -m0644 pegg_el-0.11/src/pegg_el.1 /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/man/man1/ + install -m0644 cups2pegg-0.21a/src/ppd/casio_el.ppd cups2pegg-0.21a/src/ppd/casio_kl.ppd cups2pegg-0.21a/src/ppd/casio_kp.ppd /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/cups/model/pegg/ + rm -rf installed_docs + mkdir -p installed_docs/pegg_el installed_docs/xbm2crw installed_docs/cups2pegg + cp pegg_el-0.11/README pegg_el-0.11/TODO pegg_el-0.11/INSTALL installed_docs/pegg_el/ + cp xbm2crw-0.4/README installed_docs/xbm2crw/ + cp cups2pegg-0.21a/install_1.png cups2pegg-0.21a/install_2.png cups2pegg-0.21a/install_3.png cups2pegg-0.21a/install_4.png cups2pegg-0.21a/howto_label.html cups2pegg-0.21a/install.html installed_docs/cups2pegg/ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.23-17.mga8 --unique-debug-suffix -0.23-17.mga8.aarch64 --unique-debug-src-base cups-drivers-pegg-0.23-17.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/cups-drivers-pegg-0.23 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/pegg extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/pegg explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/pegg_el extracting debug info from /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/bin/pegg_el original debug info size: 124kB, size after compression: 124kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 75 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: cups-drivers-pegg-0.23-17.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Zmmrz2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cups-drivers-pegg-0.23 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + cp -pr pegg-0.23/CHANGELOG /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + cp -pr pegg-0.23/README /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + cp -pr pegg-0.23/LICENSE /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + cp -pr pegg-0.23/INSTALL /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + cp -pr installed_docs/cups2pegg installed_docs/pegg_el installed_docs/xbm2crw /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64/usr/share/doc/cups-drivers-pegg + RPM_EC=0 ++ jobs -p + exit 0 Provides: cups-drivers-pegg = 0.23-17.mga8 cups-drivers-pegg(aarch-64) = 0.23-17.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) libusb-0.1.so.4()(64bit) perl-base >= 2:5.32.0 Conflicts: cups-drivers = 2007 printer-filters = 2007 printer-utils = 2007 Processing files: cups-drivers-pegg-debugsource-0.23-17.mga8.aarch64 Provides: cups-drivers-pegg-debugsource = 0.23-17.mga8 cups-drivers-pegg-debugsource(aarch-64) = 0.23-17.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cups-drivers-pegg-debuginfo-0.23-17.mga8.aarch64 Provides: cups-drivers-pegg-debuginfo = 0.23-17.mga8 cups-drivers-pegg-debuginfo(aarch-64) = 0.23-17.mga8 debuginfo(build-id) = c89f102c58d2968680ba2ec771ff0d35ee68f65b debuginfo(build-id) = fc754d6cb2bc9dfec682a19e112d09aadf5a9560 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-drivers-pegg-debugsource(aarch-64) = 0.23-17.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-drivers-pegg-debugsource-0.23-17.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-drivers-pegg-debuginfo-0.23-17.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/cups-drivers-pegg-0.23-17.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.10r8pZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd cups-drivers-pegg-0.23 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-17.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hqXQK2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf cups-drivers-pegg-0.23 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!