request from: hawk checking if we should skip the build started at: Sun Mar 21 01:05:57 2021 fetching http://src.tld-linux.org/~buildertidev//srpms/b0bf8313-35e3-49d6-9b6b-3d11b64a73f5/less-580-1.src.rpm fetched 443773 bytes, 6959.0 K/s installing srpm: less-580-1.src.rpm + install -d /tmp/B.Zpol2n/BUILD /tmp/B.Zpol2n/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog less-580-1.src.rpm * Sun Mar 21 2021 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/less.git;a=log;h=master * Sun Mar 21 2021 Marcin Krol 6b2f412 - updated to 580 * Sun Mar 21 2021 Marcin Krol 11fc838 - rediffed * Fri Oct 23 2020 Jakub Bogusz c579827 - updated to 563 * Sat Aug 22 2020 Jakub Bogusz 8052503 - updated to 562 * Mon Jan 20 2020 Jakub Bogusz cfe754a - updated to 551 * Mon Feb 18 2019 Adam Gołębiowski 925f013 - updated to 550 * Fri Feb 15 2019 Adam Gołębiowski 9303068 - updated to 549 * Sat Feb 09 2019 Adam Gołębiowski 857a9f4 - updated to 548 * Tue Jun 12 2018 Jakub Bogusz 4d182fe - updated to 530 * Thu Jun 08 2017 Jakub Bogusz b34e278 - updated to 487 * Fri Oct 30 2015 Jakub Bogusz 2123902 - updated to 481 - updated shell patch - configure handles LFS now (by AC_SYS_LARGEFILE) * Tue Feb 24 2015 Jan Rękorajski 7dd158b - x32 rebuild - release 3 (by relup.sh) * Fri Jan 02 2015 Tomasz Pala 4f813bc - S: lesspipe - do not put artificial obstacles against usability, but do not Require potential in-transit harmfulness * Mon Nov 24 2014 Jacek Konieczny f9a3972 - Do not Require lesspipe * Tue Sep 11 2012 Jakub Bogusz 79e0096 - updated to 451 * Thu Jan 05 2012 lisu 3cfdd10 - rel 3 * Wed Aug 31 2011 Arkadiusz Miśkiewicz cab7fdd - release 2 * Sat Jun 11 2011 witekfl a87c23c - 444 * Tue May 03 2011 Jakub Bogusz 2d88ff8 - updated to 443 * Thu Apr 15 2010 Arkadiusz Miśkiewicz bd9d454 - release 2 + rpm -Uhv --nodeps --define '_topdir /tmp/B.Zpol2n' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' less-580-1.src.rpm Updating / installing... less-580-1 ######################################## + rm -f less-580-1.src.rpm + install -m 700 -d /tmp/B.Zpol2n/BUILD/tmp + TMPDIR=/tmp/B.Zpol2n/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.Zpol2n' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.Zpol2n/less.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux rpm: Building for target i686-tld-linux no BR needed building RPM using: set -ex; : build-id: b0bf8313-35e3-49d6-9b6b-3d11b64a73f5; TMPDIR=/tmp/B.Zpol2n/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.Zpol2n' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.Zpol2n/less.spec + : build-id: b0bf8313-35e3-49d6-9b6b-3d11b64a73f5 + TMPDIR=/tmp/B.Zpol2n/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.Zpol2n' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.Zpol2n/less.spec Building target platforms: i686-tld-linux Building for target i686-tld-linux Executing(%prep): /bin/sh -e /tmp/B.Zpol2n/BUILD/tmp/rpm-tmp.ZrFOAM + umask 022 + cd /tmp/B.Zpol2n/BUILD + cd /tmp/B.Zpol2n/BUILD + rm -rf less-580 + /bin/gzip -dc /tmp/B.Zpol2n/less-580.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd less-580 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (less-shell.patch):' Patch #0 (less-shell.patch): + data[bp->datasize], n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ch.c: In function 'sync_logfile': ch.c:432:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 432 | write(logfile, (char *) bp->data, bp->datasize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from screen.c:16: screen.c: In function 'tput_color.constprop': less.h:499:25: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 499 | #define ESCS "\33" | ^~~~~ screen.c:2561:13: note: in expansion of macro 'ESCS' 2561 | tput_fmt(ESCS"[38;5;%dm", fg, f_putc); | ^~~~ screen.c:2563:24: note: format string is defined here 2563 | tput_fmt(ESCS"[48;5;%dm", bg, f_putc); | ^~ In file included from screen.c:16: less.h:499:25: note: directive argument in the range [0, 2147483647] 499 | #define ESCS "\33" | ^~~~~ screen.c:2561:13: note: in expansion of macro 'ESCS' 2561 | tput_fmt(ESCS"[38;5;%dm", fg, f_putc); | ^~~~ In file included from /usr/include/stdio.h:866, from less.h:69, from screen.c:16: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 10 and 19 bytes into a destination of size 16 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from screen.c:16: less.h:499:25: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 499 | #define ESCS "\33" | ^~~~~ screen.c:2563:13: note: in expansion of macro 'ESCS' 2563 | tput_fmt(ESCS"[48;5;%dm", bg, f_putc); | ^~~~ screen.c:2563:24: note: format string is defined here 2563 | tput_fmt(ESCS"[48;5;%dm", bg, f_putc); | ^~ In file included from screen.c:16: less.h:499:25: note: directive argument in the range [0, 2147483647] 499 | #define ESCS "\33" | ^~~~~ screen.c:2563:13: note: in expansion of macro 'ESCS' 2563 | tput_fmt(ESCS"[48;5;%dm", bg, f_putc); | ^~~~ In file included from /usr/include/stdio.h:866, from less.h:69, from screen.c:16: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 10 and 19 bytes into a destination of size 16 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 command.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 cvt.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 decode.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 edit.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 filename.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 forwback.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 help.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ifile.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 input.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 jump.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 line.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 linenum.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 lsystem.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 mark.c lsystem.c: In function 'lsystem': lsystem.c:127:3: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 127 | dup(inp); | ^~~~~~~~ lsystem.c:161:2: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 161 | system(p); | ^~~~~~~~~ lsystem.c:186:2: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | dup(inp); | ^~~~~~~~ i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 optfunc.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 option.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 opttbl.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 os.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 output.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 pattern.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 position.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 prompt.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 search.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 signal.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 tags.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ttyin.c i686-tld-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 version.c i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o lesskey lesskey.o version.o i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o lessecho lessecho.o version.o i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o less main.o screen.o brac.o ch.o charset.o cmdbuf.o command.o cvt.o decode.o edit.o filename.o forwback.o help.o ifile.o input.o jump.o line.o linenum.o lsystem.o mark.o optfunc.o option.o opttbl.o os.o output.o pattern.o position.o prompt.o search.o signal.o tags.o ttyin.o version.o -ltinfow + RPM_EC=0 + jobs -p + exit 0 Executing(%install): /bin/sh -e /tmp/B.Zpol2n/BUILD/tmp/rpm-tmp.vAI5cv TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.Zpol2n/BUILD/tmp + umask 022 + cd /tmp/B.Zpol2n/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder + /bin/mkdir -p /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder + cd less-580 + rm -rf /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder + install -d /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/etc/env.d + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder' ./mkinstalldirs /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/man1 mkdir /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin mkdir /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/man1 /usr/bin/install -c less /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin/less /usr/bin/install -c lesskey /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin/lesskey /usr/bin/install -c lessecho /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin/lessecho /usr/bin/install -c -m 644 ./less.nro /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/man1/less.1 /usr/bin/install -c -m 644 ./lesskey.nro /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/man1/lesskey.1 /usr/bin/install -c -m 644 ./lessecho.nro /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/man1/lessecho.1 + >/tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/etc/env.d/LESS + echo '#LESS="i m q s X -M"' + >/tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/etc/env.d/PAGER + echo '#PAGER=less' + bzip2 -dc /tmp/B.Zpol2n/less-non-english-man-pages.tar.bz2 + tar xf - -C /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man + install /tmp/B.Zpol2n/lessecho.1 /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/man1 + /bin/rm '--interactive=never' /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/man/README.less-non-english-man-pages + /usr/lib/rpm/find-debuginfo.sh -j4 --build-id-seed 580-1 --unique-debug-suffix -580-1.i686 --unique-debug-src-base less-580-1.i686 /tmp/B.Zpol2n/BUILD/less-580 extracting debug info from /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin/less extracting debug info from /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin/lessecho extracting debug info from /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/bin/lesskey 1304 blocks + __spec_install_post_strip + set +x Stripping 3 ELF executables...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 3 executable binaries and shared object files. + __spec_install_post_compress_modules + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_shebangs + set +x Checking script shebangs... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man + __spec_install_post_py_hardlink + set +x Processing files: less-580-1.i686 Executing(%doc): /bin/sh -e /tmp/B.Zpol2n/BUILD/tmp/rpm-tmp.T1xYGr + umask 022 + cd /tmp/B.Zpol2n/BUILD + cd less-580 + DOCDIR=/tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/doc/less-580 + export 'LC_ALL=C' + export DOCDIR + test -d /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/doc/less-580 + /bin/mkdir -p /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/doc/less-580 + cp -pr README -pr NEWS /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder/usr/share/doc/less-580 + RPM_EC=0 + jobs -p + exit 0 Provides: config(less) = 580-1 less = 580-1 less(x86-32) = 580-1 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.4) libncursesw.so.6 rtld(GNU_HASH) Suggests: lesspipe Processing files: less-debuginfo-580-1.i686 Provides: less-debuginfo = 580-1 less-debuginfo(x86-32) = 580-1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder Wrote: /tmp/B.Zpol2n/RPMS/less-580-1.i686.rpm Wrote: /tmp/B.Zpol2n/RPMS/less-debuginfo-580-1.i686.rpm Executing(%clean): /bin/sh -e /tmp/B.Zpol2n/BUILD/tmp/rpm-tmp.O2MtqT + umask 022 + cd /tmp/B.Zpol2n/BUILD + cd less-580 + rm -rf /tmp/B.Zpol2n/BUILD/tmp/less-580-i686-root-builder + RPM_EC=0 + jobs -p + exit 0 ended at: Sun Mar 21 01:06:05 2021, done in 0:00:07.698676 + chmod -R u+rwX /tmp/B.Zpol2n/BUILD + rm -rf /tmp/B.Zpol2n/tmp /tmp/B.Zpol2n/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.Zpol2n Begin-TLD-Builder-Info Build-Time: user:11.06s sys:2.89s real:8.50s (faults io:3 non-io:590734) Files queued for ftp: 361797 less-debuginfo-580-1.i686.rpm 216777 less-580-1.i686.rpm 104 less-580-1.src.rpm.uploadinfo End-TLD-Builder-Info