request from: hawk checking if we should skip the build started at: Mon Apr 6 21:35:06 2020 fetching http://src.tld-linux.org/~builderti//srpms/b6c1c462-2f94-442d-98e3-872007836286/screen-4.8.0-1.src.rpm fetched 950779 bytes, 3955.8 K/s installing srpm: screen-4.8.0-1.src.rpm + install -d /tmp/B.0DitZT/BUILD /tmp/B.0DitZT/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog screen-4.8.0-1.src.rpm * Mon Apr 06 2020 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/screen.git;a=log;h=master * Thu Feb 06 2020 Arkadiusz Miƛkiewicz 88f460b - up to 4.8.0 * Wed Nov 13 2019 Jakub Bogusz b75f714 - updated to 4.7.0 - updated info,no-libs patches + rpm -Uhv --nodeps --define '_topdir /tmp/B.0DitZT' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' screen-4.8.0-1.src.rpm screen ################################################## + rm -f screen-4.8.0-1.src.rpm + install -m 700 -d /tmp/B.0DitZT/BUILD/tmp + TMPDIR=/tmp/B.0DitZT/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.0DitZT' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.0DitZT/screen.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: b6c1c462-2f94-442d-98e3-872007836286; TMPDIR=/tmp/B.0DitZT/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.0DitZT' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.0DitZT/screen.spec + : build-id: b6c1c462-2f94-442d-98e3-872007836286 + TMPDIR=/tmp/B.0DitZT/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.0DitZT' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.0DitZT/screen.spec Building target platforms: i686-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.0DitZT/BUILD/tmp /bin/sh -e /tmp/B.0DitZT/BUILD/tmp/rpm-tmp.2895 + umask 022 + cd /tmp/B.0DitZT/BUILD + cd /tmp/B.0DitZT/BUILD + rm -rf screen-4.8.0 + /usr/bin/gzip -dc /tmp/B.0DitZT/screen-4.8.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd screen-4.8.0 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #2 (screen-manual.patch):' Patch #2 (screen-manual.patch): + w_pwin->p_ptyfd : fore->w_ptyfd, &ibuf, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'CoreDump': screen.c:1657:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] 1657 | setgid(getgid()); | ^~~~~~~~~~~~~~~~ screen.c:1658:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] 1658 | setuid(getuid()); | ^~~~~~~~~~~~~~~~ screen.c:1672:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 1672 | write(disp->d_userfd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'eexit': screen.c:1850:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] 1850 | setgid(real_gid); | ^~~~~~~~~~~~~~~~ screen.c:1851:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] 1851 | setuid(real_uid); | ^~~~~~~~~~~~~~~~ screen.c: In function 'Msg': screen.c:2117:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2117 | write(queryflag, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'Panic': screen.c:2155:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2155 | write(D_userfd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:2156:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2156 | write(D_userfd, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'QueryMsg': screen.c:2186:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2186 | write(queryflag, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'WindowDied': screen.c:1553:35: warning: '%s' directive writing up to 99 bytes into a region of size 86 [-Wformat-overflow=] 1553 | sprintf(buf, "\n\r=== Command %s (%s) ===", reason, s ? s : "?"); | ^~ ~~~~~~ screen.c:1553:18: note: assuming directive output of 1 byte 1553 | sprintf(buf, "\n\r=== Command %s (%s) ===", reason, s ? s : "?"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from os.h:30, from screen.h:30, from screen.c:98: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 22 or more bytes (assuming 122) into a destination of size 100 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE ansi.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE fileio.c fileio.c: In function 'WriteFile': fileio.c:427:13: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] 427 | ftruncate(fd, 0); | ^~~~~~~~~~~~~~~~ fileio.c: In function 'printpipe': fileio.c:714:7: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 714 | dup(pi[0]); | ^~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE mark.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE misc.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE resize.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE socket.c socket.c: In function 'SendErrorMsg': socket.c:757:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 757 | (void) write(s, (char *) &m, sizeof m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c: In function 'CreateTempDisplay': socket.c:961:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 961 | write(i, "Attaching from inside of screen?\n", 33); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c:972:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 972 | write(i, "Access to session denied.\n", 26); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c:996:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 996 | write(i, "Could not make display.\n", 24); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE search.c sh ./tty.sh tty.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE tty.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE term.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE window.c window.c: In function 'ForkWindow': window.c:1297:4: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 1297 | dup(slave); | ^~~~~~~~~~ window.c:1348:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 1348 | dup(newfd); | ^~~~~~~~~~ window.c:1352:8: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 1352 | dup(win->w_ptyfd); | ^~~~~~~~~~~~~~~~~ window.c: In function 'CloseDevice': window.c:983:13: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] 983 | (void)chown(wp->w_tty, 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~ window.c: In function 'FreePseudowin': window.c:1710:9: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] 1710 | (void)chown(pwin->p_tty, 0, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE utmp.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE loadav.c loadav.c: In function 'GetLoadav': loadav.c:89:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 89 | fgets(buf, sizeof(buf), fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE putenv.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE help.c help.c: In function 'helppage': help.c:299:55: warning: '%s' directive writing up to 255 bytes into a region of size between 220 and 228 [-Wformat-overflow=] 299 | sprintf(cbuf,"Command key: %s Literal %s: %s", Esc_buf, Esc_buf, buf); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from os.h:30, from screen.h:30, from help.c:35: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 29 and 292 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE termcap.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE input.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE attacher.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE pty.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE process.c process.c: In function 'pow_detach_fn': process.c:6278:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 6278 | write(D_userfd, "\007", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE display.c display.c: In function 'DisplaySleep1000': display.c:3185:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 3185 | read(D_userfd, &buf, 1); | ^~~~~~~~~~~~~~~~~~~~~~~ display.c: In function 'RunBlanker': display.c:4018:4: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 4018 | dup(slave); | ^~~~~~~~~~ display.c:4043:7: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 4043 | dup(0); | ^~~~~~ display.c:4044:7: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] 4044 | dup(0); | ^~~~~~ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE comm.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE kmapdef.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE acls.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE braille.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE braille_tsi.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE logfile.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE layer.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE list_generic.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE list_display.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE list_window.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE sched.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE teln.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE nethack.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE encoding.c In file included from screen.h:151, from encoding.c:27: encoding.c: In function 'AddUtf8': display.h:322:18: warning: overflow in conversion from 'int' to 'char' changes value from 'c >> 12 & 12288^ 248' to '-8' [-Woverflow] 322 | *D_obufp++ = (c); \ | ^ encoding.c:682:4: note: in expansion of macro 'AddChar' 682 | AddChar((c & 0x3000000) >> 12 ^ 0xf8); | ^~~~~~~ encoding.c: In function 'ToUtf8': encoding.c:727:13: warning: overflow in conversion from 'int' to 'char' changes value from 'c >> 12 & 12288^ 248' to '-8' [-Woverflow] 727 | *p++ = (c & 0x3000000) >> 12 ^ 0xf8; | ^ i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE canvas.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE layout.c i686-tld-linux-gcc -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -DMAXWIN=256 -D_GNU_SOURCE viewport.c i686-tld-linux-gcc -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o list_generic.o list_display.o list_window.o sched.o teln.o nethack.o encoding.o canvas.o layout.o viewport.o -lcurses -lutempter -lcrypt -lpam + cd doc + rm -f 'screen.info*' + makeinfo screen.texinfo + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.0DitZT/BUILD/tmp /bin/sh -e /tmp/B.0DitZT/BUILD/tmp/rpm-tmp.54374 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.0DitZT/BUILD/tmp + umask 022 + cd /tmp/B.0DitZT/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder + /bin/mkdir -p /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder + cd screen-4.8.0 + rm -rf /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder + install -d /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/bin /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/screen/utf8encodings /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/etc/skel /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/etc/pam.d /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/man//man1 /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/man/pl/man1 /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/info + install -p screen /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/bin + cp -a doc/screen.1 /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/man/man1 + cp -a doc/screen.info /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/info + cp -p etc/etcscreenrc /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/etc/screenrc + >>/tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/etc/screenrc + echo -e '\n\n' + >/tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/etc/screenrc + cat /tmp/B.0DitZT/screenrc + cp -a utf8encodings/01 utf8encodings/02 utf8encodings/03 utf8encodings/04 utf8encodings/18 utf8encodings/19 utf8encodings/a1 utf8encodings/bf utf8encodings/c2 utf8encodings/c3 utf8encodings/c4 utf8encodings/c6 utf8encodings/c7 utf8encodings/c8 utf8encodings/cc utf8encodings/cd utf8encodings/d6 /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/screen/utf8encodings + cp -p /tmp/B.0DitZT/screen.pamd /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/etc/pam.d/screen + bzip2 -dc /tmp/B.0DitZT/screen-non-english-man-pages.tar.bz2 + tar xf - -C /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/man + rm -f /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/man/README.screen-non-english-man-pages + __spec_install_post_strip + set +x Stripping 1 ELF executables...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man Compress info pages: /usr/share/info + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: screen-4.8.0-1 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.0DitZT/BUILD/tmp /bin/sh -e /tmp/B.0DitZT/BUILD/tmp/rpm-tmp.54374 + umask 022 + cd /tmp/B.0DitZT/BUILD + cd screen-4.8.0 + DOCDIR=/tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/doc/screen-4.8.0 + export DOCDIR + rm -rf /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/doc/screen-4.8.0 + /bin/mkdir -p /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/doc/screen-4.8.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/doc/screen-4.8.0... Documentation compressed. + cp -pr NEWS README ChangeLog doc/FAQ doc/README.DOTSCREEN etc/screenrc /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/doc/screen-4.8.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder/usr/share/doc/screen-4.8.0... ./screenrc ./README ./README.DOTSCREEN ./FAQ ./NEWS ./ChangeLog Documentation compressed. + exit 0 Provides: config(screen) = 0:4.8.0-1 Requires(interp): /sbin/postshell /sbin/postshell Requires(post): /sbin/postshell Requires(postun): /sbin/postshell 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.15) libc.so.6(GLIBC_2.16) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcrypt.so.1 libcrypt.so.1(GLIBC_2.0) libncursesw.so.6 libpam.so.0 libpam.so.0(LIBPAM_1.0) libutempter.so.0 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder Wrote: /tmp/B.0DitZT/RPMS/screen-4.8.0-1.i686.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.0DitZT/BUILD/tmp /bin/sh -e /tmp/B.0DitZT/BUILD/tmp/rpm-tmp.54374 + umask 022 + cd /tmp/B.0DitZT/BUILD + cd screen-4.8.0 + /bin/rm '--interactive=never' -rf /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder + rm -rf /tmp/B.0DitZT/BUILD/tmp/screen-4.8.0-root-builder ended at: Mon Apr 6 21:35:40 2020, done in 0:00:31.903098 + chmod -R u+rwX /tmp/B.0DitZT/BUILD + rm -rf /tmp/B.0DitZT/tmp /tmp/B.0DitZT/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/... 200..400..600..800..1000..1079 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.0DitZT Begin-TLD-Builder-Info Build-Time: user:23.02s sys:4.50s real:34.94s (faults io:10 non-io:612562) Files queued for ftp: 601131 screen-4.8.0-1.i686.rpm 72 screen-4.8.0-1.src.rpm.uploadinfo End-TLD-Builder-Info