D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/docbook-to-man-2.0.0-15.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iv4PyR
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf docbook-to-man-2.0.0.orig
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/docbook-to-man_2.0.0.orig.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd docbook-to-man-2.0.0.orig
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/docbook-to-man_2.0.0-42.diff
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/compile.mga.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/docbook-to-man-PLD.patch
+ /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/iurt/rpmbuild/tmp/rpm-tmp.cHinog
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd docbook-to-man-2.0.0.orig
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make CC=gcc 'OPT=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' ROOT=/usr
for dir in cmd Instant Transpec; \
do (cd $dir; make all); \
done
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/cmd'
cat docbook-to-man.sh >docbook-to-man 
chmod a+x docbook-to-man
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/cmd'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant'
cd tptregexp; make all
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant/tptregexp'
gcc -c -O  -I.  regexp.c -o regexp.o
gcc -c -O  -I.  regsub.c -o regsub.o
gcc -c -O  -I.  regerror.c -o regerror.o
gcc -c -O  -I.  strerror.c -o strerror.o
ar rcv libtptregexp.a regexp.o regsub.o regerror.o strerror.o
a - regexp.o
a - regsub.o
a - regerror.o
a - strerror.o
if [ -f /usr/bin/ranlib ] ; then ranlib libtptregexp.a ; else true ; fi
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant/tptregexp'
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  main.c -o main.o
main.c: In function 'ReadESIS':
main.c:616:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  616 |                 fgets(buf, LINESIZE, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:811:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  811 |                 fgets(buf, LINESIZE, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:819:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  819 |                 fgets(buf, LINESIZE, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:851:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  851 |                 fgets(buf, LINESIZE, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:861:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  861 |                 fgets(buf, LINESIZE, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function 'AccumElemInfo':
main.c:452:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  452 |         fgets(buf, LINESIZE, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  util.c -o util.o
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  info.c -o info.o
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  translate.c -o translate.o
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  traninit.c -o traninit.o
traninit.c: In function 'ReadTransSpec':
traninit.c:140:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  140 |                 fgets(fn, LINESIZE-i, fp);      /* read and append to buf */
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  tranvar.c -o tranvar.o
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  tables.c -o tables.o
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  browse.c -o browse.o
gcc -c  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Itptregexp -DDEF_TPT_LIB=\"/usr/share/sgml/transpec\"  masterVersion.c -o masterVersion.o
gcc -o instant  main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o masterVersion.o -Ltptregexp -ltptregexp
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Transpec'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Transpec'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7eN3ZN
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64
+ cd docbook-to-man-2.0.0.orig
+ '[' 1 -eq 1 ']'
+ install -d /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/bin /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/sgml /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/man/man1 /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/man/man5
+ /usr/bin/make install ROOT=/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr
for dir in cmd Instant Transpec; \
do (cd $dir; make ROOT=/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr install); \
done
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/cmd'
cp docbook-to-man /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/bin
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/cmd'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant'
cd tptregexp; make all
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant/tptregexp'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant/tptregexp'
cp instant /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/bin
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Instant'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Transpec'
if [ ! -d /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/sgml/transpec ]; then mkdir /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/sgml/transpec; fi
cd /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/sgml/transpec; rm -f docbook-to-man.ts roff.cmap roff.sdata
cp docbook-to-man.ts roff.cmap roff.sdata /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/sgml/transpec
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig/Transpec'
+ install Doc/docbook-to-man.1 Doc/instant.1 /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/man/man1
+ install Doc/transpec.1 /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/man/man5/transpec.5
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 2.0.0-15.mga9 --unique-debug-suffix -2.0.0-15.mga9.aarch64 --unique-debug-src-base docbook-to-man-2.0.0-15.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/docbook-to-man-2.0.0.orig

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/bin/instant
dwz: ./usr/bin/instant-2.0.0-15.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 224kB, size after compression: 224kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
423 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 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
mangling shebang in /usr/bin/docbook-to-man from /bin/sh to #!/usr/bin/sh
Processing files: docbook-to-man-2.0.0-15.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lR54ag
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd docbook-to-man-2.0.0.orig
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/doc/docbook-to-man
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/doc/docbook-to-man
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/doc/docbook-to-man
+ cp -pr README.ANS /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64/usr/share/doc/docbook-to-man
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: docbook-to-man = 2.0.0-15.mga9 docbook-to-man(aarch-64) = 2.0.0-15.mga9
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)
Processing files: docbook-to-man-debugsource-2.0.0-15.mga9.aarch64
Provides: docbook-to-man-debugsource = 2.0.0-15.mga9 docbook-to-man-debugsource(aarch-64) = 2.0.0-15.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: docbook-to-man-debuginfo-2.0.0-15.mga9.aarch64
Provides: debuginfo(build-id) = e52175187894ec819373fa2542df4802ae3f1043 docbook-to-man-debuginfo = 2.0.0-15.mga9 docbook-to-man-debuginfo(aarch-64) = 2.0.0-15.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: docbook-to-man-debugsource(aarch-64) = 2.0.0-15.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/docbook-to-man-2.0.0-15.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/docbook-to-man-debuginfo-2.0.0-15.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/docbook-to-man-debugsource-2.0.0-15.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RFrVil
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd docbook-to-man-2.0.0.orig
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-15.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LBiXw3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf docbook-to-man-2.0.0.orig
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!