D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ml85p-0.2.0-18.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9hOVNk Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TEpQNe + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + rm -rf ml85p-0.2.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ml85p-0.2.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ml85p-0.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/ml85p-0.2.0-build_fix.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/ml85p-gcc14.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + chmod 644 COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.h printcap + perl -pi -e 's|/usr/local/bin|/usr/bin|g' COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.h printcap + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Kr1M88 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ml85p-0.2.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + rm -f ml85p + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ml85p ml85p.c ml85p.c: In function 'compress_bitmap': ml85p.c:540:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 540 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx ml85p.c: In function 'print_page': ml85p.c:425:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 425 | fread( cbm,size*4,1,cbmf ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'bitmap_seek': ml85p.c:451:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 451 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:454:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 454 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'get_bitmap': ml85p.c:467:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 467 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:471:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 471 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'compress_bitmap': ml85p.c:545:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 545 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fxVPuf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + mkdir /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ml85p-0.2.0 + '[' 1 -eq 1 ']' + install -d /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/bin + install -m0755 ml85p /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/bin/ + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.2.0-18.mga10 --unique-debug-suffix -0.2.0-18.mga10.x86_64 --unique-debug-src-base ml85p-0.2.0-18.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ml85p-0.2.0-18.mga10.x86_64 find-debuginfo: done + /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 Reading /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ml85p-0.2.0-18.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GRlqzC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + cd ml85p-0.2.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/NEWS /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/README /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/THANKS /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/ml85-print /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/ml85-test /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/printcap /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/doc/ml85p + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NOeaHm + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + cd ml85p-0.2.0 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/licenses/ml85p + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/licenses/ml85p + cp -pr /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/ml85p-0.2.0/COPYING /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT/usr/share/licenses/ml85p + RPM_EC=0 ++ jobs -p + exit 0 Provides: ml85p = 0.2.0-18.mga10 ml85p(x86-64) = 0.2.0-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.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Recommends: group(sys) Processing files: ml85p-debugsource-0.2.0-18.mga10.x86_64 Provides: ml85p-debugsource = 0.2.0-18.mga10 ml85p-debugsource(x86-64) = 0.2.0-18.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ml85p-debuginfo-0.2.0-18.mga10.x86_64 Provides: debuginfo(build-id) = 6433be4391f87cbfb28b4913696113cbfc7dbf86 ml85p-debuginfo = 0.2.0-18.mga10 ml85p-debuginfo(x86-64) = 0.2.0-18.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ml85p-debugsource(x86-64) = 0.2.0-18.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ml85p-debugsource-0.2.0-18.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ml85p-0.2.0-18.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ml85p-debuginfo-0.2.0-18.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Xa886e + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + test -d /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/ml85p-0.2.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!