D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/docbook-to-man-2.0.0-14.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.t1ku30 + 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 . + echo 'Patch #0 (docbook-to-man_2.0.0-26.diff.gz):' Patch #0 (docbook-to-man_2.0.0-26.diff.gz): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file docbook-to-man-2.0.0/debian/control patching file docbook-to-man-2.0.0/debian/changelog patching file docbook-to-man-2.0.0/debian/rules patching file docbook-to-man-2.0.0/debian/compat patching file docbook-to-man-2.0.0/debian/dirs patching file docbook-to-man-2.0.0/debian/patches/01-conglomeration.dpatch patching file docbook-to-man-2.0.0/debian/patches/03-userinput-font.dpatch patching file docbook-to-man-2.0.0/debian/patches/00list patching file docbook-to-man-2.0.0/debian/patches/02-arg-req-space.dpatch patching file docbook-to-man-2.0.0/debian/copyright patching file docbook-to-man-2.0.0/debian/docs + echo 'Patch #10 (docbook-to-man-debian.patch):' Patch #10 (docbook-to-man-debian.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file debian/patches/01-conglomeration.dpatch patching file debian/patches/00list patching file debian/changelog patching file debian/compat patching file debian/rules patching file debian/control patching file debian/copyright patching file debian/docs patching file debian/dirs + /usr/bin/patch -p1 -s + echo 'Patch #11 (docbook-to-man-opt.patch):' Patch #11 (docbook-to-man-opt.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Instant/tptregexp/Makefile + echo 'Patch #12 (docbook-to-man-PLD.patch):' Patch #12 (docbook-to-man-PLD.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file cmd/docbook-to-man.sh + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6dlXTY + 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I. -c -o regexp.o regexp.c regexp.c: In function 'tpt_regcomp': regexp.c:217:16: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 217 | r = (regexp *)malloc(sizeof(regexp) + (unsigned)regsize); | ^~~~~~ regexp.c:217:16: warning: incompatible implicit declaration of built-in function 'malloc' regexp.c:29:1: note: include '' or provide a declaration of 'malloc' 28 | #include "regmagic.h" +++ |+#include 29 | gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I. -c -o regsub.o regsub.c regsub.c: In function 'tpt_regsub': regsub.c:72:42: warning: 'strncpy' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 72 | (void) strncpy(dst, prog->startp[no], len); | ^~~ regsub.c:45:15: note: built-in 'strncpy' declared here 45 | extern char *strncpy(); | ^~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I. -c -o regerror.o regerror.c regerror.c: In function 'tpt_regerror': regerror.c:11:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 11 | exit(1); | ^~~~ regerror.c:11:2: warning: incompatible implicit declaration of built-in function 'exit' regerror.c:2:1: note: include '' or provide a declaration of 'exit' 1 | #include +++ |+#include 2 | gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I. -c -o strerror.o strerror.c 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 -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\" -c -o main.o main.c main.c: In function 'HandleArgs': main.c:288:15: warning: implicit declaration of function 'getopt'; did you mean 'getsubopt'? [-Wimplicit-function-declaration] 288 | while ((c=getopt(ac, av, "df:t:vc:s:o:huSxIl:bHVWi:D:Z")) != EOF) { | ^~~~~~ | getsubopt main.c: In function 'ReadESIS': main.c:598:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 598 | fgets(buf, LINESIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:793:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 793 | fgets(buf, LINESIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:801:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 801 | fgets(buf, LINESIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:833:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 833 | fgets(buf, LINESIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:843:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 843 | fgets(buf, LINESIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'AccumElemInfo': main.c:444:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 444 | fgets(buf, LINESIZE, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -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\" -c -o util.o util.c gcc -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\" -c -o info.o info.c gcc -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\" -c -o translate.o translate.c gcc -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\" -c -o traninit.o traninit.c traninit.c: In function 'ReadTransSpec': traninit.c:217:6: warning: implicit declaration of function 'ExpandVariables' [-Wimplicit-function-declaration] 217 | ExpandVariables(tok[1], buf, 0); | ^~~~~~~~~~~~~~~ traninit.c:139:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 139 | fgets(fn, LINESIZE-i, fp); /* read and append to buf */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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\" -c -o tranvar.o tranvar.c tranvar.c: In function 'ExpandSpecialVar': tranvar.c:443:2: warning: implicit declaration of function 'CALStable' [-Wimplicit-function-declaration] 443 | CALStable(e, fp, tok, ntok); | ^~~~~~~~~ gcc -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\" -c -o tables.o tables.c tables.c: In function 'CALStable': tables.c:383:32: warning: format '%s' expects a matching 'char *' argument [-Wformat=] 383 | fprintf(stderr, "Incomplete %s table instruction\n"); | ~^ | | | char * gcc -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\" -c -o browse.o browse.c browse.c: In function 'Browse': browse.c:171:7: error: format not a string literal and no format arguments [-Werror=format-security] 171 | printf(ce->dcont[n]); | ^~~~~~ cc1: some warnings being treated as errors make[1]: *** [: browse.o] Error 1 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.ACa2WZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64 + cd docbook-to-man-2.0.0.orig + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/bin /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/sgml /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/man/man1 /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/man/man5 + /usr/bin/make install ROOT=/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr for dir in cmd Instant Transpec; \ do (cd $dir; make ROOT=/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.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-14.mga8.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' gcc -g -Itptregexp -DDEF_TPT_LIB=\"/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/sgml/transpec\" -c -o browse.o browse.c gcc -g -Itptregexp -DDEF_TPT_LIB=\"/home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/sgml/transpec\" -c -o masterVersion.o masterVersion.c gcc -o instant -g main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o masterVersion.o -Ltptregexp -ltptregexp cp instant /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.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-14.mga8.aarch64/usr/share/sgml/transpec ]; then mkdir /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/sgml/transpec; fi cd /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.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-14.mga8.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-14.mga8.aarch64/usr/share/man/man1 + install Doc/transpec.1 /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/man/man5/transpec.5 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 2.0.0-14.mga8 --unique-debug-suffix -2.0.0-14.mga8.aarch64 --unique-debug-src-base docbook-to-man-2.0.0-14.mga8.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 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/bin/instant extracting debug info from /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/bin/instant original debug info size: 328kB, size after compression: 304kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 476 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /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-14.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yqRM0X + 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-14.mga8.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-14.mga8.aarch64/usr/share/doc/docbook-to-man + cp -pr README /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/doc/docbook-to-man + cp -pr README.ANS /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64/usr/share/doc/docbook-to-man + RPM_EC=0 ++ jobs -p + exit 0 Provides: docbook-to-man = 2.0.0-14.mga8 docbook-to-man(aarch-64) = 2.0.0-14.mga8 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-14.mga8.aarch64 Provides: docbook-to-man-debugsource = 2.0.0-14.mga8 docbook-to-man-debugsource(aarch-64) = 2.0.0-14.mga8 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-14.mga8.aarch64 Provides: debuginfo(build-id) = ee2120aa0797596a471e7621072689804eb63e4c docbook-to-man-debuginfo = 2.0.0-14.mga8 docbook-to-man-debuginfo(aarch-64) = 2.0.0-14.mga8 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-14.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/docbook-to-man-2.0.0-14.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/docbook-to-man-2.0.0-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/docbook-to-man-debugsource-2.0.0-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/docbook-to-man-debuginfo-2.0.0-14.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hzQ3VZ + 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-14.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3DJWyY + 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!