2021-08-26 11:23:09 exec_hook package_begin chapter08 810-readline
START: 2021-08-26 11:23:09
# Begin /home/lfs/build/x86_64/sources/config.inc
# Environment for chapter08/810-readline

# Make flags
export MAKEFLAGS=-j4

# C/C++ flags
export CFLAGS="-mtune=generic "
export CXXFLAGS="-mtune=generic "

# Log output for tests
TEST_LOG=${ROOT}sources/810-readline-tests.tmp
LFS_CHAPTER=chapter08
LFS_SCRIPT=810-readline

# Targets for multilib
LFS_TGT=x86_64-lfs-linux-gnu
LFS_TGT32=i686-lfs-linux-gnu
LFS_TGTX32=x86_64-lfs-linux-gnux32

echo "Environment"
set

echo "File systems"
mount || true

echo "logname"
logname || true

# End /home/lfs/build/x86_64/sources/config.inc

Environment
BASH=/bin/bash
BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=([0]="1" [1]="0")
BASH_ARGV=([0]="/sources/config.inc")
BASH_CMDS=()
BASH_LINENO=([0]="15" [1]="0")
BASH_SOURCE=([0]="/sources/config.inc" [1]="/sources/lfs-commands/chapter08/810-readline")
BASH_VERSINFO=([0]="5" [1]="1" [2]="8" [3]="1" [4]="release" [5]="x86_64-lfs-linux-gnu")
BASH_VERSION='5.1.8(1)-release'
CFLAGS='-mtune=generic '
CXXFLAGS='-mtune=generic '
DIRSTACK=()
EUID=0
GROUPS=()
HOME=/root
HOSTNAME=lfs-x86_64
HOSTTYPE=x86_64
IFS=$' \t\n'
LFS_CHAPTER=chapter08
LFS_SCRIPT=810-readline
LFS_TGT=x86_64-lfs-linux-gnu
LFS_TGT32=i686-lfs-linux-gnu
LFS_TGTX32=x86_64-lfs-linux-gnux32
MACHTYPE=x86_64-lfs-linux-gnu
MAKEFLAGS=-j4
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PIPESTATUS=([0]="0")
PPID=17209
PREV_SEC=0
PS4='+ '
PWD=/
ROOT=/
SCRIPT_ROOT=/dev/null
SECONDS=0
SHELL=/bin/bash
SHELLOPTS=braceexpand:errexit:interactive-comments
SHLVL=1
TERM=xterm-256color
TEST_LOG=/sources/810-readline-tests.tmp
UID=0
_=Environment
File systems
/dev/sdb1 on / type ext4 (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=4072068k,nr_inodes=1018017,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /run type tmpfs (rw,relatime)
logname
root
KB: 1458436	/
/sources/autolfs_package_patch PKG_DEST=/sources/810-readline
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu

Beginning configuration for readline-8.1 for x86_64-pc-linux-gnu

checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... 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 whether gcc needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for readlink... yes
checking for fnmatch... yes
checking for memmove... yes
checking for pselect... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
checking whether AUDIT_USER_TTY is declared... yes
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... yes
checking which library has the termcap functions... using libncurses
checking ncurses/termcap.h usability... no
checking ncurses/termcap.h presence... no
checking for ncurses/termcap.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbstr.h usability... no
checking mbstr.h presence... no
checking for mbstr.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for wcwidth broken with unicode combining characters... no
checking size of wchar_t... 4
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating readline.pc
config.status: creating config.h
config.status: executing default commands
test -d shlib || mkdir shlib
( cd shlib ; make -j4 --jobserver-auth=3,4 all )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so
rm -f vi_mode.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o readline.o ../readline.c 
rm -f funmap.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o vi_mode.o ../vi_mode.c 
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o funmap.o ../funmap.c 
rm -f keymaps.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o keymaps.o ../keymaps.c 
mv funmap.o funmap.so
rm -f parens.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o parens.o ../parens.c 
mv keymaps.o keymaps.so
rm -f search.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o search.o ../search.c 
mv parens.o parens.so
rm -f rltty.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o rltty.o ../rltty.c 
mv readline.o readline.so
rm -f complete.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o complete.o ../complete.c 
mv search.o search.so
rm -f bind.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o bind.o ../bind.c 
mv rltty.o rltty.so
rm -f isearch.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o isearch.o ../isearch.c 
mv vi_mode.o vi_mode.so
rm -f display.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o display.o ../display.c 
mv isearch.o isearch.so
rm -f signals.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o signals.o ../signals.c 
mv complete.o complete.so
rm -f util.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o util.o ../util.c 
mv signals.o signals.so
rm -f kill.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o kill.o ../kill.c 
mv bind.o bind.so
rm -f undo.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o undo.o ../undo.c 
mv util.o util.so
rm -f macro.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o macro.o ../macro.c 
mv kill.o kill.so
rm -f input.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o input.o ../input.c 
mv undo.o undo.so
rm -f callback.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o callback.o ../callback.c 
mv macro.o macro.so
rm -f terminal.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o terminal.o ../terminal.c 
mv display.o display.so
rm -f text.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o text.o ../text.c 
mv callback.o callback.so
rm -f nls.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o nls.o ../nls.c 
mv input.o input.so
rm -f misc.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o misc.o ../misc.c 
mv terminal.o terminal.so
rm -f history.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o history.o ../history.c 
mv nls.o nls.so
rm -f histexpand.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histexpand.o ../histexpand.c 
mv misc.o misc.so
rm -f histfile.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histfile.o ../histfile.c 
mv history.o history.so
rm -f histsearch.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histsearch.o ../histsearch.c 
mv text.o text.so
rm -f shell.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o shell.o ../shell.c 
mv histsearch.o histsearch.so
rm -f mbutil.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o mbutil.o ../mbutil.c 
mv shell.o shell.so
rm -f tilde.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
mv histfile.o histfile.so
rm -f colors.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o colors.o ../colors.c 
mv histexpand.o histexpand.so
rm -f parse-colors.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o parse-colors.o ../parse-colors.c 
mv tilde.o tilde.so
rm -f xmalloc.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o xmalloc.o ../xmalloc.c 
mv mbutil.o mbutil.so
rm -f xfree.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o xfree.o ../xfree.c 
mv colors.o colors.so
rm -f compat.so
gcc -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o compat.o ../compat.c 
mv xmalloc.o xmalloc.so
mv xfree.o xfree.so
rm -f libhistory.so.8.1
gcc -shared -Wl,-soname,libhistory.so.8.1 -Wl,-rpath,/usr/lib -Wl,-soname,`basename libhistory.so.8.1 .1` -o libhistory.so.8.1 history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncursesw
mv compat.o compat.so
mv parse-colors.o parse-colors.so
rm -f libreadline.so.8.1
gcc -shared -Wl,-soname,libreadline.so.8.1 -Wl,-rpath,/usr/lib -Wl,-soname,`basename libreadline.so.8.1 .1` -o libreadline.so.8.1 readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncursesw
make[1]: Leaving directory '/sources/readline-8.1/shlib'
/bin/sh ./support/mkinstalldirs /usr/include \
	/usr/include/readline /usr/lib \
	/usr/share/info /usr/share/man/man3 /usr/share/doc/readline-8.1 \
	/usr/lib/pkgconfig
mkdir -p -- /usr/include/readline /usr/lib /usr/share/info /usr/share/man/man3 /usr/share/doc/readline-8.1 /usr/lib/pkgconfig
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
	/bin/install -c -m 644 ./$f /usr/include/readline ; \
done
test -d shlib || mkdir shlib
( cd shlib ; make -j1 all )
make[1]: Entering directory '/sources/readline-8.1/shlib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/sources/readline-8.1/shlib'
/bin/install -c -m 644 ./CHANGES ./INSTALL ./README /usr/share/doc/readline-8.1
( if test -d doc ; then \
	cd doc && \
	make -j1 infodir=/usr/share/info DESTDIR= install; \
  fi )
make[1]: Entering directory '/sources/readline-8.1/doc'
/bin/sh ../support/mkdirs /usr/share/info /usr/share/man/man3
if test -n "" ; then \
	/bin/sh ../support/mkdirs  ; \
fi
if test -f readline.info; then \
	/bin/install -c -m 644 readline.info /usr/share/info/readline.info; \
else \
	/bin/install -c -m 644 ./readline.info /usr/share/info/readline.info; \
fi
if test -f rluserman.info; then \
	/bin/install -c -m 644 rluserman.info /usr/share/info/rluserman.info; \
else \
	/bin/install -c -m 644 ./rluserman.info /usr/share/info/rluserman.info; \
fi
if test -f history.info; then \
	/bin/install -c -m 644 history.info /usr/share/info/history.info; \
else \
	/bin/install -c -m 644 ./history.info /usr/share/info/history.info; \
fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	install-info --dir-file=/usr/share/info/dir \
		/usr/share/info/readline.info ; \
	install-info --dir-file=/usr/share/info/dir \
		/usr/share/info/history.info ; \
	install-info --dir-file=/usr/share/info/dir \
		/usr/share/info/rluserman.info ; \
else true; fi
/bin/install -c -m 644 ./readline.3 /usr/share/man/man3/readline.3
/bin/install -c -m 644 ./history.3 /usr/share/man/man3/history.3
if test -n "" ; then \
	if test -f readline.html; then \
		/bin/install -c -m 644 readline.html /readline.html; \
	else \
		/bin/install -c -m 644 ./readline.html /readline.html; \
	fi ; \
	if test -f history.html; then \
		/bin/install -c -m 644 history.html /history.html; \
	else \
		/bin/install -c -m 644 ./history.html /history.html; \
	fi ; \
	if test -f rluserman.html; then \
		/bin/install -c -m 644 rluserman.html /rluserman.html; \
	else \
		/bin/install -c -m 644 ./rluserman.html /rluserman.html; \
	fi ; \
fi
make[1]: Leaving directory '/sources/readline-8.1/doc'
/bin/install -c -m 644 /sources/readline-8.1/readline.pc /usr/lib/pkgconfig/readline.pc
( cd shlib ; make -j1 DESTDIR= install )
make[1]: Entering directory '/sources/readline-8.1/shlib'
/bin/sh ../support/mkdirs /usr/lib
/bin/sh ../support/mkdirs /usr/bin
/bin/sh ../support/shlib-install -O linux-gnu -V pc -d /usr/lib -b /usr/bin -i "/bin/install -c -m 644" libhistory.so.8.1
/bin/sh ../support/shlib-install -O linux-gnu -V pc -d /usr/lib -b /usr/bin -i "/bin/install -c -m 644" libreadline.so.8.1
install: you may need to run ldconfig
make[1]: Leaving directory '/sources/readline-8.1/shlib'
'doc/history.ps' -> '/usr/share/doc/readline-8.1/history.ps'
'doc/history_3.ps' -> '/usr/share/doc/readline-8.1/history_3.ps'
'doc/readline.ps' -> '/usr/share/doc/readline-8.1/readline.ps'
'doc/readline_3.ps' -> '/usr/share/doc/readline-8.1/readline_3.ps'
'doc/rluserman.ps' -> '/usr/share/doc/readline-8.1/rluserman.ps'
'doc/history.pdf' -> '/usr/share/doc/readline-8.1/history.pdf'
'doc/readline.pdf' -> '/usr/share/doc/readline-8.1/readline.pdf'
'doc/rluserman.pdf' -> '/usr/share/doc/readline-8.1/rluserman.pdf'
'doc/history.html' -> '/usr/share/doc/readline-8.1/history.html'
'doc/readline.html' -> '/usr/share/doc/readline-8.1/readline.html'
'doc/rluserman.html' -> '/usr/share/doc/readline-8.1/rluserman.html'
'doc/history.dvi' -> '/usr/share/doc/readline-8.1/history.dvi'
'doc/readline.dvi' -> '/usr/share/doc/readline-8.1/readline.dvi'
'doc/rluserman.dvi' -> '/usr/share/doc/readline-8.1/rluserman.dvi'
rm -f readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o libreadline.a libhistory.a
rm -f readline readline.exe
( cd shlib && make -j4 --jobserver-auth=3,4 clean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so libreadline.so.8.1 libhistory.so.8.1
make[1]: Leaving directory '/sources/readline-8.1/shlib'
( cd doc && make -j4 --jobserver-auth=3,4 clean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/doc'
rm -f *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \
      *.pgs *.bt *.bts *.rw *.rws *.fns *.kys *.tps *.vrs *.o \
      core *.core
make[1]: Leaving directory '/sources/readline-8.1/doc'
( cd examples && make -j4 --jobserver-auth=3,4 clean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/examples'
rm -f fileman.o rltest.o rl.o rlevent.o rlcat.o rlversion.o histexamp.o rltest2.o rl-callbacktest.o rlbasic.o hist_erasedups.o hist_purgecmd.o rlkeymaps.o rlptytest.o
rm -f fileman rltest rl rlcat rlevent rlversion histexamp rl-callbacktest rlbasic hist_erasedups hist_purgecmd rlkeymaps rlptytest *.exe
make[1]: Leaving directory '/sources/readline-8.1/examples'
( cd shlib && make -j4 --jobserver-auth=3,4 distclean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so libreadline.so.8.1 libhistory.so.8.1
rm -f Makefile
make[1]: Leaving directory '/sources/readline-8.1/shlib'
( cd doc && make -j4 --jobserver-auth=3,4 distclean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/doc'
rm -f *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \
      *.pgs *.bt *.bts *.rw *.rws *.fns *.kys *.tps *.vrs *.o \
      core *.core
if test "X.." != "X.." && test "X.." != "X/sources/readline-8.1"; then \
	rm -f readline.dvi history.dvi rluserman.dvi readline.ps history.ps rluserman.ps readline_3.ps history_3.ps readline.html history.html rluserman.html readline.info history.info rluserman.info readline.0 history.0 readline.pdf history.pdf rluserman.pdf; \
fi
rm -f rlman.dvi
rm -f Makefile
make[1]: Leaving directory '/sources/readline-8.1/doc'
( cd examples && make -j4 --jobserver-auth=3,4 distclean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/examples'
rm -f fileman.o rltest.o rl.o rlevent.o rlcat.o rlversion.o histexamp.o rltest2.o rl-callbacktest.o rlbasic.o hist_erasedups.o hist_purgecmd.o rlkeymaps.o rlptytest.o
rm -f fileman rltest rl rlcat rlevent rlversion histexamp rl-callbacktest rlbasic hist_erasedups hist_purgecmd rlkeymaps rlptytest *.exe
rm -f Makefile
make[1]: Leaving directory '/sources/readline-8.1/examples'
rm -f Makefile
rm -f config.status config.h config.cache config.log stamp-config stamp-h readline.pc
rm -f TAGS tags
checking build system type... x86_64-pc-linux-gnux32
checking host system type... i686-pc-linux-gnu

Beginning configuration for readline-8.1 for i686-pc-linux-gnu

checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... gcc -m32
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 -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -m32 -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 whether gcc -m32 needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for readlink... yes
checking for fnmatch... yes
checking for memmove... yes
checking for pselect... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
checking whether AUDIT_USER_TTY is declared... yes
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... yes
checking which library has the termcap functions... using libncurses
checking ncurses/termcap.h usability... no
checking ncurses/termcap.h presence... no
checking for ncurses/termcap.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbstr.h usability... no
checking mbstr.h presence... no
checking for mbstr.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for wcwidth broken with unicode combining characters... yes
checking size of wchar_t... 4
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating readline.pc
config.status: creating config.h
config.status: executing default commands
test -d shlib || mkdir shlib
( cd shlib ; make -j4 --jobserver-auth=3,4 all )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so
rm -f vi_mode.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o readline.o ../readline.c 
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o vi_mode.o ../vi_mode.c 
rm -f funmap.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o funmap.o ../funmap.c 
rm -f keymaps.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o keymaps.o ../keymaps.c 
mv funmap.o funmap.so
rm -f parens.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o parens.o ../parens.c 
mv keymaps.o keymaps.so
rm -f search.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o search.o ../search.c 
mv parens.o parens.so
rm -f rltty.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o rltty.o ../rltty.c 
mv readline.o readline.so
rm -f complete.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o complete.o ../complete.c 
mv search.o search.so
rm -f bind.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o bind.o ../bind.c 
mv rltty.o rltty.so
rm -f isearch.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o isearch.o ../isearch.c 
mv vi_mode.o vi_mode.so
rm -f display.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o display.o ../display.c 
mv isearch.o isearch.so
rm -f signals.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o signals.o ../signals.c 
mv signals.o signals.so
rm -f util.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o util.o ../util.c 
mv complete.o complete.so
rm -f kill.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o kill.o ../kill.c 
mv util.o util.so
rm -f undo.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o undo.o ../undo.c 
mv bind.o bind.so
rm -f macro.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o macro.o ../macro.c 
mv kill.o kill.so
rm -f input.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o input.o ../input.c 
mv undo.o undo.so
rm -f callback.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o callback.o ../callback.c 
mv macro.o macro.so
rm -f terminal.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o terminal.o ../terminal.c 
mv display.o display.so
rm -f text.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o text.o ../text.c 
mv input.o input.so
rm -f nls.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o nls.o ../nls.c 
mv callback.o callback.so
rm -f misc.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o misc.o ../misc.c 
mv terminal.o terminal.so
rm -f history.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o history.o ../history.c 
mv nls.o nls.so
rm -f histexpand.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histexpand.o ../histexpand.c 
mv misc.o misc.so
rm -f histfile.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histfile.o ../histfile.c 
mv history.o history.so
rm -f histsearch.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histsearch.o ../histsearch.c 
mv text.o text.so
rm -f shell.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o shell.o ../shell.c 
mv histsearch.o histsearch.so
rm -f mbutil.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o mbutil.o ../mbutil.c 
mv shell.o shell.so
rm -f tilde.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
mv histfile.o histfile.so
rm -f colors.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o colors.o ../colors.c 
mv histexpand.o histexpand.so
rm -f parse-colors.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o parse-colors.o ../parse-colors.c 
mv tilde.o tilde.so
rm -f xmalloc.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o xmalloc.o ../xmalloc.c 
mv colors.o colors.so
rm -f xfree.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o xfree.o ../xfree.c 
mv mbutil.o mbutil.so
rm -f compat.so
gcc -m32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o compat.o ../compat.c 
mv xmalloc.o xmalloc.so
mv xfree.o xfree.so
rm -f libhistory.so.8.1
gcc -m32 -shared -Wl,-soname,libhistory.so.8.1 -Wl,-rpath,/usr/lib32 -Wl,-soname,`basename libhistory.so.8.1 .1` -o libhistory.so.8.1 history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so 
mv parse-colors.o parse-colors.so
mv compat.o compat.so
rm -f libreadline.so.8.1
gcc -m32 -shared -Wl,-soname,libreadline.so.8.1 -Wl,-rpath,/usr/lib32 -Wl,-soname,`basename libreadline.so.8.1 .1` -o libreadline.so.8.1 readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so 
make[1]: Leaving directory '/sources/readline-8.1/shlib'
/bin/sh ./support/mkinstalldirs /sources/readline-8.1/DESTDIR/usr/include \
	/sources/readline-8.1/DESTDIR/usr/include/readline /sources/readline-8.1/DESTDIR/usr/lib32 \
	/sources/readline-8.1/DESTDIR/usr/share/info /sources/readline-8.1/DESTDIR/usr/share/man/man3 /sources/readline-8.1/DESTDIR/usr/share/doc/readline \
	/sources/readline-8.1/DESTDIR/usr/lib32/pkgconfig
mkdir -p -- /sources/readline-8.1/DESTDIR/usr/include /sources/readline-8.1/DESTDIR/usr/include/readline /sources/readline-8.1/DESTDIR/usr/lib32 /sources/readline-8.1/DESTDIR/usr/share/info /sources/readline-8.1/DESTDIR/usr/share/man/man3 /sources/readline-8.1/DESTDIR/usr/share/doc/readline /sources/readline-8.1/DESTDIR/usr/lib32/pkgconfig
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
	/bin/install -c -m 644 ./$f /sources/readline-8.1/DESTDIR/usr/include/readline ; \
done
test -d shlib || mkdir shlib
( cd shlib ; make -j1 all )
make[1]: Entering directory '/sources/readline-8.1/shlib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/sources/readline-8.1/shlib'
/bin/install -c -m 644 ./CHANGES ./INSTALL ./README /sources/readline-8.1/DESTDIR/usr/share/doc/readline
( if test -d doc ; then \
	cd doc && \
	make -j1 infodir=/usr/share/info DESTDIR=/sources/readline-8.1/DESTDIR install; \
  fi )
make[1]: Entering directory '/sources/readline-8.1/doc'
/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR/usr/share/info /sources/readline-8.1/DESTDIR/usr/share/man/man3
if test -n "" ; then \
	/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR ; \
fi
if test -f readline.info; then \
	/bin/install -c -m 644 readline.info /sources/readline-8.1/DESTDIR/usr/share/info/readline.info; \
else \
	/bin/install -c -m 644 ./readline.info /sources/readline-8.1/DESTDIR/usr/share/info/readline.info; \
fi
if test -f rluserman.info; then \
	/bin/install -c -m 644 rluserman.info /sources/readline-8.1/DESTDIR/usr/share/info/rluserman.info; \
else \
	/bin/install -c -m 644 ./rluserman.info /sources/readline-8.1/DESTDIR/usr/share/info/rluserman.info; \
fi
if test -f history.info; then \
	/bin/install -c -m 644 history.info /sources/readline-8.1/DESTDIR/usr/share/info/history.info; \
else \
	/bin/install -c -m 644 ./history.info /sources/readline-8.1/DESTDIR/usr/share/info/history.info; \
fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	install-info --dir-file=/sources/readline-8.1/DESTDIR/usr/share/info/dir \
		/sources/readline-8.1/DESTDIR/usr/share/info/readline.info ; \
	install-info --dir-file=/sources/readline-8.1/DESTDIR/usr/share/info/dir \
		/sources/readline-8.1/DESTDIR/usr/share/info/history.info ; \
	install-info --dir-file=/sources/readline-8.1/DESTDIR/usr/share/info/dir \
		/sources/readline-8.1/DESTDIR/usr/share/info/rluserman.info ; \
else true; fi
/bin/install -c -m 644 ./readline.3 /sources/readline-8.1/DESTDIR/usr/share/man/man3/readline.3
/bin/install -c -m 644 ./history.3 /sources/readline-8.1/DESTDIR/usr/share/man/man3/history.3
if test -n "" ; then \
	if test -f readline.html; then \
		/bin/install -c -m 644 readline.html /sources/readline-8.1/DESTDIR/readline.html; \
	else \
		/bin/install -c -m 644 ./readline.html /sources/readline-8.1/DESTDIR/readline.html; \
	fi ; \
	if test -f history.html; then \
		/bin/install -c -m 644 history.html /sources/readline-8.1/DESTDIR/history.html; \
	else \
		/bin/install -c -m 644 ./history.html /sources/readline-8.1/DESTDIR/history.html; \
	fi ; \
	if test -f rluserman.html; then \
		/bin/install -c -m 644 rluserman.html /sources/readline-8.1/DESTDIR/rluserman.html; \
	else \
		/bin/install -c -m 644 ./rluserman.html /sources/readline-8.1/DESTDIR/rluserman.html; \
	fi ; \
fi
make[1]: Leaving directory '/sources/readline-8.1/doc'
/bin/install -c -m 644 /sources/readline-8.1/readline.pc /sources/readline-8.1/DESTDIR/usr/lib32/pkgconfig/readline.pc
( cd shlib ; make -j1 DESTDIR=/sources/readline-8.1/DESTDIR install )
make[1]: Entering directory '/sources/readline-8.1/shlib'
/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR/usr/lib32
/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR/usr/bin
mkdir /sources/readline-8.1/DESTDIR/usr/bin
/bin/sh ../support/shlib-install -O linux-gnu -V pc -d /sources/readline-8.1/DESTDIR/usr/lib32 -b /sources/readline-8.1/DESTDIR/usr/bin -i "/bin/install -c -m 644" libhistory.so.8.1
/bin/sh ../support/shlib-install -O linux-gnu -V pc -d /sources/readline-8.1/DESTDIR/usr/lib32 -b /sources/readline-8.1/DESTDIR/usr/bin -i "/bin/install -c -m 644" libreadline.so.8.1
install: you may need to run ldconfig
make[1]: Leaving directory '/sources/readline-8.1/shlib'
'DESTDIR/usr/lib32/libhistory.so' -> '/usr/lib32/libhistory.so'
'DESTDIR/usr/lib32/libhistory.so.8' -> '/usr/lib32/libhistory.so.8'
'DESTDIR/usr/lib32/libhistory.so.8.1' -> '/usr/lib32/libhistory.so.8.1'
'DESTDIR/usr/lib32/libreadline.so' -> '/usr/lib32/libreadline.so'
'DESTDIR/usr/lib32/libreadline.so.8' -> '/usr/lib32/libreadline.so.8'
'DESTDIR/usr/lib32/libreadline.so.8.1' -> '/usr/lib32/libreadline.so.8.1'
'DESTDIR/usr/lib32/pkgconfig/readline.pc' -> '/usr/lib32/pkgconfig/readline.pc'
rm -f readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o libreadline.a libhistory.a
rm -f readline readline.exe
( cd shlib && make -j4 --jobserver-auth=3,4 clean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so libreadline.so.8.1 libhistory.so.8.1
make[1]: Leaving directory '/sources/readline-8.1/shlib'
( cd doc && make -j4 --jobserver-auth=3,4 clean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/doc'
rm -f *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \
      *.pgs *.bt *.bts *.rw *.rws *.fns *.kys *.tps *.vrs *.o \
      core *.core
make[1]: Leaving directory '/sources/readline-8.1/doc'
( cd examples && make -j4 --jobserver-auth=3,4 clean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/examples'
rm -f fileman.o rltest.o rl.o rlevent.o rlcat.o rlversion.o histexamp.o rltest2.o rl-callbacktest.o rlbasic.o hist_erasedups.o hist_purgecmd.o rlkeymaps.o rlptytest.o
rm -f fileman rltest rl rlcat rlevent rlversion histexamp rl-callbacktest rlbasic hist_erasedups hist_purgecmd rlkeymaps rlptytest *.exe
make[1]: Leaving directory '/sources/readline-8.1/examples'
( cd shlib && make -j4 --jobserver-auth=3,4 distclean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so libreadline.so.8.1 libhistory.so.8.1
rm -f Makefile
make[1]: Leaving directory '/sources/readline-8.1/shlib'
( cd doc && make -j4 --jobserver-auth=3,4 distclean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/doc'
rm -f *.aux *.bak *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps \
      *.pgs *.bt *.bts *.rw *.rws *.fns *.kys *.tps *.vrs *.o \
      core *.core
if test "X.." != "X.." && test "X.." != "X/sources/readline-8.1"; then \
	rm -f readline.dvi history.dvi rluserman.dvi readline.ps history.ps rluserman.ps readline_3.ps history_3.ps readline.html history.html rluserman.html readline.info history.info rluserman.info readline.0 history.0 readline.pdf history.pdf rluserman.pdf; \
fi
rm -f rlman.dvi
rm -f Makefile
make[1]: Leaving directory '/sources/readline-8.1/doc'
( cd examples && make -j4 --jobserver-auth=3,4 distclean )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/examples'
rm -f fileman.o rltest.o rl.o rlevent.o rlcat.o rlversion.o histexamp.o rltest2.o rl-callbacktest.o rlbasic.o hist_erasedups.o hist_purgecmd.o rlkeymaps.o rlptytest.o
rm -f fileman rltest rl rlcat rlevent rlversion histexamp rl-callbacktest rlbasic hist_erasedups hist_purgecmd rlkeymaps rlptytest *.exe
rm -f Makefile
make[1]: Leaving directory '/sources/readline-8.1/examples'
rm -f Makefile
rm -f config.status config.h config.cache config.log stamp-config stamp-h readline.pc
rm -f TAGS tags
checking build system type... x86_64-pc-linux-gnux32
checking host system type... x86_64-pc-linux-gnux32

Beginning configuration for readline-8.1 for x86_64-pc-linux-gnux32

checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnux32-gcc... gcc -mx32
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 -mx32 accepts -g... yes
checking for gcc -mx32 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -mx32 -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 whether gcc -mx32 needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for x86_64-pc-linux-gnux32-ar... no
checking for ar... ar
checking for x86_64-pc-linux-gnux32-ranlib... no
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for readlink... yes
checking for fnmatch... yes
checking for memmove... yes
checking for pselect... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
checking whether AUDIT_USER_TTY is declared... yes
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... yes
checking which library has the termcap functions... using libncurses
checking ncurses/termcap.h usability... no
checking ncurses/termcap.h presence... no
checking for ncurses/termcap.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbstr.h usability... no
checking mbstr.h presence... no
checking for mbstr.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for wcwidth broken with unicode combining characters... yes
checking size of wchar_t... 4
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating readline.pc
config.status: creating config.h
config.status: executing default commands
test -d shlib || mkdir shlib
( cd shlib ; make -j4 --jobserver-auth=3,4 all )
make[1]: warning: -j4 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sources/readline-8.1/shlib'
rm -f readline.so
rm -f vi_mode.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o readline.o ../readline.c 
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o vi_mode.o ../vi_mode.c 
rm -f funmap.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o funmap.o ../funmap.c 
rm -f keymaps.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o keymaps.o ../keymaps.c 
mv funmap.o funmap.so
rm -f parens.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o parens.o ../parens.c 
mv keymaps.o keymaps.so
rm -f search.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o search.o ../search.c 
mv parens.o parens.so
rm -f rltty.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o rltty.o ../rltty.c 
mv readline.o readline.so
rm -f complete.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o complete.o ../complete.c 
mv search.o search.so
rm -f bind.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o bind.o ../bind.c 
mv rltty.o rltty.so
rm -f isearch.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o isearch.o ../isearch.c 
mv vi_mode.o vi_mode.so
rm -f display.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o display.o ../display.c 
mv isearch.o isearch.so
rm -f signals.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o signals.o ../signals.c 
mv complete.o complete.so
rm -f util.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o util.o ../util.c 
mv signals.o signals.so
rm -f kill.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o kill.o ../kill.c 
mv bind.o bind.so
rm -f undo.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o undo.o ../undo.c 
mv util.o util.so
rm -f macro.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o macro.o ../macro.c 
mv kill.o kill.so
rm -f input.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o input.o ../input.c 
mv undo.o undo.so
rm -f callback.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o callback.o ../callback.c 
mv display.o display.so
rm -f terminal.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o terminal.o ../terminal.c 
mv macro.o macro.so
rm -f text.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o text.o ../text.c 
mv input.o input.so
rm -f nls.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o nls.o ../nls.c 
mv callback.o callback.so
rm -f misc.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o misc.o ../misc.c 
mv terminal.o terminal.so
rm -f history.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o history.o ../history.c 
mv nls.o nls.so
rm -f histexpand.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histexpand.o ../histexpand.c 
mv misc.o misc.so
rm -f histfile.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histfile.o ../histfile.c 
mv text.o text.so
rm -f histsearch.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o histsearch.o ../histsearch.c 
mv history.o history.so
rm -f shell.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o shell.o ../shell.c 
mv shell.o shell.so
rm -f mbutil.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o mbutil.o ../mbutil.c 
mv histsearch.o histsearch.so
rm -f tilde.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
mv histfile.o histfile.so
rm -f colors.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o colors.o ../colors.c 
mv histexpand.o histexpand.so
rm -f parse-colors.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o parse-colors.o ../parse-colors.c 
mv tilde.o tilde.so
rm -f xmalloc.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o xmalloc.o ../xmalloc.c 
mv colors.o colors.so
rm -f xfree.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o xfree.o ../xfree.c 
mv mbutil.o mbutil.so
rm -f compat.so
gcc -mx32 -c -DHAVE_CONFIG_H   -I. -I.. -I..  -DRL_LIBRARY_VERSION='"8.1"' -DBRACKETED_PASTE_DEFAULT=1 -mtune=generic   -fPIC -o compat.o ../compat.c 
mv xmalloc.o xmalloc.so
mv xfree.o xfree.so
rm -f libhistory.so.8.1
gcc -mx32 -shared -Wl,-soname,libhistory.so.8.1 -Wl,-rpath,/usr/libx32 -Wl,-soname,`basename libhistory.so.8.1 .1` -o libhistory.so.8.1 history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so 
mv parse-colors.o parse-colors.so
mv compat.o compat.so
rm -f libreadline.so.8.1
gcc -mx32 -shared -Wl,-soname,libreadline.so.8.1 -Wl,-rpath,/usr/libx32 -Wl,-soname,`basename libreadline.so.8.1 .1` -o libreadline.so.8.1 readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so 
make[1]: Leaving directory '/sources/readline-8.1/shlib'
/bin/sh ./support/mkinstalldirs /sources/readline-8.1/DESTDIR/usr/include \
	/sources/readline-8.1/DESTDIR/usr/include/readline /sources/readline-8.1/DESTDIR/usr/libx32 \
	/sources/readline-8.1/DESTDIR/usr/share/info /sources/readline-8.1/DESTDIR/usr/share/man/man3 /sources/readline-8.1/DESTDIR/usr/share/doc/readline \
	/sources/readline-8.1/DESTDIR/usr/libx32/pkgconfig
mkdir -p -- /sources/readline-8.1/DESTDIR/usr/include /sources/readline-8.1/DESTDIR/usr/include/readline /sources/readline-8.1/DESTDIR/usr/libx32 /sources/readline-8.1/DESTDIR/usr/share/info /sources/readline-8.1/DESTDIR/usr/share/man/man3 /sources/readline-8.1/DESTDIR/usr/share/doc/readline /sources/readline-8.1/DESTDIR/usr/libx32/pkgconfig
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
	/bin/install -c -m 644 ./$f /sources/readline-8.1/DESTDIR/usr/include/readline ; \
done
test -d shlib || mkdir shlib
( cd shlib ; make -j1 all )
make[1]: Entering directory '/sources/readline-8.1/shlib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/sources/readline-8.1/shlib'
/bin/install -c -m 644 ./CHANGES ./INSTALL ./README /sources/readline-8.1/DESTDIR/usr/share/doc/readline
( if test -d doc ; then \
	cd doc && \
	make -j1 infodir=/usr/share/info DESTDIR=/sources/readline-8.1/DESTDIR install; \
  fi )
make[1]: Entering directory '/sources/readline-8.1/doc'
/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR/usr/share/info /sources/readline-8.1/DESTDIR/usr/share/man/man3
if test -n "" ; then \
	/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR ; \
fi
if test -f readline.info; then \
	/bin/install -c -m 644 readline.info /sources/readline-8.1/DESTDIR/usr/share/info/readline.info; \
else \
	/bin/install -c -m 644 ./readline.info /sources/readline-8.1/DESTDIR/usr/share/info/readline.info; \
fi
if test -f rluserman.info; then \
	/bin/install -c -m 644 rluserman.info /sources/readline-8.1/DESTDIR/usr/share/info/rluserman.info; \
else \
	/bin/install -c -m 644 ./rluserman.info /sources/readline-8.1/DESTDIR/usr/share/info/rluserman.info; \
fi
if test -f history.info; then \
	/bin/install -c -m 644 history.info /sources/readline-8.1/DESTDIR/usr/share/info/history.info; \
else \
	/bin/install -c -m 644 ./history.info /sources/readline-8.1/DESTDIR/usr/share/info/history.info; \
fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	install-info --dir-file=/sources/readline-8.1/DESTDIR/usr/share/info/dir \
		/sources/readline-8.1/DESTDIR/usr/share/info/readline.info ; \
	install-info --dir-file=/sources/readline-8.1/DESTDIR/usr/share/info/dir \
		/sources/readline-8.1/DESTDIR/usr/share/info/history.info ; \
	install-info --dir-file=/sources/readline-8.1/DESTDIR/usr/share/info/dir \
		/sources/readline-8.1/DESTDIR/usr/share/info/rluserman.info ; \
else true; fi
/bin/install -c -m 644 ./readline.3 /sources/readline-8.1/DESTDIR/usr/share/man/man3/readline.3
/bin/install -c -m 644 ./history.3 /sources/readline-8.1/DESTDIR/usr/share/man/man3/history.3
if test -n "" ; then \
	if test -f readline.html; then \
		/bin/install -c -m 644 readline.html /sources/readline-8.1/DESTDIR/readline.html; \
	else \
		/bin/install -c -m 644 ./readline.html /sources/readline-8.1/DESTDIR/readline.html; \
	fi ; \
	if test -f history.html; then \
		/bin/install -c -m 644 history.html /sources/readline-8.1/DESTDIR/history.html; \
	else \
		/bin/install -c -m 644 ./history.html /sources/readline-8.1/DESTDIR/history.html; \
	fi ; \
	if test -f rluserman.html; then \
		/bin/install -c -m 644 rluserman.html /sources/readline-8.1/DESTDIR/rluserman.html; \
	else \
		/bin/install -c -m 644 ./rluserman.html /sources/readline-8.1/DESTDIR/rluserman.html; \
	fi ; \
fi
make[1]: Leaving directory '/sources/readline-8.1/doc'
/bin/install -c -m 644 /sources/readline-8.1/readline.pc /sources/readline-8.1/DESTDIR/usr/libx32/pkgconfig/readline.pc
( cd shlib ; make -j1 DESTDIR=/sources/readline-8.1/DESTDIR install )
make[1]: Entering directory '/sources/readline-8.1/shlib'
/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR/usr/libx32
/bin/sh ../support/mkdirs /sources/readline-8.1/DESTDIR/usr/bin
mkdir /sources/readline-8.1/DESTDIR/usr/bin
/bin/sh ../support/shlib-install -O linux-gnux32 -V pc -d /sources/readline-8.1/DESTDIR/usr/libx32 -b /sources/readline-8.1/DESTDIR/usr/bin -i "/bin/install -c -m 644" libhistory.so.8.1
/bin/sh ../support/shlib-install -O linux-gnux32 -V pc -d /sources/readline-8.1/DESTDIR/usr/libx32 -b /sources/readline-8.1/DESTDIR/usr/bin -i "/bin/install -c -m 644" libreadline.so.8.1
install: you may need to run ldconfig
make[1]: Leaving directory '/sources/readline-8.1/shlib'
'DESTDIR/usr/libx32/libhistory.so' -> '/usr/libx32/libhistory.so'
'DESTDIR/usr/libx32/libhistory.so.8' -> '/usr/libx32/libhistory.so.8'
'DESTDIR/usr/libx32/libhistory.so.8.1' -> '/usr/libx32/libhistory.so.8.1'
'DESTDIR/usr/libx32/libreadline.so' -> '/usr/libx32/libreadline.so'
'DESTDIR/usr/libx32/libreadline.so.8' -> '/usr/libx32/libreadline.so.8'
'DESTDIR/usr/libx32/libreadline.so.8.1' -> '/usr/libx32/libreadline.so.8.1'
'DESTDIR/usr/libx32/pkgconfig/readline.pc' -> '/usr/libx32/pkgconfig/readline.pc'


Totalseconds: 22

KB: 1472796	/
2021-08-26 11:23:32 exec_hook package_done chapter08 810-readline
END: 2021-08-26 11:23:32
