Build of readline with clang_glibc toolchain

The build took 00h 01m 37s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
25,530 ansic
4,577 sh
4,105 perl
1,157 makefile
35,369 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: readline 6.3.008-4 (Thu Apr 13 16:26:00 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
#
# Beginning configuration for readline-6.3 for x86_64-unknown-linux-gnu
#
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/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 clang needs -traditional... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-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 memmove... 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 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/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 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... yes
# checking which library has the termcap functions... using libcurses
# 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 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...
# 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 config.h
# config.status: executing default commands
# rm -f readline.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC readline.c
# rm -f vi_mode.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC vi_mode.c
# rm -f funmap.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC funmap.c
# rm -f keymaps.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC keymaps.c
# rm -f parens.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC parens.c
# rm -f search.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC search.c
# rm -f rltty.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC rltty.c
# rm -f complete.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC complete.c
# complete.c:746:12: warning: implicit declaration of function 'wcwidth' is invalid in C99 [-Wimplicit-function-declaration]
# w = WCWIDTH (wc);
# ^
# ./rlmbutil.h:132:23: note: expanded from macro 'WCWIDTH'
# # define WCWIDTH(wc) wcwidth(wc)
# ^
# complete.c:1085:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# complete.c:1085:23: note: place parentheses around the assignment to silence this warning
# while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
# ^
# ( )
# complete.c:1085:23: note: use '==' to turn this assignment into an equality comparison
# while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
# ^
# ==
# complete.c:2119:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# while (string = (*entry_function) (text, matches))
# ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# complete.c:2119:17: note: place parentheses around the assignment to silence this warning
# while (string = (*entry_function) (text, matches))
# ^
# ( )
# complete.c:2119:17: note: use '==' to turn this assignment into an equality comparison
# while (string = (*entry_function) (text, matches))
# ^
# ==
# complete.c:2193:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# while (entry = getpwent ())
# ~~~~~~^~~~~~~~~~~~~
# complete.c:2193:16: note: place parentheses around the assignment to silence this warning
# while (entry = getpwent ())
# ^
# ( )
# complete.c:2193:16: note: use '==' to turn this assignment into an equality comparison
# while (entry = getpwent ())
# ^
# ==
# 4 warnings generated.
# rm -f bind.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC bind.c
# bind.c:455:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (i = l = 0; c = seq[i]; i++)
# ~~^~~~~~~~
# bind.c:455:21: note: place parentheses around the assignment to silence this warning
# for (i = l = 0; c = seq[i]; i++)
# ^
# ( )
# bind.c:455:21: note: use '==' to turn this assignment into an equality comparison
# for (i = l = 0; c = seq[i]; i++)
# ^
# ==
# bind.c:1213:31: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (i = start,passc = 0; c = string[i]; i++)
# ~~^~~~~~~~~~~
# bind.c:1213:31: note: place parentheses around the assignment to silence this warning
# for (i = start,passc = 0; c = string[i]; i++)
# ^
# ( )
# bind.c:1213:31: note: use '==' to turn this assignment into an equality comparison
# for (i = start,passc = 0; c = string[i]; i++)
# ^
# ==
# bind.c:2201:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (i = 0; name = names[i]; i++)
# ~~~~~^~~~~~~~~~
# bind.c:2201:20: note: place parentheses around the assignment to silence this warning
# for (i = 0; name = names[i]; i++)
# ^
# ( )
# bind.c:2201:20: note: use '==' to turn this assignment into an equality comparison
# for (i = 0; name = names[i]; i++)
# ^
# ==
# 3 warnings generated.
# rm -f isearch.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC isearch.c
# rm -f display.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC display.c
# display.c:804:15: warning: implicit declaration of function 'wcwidth' is invalid in C99 [-Wimplicit-function-declaration]
# temp = WCWIDTH (wc);
# ^
# ./rlmbutil.h:132:23: note: expanded from macro 'WCWIDTH'
# # define WCWIDTH(wc) wcwidth(wc)
# ^
# 1 warning generated.
# rm -f signals.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC signals.c
# rm -f util.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC util.c
# rm -f kill.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC kill.c
# rm -f undo.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC undo.c
# rm -f macro.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC macro.c
# rm -f input.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC input.c
# input.c:434:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (c = _rl_next_macro_key ())
# ~~^~~~~~~~~~~~~~~~~~~~~~~
# input.c:434:13: note: place parentheses around the assignment to silence this warning
# if (c = _rl_next_macro_key ())
# ^
# ( )
# input.c:434:13: note: use '==' to turn this assignment into an equality comparison
# if (c = _rl_next_macro_key ())
# ^
# ==
# 1 warning generated.
# rm -f callback.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC callback.c
# rm -f terminal.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC terminal.c
# rm -f text.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC text.c
# rm -f nls.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC nls.c
# rm -f misc.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC misc.c
# misc.c:458:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (ul = (UNDO_LIST *)entry->data)
# ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
# misc.c:458:14: note: place parentheses around the assignment to silence this warning
# if (ul = (UNDO_LIST *)entry->data)
# ^
# ( )
# misc.c:458:14: note: use '==' to turn this assignment into an equality comparison
# if (ul = (UNDO_LIST *)entry->data)
# ^
# ==
# misc.c:505:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (ul = (UNDO_LIST *)hent->data)
# ~~~^~~~~~~~~~~~~~~~~~~~~~~~~
# misc.c:505:14: note: place parentheses around the assignment to silence this warning
# if (ul = (UNDO_LIST *)hent->data)
# ^
# ( )
# misc.c:505:14: note: use '==' to turn this assignment into an equality comparison
# if (ul = (UNDO_LIST *)hent->data)
# ^
# ==
# 2 warnings generated.
# rm -f history.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC history.c
# history.c:308:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# temp = alloc_history_entry (string, hist_inittime ());
# ^~~~~~
# 1 warning generated.
# rm -f histexpand.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC histexpand.c
# histexpand.c:207:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (local_index = i; c = string[i]; i++)
# ~~^~~~~~~~~~~
# histexpand.c:207:27: note: place parentheses around the assignment to silence this warning
# for (local_index = i; c = string[i]; i++)
# ^
# ( )
# histexpand.c:207:27: note: use '==' to turn this assignment into an equality comparison
# for (local_index = i; c = string[i]; i++)
# ^
# ==
# 1 warning generated.
# rm -f histfile.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC histfile.c
# rm -f histsearch.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC histsearch.c
# rm -f shell.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC shell.c
# rm -f mbutil.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC mbutil.c
# mbutil.c:125:12: warning: implicit declaration of function 'wcwidth' is invalid in C99 [-Wimplicit-function-declaration]
# if (WCWIDTH (wc) == 0)
# ^
# ./rlmbutil.h:132:23: note: expanded from macro 'WCWIDTH'
# # define WCWIDTH(wc) wcwidth(wc)
# ^
# 1 warning generated.
# rm -f tilde.o
# clang -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -DREADLINE_LIBRARY -c ./tilde.c
# ./tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (result = strchr (string, '~'))
# ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
# ./tilde.c:199:14: note: place parentheses around the assignment to silence this warning
# if (result = strchr (string, '~'))
# ^
# ( )
# ./tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison
# if (result = strchr (string, '~'))
# ^
# ==
# 1 warning generated.
# rm -f colors.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC colors.c
# rm -f parse-colors.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC parse-colors.c
# rm -f xmalloc.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC xmalloc.c
# rm -f xfree.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC xfree.c
# rm -f compat.o
# clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -fPIC compat.c
# rm -f libreadline.a
# ar cr libreadline.a 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
# test -n "ranlib" && ranlib libreadline.a
# rm -f libhistory.a
# ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
# test -n "ranlib" && ranlib libhistory.a
# test -d shlib || mkdir shlib
# ( cd shlib ; make -j1 all )
# make[1]: Entering directory '/tmp/readline/src/readline-6.3/shlib'
# rm -f readline.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o readline.o ../readline.c
# mv readline.o readline.so
# rm -f vi_mode.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o vi_mode.o ../vi_mode.c
# mv vi_mode.o vi_mode.so
# rm -f funmap.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o funmap.o ../funmap.c
# mv funmap.o funmap.so
# rm -f keymaps.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o keymaps.o ../keymaps.c
# mv keymaps.o keymaps.so
# rm -f parens.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o parens.o ../parens.c
# mv parens.o parens.so
# rm -f search.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o search.o ../search.c
# mv search.o search.so
# rm -f rltty.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o rltty.o ../rltty.c
# mv rltty.o rltty.so
# rm -f complete.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o complete.o ../complete.c
# ../complete.c:746:12: warning: implicit declaration of function 'wcwidth' is invalid in C99 [-Wimplicit-function-declaration]
# w = WCWIDTH (wc);
# ^
# ../rlmbutil.h:132:23: note: expanded from macro 'WCWIDTH'
# # define WCWIDTH(wc) wcwidth(wc)
# ^
# ../complete.c:1085:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
# ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../complete.c:1085:23: note: place parentheses around the assignment to silence this warning
# while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
# ^
# ( )
# ../complete.c:1085:23: note: use '==' to turn this assignment into an equality comparison
# while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
# ^
# ==
# ../complete.c:2119:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# while (string = (*entry_function) (text, matches))
# ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../complete.c:2119:17: note: place parentheses around the assignment to silence this warning
# while (string = (*entry_function) (text, matches))
# ^
# ( )
# ../complete.c:2119:17: note: use '==' to turn this assignment into an equality comparison
# while (string = (*entry_function) (text, matches))
# ^
# ==
# ../complete.c:2193:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# while (entry = getpwent ())
# ~~~~~~^~~~~~~~~~~~~
# ../complete.c:2193:16: note: place parentheses around the assignment to silence this warning
# while (entry = getpwent ())
# ^
# ( )
# ../complete.c:2193:16: note: use '==' to turn this assignment into an equality comparison
# while (entry = getpwent ())
# ^
# ==
# 4 warnings generated.
# mv complete.o complete.so
# rm -f bind.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o bind.o ../bind.c
# ../bind.c:455:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (i = l = 0; c = seq[i]; i++)
# ~~^~~~~~~~
# ../bind.c:455:21: note: place parentheses around the assignment to silence this warning
# for (i = l = 0; c = seq[i]; i++)
# ^
# ( )
# ../bind.c:455:21: note: use '==' to turn this assignment into an equality comparison
# for (i = l = 0; c = seq[i]; i++)
# ^
# ==
# ../bind.c:1213:31: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (i = start,passc = 0; c = string[i]; i++)
# ~~^~~~~~~~~~~
# ../bind.c:1213:31: note: place parentheses around the assignment to silence this warning
# for (i = start,passc = 0; c = string[i]; i++)
# ^
# ( )
# ../bind.c:1213:31: note: use '==' to turn this assignment into an equality comparison
# for (i = start,passc = 0; c = string[i]; i++)
# ^
# ==
# ../bind.c:2201:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (i = 0; name = names[i]; i++)
# ~~~~~^~~~~~~~~~
# ../bind.c:2201:20: note: place parentheses around the assignment to silence this warning
# for (i = 0; name = names[i]; i++)
# ^
# ( )
# ../bind.c:2201:20: note: use '==' to turn this assignment into an equality comparison
# for (i = 0; name = names[i]; i++)
# ^
# ==
# 3 warnings generated.
# mv bind.o bind.so
# rm -f isearch.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o isearch.o ../isearch.c
# mv isearch.o isearch.so
# rm -f display.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o display.o ../display.c
# ../display.c:804:15: warning: implicit declaration of function 'wcwidth' is invalid in C99 [-Wimplicit-function-declaration]
# temp = WCWIDTH (wc);
# ^
# ../rlmbutil.h:132:23: note: expanded from macro 'WCWIDTH'
# # define WCWIDTH(wc) wcwidth(wc)
# ^
# 1 warning generated.
# mv display.o display.so
# rm -f signals.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o signals.o ../signals.c
# mv signals.o signals.so
# rm -f util.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o util.o ../util.c
# mv util.o util.so
# rm -f kill.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o kill.o ../kill.c
# mv kill.o kill.so
# rm -f undo.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o undo.o ../undo.c
# mv undo.o undo.so
# rm -f macro.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o macro.o ../macro.c
# mv macro.o macro.so
# rm -f input.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o input.o ../input.c
# ../input.c:434:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (c = _rl_next_macro_key ())
# ~~^~~~~~~~~~~~~~~~~~~~~~~
# ../input.c:434:13: note: place parentheses around the assignment to silence this warning
# if (c = _rl_next_macro_key ())
# ^
# ( )
# ../input.c:434:13: note: use '==' to turn this assignment into an equality comparison
# if (c = _rl_next_macro_key ())
# ^
# ==
# 1 warning generated.
# mv input.o input.so
# rm -f callback.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o callback.o ../callback.c
# mv callback.o callback.so
# rm -f terminal.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o terminal.o ../terminal.c
# mv terminal.o terminal.so
# rm -f text.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o text.o ../text.c
# mv text.o text.so
# rm -f nls.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o nls.o ../nls.c
# mv nls.o nls.so
# rm -f misc.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o misc.o ../misc.c
# ../misc.c:458:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (ul = (UNDO_LIST *)entry->data)
# ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
# ../misc.c:458:14: note: place parentheses around the assignment to silence this warning
# if (ul = (UNDO_LIST *)entry->data)
# ^
# ( )
# ../misc.c:458:14: note: use '==' to turn this assignment into an equality comparison
# if (ul = (UNDO_LIST *)entry->data)
# ^
# ==
# ../misc.c:505:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (ul = (UNDO_LIST *)hent->data)
# ~~~^~~~~~~~~~~~~~~~~~~~~~~~~
# ../misc.c:505:14: note: place parentheses around the assignment to silence this warning
# if (ul = (UNDO_LIST *)hent->data)
# ^
# ( )
# ../misc.c:505:14: note: use '==' to turn this assignment into an equality comparison
# if (ul = (UNDO_LIST *)hent->data)
# ^
# ==
# 2 warnings generated.
# mv misc.o misc.so
# rm -f history.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o history.o ../history.c
# ../history.c:308:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# temp = alloc_history_entry (string, hist_inittime ());
# ^~~~~~
# 1 warning generated.
# mv history.o history.so
# rm -f histexpand.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o histexpand.o ../histexpand.c
# ../histexpand.c:207:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# for (local_index = i; c = string[i]; i++)
# ~~^~~~~~~~~~~
# ../histexpand.c:207:27: note: place parentheses around the assignment to silence this warning
# for (local_index = i; c = string[i]; i++)
# ^
# ( )
# ../histexpand.c:207:27: note: use '==' to turn this assignment into an equality comparison
# for (local_index = i; c = string[i]; i++)
# ^
# ==
# 1 warning generated.
# mv histexpand.o histexpand.so
# rm -f histfile.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o histfile.o ../histfile.c
# mv histfile.o histfile.so
# rm -f histsearch.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o histsearch.o ../histsearch.c
# mv histsearch.o histsearch.so
# rm -f shell.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o shell.o ../shell.c
# mv shell.o shell.so
# rm -f mbutil.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o mbutil.o ../mbutil.c
# ../mbutil.c:125:12: warning: implicit declaration of function 'wcwidth' is invalid in C99 [-Wimplicit-function-declaration]
# if (WCWIDTH (wc) == 0)
# ^
# ../rlmbutil.h:132:23: note: expanded from macro 'WCWIDTH'
# # define WCWIDTH(wc) wcwidth(wc)
# ^
# 1 warning generated.
# mv mbutil.o mbutil.so
# rm -f tilde.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
# ../tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (result = strchr (string, '~'))
# ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
# ../tilde.c:199:14: note: place parentheses around the assignment to silence this warning
# if (result = strchr (string, '~'))
# ^
# ( )
# ../tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison
# if (result = strchr (string, '~'))
# ^
# ==
# 1 warning generated.
# mv tilde.o tilde.so
# rm -f colors.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o colors.o ../colors.c
# mv colors.o colors.so
# rm -f parse-colors.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o parse-colors.o ../parse-colors.c
# mv parse-colors.o parse-colors.so
# rm -f xmalloc.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o xmalloc.o ../xmalloc.c
# mv xmalloc.o xmalloc.so
# rm -f xfree.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o xfree.o ../xfree.c
# mv xfree.o xfree.so
# rm -f compat.so
# clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -fPIC -fPIC -o compat.o ../compat.c
# mv compat.o compat.so
# rm -f libreadline.so.6.3
# clang -shared -Wl,-soname,libreadline.so.6.3 -Wl,-rpath,/usr/lib -Wl,-soname,`basename libreadline.so.6.3 .3` -o libreadline.so.6.3 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 -lncurses
# rm -f libhistory.so.6.3
# clang -shared -Wl,-soname,libhistory.so.6.3 -Wl,-rpath,/usr/lib -Wl,-soname,`basename libhistory.so.6.3 .3` -o libhistory.so.6.3 history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses
# make[1]: Leaving directory '/tmp/readline/src/readline-6.3/shlib'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make: Entering directory '/tmp/readline/src/readline-6.3'
# /bin/sh ./support/mkinstalldirs /tmp/readline/pkg/readline/usr/include \
# /tmp/readline/pkg/readline/usr/include/readline /tmp/readline/pkg/readline/usr/lib \
# /tmp/readline/pkg/readline/usr/share/info /tmp/readline/pkg/readline/usr/share/man/man3 /tmp/readline/pkg/readline/usr/share/doc/readline
# mkdir -p -- /tmp/readline/pkg/readline/usr/include /tmp/readline/pkg/readline/usr/include/readline /tmp/readline/pkg/readline/usr/lib /tmp/readline/pkg/readline/usr/share/info /tmp/readline/pkg/readline/usr/share/man/man3 /tmp/readline/pkg/readline/usr/share/doc/readline
# for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
# /usr/bin/install -c -m 644 ./$f /tmp/readline/pkg/readline/usr/include/readline ; \
# done
# /usr/bin/install -c -m 644 ./CHANGES ./INSTALL ./README /tmp/readline/pkg/readline/usr/share/doc/readline
# ( if test -d doc ; then \
# cd doc && \
# make -w -j1 infodir=/usr/share/info DESTDIR=/tmp/readline/pkg/readline install; \
# fi )
# make[1]: Entering directory '/tmp/readline/src/readline-6.3/doc'
# /bin/sh ../support/mkdirs /tmp/readline/pkg/readline/usr/share/info /tmp/readline/pkg/readline/usr/share/man/man3
# if test -n "" ; then \
# /bin/sh ../support/mkdirs /tmp/readline/pkg/readline ; \
# fi
# if test -f readline.info; then \
# /usr/bin/install -c -m 644 readline.info /tmp/readline/pkg/readline/usr/share/info/readline.info; \
# else \
# /usr/bin/install -c -m 644 ./readline.info /tmp/readline/pkg/readline/usr/share/info/readline.info; \
# fi
# if test -f rluserman.info; then \
# /usr/bin/install -c -m 644 rluserman.info /tmp/readline/pkg/readline/usr/share/info/rluserman.info; \
# else \
# /usr/bin/install -c -m 644 ./rluserman.info /tmp/readline/pkg/readline/usr/share/info/rluserman.info; \
# fi
# if test -f history.info; then \
# /usr/bin/install -c -m 644 history.info /tmp/readline/pkg/readline/usr/share/info/history.info; \
# else \
# /usr/bin/install -c -m 644 ./history.info /tmp/readline/pkg/readline/usr/share/info/history.info; \
# fi
# if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
# install-info --dir-file=/tmp/readline/pkg/readline/usr/share/info/dir \
# /tmp/readline/pkg/readline/usr/share/info/readline.info ; \
# install-info --dir-file=/tmp/readline/pkg/readline/usr/share/info/dir \
# /tmp/readline/pkg/readline/usr/share/info/history.info ; \
# install-info --dir-file=/tmp/readline/pkg/readline/usr/share/info/dir \
# /tmp/readline/pkg/readline/usr/share/info/rluserman.info ; \
# else true; fi
# /usr/bin/install -c -m 644 ./readline.3 /tmp/readline/pkg/readline/usr/share/man/man3/readline.3
# /usr/bin/install -c -m 644 ./history.3 /tmp/readline/pkg/readline/usr/share/man/man3/history.3
# if test -n "" ; then \
# if test -f readline.html; then \
# /usr/bin/install -c -m 644 readline.html /tmp/readline/pkg/readline/readline.html; \
# else \
# /usr/bin/install -c -m 644 ./readline.html /tmp/readline/pkg/readline/readline.html; \
# fi ; \
# if test -f history.html; then \
# /usr/bin/install -c -m 644 history.html /tmp/readline/pkg/readline/history.html; \
# else \
# /usr/bin/install -c -m 644 ./history.html /tmp/readline/pkg/readline/history.html; \
# fi ; \
# if test -f rluserman.html; then \
# /usr/bin/install -c -m 644 rluserman.html /tmp/readline/pkg/readline/rluserman.html; \
# else \
# /usr/bin/install -c -m 644 ./rluserman.html /tmp/readline/pkg/readline/rluserman.html; \
# fi ; \
# fi
# make[1]: Leaving directory '/tmp/readline/src/readline-6.3/doc'
# ( cd examples ; make -w -j1 DESTDIR=/tmp/readline/pkg/readline install )
# make[1]: Entering directory '/tmp/readline/src/readline-6.3/examples'
# /bin/sh ../support/mkdirs /tmp/readline/pkg/readline/usr/share/readline
# mkdir /tmp/readline/pkg/readline/usr/share/readline
# make[1]: Leaving directory '/tmp/readline/src/readline-6.3/examples'
# mv /tmp/readline/pkg/readline/usr/lib/libreadline.a /tmp/readline/pkg/readline/usr/lib/libreadline.old
# mv: cannot stat '/tmp/readline/pkg/readline/usr/lib/libreadline.a': No such file or directory
# make: [Makefile:238: install-static] Error 1 (ignored)
# /usr/bin/install -c -m 644 libreadline.a /tmp/readline/pkg/readline/usr/lib/libreadline.a
# test -n "ranlib" && ranlib /tmp/readline/pkg/readline/usr/lib/libreadline.a
# mv /tmp/readline/pkg/readline/usr/lib/libhistory.a /tmp/readline/pkg/readline/usr/lib/libhistory.old
# mv: cannot stat '/tmp/readline/pkg/readline/usr/lib/libhistory.a': No such file or directory
# make: [Makefile:241: install-static] Error 1 (ignored)
# /usr/bin/install -c -m 644 libhistory.a /tmp/readline/pkg/readline/usr/lib/libhistory.a
# test -n "ranlib" && ranlib /tmp/readline/pkg/readline/usr/lib/libhistory.a
# test -d shlib || mkdir shlib
# ( cd shlib ; make -w -j1 all )
# make[1]: Entering directory '/tmp/readline/src/readline-6.3/shlib'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/readline/src/readline-6.3/shlib'
# ( cd shlib ; make -w -j1 DESTDIR=/tmp/readline/pkg/readline install )
# make[1]: Entering directory '/tmp/readline/src/readline-6.3/shlib'
# /bin/sh ../support/mkdirs /tmp/readline/pkg/readline/usr/lib
# /bin/sh ../support/mkdirs /tmp/readline/pkg/readline/usr/bin
# mkdir /tmp/readline/pkg/readline/usr/bin
# /bin/sh ../support/shlib-install -O linux-gnu -V unknown -d /tmp/readline/pkg/readline/usr/lib -b /tmp/readline/pkg/readline/usr/bin -i "/usr/bin/install -c -m 644" libhistory.so.6.3
# /bin/sh ../support/shlib-install -O linux-gnu -V unknown -d /tmp/readline/pkg/readline/usr/lib -b /tmp/readline/pkg/readline/usr/bin -i "/usr/bin/install -c -m 644" libreadline.so.6.3
# install: you may need to run ldconfig
# make[1]: Leaving directory '/tmp/readline/src/readline-6.3/shlib'
# make: Leaving directory '/tmp/readline/src/readline-6.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "readline"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: readline 6.3.008-4 (Thu Apr 13 16:26:32 UTC 2017)

CMD: pacman --query --file readline-6.3.008-4-x86_64.pkg.tar.xz
# readline 6.3.008-4

Creating hybrid package for 'readline'

Trying to find vanilla package 'readline'...

CMD: pacman --query --file /mirror/perl-term-readline-gnu-1.31-2.pkg.tar.xz
# perl-term-readline-gnu 1.31-2

CMD: pacman --query --file /mirror/readline-6.3.008-4.pkg.tar.xz
# readline 6.3.008-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/inputrc
# /usr/include/readline/readline.h
# /usr/include/readline/chardefs.h
# /usr/include/readline/keymaps.h
# /usr/include/readline/history.h
# /usr/include/readline/tilde.h
# /usr/include/readline/rlstdc.h
# /usr/include/readline/rlconf.h
# /usr/include/readline/rltypedefs.h
# /usr/lib/libhistory.so.6.3
# /usr/lib/libhistory.so.6
# /usr/lib/libhistory.so
# /usr/lib/libreadline.so.6.3
# /usr/lib/libreadline.so.6
# /usr/lib/libreadline.so
# /usr/share/info/readline.info.gz
# /usr/share/info/rluserman.info.gz
# /usr/share/info/history.info.gz
# /usr/share/man/man3/readline.3.gz
# /usr/share/man/man3/history.3.gz
# /usr/share/doc/readline/CHANGES
# /usr/share/doc/readline/INSTALL
# /usr/share/doc/readline/README
# /usr/share/readline/excallback.c
# /usr/share/readline/fileman.c
# /usr/share/readline/histexamp.c
# /usr/share/readline/manexamp.c
# /usr/share/readline/rl-fgets.c
# /usr/share/readline/rl.c
# /usr/share/readline/rlcat.c
# /usr/share/readline/rlevent.c
# /usr/share/readline/rlptytest.c
# /usr/share/readline/rltest.c
# /usr/share/readline/rlversion.c
# /usr/share/readline/rl-callbacktest.c
# /usr/share/readline/hist_erasedups.c
# /usr/share/readline/hist_purgecmd.c
# /sysroot/usr/lib/libreadline.a
# /sysroot/usr/lib/libhistory.a
# /sysroot/usr/lib/libhistory.so.6.3
# /sysroot/usr/lib/libhistory.so.6
# /sysroot/usr/lib/libhistory.so
# /sysroot/usr/lib/libreadline.so.6.3
# /sysroot/usr/lib/libreadline.so.6
# /sysroot/usr/lib/libreadline.so
# /sysroot/usr/include/readline/readline.h
# /sysroot/usr/include/readline/chardefs.h
# /sysroot/usr/include/readline/keymaps.h
# /sysroot/usr/include/readline/history.h
# /sysroot/usr/include/readline/tilde.h
# /sysroot/usr/include/readline/rlstdc.h
# /sysroot/usr/include/readline/rlconf.h
# /sysroot/usr/include/readline/rltypedefs.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO etc usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf readline.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/readline.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/readline.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/readline.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/readline/src/readline-6.3/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by readline configure 6.3, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bbca10c5df4c
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2282: checking build system type
# configure:2296: result: x86_64-unknown-linux-gnu
# configure:2316: checking host system type
# configure:2329: result: x86_64-unknown-linux-gnu
# configure:2435: checking whether make sets $(MAKE)
# configure:2457: result: yes
# configure:2474: checking for x86_64-unknown-linux-gcc
# configure:2501: result: clang
# configure:2770: checking for C compiler version
# configure:2779: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2790: $? = 0
# configure:2779: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2790: $? = 0
# configure:2779: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2790: $? = 1
# configure:2779: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2790: $? = 1
# configure:2810: checking whether the C compiler works
# configure:2832: clang -fPIC conftest.c >&5
# configure:2836: $? = 0
# configure:2884: result: yes
# configure:2887: checking for C compiler default output file name
# configure:2889: result: a.out
# configure:2895: checking for suffix of executables
# configure:2902: clang -o conftest -fPIC conftest.c >&5
# configure:2906: $? = 0
# configure:2928: result:
# configure:2950: checking whether we are cross compiling
# configure:2958: clang -o conftest -fPIC conftest.c >&5
# configure:2962: $? = 0
# configure:2969: ./conftest
# configure:2973: $? = 0
# configure:2988: result: no
# configure:2993: checking for suffix of object files
# configure:3015: clang -c -fPIC conftest.c >&5
# configure:3019: $? = 0
# configure:3040: result: o
# configure:3044: checking whether we are using the GNU C compiler
# configure:3063: clang -c -fPIC conftest.c >&5
# configure:3063: $? = 0
# configure:3072: result: yes
# configure:3081: checking whether clang accepts -g
# configure:3101: clang -c -g conftest.c >&5
# configure:3101: $? = 0
# configure:3142: result: yes
# configure:3159: checking for clang option to accept ISO C89
# configure:3223: clang -c -fPIC conftest.c >&5
# configure:3223: $? = 0
# configure:3236: result: none needed
# configure:3262: checking how to run the C preprocessor
# configure:3293: clang -E conftest.c
# configure:3293: $? = 0
# configure:3307: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3307: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3332: result: clang -E
# configure:3352: clang -E conftest.c
# configure:3352: $? = 0
# configure:3366: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3366: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3395: checking for grep that handles long lines and -e
# configure:3453: result: /usr/bin/grep
# configure:3458: checking for egrep
# configure:3520: result: /usr/bin/grep -E
# configure:3525: checking for ANSI C header files
# configure:3545: clang -c -fPIC conftest.c >&5
# configure:3545: $? = 0
# configure:3618: clang -o conftest -fPIC conftest.c >&5
# configure:3618: $? = 0
# configure:3618: ./conftest
# configure:3618: $? = 0
# configure:3629: result: yes
# configure:3642: checking for sys/types.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for sys/stat.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for stdlib.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for string.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for memory.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for strings.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for inttypes.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for stdint.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3642: checking for unistd.h
# configure:3642: clang -c -fPIC conftest.c >&5
# configure:3642: $? = 0
# configure:3642: result: yes
# configure:3655: checking minix/config.h usability
# configure:3655: clang -c -fPIC conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3655: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3655: result: no
# configure:3655: checking minix/config.h presence
# configure:3655: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3655: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3655: result: no
# configure:3655: checking for minix/config.h
# configure:3655: result: no
# configure:3676: checking whether it is safe to define __EXTENSIONS__
# configure:3694: clang -c -fPIC conftest.c >&5
# configure:3694: $? = 0
# configure:3701: result: yes
# configure:3721: checking whether clang needs -traditional
# configure:3755: result: no
# configure:3776: checking for a BSD-compatible install
# configure:3844: result: /usr/bin/install -c
# configure:3858: checking for x86_64-unknown-linux-ar
# configure:3888: result: no
# configure:3898: checking for ar
# configure:3914: found /usr/bin/ar
# configure:3925: result: ar
# configure:3951: checking for x86_64-unknown-linux-ranlib
# configure:3981: result: no
# configure:3991: checking for ranlib
# configure:4007: found /usr/bin/ranlib
# configure:4018: result: ranlib
# configure:4044: checking for an ANSI C-conforming const
# configure:4109: clang -c -fPIC conftest.c >&5
# configure:4109: $? = 0
# configure:4116: result: yes
# configure:4124: checking for function prototypes
# configure:4127: result: yes
# configure:4140: checking whether char is unsigned
# configure:4158: clang -c -fPIC conftest.c >&5
# configure:4158: $? = 0
# configure:4165: result: no
# configure:4172: checking for working volatile
# configure:4191: clang -c -fPIC conftest.c >&5
# configure:4191: $? = 0
# configure:4198: result: yes
# configure:4207: checking return type of signal handlers
# configure:4225: clang -c -fPIC conftest.c >&5
# conftest.c:32:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4225: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:4232: result: void
# configure:4241: checking for size_t
# configure:4241: clang -c -fPIC conftest.c >&5
# configure:4241: $? = 0
# configure:4241: clang -c -fPIC conftest.c >&5
# conftest.c:63:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:4241: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4241: result: yes
# configure:4252: checking for ssize_t
# configure:4252: clang -c -fPIC conftest.c >&5
# configure:4252: $? = 0
# configure:4252: clang -c -fPIC conftest.c >&5
# conftest.c:63:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:4252: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4252: result: yes
# configure:4264: checking for ANSI C header files
# configure:4368: result: yes
# configure:4377: checking whether stat file-mode macros are broken
# configure:4404: clang -c -fPIC conftest.c >&5
# configure:4404: $? = 0
# configure:4411: result: no
# configure:4422: checking for dirent.h that defines DIR
# configure:4441: clang -c -fPIC conftest.c >&5
# configure:4441: $? = 0
# configure:4449: result: yes
# configure:4462: checking for library containing opendir
# configure:4493: clang -o conftest -fPIC conftest.c >&5
# configure:4493: $? = 0
# configure:4510: result: none required
# configure:4581: checking for fcntl
# configure:4581: clang -o conftest -fPIC conftest.c >&5
# configure:4581: $? = 0
# configure:4581: result: yes
# configure:4581: checking for kill
# configure:4581: clang -o conftest -fPIC conftest.c >&5
# configure:4581: $? = 0
# configure:4581: result: yes
# configure:4581: checking for lstat
# configure:4581: clang -o conftest -fPIC conftest.c >&5
# configure:4581: $? = 0
# configure:4581: result: yes
# configure:4594: checking for memmove
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# conftest.c:55:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:55:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for putenv
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for select
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for setenv
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for setlocale
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for strcasecmp
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# conftest.c:60:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:60:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for strpbrk
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# conftest.c:61:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
# char strpbrk ();
# ^
# conftest.c:61:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for tcgetattr
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4594: checking for vsnprintf
# configure:4594: clang -o conftest -fPIC conftest.c >&5
# conftest.c:63:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:63:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:4594: $? = 0
# configure:4594: result: yes
# configure:4606: checking for isascii
# configure:4606: clang -o conftest -fPIC conftest.c >&5
# configure:4606: $? = 0
# configure:4606: result: yes
# configure:4606: checking for isxdigit
# configure:4606: clang -o conftest -fPIC conftest.c >&5
# configure:4606: $? = 0
# configure:4606: result: yes
# configure:4618: checking for getpwent
# configure:4618: clang -o conftest -fPIC conftest.c >&5
# configure:4618: $? = 0
# configure:4618: result: yes
# configure:4618: checking for getpwnam
# configure:4618: clang -o conftest -fPIC conftest.c >&5
# configure:4618: $? = 0
# configure:4618: result: yes
# configure:4618: checking for getpwuid
# configure:4618: clang -o conftest -fPIC conftest.c >&5
# configure:4618: $? = 0
# configure:4618: result: yes
# configure:4628: checking for working strcoll
# configure:4649: clang -o conftest -fPIC conftest.c >&5
# configure:4649: $? = 0
# configure:4649: ./conftest
# configure:4649: $? = 0
# configure:4659: result: yes
# configure:4673: checking fcntl.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking fcntl.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for fcntl.h
# configure:4673: result: yes
# configure:4673: checking for unistd.h
# configure:4673: result: yes
# configure:4673: checking for stdlib.h
# configure:4673: result: yes
# configure:4673: checking varargs.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# In file included from conftest.c:83:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:4673: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4673: result: no
# configure:4673: checking varargs.h presence
# configure:4673: clang -E conftest.c
# In file included from conftest.c:50:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:4673: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | /* end confdefs.h. */
# | #include
# configure:4673: result: no
# configure:4673: checking for varargs.h
# configure:4673: result: no
# configure:4673: checking stdarg.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking stdarg.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for stdarg.h
# configure:4673: result: yes
# configure:4673: checking stdbool.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking stdbool.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for stdbool.h
# configure:4673: result: yes
# configure:4673: checking for string.h
# configure:4673: result: yes
# configure:4673: checking for strings.h
# configure:4673: result: yes
# configure:4673: checking limits.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking limits.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for limits.h
# configure:4673: result: yes
# configure:4673: checking locale.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking locale.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for locale.h
# configure:4673: result: yes
# configure:4673: checking pwd.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking pwd.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for pwd.h
# configure:4673: result: yes
# configure:4673: checking for memory.h
# configure:4673: result: yes
# configure:4673: checking termcap.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking termcap.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for termcap.h
# configure:4673: result: yes
# configure:4673: checking termios.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking termios.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for termios.h
# configure:4673: result: yes
# configure:4673: checking termio.h usability
# configure:4673: clang -c -fPIC conftest.c >&5
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking termio.h presence
# configure:4673: clang -E conftest.c
# configure:4673: $? = 0
# configure:4673: result: yes
# configure:4673: checking for termio.h
# configure:4673: result: yes
# configure:4686: checking sys/pte.h usability
# configure:4686: clang -c -fPIC conftest.c >&5
# conftest.c:94:10: fatal error: 'sys/pte.h' file not found
# #include
# ^
# 1 error generated.
# configure:4686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4686: result: no
# configure:4686: checking sys/pte.h presence
# configure:4686: clang -E conftest.c
# conftest.c:61:10: fatal error: 'sys/pte.h' file not found
# #include
# ^
# 1 error generated.
# configure:4686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# configure:4686: result: no
# configure:4686: checking for sys/pte.h
# configure:4686: result: no
# configure:4686: checking sys/stream.h usability
# configure:4686: clang -c -fPIC conftest.c >&5
# conftest.c:94:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:4686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4686: result: no
# configure:4686: checking sys/stream.h presence
# configure:4686: clang -E conftest.c
# conftest.c:61:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:4686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# configure:4686: result: no
# configure:4686: checking for sys/stream.h
# configure:4686: result: no
# configure:4686: checking sys/select.h usability
# configure:4686: clang -c -fPIC conftest.c >&5
# configure:4686: $? = 0
# configure:4686: result: yes
# configure:4686: checking sys/select.h presence
# configure:4686: clang -E conftest.c
# configure:4686: $? = 0
# configure:4686: result: yes
# configure:4686: checking for sys/select.h
# configure:4686: result: yes
# configure:4686: checking sys/file.h usability
# configure:4686: clang -c -fPIC conftest.c >&5
# configure:4686: $? = 0
# configure:4686: result: yes
# configure:4686: checking sys/file.h presence
# configure:4686: clang -E conftest.c
# configure:4686: $? = 0
# configure:4686: result: yes
# configure:4686: checking for sys/file.h
# configure:4686: result: yes
# configure:4699: checking for sys/ptem.h
# configure:4699: clang -c -fPIC conftest.c >&5
# conftest.c:69:10: fatal error: 'sys/ptem.h' file not found
# #include
# ^
# 1 error generated.
# configure:4699: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | /* end confdefs.h. */
# |
# | #if HAVE_SYS_STREAM_H
# | # include
# | #endif
# |
# |
# | #include
# configure:4699: result: no
# configure:4722: checking for special C compiler options needed for large files
# configure:4767: result: no
# configure:4773: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4798: clang -c -fPIC conftest.c >&5
# configure:4798: $? = 0
# configure:4830: result: no
# configure:4915: checking for type of signal functions
# configure:4938: clang -o conftest -fPIC conftest.c >&5
# configure:4938: $? = 0
# configure:4996: result: posix
# configure:5011: checking if signal handlers must be reinstalled when invoked
# configure:5069: clang -o conftest -fPIC conftest.c >&5
# conftest.c:99:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main()
# ^
# conftest.c:105:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(nsigint != 2);
# ^
# conftest.c:105:2: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:5069: $? = 0
# configure:5069: ./conftest
# configure:5069: $? = 0
# configure:5080: result: no
# configure:5089: checking for presence of POSIX-style sigsetjmp/siglongjmp
# configure:5141: clang -o conftest -fPIC conftest.c >&5
# conftest.c:72:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main()
# ^
# conftest.c:91:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0); /* could get sigmask and compare to oset here. */
# ^
# conftest.c:91:3: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:5141: $? = 0
# configure:5141: ./conftest
# configure:5141: $? = 0
# configure:5152: result: present
# configure:5159: checking for lstat
# configure:5178: clang -o conftest -fPIC conftest.c >&5
# conftest.c:72:28: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# lstat(".",(struct stat *)0);
# ~~~~~~~~~~~~~~~~^
# 1 warning generated.
# configure:5178: $? = 0
# configure:5186: result: yes
# configure:5194: checking whether or not strcoll and strcmp differ
# configure:5244: clang -o conftest -fPIC conftest.c >&5
# conftest.c:72:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main(c, v)
# ^
# conftest.c:86:14: warning: implicit declaration of function 'strcoll' is invalid in C99 [-Wimplicit-function-declaration]
# r1 = strcoll("abd", "aXd");
# ^
# conftest.c:90:14: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
# r2 = strcmp("abd", "aXd");
# ^
# conftest.c:90:14: note: include the header or explicitly provide a declaration for 'strcmp'
# conftest.c:99:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (r1 > 0 && r2 > 0);
# ^
# conftest.c:99:2: note: include the header or explicitly provide a declaration for 'exit'
# 4 warnings generated.
# configure:5244: $? = 0
# configure:5244: ./conftest
# configure:5244: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined (HAVE_LOCALE_H)
# | #include
# | #endif
# |
# | main(c, v)
# | int c;
# | char *v[];
# | {
# | int r1, r2;
# | char *deflocale, *defcoll;
# |
# | #ifdef HAVE_SETLOCALE
# | deflocale = setlocale(LC_ALL, "");
# | defcoll = setlocale(LC_COLLATE, "");
# | #endif
# |
# | #ifdef HAVE_STRCOLL
# | /* These two values are taken from tests/glob-test. */
# | r1 = strcoll("abd", "aXd");
# | #else
# | r1 = 0;
# | #endif
# | r2 = strcmp("abd", "aXd");
# |
# | /* These two should both be greater than 0. It is permissible for
# | a system to return different values, as long as the sign is the
# | same. */
# |
# | /* Exit with 1 (failure) if these two values are both > 0, since
# | this tests whether strcoll(3) is broken with respect to strcmp(3)
# | in the default locale. */
# | exit (r1 > 0 && r2 > 0);
# | }
# |
# configure:5255: result: no
# configure:5263: checking whether the ctype macros accept non-ascii characters
# configure:5308: clang -o conftest -fPIC conftest.c >&5
# conftest.c:73:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main(c, v)
# ^
# conftest.c:94:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (r1 == 0 || r2 == 0);
# ^
# conftest.c:94:2: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:5308: $? = 0
# configure:5308: ./conftest
# configure:5308: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LOCALE_H
# | #include
# | #endif
# | #include
# | #include
# |
# | main(c, v)
# | int c;
# | char *v[];
# | {
# | char *deflocale;
# | unsigned char x;
# | int r1, r2;
# |
# | #ifdef HAVE_SETLOCALE
# | /* We take a shot here. If that locale is not known, try the
# | system default. We try this one because '\342' (226) is
# | known to be a printable character in that locale. */
# | deflocale = setlocale(LC_ALL, "en_US.ISO8859-1");
# | if (deflocale == 0)
# | deflocale = setlocale(LC_ALL, "");
# | #endif
# |
# | x = '\342';
# | r1 = isprint(x);
# | x -= 128;
# | r2 = isprint(x);
# | exit (r1 == 0 || r2 == 0);
# | }
# |
# configure:5319: result: no
# configure:5327: checking whether getpw functions are declared in pwd.h
# configure:5352: result: yes
# configure:5360: checking whether termios.h defines TIOCGWINSZ
# configure:5383: result: no
# configure:5387: checking whether sys/ioctl.h defines TIOCGWINSZ
# configure:5410: result: yes
# configure:5421: checking for sig_atomic_t in signal.h
# configure:5439: clang -o conftest -fPIC conftest.c >&5
# configure:5439: $? = 0
# configure:5447: result: yes
# configure:5464: checking whether signal handlers are of type void
# configure:5488: clang -c -fPIC conftest.c >&5
# configure:5488: $? = 0
# configure:5495: result: yes
# configure:5503: checking for TIOCSTAT in sys/ioctl.h
# configure:5520: clang -c -fPIC conftest.c >&5
# conftest.c:74:9: error: use of undeclared identifier 'TIOCSTAT'
# int x = TIOCSTAT;
# ^
# 1 error generated.
# configure:5520: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | int x = TIOCSTAT;
# | ;
# | return 0;
# | }
# configure:5528: result: no
# configure:5535: checking for FIONREAD in sys/ioctl.h
# configure:5552: clang -c -fPIC conftest.c >&5
# configure:5552: $? = 0
# configure:5560: result: yes
# configure:5567: checking for speed_t in sys/types.h
# configure:5583: clang -c -fPIC conftest.c >&5
# conftest.c:74:1: error: use of undeclared identifier 'speed_t'
# speed_t x;
# ^
# 1 error generated.
# configure:5583: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | speed_t x;
# | ;
# | return 0;
# | }
# configure:5591: result: no
# configure:5598: checking for struct winsize in sys/ioctl.h and termios.h
# configure:5615: clang -c -fPIC conftest.c >&5
# configure:5615: $? = 0
# configure:5642: result: sys/ioctl.h
# configure:5657: checking for struct dirent.d_ino
# configure:5695: clang -c -fPIC conftest.c >&5
# configure:5695: $? = 0
# configure:5703: result: yes
# configure:5711: checking for struct dirent.d_fileno
# configure:5749: clang -c -fPIC conftest.c >&5
# configure:5749: $? = 0
# configure:5757: result: yes
# configure:5765: checking whether AUDIT_USER_TTY is declared
# configure:5765: clang -c -fPIC conftest.c >&5
# configure:5765: $? = 0
# configure:5765: result: yes
# configure:5792: checking for tgetent
# configure:5792: clang -o conftest -fPIC conftest.c >&5
# /tmp/conftest-b890fd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5792: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | /* end confdefs.h. */
# | /* Define tgetent to an innocuous variant, in case declares tgetent.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define tgetent innocuous_tgetent
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char tgetent (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef tgetent
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_tgetent || defined __stub___tgetent
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:5792: result: no
# configure:5796: checking for tgetent in -ltermcap
# configure:5821: clang -o conftest -fPIC conftest.c -ltermcap >&5
# /usr/bin/ld: cannot find -ltermcap
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5821: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:5830: result: no
# configure:5835: checking for tgetent in -ltinfo
# configure:5860: clang -o conftest -fPIC conftest.c -ltinfo >&5
# /usr/bin/ld: cannot find -ltinfo
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5860: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:5869: result: no
# configure:5874: checking for tgetent in -lcurses
# configure:5899: clang -o conftest -fPIC conftest.c -lcurses >&5
# configure:5899: $? = 0
# configure:5908: result: yes
# configure:5966: checking which library has the termcap functions
# configure:5969: result: using libcurses
# configure:6003: checking wctype.h usability
# configure:6003: clang -c -fPIC conftest.c >&5
# configure:6003: $? = 0
# configure:6003: result: yes
# configure:6003: checking wctype.h presence
# configure:6003: clang -E conftest.c
# configure:6003: $? = 0
# configure:6003: result: yes
# configure:6003: checking for wctype.h
# configure:6003: result: yes
# configure:6015: checking wchar.h usability
# configure:6015: clang -c -fPIC conftest.c >&5
# configure:6015: $? = 0
# configure:6015: result: yes
# configure:6015: checking wchar.h presence
# configure:6015: clang -E conftest.c
# configure:6015: $? = 0
# configure:6015: result: yes
# configure:6015: checking for wchar.h
# configure:6015: result: yes
# configure:6027: checking langinfo.h usability
# configure:6027: clang -c -fPIC conftest.c >&5
# configure:6027: $? = 0
# configure:6027: result: yes
# configure:6027: checking langinfo.h presence
# configure:6027: clang -E conftest.c
# configure:6027: $? = 0
# configure:6027: result: yes
# configure:6027: checking for langinfo.h
# configure:6027: result: yes
# configure:6038: checking for mbrlen
# configure:6038: clang -o conftest -fPIC conftest.c >&5
# configure:6038: $? = 0
# configure:6038: result: yes
# configure:6044: checking for mbscasecmp
# configure:6044: clang -o conftest -fPIC conftest.c >&5
# /tmp/conftest-876720.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `mbscasecmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_MBRLEN 1
# | /* end confdefs.h. */
# | /* Define mbscasecmp to an innocuous variant, in case declares mbscasecmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define mbscasecmp innocuous_mbscasecmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char mbscasecmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef mbscasecmp
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char mbscasecmp ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_mbscasecmp || defined __stub___mbscasecmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return mbscasecmp ();
# | ;
# | return 0;
# | }
# configure:6044: result: no
# configure:6050: checking for mbscmp
# configure:6050: clang -o conftest -fPIC conftest.c >&5
# /tmp/conftest-7f41df.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `mbscmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6050: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_MBRLEN 1
# | /* end confdefs.h. */
# | /* Define mbscmp to an innocuous variant, in case declares mbscmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define mbscmp innocuous_mbscmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char mbscmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef mbscmp
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char mbscmp ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_mbscmp || defined __stub___mbscmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return mbscmp ();
# | ;
# | return 0;
# | }
# configure:6050: result: no
# configure:6056: checking for mbsnrtowcs
# configure:6056: clang -o conftest -fPIC conftest.c >&5
# configure:6056: $? = 0
# configure:6056: result: yes
# configure:6062: checking for mbsrtowcs
# configure:6062: clang -o conftest -fPIC conftest.c >&5
# configure:6062: $? = 0
# configure:6062: result: yes
# configure:6069: checking for mbschr
# configure:6069: clang -o conftest -fPIC conftest.c >&5
# /tmp/conftest-8d0802.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `mbschr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6069: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_MBRLEN 1
# | #define HAVE_MBSNRTOWCS 1
# | #define HAVE_MBSRTOWCS 1
# | /* end confdefs.h. */
# | /* Define mbschr to an innocuous variant, in case declares mbschr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define mbschr innocuous_mbschr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char mbschr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef mbschr
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char mbschr ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_mbschr || defined __stub___mbschr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return mbschr ();
# | ;
# | return 0;
# | }
# configure:6069: result: no
# configure:6084: checking for wcrtomb
# configure:6084: clang -o conftest -fPIC conftest.c >&5
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6090: checking for wcscoll
# configure:6090: clang -o conftest -fPIC conftest.c >&5
# configure:6090: $? = 0
# configure:6090: result: yes
# configure:6096: checking for wcsdup
# configure:6096: clang -o conftest -fPIC conftest.c >&5
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6102: checking for wcwidth
# configure:6102: clang -o conftest -fPIC conftest.c >&5
# configure:6102: $? = 0
# configure:6102: result: yes
# configure:6108: checking for wctype
# configure:6108: clang -o conftest -fPIC conftest.c >&5
# configure:6108: $? = 0
# configure:6108: result: yes
# configure:6115: checking for wcswidth
# configure:6115: clang -o conftest -fPIC conftest.c >&5
# configure:6115: $? = 0
# configure:6115: result: yes
# configure:6131: checking whether mbrtowc and mbstate_t are properly declared
# configure:6151: clang -o conftest -fPIC conftest.c >&5
# configure:6151: $? = 0
# configure:6159: result: yes
# configure:6175: checking for iswlower
# configure:6175: clang -o conftest -fPIC conftest.c >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for iswupper
# configure:6175: clang -o conftest -fPIC conftest.c >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for towlower
# configure:6175: clang -o conftest -fPIC conftest.c >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for towupper
# configure:6175: clang -o conftest -fPIC conftest.c >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for iswctype
# configure:6175: clang -o conftest -fPIC conftest.c >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6185: checking for nl_langinfo and CODESET
# configure:6201: clang -o conftest -fPIC conftest.c >&5
# configure:6201: $? = 0
# configure:6209: result: yes
# configure:6216: checking for wchar_t in wchar.h
# configure:6236: clang -c -fPIC conftest.c >&5
# configure:6236: $? = 0
# configure:6243: result: yes
# configure:6251: checking for wctype_t in wctype.h
# configure:6270: clang -c -fPIC conftest.c >&5
# configure:6270: $? = 0
# configure:6277: result: yes
# configure:6285: checking for wint_t in wctype.h
# configure:6304: clang -c -fPIC conftest.c >&5
# configure:6304: $? = 0
# configure:6311: result: yes
# configure:6319: checking for wcwidth broken with unicode combining characters
# configure:6352: clang -o conftest -fPIC conftest.c >&5
# conftest.c:105:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main(c, v)
# ^
# 1 warning generated.
# configure:6352: $? = 0
# configure:6352: ./conftest
# configure:6352: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "readline"
# | #define PACKAGE_TARNAME "readline"
# | #define PACKAGE_VERSION "6.3"
# | #define PACKAGE_STRING "readline 6.3"
# | #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define RETSIGTYPE void
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_FCNTL 1
# | #define HAVE_KILL 1
# | #define HAVE_LSTAT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_TCGETATTR 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_ISASCII 1
# | #define HAVE_ISXDIGIT 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_STRCOLL 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_POSIX_SIGNALS 1
# | #define HAVE_POSIX_SIGSETJMP 1
# | #define HAVE_LSTAT 1
# | #define HAVE_GETPW_DECLS 1
# | #define GWINSZ_IN_SYS_IOCTL 1
# | #define VOID_SIGHANDLER 1
# | #define FIONREAD_IN_SYS_IOCTL 1
# | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_DIRENT_D_FILENO 1
# | #define HAVE_DECL_AUDIT_USER_TTY 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_MBRLEN 1
# | #define HAVE_MBSNRTOWCS 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_WCWIDTH 1
# | #define HAVE_WCTYPE 1
# | #define HAVE_WCSWIDTH 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_ISWLOWER 1
# | #define HAVE_ISWUPPER 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_TOWUPPER 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WCTYPE_T 1
# | #define HAVE_WINT_T 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# | #include
# | #include
# |
# | main(c, v)
# | int c;
# | char **v;
# | {
# | int w;
# |
# | setlocale(LC_ALL, "en_US.UTF-8");
# | w = wcwidth (0x0301);
# | exit (w == 0); /* exit 0 if wcwidth broken */
# | }
# |
# configure:6362: result:
# configure:6404: checking configuration for building shared libraries
# configure:6428: result: supported
# configure:6605: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by readline config.status 6.3, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bbca10c5df4c
#
# config.status:942: creating Makefile
# config.status:942: creating doc/Makefile
# config.status:942: creating examples/Makefile
# config.status:942: creating shlib/Makefile
# config.status:942: creating config.h
# config.status:1131: executing default commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_volatile=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -fPIC'
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_fcntl=yes
# ac_cv_func_getpwent=yes
# ac_cv_func_getpwnam=yes
# ac_cv_func_getpwuid=yes
# ac_cv_func_isascii=yes
# ac_cv_func_iswctype=yes
# ac_cv_func_iswlower=yes
# ac_cv_func_iswupper=yes
# ac_cv_func_isxdigit=yes
# ac_cv_func_kill=yes
# ac_cv_func_lstat=yes
# ac_cv_func_mbrlen=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mbscasecmp=no
# ac_cv_func_mbschr=no
# ac_cv_func_mbscmp=no
# ac_cv_func_mbsnrtowcs=yes
# ac_cv_func_mbsrtowcs=yes
# ac_cv_func_memmove=yes
# ac_cv_func_putenv=yes
# ac_cv_func_select=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strcoll_works=yes
# ac_cv_func_strpbrk=yes
# ac_cv_func_tcgetattr=yes
# ac_cv_func_tgetent=no
# ac_cv_func_towlower=yes
# ac_cv_func_towupper=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_wcrtomb=yes
# ac_cv_func_wcscoll=yes
# ac_cv_func_wcsdup=yes
# ac_cv_func_wcswidth=yes
# ac_cv_func_wctype=yes
# ac_cv_func_wcwidth=yes
# ac_cv_have_decl_AUDIT_USER_TTY=yes
# ac_cv_have_sig_atomic_t=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_pwd_h=yes
# ac_cv_header_stat_broken=no
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_pte_h=no
# ac_cv_header_sys_ptem_h=no
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_stream_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termcap_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_curses_tgetent=yes
# ac_cv_lib_termcap_tgetent=no
# ac_cv_lib_tinfo_tgetent=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_opendir='none required'
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
# ac_cv_sys_tiocgwinsz_in_termios_h=no
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# bash_cv_dirent_has_d_fileno=yes
# bash_cv_dirent_has_dino=yes
# bash_cv_fionread_in_ioctl=yes
# bash_cv_func_ctype_nonascii=no
# bash_cv_func_lstat=yes
# bash_cv_func_sigsetjmp=present
# bash_cv_func_strcoll_broken=no
# bash_cv_getpw_declared=yes
# bash_cv_langinfo_codeset=yes
# bash_cv_must_reinstall_sighandlers=no
# bash_cv_signal_vintage=posix
# bash_cv_speed_t_in_sys_types=no
# bash_cv_struct_winsize_header=ioctl_h
# bash_cv_termcap_lib=libcurses
# bash_cv_tiocstat_in_ioctl=no
# bash_cv_type_wchar_t=yes
# bash_cv_type_wctype_t=yes
# bash_cv_type_wint_t=yes
# bash_cv_void_sighandler=yes
# bash_cv_wcwdith_broken=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# ARFLAGS='cr'
# BUILD_DIR='/tmp/readline/src/readline-6.3'
# CC='clang'
# CFLAGS=' -fPIC'
# CPP='clang -E'
# CPPFLAGS=''
# CROSS_COMPILE=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}mbschr$U.o'
# LIBS=''
# LIBVERSION='6.3'
# LOCAL_CFLAGS=''
# LOCAL_DEFS=''
# LOCAL_LDFLAGS=''
# LTLIBOBJS=' ${LIBOBJDIR}mbschr$U.lo'
# MAKE_SHELL='/bin/sh'
# OBJEXT='o'
# PACKAGE_BUGREPORT='bug-readline@gnu.org'
# PACKAGE_NAME='readline'
# PACKAGE_STRING='readline 6.3'
# PACKAGE_TARNAME='readline'
# PACKAGE_URL=''
# PACKAGE_VERSION='6.3'
# PATH_SEPARATOR=':'
# PURIFY=''
# RANLIB='ranlib'
# SET_MAKE=''
# SHARED_INSTALL_TARGET='install-shared'
# SHARED_TARGET='shared'
# SHELL='/bin/sh'
# SHLIB_DLLVERSION='$(SHLIB_MAJOR)'
# SHLIB_DOT='.'
# SHLIB_LIBPREF='lib'
# SHLIB_LIBS=''
# SHLIB_LIBSUFF='so'
# SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
# SHLIB_MAJOR='6'
# SHLIB_MINOR='3'
# SHLIB_STATUS='supported'
# SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`'
# SHOBJ_CC='clang'
# SHOBJ_CFLAGS='-fPIC'
# SHOBJ_LD='${CC}'
# SHOBJ_LDFLAGS='-shared -Wl,-soname,$@'
# SHOBJ_LIBS=''
# SHOBJ_STATUS='supported'
# SHOBJ_XLDFLAGS=''
# STATIC_INSTALL_TARGET='install-static'
# STATIC_TARGET='static'
# TERMCAP_LIB='-lcurses'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "readline"
# #define PACKAGE_TARNAME "readline"
# #define PACKAGE_VERSION "6.3"
# #define PACKAGE_STRING "readline 6.3"
# #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define PROTOTYPES 1
# #define __PROTOTYPES 1
# #define RETSIGTYPE void
# #define STDC_HEADERS 1
# #define HAVE_DIRENT_H 1
# #define HAVE_FCNTL 1
# #define HAVE_KILL 1
# #define HAVE_LSTAT 1
# #define HAVE_MEMMOVE 1
# #define HAVE_PUTENV 1
# #define HAVE_SELECT 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRPBRK 1
# #define HAVE_TCGETATTR 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_ISASCII 1
# #define HAVE_ISXDIGIT 1
# #define HAVE_GETPWENT 1
# #define HAVE_GETPWNAM 1
# #define HAVE_GETPWUID 1
# #define HAVE_STRCOLL 1
# #define HAVE_FCNTL_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_PWD_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_TERMCAP_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_POSIX_SIGNALS 1
# #define HAVE_POSIX_SIGSETJMP 1
# #define HAVE_LSTAT 1
# #define HAVE_GETPW_DECLS 1
# #define GWINSZ_IN_SYS_IOCTL 1
# #define VOID_SIGHANDLER 1
# #define FIONREAD_IN_SYS_IOCTL 1
# #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
# #define HAVE_STRUCT_DIRENT_D_INO 1
# #define HAVE_STRUCT_DIRENT_D_FILENO 1
# #define HAVE_DECL_AUDIT_USER_TTY 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_MBRLEN 1
# #define HAVE_MBSNRTOWCS 1
# #define HAVE_MBSRTOWCS 1
# #define HAVE_WCRTOMB 1
# #define HAVE_WCSCOLL 1
# #define HAVE_WCSDUP 1
# #define HAVE_WCWIDTH 1
# #define HAVE_WCTYPE 1
# #define HAVE_WCSWIDTH 1
# #define HAVE_MBRTOWC 1
# #define HAVE_MBSTATE_T 1
# #define HAVE_ISWLOWER 1
# #define HAVE_ISWUPPER 1
# #define HAVE_TOWLOWER 1
# #define HAVE_TOWUPPER 1
# #define HAVE_ISWCTYPE 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WCTYPE_T 1
# #define HAVE_WINT_T 1
#
# configure: exit 0