<86>Jul 22 02:25:50 userdel[1956934]: delete user 'rooter' <86>Jul 22 02:25:50 userdel[1956934]: removed group 'rooter' owned by 'rooter' <86>Jul 22 02:25:50 groupadd[1957163]: group added to /etc/group: name=rooter, GID=1835 <86>Jul 22 02:25:50 groupadd[1957163]: group added to /etc/gshadow: name=rooter <86>Jul 22 02:25:50 groupadd[1957163]: new group: name=rooter, GID=1835 <86>Jul 22 02:25:50 useradd[1957348]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Jul 22 02:25:50 userdel[1957453]: delete user 'builder' <86>Jul 22 02:25:50 groupadd[1957492]: group added to /etc/group: name=builder, GID=1836 <86>Jul 22 02:25:50 groupadd[1957492]: group added to /etc/gshadow: name=builder <86>Jul 22 02:25:50 groupadd[1957492]: new group: name=builder, GID=1836 <86>Jul 22 02:25:50 useradd[1957511]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none <13>Jul 22 02:25:54 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835246 installed <13>Jul 22 02:25:54 rpmi: libpcre2-devel-10.42-alt1 sisyphus+311927.100.1.1 1671290951 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/less-633-alt1.nosrc.rpm (w1.gzdio) Installing less-633-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.90542 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf less-633 + echo 'Source #0 (less-633.tar):' Source #0 (less-633.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/less-633.tar + cd less-633 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (0001-ALT-Add-AC_GNU_SOURCE.patch):' Patch #1 (0001-ALT-Add-AC_GNU_SOURCE.patch): + /usr/bin/patch -p2 patching file configure.ac Hunk #1 succeeded at 14 with fuzz 2. + echo 'Patch #2 (0002-Add-old-bot-option-to-manpage.patch):' Patch #2 (0002-Add-old-bot-option-to-manpage.patch): + /usr/bin/patch -p2 patching file less.nro Hunk #1 succeeded at 758 (offset 44 lines). + echo 'Patch #3 (0003-Add-old-bot-option-to-help.patch):' Patch #3 (0003-Add-old-bot-option-to-help.patch): + /usr/bin/patch -p2 patching file help.c Hunk #1 succeeded at 148 (offset 2 lines). patching file less.hlp Hunk #1 succeeded at 145 (offset 2 lines). + echo 'Patch #4 (0004-Process-old-bot-at-start.patch):' Patch #4 (0004-Process-old-bot-at-start.patch): + /usr/bin/patch -p2 patching file screen.c Hunk #1 succeeded at 1775 (offset 24 lines). + echo 'Patch #5 (0005-Set-LESSCOLOR-env-variable-if-R-was-specified.patch):' Patch #5 (0005-Set-LESSCOLOR-env-variable-if-R-was-specified.patch): + /usr/bin/patch -p2 patching file main.c Hunk #2 succeeded at 153 (offset -2 lines). + install -pm644 /usr/src/RPM/SOURCES/faq.html . + bzip2 -9k NEWS + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90542 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd less-633 + autoconf + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --with-regex=pcre2 configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-alt-linux-gcc... (cached) x86_64-alt-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-alt-linux-gcc accepts -g... (cached) yes checking for x86_64-alt-linux-gcc option to accept ISO C89... (cached) none needed checking for library containing strerror... none required checking whether x86_64-alt-linux-gcc needs -traditional... no checking for a BSD-compatible install... /bin/install -c checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for tgoto in -ltinfo... yes checking for tgoto in -ltinfow... no checking for initscr in -lxcurses... no checking for initscr in -lncursesw... no checking for initscr in -lncurses... no checking for initscr in -lcurses... no checking for tgetent in -ltermcap... no checking for tgetent in -ltermlib... no checking for library containing regcmp... no checking for ctype.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for limits.h... yes checking for stdckdint.h... no checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for termcap.h... yes checking for ncurses/termcap.h... yes checking for ncursesw/termcap.h... no checking for termio.h... yes checking for termios.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for values.h... yes checking for linux/magic.h... yes checking for sys/ioctl.h... yes checking for sys/stream.h... no checking for sys/types.h... (cached) yes checking for sys/wait.h... yes checking for wctype.h... yes checking whether stat file-mode macros are broken... no checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking for working terminal libraries... using -ltinfo checking for void... yes checking for const... yes checking for time_t... yes checking for st_ino in struct stat... yes checking for procfs... yes checking for ANSI function prototypes... yes checking for fchmod... yes checking for fsync... yes checking for nanosleep... yes checking for poll... yes checking for popen... yes checking for realpath... yes checking for _setjmp... yes checking for sigprocmask... yes checking for sigsetmask... yes checking for snprintf... yes checking for stat... yes checking for strsignal... yes checking for system... yes checking for ttyname... yes checking for usleep... yes checking for memcpy... yes checking for strchr... yes checking for strstr... yes checking for tcgetattr... yes checking for fileno... yes checking for strerror... yes checking for sys_errlist... yes checking for sigset_t... yes checking for sigemptyset... yes checking for errno... yes - in errno.h checking for locale... yes checking for ctype functions... yes checking for wctype functions... yes checking termcap for ospeed... yes - in termcap.h checking for pcre2_compile_8 in -lpcre2-8... yes regular expression library: pcre2 configure: creating ./config.status config.status: creating Makefile config.status: creating defines.h configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext + make -j16 make: Entering directory '/usr/src/RPM/BUILD/less-633' test ! -f stamp-h || CONFIG_FILES= CONFIG_HEADERS=defines.h ./config.status touch stamp-h make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto lesskey.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto lessecho.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto brac.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto cvt.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto main.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto forwback.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto help.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ifile.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ch.c ch.c: In function 'sync_logfile': ch.c:418:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 418 | write(logfile, (char *) bp->data, bp->datasize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ch.c: In function 'ch_get': ch.c:299:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 299 | write(logfile, (char *) &bp->data[bp->datasize], n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto decode.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto jump.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto charset.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto edit.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto filename.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto input.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto screen.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto cmdbuf.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto lsystem.c lsystem.c: In function 'lsystem': lsystem.c:119:17: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 119 | dup(inp); | ^~~~~~~~ lsystem.c:153:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 153 | system(p); | ^~~~~~~~~ lsystem.c:178:9: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 178 | dup(inp); | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto command.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto linenum.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto mark.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto option.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto version.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto opttbl.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto position.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto pattern.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto optfunc.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto os.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto prompt.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto output.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto line.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto signal.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto xbuf.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto lesskey_parse.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto tags.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ttyin.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto search.c make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -o lessecho lessecho.o version.o make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -o lesskey lesskey.o lesskey_parse.o xbuf.o version.o make: Leaving directory '/usr/src/RPM/BUILD/less-633' make: Entering directory '/usr/src/RPM/BUILD/less-633' x86_64-alt-linux-gcc -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 xbuf.o lesskey_parse.o -ltinfo -lpcre2-8 make: Leaving directory '/usr/src/RPM/BUILD/less-633' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65275 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/less-buildroot + : + /bin/rm -rf -- /usr/src/tmp/less-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd less-633 + mkdir -p /usr/src/tmp/less-buildroot/etc/profile.d /usr/src/tmp/less-buildroot/usr/share/less + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/less-buildroot/usr exec_prefix=/usr/src/tmp/less-buildroot/usr bindir=/usr/src/tmp/less-buildroot/usr/bin sbindir=/usr/src/tmp/less-buildroot/usr/sbin sysconfdir=/usr/src/tmp/less-buildroot/etc datadir=/usr/src/tmp/less-buildroot/usr/share includedir=/usr/src/tmp/less-buildroot/usr/include libdir=/usr/src/tmp/less-buildroot/usr/lib64 libexecdir=/usr/src/tmp/less-buildroot/usr/lib localstatedir=/usr/src/tmp/less-buildroot/var/lib sharedstatedir=/usr/src/tmp/less-buildroot/var/lib mandir=/usr/src/tmp/less-buildroot/usr/share/man infodir=/usr/src/tmp/less-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/less-633' ./mkinstalldirs /usr/src/tmp/less-buildroot/usr/bin /usr/src/tmp/less-buildroot/usr/share/man/man1 mkdir /usr/src/tmp/less-buildroot/usr/bin mkdir /usr/src/tmp/less-buildroot/usr/share/man mkdir /usr/src/tmp/less-buildroot/usr/share/man/man1 /usr/libexec/rpm-build/install -p less /usr/src/tmp/less-buildroot/usr/bin/less /usr/libexec/rpm-build/install -p lesskey /usr/src/tmp/less-buildroot/usr/bin/lesskey /usr/libexec/rpm-build/install -p lessecho /usr/src/tmp/less-buildroot/usr/bin/lessecho /usr/libexec/rpm-build/install -p -m 644 ./less.nro /usr/src/tmp/less-buildroot/usr/share/man/man1/less.1 /usr/libexec/rpm-build/install -p -m 644 ./lesskey.nro /usr/src/tmp/less-buildroot/usr/share/man/man1/lesskey.1 /usr/libexec/rpm-build/install -p -m 644 ./lessecho.nro /usr/src/tmp/less-buildroot/usr/share/man/man1/lessecho.1 make: Leaving directory '/usr/src/RPM/BUILD/less-633' + install -pm755 /usr/src/RPM/SOURCES/lesspipe /usr/src/RPM/SOURCES/lessfile /usr/src/RPM/SOURCES/zless /usr/src/RPM/SOURCES/lzless /usr/src/tmp/less-buildroot/usr/bin/ + install -pm755 /usr/src/RPM/SOURCES/lesspipe.sh /usr/src/RPM/SOURCES/lesspipe-color.sh /usr/src/RPM/SOURCES/lessfile.sh /usr/src/RPM/SOURCES/lessclose.sh /usr/src/tmp/less-buildroot/usr/share/less/ + install -pm644 /usr/src/RPM/SOURCES/lesspipe.1 /usr/src/RPM/SOURCES/zless.1 /usr/src/RPM/SOURCES/lzless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/ + install -pm755 /usr/src/RPM/SOURCES/less.sh /usr/src/RPM/SOURCES/less.csh /usr/src/tmp/less-buildroot/etc/profile.d/ + ln -s zless /usr/src/tmp/less-buildroot/usr/bin/zmore + ln -s zless /usr/src/tmp/less-buildroot/usr/bin/bzmore + ln -s zless /usr/src/tmp/less-buildroot/usr/bin/bzless + ln -s zless /usr/src/tmp/less-buildroot/usr/bin/xzmore + ln -s zless /usr/src/tmp/less-buildroot/usr/bin/xzless + ln -s lzless /usr/src/tmp/less-buildroot/usr/bin/lzmore + ln -s zless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/zmore.1 + ln -s zless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/bzmore.1 + ln -s zless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/bzless.1 + ln -s zless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/xzmore.1 + ln -s zless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/xzless.1 + ln -s lzless.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/lzmore.1 + ln -s lesspipe.1 /usr/src/tmp/less-buildroot/usr/share/man/man1/lessfile.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/less-buildroot (auto) Verifying and fixing files in /usr/src/tmp/less-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/less-buildroot/ (default) Compressing files in /usr/src/tmp/less-buildroot (auto) removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/lessfile.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/lessfile.1.xz' -> 'lesspipe.1.xz' removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/lzmore.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/lzmore.1.xz' -> 'lzless.1.xz' removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/xzless.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/xzless.1.xz' -> 'zless.1.xz' removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/xzmore.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/xzmore.1.xz' -> 'zless.1.xz' removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/bzless.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/bzless.1.xz' -> 'zless.1.xz' removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/bzmore.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/bzmore.1.xz' -> 'zless.1.xz' removed '/usr/src/tmp/less-buildroot/usr/share/man/man1/zmore.1' '/usr/src/tmp/less-buildroot/usr/share/man/man1/zmore.1.xz' -> 'zless.1.xz' Verifying ELF objects in /usr/src/tmp/less-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: less-633-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24892 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd less-633 + DOCDIR=/usr/src/tmp/less-buildroot/usr/share/doc/less-633 + export DOCDIR + rm -rf /usr/src/tmp/less-buildroot/usr/share/doc/less-633 + /bin/mkdir -p /usr/src/tmp/less-buildroot/usr/share/doc/less-633 + cp -prL NEWS.bz2 faq.html /usr/src/tmp/less-buildroot/usr/share/doc/less-633 + chmod -R go-w /usr/src/tmp/less-buildroot/usr/share/doc/less-633 + chmod -R a+rX /usr/src/tmp/less-buildroot/usr/share/doc/less-633 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L5XJTN find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WLX4ZI find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: rm Requires: file >= 4.26-alt3, mktemp >= 1:1.3.1, /bin/rm, /bin/sh, /lib64/ld-linux-x86-64.so.2, coreutils, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libpcre2-8.so.0()(64bit) >= set:khJAaSUWv0fbN9LSOZAM0, libtinfo.so.5()(64bit) >= set:lhhUhAboLMEMMoohVrk49Icu, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Conflicts: bzip2 < 0:1.0.1-ipl6mdk, gzip-utils < 0:1.3.5-alt1, lzma-utils < 4.32.7-alt3 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gO0wBh Creating less-debuginfo package Processing files: less-debuginfo-633-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SV5emr find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Kg8RVY find-requires: running scripts (debuginfo) Requires: less = 633-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcre2-8.so.0), debug64(libtinfo.so.5) Adding to less-debuginfo a strict dependency on less Wrote: /usr/src/RPM/RPMS/x86_64/less-633-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/less-debuginfo-633-alt1.x86_64.rpm (w2.lzdio) 7.93user 3.69system 0:11.03elapsed 105%CPU (0avgtext+0avgdata 71488maxresident)k 0inputs+0outputs (0major+1273941minor)pagefaults 0swaps 3.82user 2.51system 0:22.59elapsed 28%CPU (0avgtext+0avgdata 126496maxresident)k 0inputs+0outputs (0major+192443minor)pagefaults 0swaps --- less-633-alt1.x86_64.rpm.repo 2023-07-13 14:14:15.000000000 +0000 +++ less-633-alt1.x86_64.rpm.hasher 2023-07-22 02:26:06.920463118 +0000 @@ -62,6 +62,6 @@ File: /usr/bin/bzmore 120777 root:root zless -File: /usr/bin/less 100755 root:root 3ac9e1134e26bf3314bbf8d1adf14fb5 -File: /usr/bin/lessecho 100755 root:root 3391452a045af00c7f102b46158b5e75 +File: /usr/bin/less 100755 root:root dfe18e695c6053df204188f071a3fcf8 +File: /usr/bin/lessecho 100755 root:root 35f1d522c14bd9f58304aa5a9cccb04b File: /usr/bin/lessfile 100755 root:root 169262b76f3fe1fa283961f406ac712b -File: /usr/bin/lesskey 100755 root:root 43de09a55fed22e133d80c7c8689b760 +File: /usr/bin/lesskey 100755 root:root 6ef122cd1e99cabbcf137076c95c8995 File: /usr/bin/lesspipe 100755 root:root c6637b82a8234a07a77b737f915c033f @@ -94,2 +94,2 @@ File: /usr/share/man/man1/zmore.1.xz 120777 root:root zless.1.xz -RPMIdentity: c3387d23b51f11261d4563b12b125cc308d221bc332f75c348916807e28ffd8ca632abb46704153e16a09743ebd2431583f3fe0c836d7f0c202f8e1b4c1354d1 +RPMIdentity: 4916737a22fdfddae4c6e06c4b73a382a6074a4df625c33faf336c0246170bbc370abcb21ce6e48b305d4ceed64bb749d5ea6abfb7506f7cf1433cf77a78548d --- less-debuginfo-633-alt1.x86_64.rpm.repo 2023-07-13 14:14:15.000000000 +0000 +++ less-debuginfo-633-alt1.x86_64.rpm.hasher 2023-07-22 02:26:06.975463897 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/04 40755 root:root -/usr/lib/debug/.build-id/04/5d769a4924eb17f43676bb493b6893148e2339 120777 root:root ../../../../bin/less -/usr/lib/debug/.build-id/04/5d769a4924eb17f43676bb493b6893148e2339.debug 120777 root:root ../../usr/bin/less.debug -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/563fe4a05eeff1c9174213b33844110c4f94c0 120777 root:root ../../../../bin/lessecho -/usr/lib/debug/.build-id/46/563fe4a05eeff1c9174213b33844110c4f94c0.debug 120777 root:root ../../usr/bin/lessecho.debug -/usr/lib/debug/.build-id/52 40755 root:root -/usr/lib/debug/.build-id/52/b9f1f88210635d0b0adebc963263c54e9443fe 120777 root:root ../../../../bin/lesskey -/usr/lib/debug/.build-id/52/b9f1f88210635d0b0adebc963263c54e9443fe.debug 120777 root:root ../../usr/bin/lesskey.debug +/usr/lib/debug/.build-id/b2 40755 root:root +/usr/lib/debug/.build-id/b2/a0885bc40145144557f2bc01ac9bcc22d9988a 120777 root:root ../../../../bin/less +/usr/lib/debug/.build-id/b2/a0885bc40145144557f2bc01ac9bcc22d9988a.debug 120777 root:root ../../usr/bin/less.debug +/usr/lib/debug/.build-id/e9 40755 root:root +/usr/lib/debug/.build-id/e9/2c456781af3ea61d13a628dfcc75b5bd789bcc 120777 root:root ../../../../bin/lessecho +/usr/lib/debug/.build-id/e9/2c456781af3ea61d13a628dfcc75b5bd789bcc.debug 120777 root:root ../../usr/bin/lessecho.debug +/usr/lib/debug/.build-id/ee 40755 root:root +/usr/lib/debug/.build-id/ee/0da56ffbf7439ef2c7132faa2aea8fb03aee61 120777 root:root ../../../../bin/lesskey +/usr/lib/debug/.build-id/ee/0da56ffbf7439ef2c7132faa2aea8fb03aee61.debug 120777 root:root ../../usr/bin/lesskey.debug /usr/lib/debug/usr/bin/less.debug 100644 root:root @@ -62,14 +62,14 @@ Provides: less-debuginfo = 633-alt1:sisyphus+324814.100.1.1 -File: /usr/lib/debug/.build-id/04 40755 root:root -File: /usr/lib/debug/.build-id/04/5d769a4924eb17f43676bb493b6893148e2339 120777 root:root ../../../../bin/less -File: /usr/lib/debug/.build-id/04/5d769a4924eb17f43676bb493b6893148e2339.debug 120777 root:root ../../usr/bin/less.debug -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/563fe4a05eeff1c9174213b33844110c4f94c0 120777 root:root ../../../../bin/lessecho -File: /usr/lib/debug/.build-id/46/563fe4a05eeff1c9174213b33844110c4f94c0.debug 120777 root:root ../../usr/bin/lessecho.debug -File: /usr/lib/debug/.build-id/52 40755 root:root -File: /usr/lib/debug/.build-id/52/b9f1f88210635d0b0adebc963263c54e9443fe 120777 root:root ../../../../bin/lesskey -File: /usr/lib/debug/.build-id/52/b9f1f88210635d0b0adebc963263c54e9443fe.debug 120777 root:root ../../usr/bin/lesskey.debug -File: /usr/lib/debug/usr/bin/less.debug 100644 root:root 2a58bf89f498ff37cfd922c269a1d7bb -File: /usr/lib/debug/usr/bin/lessecho.debug 100644 root:root 7063c8fc1715d57bc05908ffe9e9c0b0 -File: /usr/lib/debug/usr/bin/lesskey.debug 100644 root:root 90e78885493f09396cf7f7e62f9aa91a +File: /usr/lib/debug/.build-id/b2 40755 root:root +File: /usr/lib/debug/.build-id/b2/a0885bc40145144557f2bc01ac9bcc22d9988a 120777 root:root ../../../../bin/less +File: /usr/lib/debug/.build-id/b2/a0885bc40145144557f2bc01ac9bcc22d9988a.debug 120777 root:root ../../usr/bin/less.debug +File: /usr/lib/debug/.build-id/e9 40755 root:root +File: /usr/lib/debug/.build-id/e9/2c456781af3ea61d13a628dfcc75b5bd789bcc 120777 root:root ../../../../bin/lessecho +File: /usr/lib/debug/.build-id/e9/2c456781af3ea61d13a628dfcc75b5bd789bcc.debug 120777 root:root ../../usr/bin/lessecho.debug +File: /usr/lib/debug/.build-id/ee 40755 root:root +File: /usr/lib/debug/.build-id/ee/0da56ffbf7439ef2c7132faa2aea8fb03aee61 120777 root:root ../../../../bin/lesskey +File: /usr/lib/debug/.build-id/ee/0da56ffbf7439ef2c7132faa2aea8fb03aee61.debug 120777 root:root ../../usr/bin/lesskey.debug +File: /usr/lib/debug/usr/bin/less.debug 100644 root:root 3a79a93044abbc41149d01686ce67a09 +File: /usr/lib/debug/usr/bin/lessecho.debug 100644 root:root 7bf42b87480a38d7766e406a4895715d +File: /usr/lib/debug/usr/bin/lesskey.debug 100644 root:root 7b27864278cdf3b2b7428b2675561faf File: /usr/src/debug/less-633 40755 root:root @@ -117,2 +117,2 @@ File: /usr/src/debug/less-633/xbuf.h 100644 root:root 99dea58d8bf0dd2d238b009889fad0e9 -RPMIdentity: 5b83924ee7d1a9e31f5da68d3fd1ed1d9ca162330ed3df96d6fefde2dd4781bedb9e8fbbd2067939e7ad8eaf6381d604ff9ad7a4f7b9e1bdc203124bfb76cbb5 +RPMIdentity: 15f29934771e4c318160455b4baa8a26d28b74d55c6a4db17dd7cfbae18ae1b57837ea3dd40797f644252cfa47cbc58a62e64bcb155183311ec4178c16303bb9