D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/x125-0.2.3-16.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ryK3PX + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf x125-0.2.3 + /usr/bin/mkdir -p x125-0.2.3 + cd x125-0.2.3 + rm -rf /home/pterjan/rpmbuild/BUILD/x125-0.2.3-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/x125-0.2.3-SPECPARTS + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/x125-drv-0.2.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/x125-drv-network-0.2.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/x125-0.2.3-LDFLAGS.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zSKg6h + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd x125-0.2.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd drv_x125/src + /usr/bin/make -O -j16 V=1 VERBOSE=1 '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' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' gcc -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 -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:21: 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:25: 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 -j16 V=1 VERBOSE=1 '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' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' gcc -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 -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:22:1: note: include '' or provide a declaration of 'malloc' 21 | #include +++ |+#include 22 | x125_network.c:142:48: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 142 | read_buffer = (unsigned char *)malloc( READ_BUFFER_SIZE ); | ^~~~~~ x125_network.c:142:48: note: include '' or provide a declaration of 'malloc' x125_network.c:156:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 156 | exit( 1 ); | ^~~~ x125_network.c:156:25: note: include '' or provide a declaration of 'exit' x125_network.c:156:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 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: note: include '' or provide a declaration of 'free' x125_network.c:254:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 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' [-Wbuiltin-declaration-mismatch] 261 | exit( 1 ); | ^~~~ x125_network.c:261:17: note: include '' or provide a declaration of 'exit' x125_network.c:274:21: 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/pterjan/rpmbuild/tmp/rpm-tmp.rok4i8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64 + cd x125-0.2.3 + '[' 1 -eq 1 ']' + install -d /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/bin + install -m0755 drv_x125/src/x125_cmyk /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/bin/ + install -m0755 drv_x125/src/x125_cmyk_print.sh /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/bin/ + install -m0755 drv_x125_network/src/x125_network /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.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/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.2.3-16.mga10 --unique-debug-suffix -0.2.3-16.mga10.x86_64 --unique-debug-src-base x125-0.2.3-16.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/x125-0.2.3 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/bin/x125_cmyk extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/bin/x125_network original debug info size: 84kB, size after compression: 84kB /usr/bin/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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/x125_cmyk_print.sh from /bin/sh to #!/usr/bin/sh + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: x125-0.2.3-16.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Lr1y8F + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd x125-0.2.3 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/drv_x125/LICENSE /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/README.drv_x125 /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/README.drv_x125_network /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/FAQ.drv_x125 /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/FAQ.drv_x125_network /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/ChangeLog.drv_x125 /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + cp -pr /home/pterjan/rpmbuild/BUILD/x125-0.2.3/ChangeLog.drv_x125_network /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64/usr/share/doc/x125 + RPM_EC=0 ++ jobs -p + exit 0 Provides: x125 = 0.2.3-16.mga10 x125(x86-64) = 0.2.3-16.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.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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: x125-debugsource-0.2.3-16.mga10.x86_64 Provides: x125-debugsource = 0.2.3-16.mga10 x125-debugsource(x86-64) = 0.2.3-16.mga10 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-16.mga10.x86_64 Provides: debuginfo(build-id) = 4ffc2b6b4d6b135506f3c5ee98f4dd63b404484c debuginfo(build-id) = d216d61288277bef83f53e26503e8b4b6f5de7b6 x125-debuginfo = 0.2.3-16.mga10 x125-debuginfo(x86-64) = 0.2.3-16.mga10 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-16.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/x125-0.2.3-16.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/x125-debugsource-0.2.3-16.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/x125-debuginfo-0.2.3-16.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IgQCss + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd x125-0.2.3 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/x125-0.2.3-16.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TFU2o5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/x125-0.2.3-SPECPARTS + rm -rf x125-0.2.3 x125-0.2.3.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!