D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/less-487-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PDMcsz + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf less-487 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/less-487.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd less-487 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/lesspipe-1.83.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (less-374-manpages.patch):' Patch #0 (less-374-manpages.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lessecho.1 patching file lesspipe.1 + cd lesspipe-1.83 + echo 'Patch #2 (lesspipe-1.72-posix.patch):' Patch #2 (lesspipe-1.72-posix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lesspipe.sh.in Hunk #1 succeeded at 79 (offset 6 lines). + cd .. + echo 'Patch #3 (less-382-fixline.patch):' Patch #3 (less-382-fixline.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fixline --fuzz=0 patching file command.c Hunk #1 succeeded at 1324 (offset 156 lines). + echo 'Patch #4 (less-444-Foption.v2.patch):' Patch #4 (less-444-Foption.v2.patch): + /usr/bin/patch --no-backup-if-mismatch -p2 -b --suffix .Foption --fuzz=0 patching file forwback.c Hunk #1 succeeded at 444 (offset 4 lines). patching file funcs.h patching file main.c patching file screen.c Hunk #1 succeeded at 204 (offset 1 line). Hunk #2 succeeded at 234 (offset 1 line). Hunk #3 succeeded at 1540 (offset 5 lines). Hunk #4 succeeded at 1582 (offset 5 lines). + chmod a+r lesspipe-1.83/COPYING lesspipe-1.83/ChangeLog lesspipe-1.83/INSTALL lesspipe-1.83/Makefile lesspipe-1.83/README lesspipe-1.83/TESTCMDS lesspipe-1.83/TODO lesspipe-1.83/code2color lesspipe-1.83/configure lesspipe-1.83/contrib lesspipe-1.83/german.txt lesspipe-1.83/lesspipe.1 lesspipe-1.83/lesspipe.sh lesspipe-1.83/lesspipe.sh.in lesspipe-1.83/lesspipe.spec lesspipe-1.83/sxw2txt lesspipe-1.83/tarcolor lesspipe-1.83/test.pl lesspipe-1.83/testok + cp lesspipe-1.83/README README.lesspipe + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WOVavI + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd less-487 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ echo '-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE' ++ sed -e s/-fomit-frame-pointer// + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking for a BSD-compatible install... /usr/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 initscr in -lxcurses... no checking for initscr in -lncursesw... yes checking for initscr in -lncurses... yes checking for initscr in -lcurses... yes checking for tgetent in -ltermcap... yes checking for tgetent in -ltermlib... no checking for library containing regcmp... no checking for working terminal libraries... using -ltinfo 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 ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking wctype.h usability... yes checking wctype.h presence... 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 whether time.h and sys/time.h may both be included... yes checking for off_t... (cached) yes checking for void... yes checking for const... yes checking for time_t... yes checking for st_ino in struct stat... yes checking return type of signal handlers... void checking for fsync... yes checking for popen... yes checking for _setjmp... yes checking for sigprocmask... yes checking for sigsetmask... yes checking for snprintf... yes checking for stat... yes checking for system... yes checking for fchmod... 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 floating point... yes checking for POSIX regcomp... yes regular expression library: posix configure: creating ./config.status config.status: creating Makefile config.status: creating defines.h + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j8 test ! -f stamp-h || CONFIG_FILES= CONFIG_HEADERS=defines.h ./config.status touch stamp-h gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE lessecho.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE lesskey.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE main.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE cvt.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE brac.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE decode.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE ch.c ch.c: In function 'ch_get': ch.c:289:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(logfile, (char *) &bp->data[bp->datasize], n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ch.c: In function 'sync_logfile': ch.c:437:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(logfile, (char *) bp->data, bp->datasize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE cmdbuf.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE command.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE forwback.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE charset.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE help.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE screen.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE filename.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE edit.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE ifile.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE input.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE lsystem.c lsystem.c: In function 'lsystem': lsystem.c:120:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(inp); ^~~~~~~~ lsystem.c:154:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(p); ^~~~~~~~~ lsystem.c:179:2: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(inp); ^~~~~~~~ gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE linenum.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE jump.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE mark.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE opttbl.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE output.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE os.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE pattern.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE optfunc.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE signal.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE position.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE option.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE version.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE line.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE prompt.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE ttyin.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o lesskey lesskey.o version.o gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o lessecho lessecho.o version.o gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE tags.c gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -DHAVE_LOCALE search.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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 -ltinfo + cd lesspipe-1.83 + ./configure --yes checking tar...using tar zsh not found in the PATH ksh not found in the PATH Using /bin/bash from the list of available shells: /bin/bash /bin/sh /bin/zsh /bin/ksh The following shells are unuseable: /bin/zsh /bin/ksh checking lsbom...not found checking bzip2...using bzip2 checking lzip...not found checking lzma...using lzma checking xz...using xz checking rpm2cpio...using rpm2cpio checking cpio...using cpio checking fastjar...not found checking unzip...using unzip checking unrar...not found checking 7za...not found checking cabextract...not found checking isoinfo...not found checking dvi2tty...not found checking bsd_cpio...not found checking html2text...not found checking lynx...not found checking w3m...not found checking elinks...not found checking links...not found checking tarcolor...using tarcolor checking rpm...using rpm checking groff...using groff checking dpkg...not found checking perldoc...not found checking pstotext...not found checking nm...using nm checking pdftotext...not found checking pdftohtml...not found checking h5dump...not found checking ncdump...not found checking djvutxt...not found checking antiword...not found checking unrtf...not found checking xlhtml...not found checking ppthtml...not found checking o3tohtml...not found checking identify...not found checking id3v2...not found checking iconv...using iconv checking gpg...not found checking plutil...not found lesspipe.sh with syntax highlighting created Please make sure to copy lesspipe.sh and code2color to /usr/local/bin + cd .. + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vomhja + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64 + cd less-487 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr exec_prefix=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr bindir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin sbindir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/sbin sysconfdir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/etc datadir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share includedir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/include libdir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/lib64 libexecdir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/libexec localstatedir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/var sharedstatedir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/var/lib mandir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man infodir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/info install ./mkinstalldirs /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1 mkdir /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr mkdir /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin mkdir /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share mkdir /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man mkdir /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1 /usr/bin/install -c less /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/less /usr/bin/install -c lesskey /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/lesskey /usr/bin/install -c lessecho /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/lessecho /usr/bin/install -c -m 644 ./less.nro /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1/less.1 /usr/bin/install -c -m 644 ./lesskey.nro /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1/lesskey.1 /usr/bin/install -c -m 644 ./lessecho.nro /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1/lessecho.1 + install -m 644 /home/pterjan/rpmbuild/SOURCES/faq_less.html . + cd lesspipe-1.83 + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr exec_prefix=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr bindir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin sbindir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/sbin sysconfdir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/etc datadir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share includedir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/include libdir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/lib64 libexecdir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/libexec localstatedir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/var sharedstatedir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/var/lib mandir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man infodir=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/info install PREFIX=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr mkdir -p /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin mkdir -p /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1 cp ./code2color ./sxw2txt ./tarcolor ./lesspipe.sh /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin cp ./lesspipe.1 /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1 chmod 0755 /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/lesspipe.sh chmod 0755 /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/sxw2txt chmod 0755 /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/code2color chmod 0755 /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/tarcolor + cd .. + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/etc/profile.d/ + cat + cat + cat + install -m644 lessecho.1 /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 487-2.mga7 --unique-debug-suffix -487-2.mga7.x86_64 --unique-debug-src-base less-487-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/less-487 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/less extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/lesskey extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/bin/lessecho /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1140 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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: less-487-2.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UR8m9E + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd less-487 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + cp -pr NEWS /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + cp -pr README.lesspipe /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + cp -pr faq_less.html /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + cp -pr lesspipe-1.83/ChangeLog lesspipe-1.83/german.txt lesspipe-1.83/TODO /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + cp -pr README.urpmi /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64/usr/share/doc/less + exit 0 Provides: less = 487-2.mga7 less(x86-64) = 487-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(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.4)(64bit) libtinfo.so.6()(64bit) perl(File::Basename) perl(Getopt::Long) perl(Getopt::Std) perl(POSIX) perl(strict) perl(warnings) perl-base Recommends: html2text Processing files: less-debugsource-487-2.mga7.x86_64 Provides: less-debugsource = 487-2.mga7 less-debugsource(x86-64) = 487-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: less-debuginfo-487-2.mga7.x86_64 Provides: debuginfo(build-id) = 16e74c29dc79f815d0e23d61ccb78daee2ab59df debuginfo(build-id) = 86c2e7afa33ec7ecebf46d911f887354f46259c1 debuginfo(build-id) = 9a92d10c834dba83698a69ee577d0e5be22aa582 less-debuginfo = 487-2.mga7 less-debuginfo(x86-64) = 487-2.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: less-debugsource(x86-64) = 487-2.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/less-487-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/less-debugsource-487-2.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/less-debuginfo-487-2.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9cg3zd + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd less-487 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/less-487-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uc1P6L + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf less-487 + exit 0 D: [iurt_root_command] Success!