D: [iurt_root_command] chroot warning: %patchN is deprecated (1 usages found), use %patch N (or %patch -P N) Installing /home/pterjan/rpmbuild/SRPMS/cups-drivers-pegg-0.23-18.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KSH80q + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf cups-drivers-pegg-0.23 + /usr/bin/mkdir -p cups-drivers-pegg-0.23 + cd cups-drivers-pegg-0.23 + rm -rf /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/pegg-0.23.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xbm2crw-0.4.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/cups2pegg-0.21a.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/pegg_el-0.11.tar.bz2 + 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 -f -p1 --fuzz=0 patching file pegg-0.23/Makefile patching file pegg_el-0.11/src/Makefile + find -name '*.1.gz' + xargs gunzip + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.t5YFoF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd cups-drivers-pegg-0.23 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 -C pegg-0.23 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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=sha1 -Wl,--enable-new-dtags' make: Entering directory '/home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23' gcc -o pegg pegg.c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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=sha1 -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:48:1: note: include '' or provide a declaration of 'strstr' 47 | #include +++ |+#include 48 | pegg.c:115:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 115 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg.c:115:9: note: include '' or provide a declaration of 'strstr' 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23' + /usr/bin/make -O -j16 V=1 VERBOSE=1 -C pegg_el-0.11/src 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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=sha1 -Wl,--enable-new-dtags' make: Entering directory '/home/pterjan/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,-U_FORTIFY_SOURCE,-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=sha1 -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:52:1: note: include '' or provide a declaration of 'strstr' 51 | #include +++ |+#include 52 | pegg_el.c:85:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 85 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg_el.c:85:9: note: include '' or provide a declaration of 'strstr' 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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'; have 'void()' 801 | void wait_for_ready() { | ^~~~~~~~~~~~~~ pegg_el.c:606:5: note: previous implicit declaration of 'wait_for_ready' with type 'void()' 606 | wait_for_ready(); | ^~~~~~~~~~~~~~ make: Leaving directory '/home/pterjan/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/pterjan/rpmbuild/tmp/rpm-tmp.M48rCx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64 + cd cups-drivers-pegg-0.23 + '[' 1 -eq 1 ']' + install -d /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/bin + install -d /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/lib/cups/backend + install -d /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/cups/model/pegg + install -d /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/man/man1 + install -m0755 pegg-0.23/pegg /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/bin/ + install -m0755 pegg_el-0.11/src/pegg_el /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/bin/ + install -m0755 xbm2crw-0.4/xbm2crw /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/bin/ + install -m0755 cups2pegg-0.21a/src/cups2pegg /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/lib/cups/backend/ + install -m0644 pegg-0.23/pegg.1 /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/man/man1/ + install -m0644 pegg_el-0.11/src/pegg_el.1 /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/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/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/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/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.23-18.mga10 --unique-debug-suffix -0.23-18.mga10.x86_64 --unique-debug-src-base cups-drivers-pegg-0.23-18.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/bin/pegg extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/bin/pegg_el original debug info size: 108kB, size after compression: 112kB /usr/bin/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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: cups-drivers-pegg-0.23-18.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.703zd7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd cups-drivers-pegg-0.23 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23/CHANGELOG /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23/README /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23/LICENSE /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/pegg-0.23/INSTALL /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/installed_docs/cups2pegg /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/installed_docs/pegg_el /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + cp -pr /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23/installed_docs/xbm2crw /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64/usr/share/doc/cups-drivers-pegg + RPM_EC=0 ++ jobs -p + exit 0 Provides: cups-drivers-pegg = 0.23-18.mga10 cups-drivers-pegg(x86-64) = 0.23-18.mga10 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)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libusb-0.1.so.4()(64bit) perl-base >= 2:5.38.2 Conflicts: cups-drivers = 2007 printer-filters = 2007 printer-utils = 2007 Processing files: cups-drivers-pegg-debugsource-0.23-18.mga10.x86_64 Provides: cups-drivers-pegg-debugsource = 0.23-18.mga10 cups-drivers-pegg-debugsource(x86-64) = 0.23-18.mga10 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-18.mga10.x86_64 Provides: cups-drivers-pegg-debuginfo = 0.23-18.mga10 cups-drivers-pegg-debuginfo(x86-64) = 0.23-18.mga10 debuginfo(build-id) = 333f1baaebc8a70736e039f5867aa0ba615ea664 debuginfo(build-id) = adde66e7f3afdc499f1c71f12db715561153006b Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-drivers-pegg-debugsource(x86-64) = 0.23-18.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cups-drivers-pegg-debugsource-0.23-18.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cups-drivers-pegg-debuginfo-0.23-18.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cups-drivers-pegg-0.23-18.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.T099Ph + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd cups-drivers-pegg-0.23 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/cups-drivers-pegg-0.23-18.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oiioV1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/cups-drivers-pegg-0.23-SPECPARTS + rm -rf cups-drivers-pegg-0.23 cups-drivers-pegg-0.23.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: %patchN is deprecated (1 usages found), use %patch N (or %patch -P N) D: [iurt_root_command] Success!