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/x125-0.2.3-15.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ua3JE8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf x125-0.2.3 + /usr/bin/mkdir -p x125-0.2.3 + cd x125-0.2.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/x125-drv-0.2.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/x125-drv-network-0.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/x125-0.2.3-LDFLAGS.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1ONmK7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd x125-0.2.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd drv_x125/src + /usr/bin/make -O -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' gcc -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 -o x125_cmyk x125_cmyk.c x125_cmyk.c: In function 'put_block_verbatim': x125_cmyk.c:283:33: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 283 | count = read( device, read_buffer, READ_BUFFER_SIZE ); | ^~~~ | fread x125_cmyk.c:287:38: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 287 | if( (count = write( device, p, len )) <= 0 ) { | ^~~~~ | fwrite x125_cmyk.c: In function 'main': x125_cmyk.c:1111:14: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 1111 | if (device) close(device); | ^~~~~ | pclose x125_cmyk.c: In function 'print': x125_cmyk.c:779:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 779 | fread(lbuf, 1, gs_width/2, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x125_cmyk.c:989:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 989 | fread(lbuf, 1, gs_width/2, in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cd ../.. + cd drv_x125_network/src + /usr/bin/make -O -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' gcc -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 -o x125_network x125_network.c x125_network.c: In function 'put_block_verbatim': x125_network.c:142:48: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 142 | read_buffer = (unsigned char *)malloc( READ_BUFFER_SIZE ); | ^~~~~~ x125_network.c:142:48: warning: incompatible implicit declaration of built-in function 'malloc' x125_network.c:22:1: note: include '' or provide a declaration of 'malloc' 21 | #include +++ |+#include 22 | x125_network.c:156:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 156 | exit( 1 ); | ^~~~ x125_network.c:156:25: warning: incompatible implicit declaration of built-in function 'exit' x125_network.c:156:25: note: include '' or provide a declaration of 'exit' x125_network.c:161:33: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 161 | count = read( device, read_buffer, READ_BUFFER_SIZE ); | ^~~~ | fread x125_network.c:165:38: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 165 | if( (count = write( device, p, len )) <= 0 ) { | ^~~~~ | fwrite x125_network.c:167:33: warning: incompatible implicit declaration of built-in function 'exit' 167 | exit( 1 ); | ^~~~ x125_network.c:167:33: note: include '' or provide a declaration of 'exit' x125_network.c: In function 'print': x125_network.c:242:35: warning: incompatible implicit declaration of built-in function 'malloc' 242 | buffer = (unsigned char *)malloc( 256 * 24 ); | ^~~~~~ x125_network.c:242:35: note: include '' or provide a declaration of 'malloc' x125_network.c:254:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 254 | free( buffer ); | ^~~~ x125_network.c:254:9: warning: incompatible implicit declaration of built-in function 'free' x125_network.c:254:9: note: include '' or provide a declaration of 'free' x125_network.c: In function 'main': x125_network.c:261:17: warning: incompatible implicit declaration of built-in function 'exit' 261 | exit( 1 ); | ^~~~ x125_network.c:261:17: note: include '' or provide a declaration of 'exit' x125_network.c:274:14: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 274 | if (device) close(device); | ^~~~~ | pclose + cd ../.. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vY7Ww8 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64 + cd x125-0.2.3 + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin + install -m0755 drv_x125/src/x125_cmyk /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/ + install -m0755 drv_x125/src/x125_cmyk_print.sh /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/ + install -m0755 drv_x125_network/src/x125_network /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/ + cp drv_x125/README README.drv_x125 + cp drv_x125/FAQ FAQ.drv_x125 + cp drv_x125/ChangeLog ChangeLog.drv_x125 + cp drv_x125_network/README README.drv_x125_network + cp drv_x125_network/FAQ FAQ.drv_x125_network + cp drv_x125_network/ChangeLog ChangeLog.drv_x125_network + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.2.3-15.mga8 --unique-debug-suffix -0.2.3-15.mga8.x86_64 --unique-debug-src-base x125-0.2.3-15.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/x125-0.2.3 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/x125_cmyk explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/x125_network extracting debug info from /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/x125_cmyk extracting debug info from /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/bin/x125_network original debug info size: 92kB, size after compression: 100kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 102 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 mangling shebang in /usr/bin/x125_cmyk_print.sh from /bin/sh to #!/usr/bin/sh Processing files: x125-0.2.3-15.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9Bi9ja + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd x125-0.2.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/share/doc/x125 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/share/doc/x125 + cp -pr drv_x125/LICENSE /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/share/doc/x125 + cp -pr README.drv_x125 README.drv_x125_network /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/share/doc/x125 + cp -pr FAQ.drv_x125 FAQ.drv_x125_network /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/share/doc/x125 + cp -pr ChangeLog.drv_x125 ChangeLog.drv_x125_network /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64/usr/share/doc/x125 + RPM_EC=0 ++ jobs -p + exit 0 Provides: x125 = 0.2.3-15.mga8 x125(x86-64) = 0.2.3-15.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.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: x125-debugsource-0.2.3-15.mga8.x86_64 Provides: x125-debugsource = 0.2.3-15.mga8 x125-debugsource(x86-64) = 0.2.3-15.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: x125-debuginfo-0.2.3-15.mga8.x86_64 Provides: debuginfo(build-id) = 5b561f6493a668db24eec70b68bc390a8ba3a43d debuginfo(build-id) = dfe2be76825720c44398511dc3dbd80bc29d789a x125-debuginfo = 0.2.3-15.mga8 x125-debuginfo(x86-64) = 0.2.3-15.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: x125-debugsource(x86-64) = 0.2.3-15.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/x125-debugsource-0.2.3-15.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/x125-0.2.3-15.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/x125-debuginfo-0.2.3-15.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Spgkd9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd x125-0.2.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/x125-0.2.3-15.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yGVG88 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf x125-0.2.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!