Build of libedit with clang_glibc toolchain

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

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

SLOCLanguage
15,705 ansic
4,210 sh
2,508 makefile
427 awk
22,850 total

The process tree of the build process is here.

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: libedit 20160618_3.1-1 (Thu Apr 13 16:31:34 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 whether clang understands -c and -o together... yes
# 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of clang... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether make supports nested variables... (cached) yes
# checking for clang option to accept ISO C99... none needed
# checking whether ln -s works... yes
# checking for gawk... (cached) gawk
# checking for nroff... /usr/bin/nroff
# checking for tgetent in -lncurses... yes
# checking if you want wide-character code... yes
# configure: WARNING: --enable-widec is deprecated, wide-character/UTF-8 is always enabled
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for unistd.h... (cached) yes
# checking curses.h usability... yes
# checking curses.h presence... yes
# checking for curses.h... yes
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking sys/cdefs.h usability... yes
# checking sys/cdefs.h presence... yes
# checking for sys/cdefs.h... yes
# checking termcap.h usability... yes
# checking termcap.h presence... yes
# checking for termcap.h... yes
# checking for ncurses.h... (cached) yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for term.h... yes
# checking for struct dirent.d_namlen... no
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for u_int32_t... yes
# checking whether closedir returns void... no
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking whether clang needs -traditional... no
# checking return type of signal handlers... void
# checking whether lstat correctly handles trailing slash... yes
# checking whether stat accepts an empty string... no
# checking for endpwent... yes
# checking for isascii... yes
# checking for memchr... yes
# checking for memset... yes
# checking for re_comp... yes
# checking for regcomp... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strrchr... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for issetugid... no
# checking for wcsdup... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for getline... yes
# checking for vis... no
# checking for strvis... no
# checking for strunvis... no
# checking for __secure_getenv... no
# checking for secure_getenv... yes
# checking for strlcpy... (cached) no
# checking for strlcat... (cached) no
# checking for vis... (cached) no
# checking for unvis... no
# checking whether getpwnam_r and getpwuid_r are posix like... yes
# checking whether getpwnam_r and getpwuid_r are posix _draft_ like... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libedit.pc
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating examples/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1'
# Making all in src
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# AWK=gawk sh ./makelist -h ./vi.c > vi.h
# AWK=gawk sh ./makelist -h ./emacs.c > emacs.h
# AWK=gawk sh ./makelist -h ./common.c > common.h
# AWK=gawk sh ./makelist -fh vi.h emacs.h common.h > fcns.h
# AWK=gawk sh ./makelist -bh ./vi.c ./emacs.c ./common.c > help.h
# AWK=gawk sh ./makelist -fc vi.h emacs.h common.h > func.h
# make all-am
# make[3]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# CC chared.lo
# CC common.lo
# common.c:371:21: warning: passing 'wint_t *' (aka 'unsigned int *') to parameter of type 'wchar_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# num = el_wgetc(el, &c);
# ^~
# ./histedit.h:267:37: note: passing argument to parameter here
# int el_wgetc(EditLine *, wchar_t *);
# ^
# 1 warning generated.
# CC el.lo
# CC eln.lo
# CC emacs.lo
# CC hist.lo
# CC keymacro.lo
# CC map.lo
# CC chartype.lo
# CC parse.lo
# CC prompt.lo
# CC read.lo
# CC refresh.lo
# CC search.lo
# search.c:607:20: warning: passing 'wint_t *' (aka 'unsigned int *') to parameter of type 'wchar_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (el_wgetc(el, &ch) != 1)
# ^~~
# ./histedit.h:267:37: note: passing argument to parameter here
# int el_wgetc(EditLine *, wchar_t *);
# ^
# 1 warning generated.
# CC sig.lo
# CC terminal.lo
# CC tty.lo
# CC vi.lo
# CC wcsdup.lo
# CC tokenizer.lo
# CC tokenizern.lo
# CC history.lo
# CC historyn.lo
# CC filecomplete.lo
# CC readline.lo
# CC strlcpy.lo
# CC strlcat.lo
# CC vis.lo
# CC unvis.lo
# CCLD libedit.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# Making all in examples
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/examples'
# CC tc1.o
# CCLD tc1
# CC fileman.o
# CCLD fileman
# CC wtc1.o
# CCLD wtc1
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/examples'
# Making all in doc
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1'
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1'
# make[1]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# make install-am
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# make[3]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libedit.la '/tmp/libedit/pkg/libedit/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libedit.so.0.0.54 /tmp/libedit/pkg/libedit/usr/lib/libedit.so.0.0.54
# libtool: install: (cd /tmp/libedit/pkg/libedit/usr/lib && { ln -s -f libedit.so.0.0.54 libedit.so.0 || { rm -f libedit.so.0 && ln -s libedit.so.0.0.54 libedit.so.0; }; })
# libtool: install: (cd /tmp/libedit/pkg/libedit/usr/lib && { ln -s -f libedit.so.0.0.54 libedit.so || { rm -f libedit.so && ln -s libedit.so.0.0.54 libedit.so; }; })
# libtool: install: /usr/bin/install -c .libs/libedit.lai /tmp/libedit/pkg/libedit/usr/lib/libedit.la
# libtool: install: /usr/bin/install -c .libs/libedit.a /tmp/libedit/pkg/libedit/usr/lib/libedit.a
# libtool: install: chmod 644 /tmp/libedit/pkg/libedit/usr/lib/libedit.a
# libtool: install: ranlib /tmp/libedit/pkg/libedit/usr/lib/libedit.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/include'
# /usr/bin/install -c -m 644 histedit.h '/tmp/libedit/pkg/libedit/usr/include/.'
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/include/editline'
# /usr/bin/install -c -m 644 editline/readline.h '/tmp/libedit/pkg/libedit/usr/include/editline'
# make[3]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# make[1]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/src'
# Making install in examples
# make[1]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/examples'
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/examples'
# make[1]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/examples'
# Making install in doc
# make[1]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/share/man/man3'
# /usr/bin/install -c -m 644 editline.3 '/tmp/libedit/pkg/libedit/usr/share/man/man3'
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/share/man/man5'
# /usr/bin/install -c -m 644 editrc.5 '/tmp/libedit/pkg/libedit/usr/share/man/man5'
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/share/man/man7'
# /usr/bin/install -c -m 644 editline.7 '/tmp/libedit/pkg/libedit/usr/share/man/man7'
# make install-data-hook
# make[3]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_deletestr.3 && ln -s editline.3 el_deletestr.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_end.3 && ln -s editline.3 el_end.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_get.3 && ln -s editline.3 el_get.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_getc.3 && ln -s editline.3 el_getc.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_gets.3 && ln -s editline.3 el_gets.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_init.3 && ln -s editline.3 el_init.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_init_fd.3 && ln -s editline.3 el_init_fd.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_insertstr.3 && ln -s editline.3 el_insertstr.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_line.3 && ln -s editline.3 el_line.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_parse.3 && ln -s editline.3 el_parse.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_push.3 && ln -s editline.3 el_push.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_reset.3 && ln -s editline.3 el_reset.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_resize.3 && ln -s editline.3 el_resize.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_set.3 && ln -s editline.3 el_set.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_source.3 && ln -s editline.3 el_source.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f history.3 && ln -s editline.3 history.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f history_end.3 && ln -s editline.3 history_end.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f history_init.3 && ln -s editline.3 history_init.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_end.3 && ln -s editline.3 tok_end.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_init.3 && ln -s editline.3 tok_init.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_line.3 && ln -s editline.3 tok_line.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_reset.3 && ln -s editline.3 tok_reset.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_str.3 && ln -s editline.3 tok_str.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wdeletestr.3 && ln -s editline.3 el_wdeletestr.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wget.3 && ln -s editline.3 el_wget.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wgetc.3 && ln -s editline.3 el_wgetc.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wgets.3 && ln -s editline.3 el_wgets.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_winsertstr.3 && ln -s editline.3 el_winsertstr.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wline.3 && ln -s editline.3 el_wline.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wparse.3 && ln -s editline.3 el_wparse.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wpush.3 && ln -s editline.3 el_wpush.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f el_wset.3 && ln -s editline.3 el_wset.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f history_w.3 && ln -s editline.3 history_w.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f history_wend.3 && ln -s editline.3 history_wend.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f history_winit.3 && ln -s editline.3 history_winit.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_wend.3 && ln -s editline.3 tok_wend.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_winit.3 && ln -s editline.3 tok_winit.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_wline.3 && ln -s editline.3 tok_wline.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_wreset.3 && ln -s editline.3 tok_wreset.3)
# (cd /tmp/libedit/pkg/libedit/usr/share/man/man3 && rm -f tok_wstr.3 && ln -s editline.3 tok_wstr.3)
# make[3]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[1]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1/doc'
# make[1]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1'
# make[2]: Entering directory '/tmp/libedit/src/libedit-20160618-3.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libedit/pkg/libedit/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libedit.pc '/tmp/libedit/pkg/libedit/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1'
# make[1]: Leaving directory '/tmp/libedit/src/libedit-20160618-3.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libedit"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libedit 20160618_3.1-1 (Thu Apr 13 16:32:07 UTC 2017)

CMD: pacman --query --file libedit-20160618_3.1-1-x86_64.pkg.tar.xz
# libedit 20160618_3.1-1

Creating hybrid package for 'libedit'

Trying to find vanilla package 'libedit'...

CMD: pacman --query --file /mirror/libedit-20160618_3.1-1.pkg.tar.xz
# libedit 20160618_3.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/histedit.h
# /usr/include/editline/readline.h
# /usr/share/licenses/libedit/LICENSE
# /usr/share/man/man3/el_wgetc.3.gz
# /usr/share/man/man3/history_winit.3.gz
# /usr/share/man/man3/history_init.3.gz
# /usr/share/man/man3/editline.3.gz
# /usr/share/man/man3/tok_line.3.gz
# /usr/share/man/man3/el_wget.3.gz
# /usr/share/man/man3/tok_wreset.3.gz
# /usr/share/man/man3/el_init_fd.3.gz
# /usr/share/man/man3/el_get.3.gz
# /usr/share/man/man3/el.3.gz
# /usr/share/man/man3/tok_end.3.gz
# /usr/share/man/man3/tok_wend.3.gz
# /usr/share/man/man3/el_reset.3.gz
# /usr/share/man/man3/el_set.3.gz
# /usr/share/man/man3/el_wdeletestr.3.gz
# /usr/share/man/man3/tok_str.3.gz
# /usr/share/man/man3/el_wpush.3.gz
# /usr/share/man/man3/tok_wline.3.gz
# /usr/share/man/man3/el_source.3.gz
# /usr/share/man/man3/tok_reset.3.gz
# /usr/share/man/man3/history_w.3.gz
# /usr/share/man/man3/el_wparse.3.gz
# /usr/share/man/man3/el_getc.3.gz
# /usr/share/man/man3/el_gets.3.gz
# /usr/share/man/man3/el_resize.3.gz
# /usr/share/man/man3/el_wline.3.gz
# /usr/share/man/man3/tok_init.3.gz
# /usr/share/man/man3/tok_winit.3.gz
# /usr/share/man/man3/history_end.3.gz
# /usr/share/man/man3/el_end.3.gz
# /usr/share/man/man3/tok_wstr.3.gz
# /usr/share/man/man3/history_wend.3.gz
# /usr/share/man/man3/el_wgets.3.gz
# /usr/share/man/man3/el_line.3.gz
# /usr/share/man/man3/el_wset.3.gz
# /usr/share/man/man3/el_insertstr.3.gz
# /usr/share/man/man3/el_deletestr.3.gz
# /usr/share/man/man3/el_init.3.gz
# /usr/share/man/man3/el_push.3.gz
# /usr/share/man/man3/el_winsertstr.3.gz
# /usr/share/man/man3/el_parse.3.gz
# /usr/share/man/man7/editline.7.gz
# /usr/share/man/man5/editrc.5.gz
# /usr/lib/libedit.so.0
# /usr/lib/libedit.so
# /usr/lib/libedit.so.0.0.54
# /usr/lib/pkgconfig/libedit.pc
# /sysroot/usr/lib/libedit.so.0.0.54
# /sysroot/usr/lib/libedit.so.0
# /sysroot/usr/lib/libedit.so
# /sysroot/usr/lib/libedit.la
# /sysroot/usr/lib/libedit.a
# /sysroot/usr/lib/pkgconfig/libedit.pc
# /sysroot/usr/include/histedit.h
# /sysroot/usr/include/editline/readline.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libedit.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libedit.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/libedit/src/libedit-20160618-3.1/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 libedit configure 3.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-widec
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0f1b63036cac
# 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:2381: checking for x86_64-unknown-linux-gcc
# configure:2408: result: clang
# configure:2677: checking for C compiler version
# configure:2686: 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:2697: $? = 0
# configure:2686: 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:2697: $? = 0
# configure:2686: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2697: $? = 1
# configure:2686: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2697: $? = 1
# configure:2717: checking whether the C compiler works
# configure:2739: clang conftest.c >&5
# configure:2743: $? = 0
# configure:2791: result: yes
# configure:2794: checking for C compiler default output file name
# configure:2796: result: a.out
# configure:2802: checking for suffix of executables
# configure:2809: clang -o conftest conftest.c >&5
# configure:2813: $? = 0
# configure:2835: result:
# configure:2857: checking whether we are cross compiling
# configure:2865: clang -o conftest conftest.c >&5
# configure:2869: $? = 0
# configure:2876: ./conftest
# configure:2880: $? = 0
# configure:2895: result: no
# configure:2900: checking for suffix of object files
# configure:2922: clang -c conftest.c >&5
# configure:2926: $? = 0
# configure:2947: result: o
# configure:2951: checking whether we are using the GNU C compiler
# configure:2970: clang -c conftest.c >&5
# configure:2970: $? = 0
# configure:2979: result: yes
# configure:2988: checking whether clang accepts -g
# configure:3008: clang -c -g conftest.c >&5
# configure:3008: $? = 0
# configure:3049: result: yes
# configure:3066: checking for clang option to accept ISO C89
# configure:3129: clang -c conftest.c >&5
# configure:3129: $? = 0
# configure:3142: result: none needed
# configure:3167: checking whether clang understands -c and -o together
# configure:3189: clang -c conftest.c -o conftest2.o
# configure:3192: $? = 0
# configure:3189: clang -c conftest.c -o conftest2.o
# configure:3192: $? = 0
# configure:3204: result: yes
# configure:3227: checking how to run the C preprocessor
# configure:3258: clang -E conftest.c
# configure:3258: $? = 0
# configure:3272: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3272: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3297: result: clang -E
# configure:3317: clang -E conftest.c
# configure:3317: $? = 0
# configure:3331: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3331: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3360: checking for grep that handles long lines and -e
# configure:3418: result: /usr/bin/grep
# configure:3423: checking for egrep
# configure:3485: result: /usr/bin/grep -E
# configure:3490: checking for ANSI C header files
# configure:3510: clang -c conftest.c >&5
# configure:3510: $? = 0
# configure:3583: clang -o conftest conftest.c >&5
# configure:3583: $? = 0
# configure:3583: ./conftest
# configure:3583: $? = 0
# configure:3594: result: yes
# configure:3607: checking for sys/types.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for sys/stat.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for stdlib.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for string.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for memory.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for strings.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for inttypes.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for stdint.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3607: checking for unistd.h
# configure:3607: clang -c conftest.c >&5
# configure:3607: $? = 0
# configure:3607: result: yes
# configure:3620: checking minix/config.h usability
# configure:3620: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3620: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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:3620: result: no
# configure:3620: checking minix/config.h presence
# configure:3620: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3620: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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:3620: result: no
# configure:3620: checking for minix/config.h
# configure:3620: result: no
# configure:3641: checking whether it is safe to define __EXTENSIONS__
# configure:3659: clang -c conftest.c >&5
# configure:3659: $? = 0
# configure:3666: result: yes
# configure:3697: checking for a BSD-compatible install
# configure:3765: result: /usr/bin/install -c
# configure:3776: checking whether build environment is sane
# configure:3831: result: yes
# configure:3979: checking for a thread-safe mkdir -p
# configure:4018: result: /usr/bin/mkdir -p
# configure:4025: checking for gawk
# configure:4041: found /usr/bin/gawk
# configure:4052: result: gawk
# configure:4063: checking whether make sets $(MAKE)
# configure:4085: result: yes
# configure:4115: checking for style of include used by make
# configure:4143: result: GNU
# configure:4177: checking whether make supports nested variables
# configure:4194: result: yes
# configure:4279: checking dependency style of clang
# configure:4390: result: gcc3
# configure:4477: checking build system type
# configure:4491: result: x86_64-unknown-linux-gnu
# configure:4511: checking host system type
# configure:4524: result: x86_64-unknown-linux-gnu
# configure:4565: checking how to print strings
# configure:4592: result: printf
# configure:4613: checking for a sed that does not truncate output
# configure:4677: result: /usr/bin/sed
# configure:4695: checking for fgrep
# configure:4757: result: /usr/bin/grep -F
# configure:4792: checking for ld used by clang
# configure:4859: result: /usr/bin/ld
# configure:4866: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4881: result: yes
# configure:4893: checking for BSD- or MS-compatible name lister (nm)
# configure:4947: result: /usr/bin/nm -B
# configure:5077: checking the name lister (/usr/bin/nm -B) interface
# configure:5084: clang -c conftest.c >&5
# configure:5087: /usr/bin/nm -B "conftest.o"
# configure:5090: output
# 0000000000000000 B some_variable
# configure:5097: result: BSD nm
# configure:5100: checking whether ln -s works
# configure:5104: result: yes
# configure:5112: checking the maximum length of command line arguments
# configure:5243: result: 1572864
# configure:5291: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5331: result: func_convert_file_noop
# configure:5338: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5358: result: func_convert_file_noop
# configure:5365: checking for /usr/bin/ld option to reload object files
# configure:5372: result: -r
# configure:5406: checking for x86_64-unknown-linux-objdump
# configure:5436: result: no
# configure:5446: checking for objdump
# configure:5462: found /usr/bin/objdump
# configure:5473: result: objdump
# configure:5505: checking how to recognize dependent libraries
# configure:5705: result: pass_all
# configure:5750: checking for x86_64-unknown-linux-dlltool
# configure:5780: result: no
# configure:5790: checking for dlltool
# configure:5820: result: no
# configure:5850: checking how to associate runtime and link libraries
# configure:5877: result: printf %s\n
# configure:5893: checking for x86_64-unknown-linux-ar
# configure:5923: result: no
# configure:5937: checking for ar
# configure:5953: found /usr/bin/ar
# configure:5964: result: ar
# configure:6001: checking for archiver @FILE support
# configure:6018: clang -c conftest.c >&5
# configure:6018: $? = 0
# configure:6021: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6024: $? = 0
# configure:6029: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6032: $? = 1
# configure:6044: result: @
# configure:6062: checking for x86_64-unknown-linux-strip
# configure:6092: result: no
# configure:6102: checking for strip
# configure:6118: found /usr/bin/strip
# configure:6129: result: strip
# configure:6161: checking for x86_64-unknown-linux-ranlib
# configure:6191: result: no
# configure:6201: checking for ranlib
# configure:6217: found /usr/bin/ranlib
# configure:6228: result: ranlib
# configure:6330: checking command to parse /usr/bin/nm -B output from clang object
# configure:6483: clang -c conftest.c >&5
# configure:6486: $? = 0
# configure:6490: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6493: $? = 0
# configure:6559: clang -o conftest conftest.c conftstm.o >&5
# configure:6562: $? = 0
# configure:6600: result: ok
# configure:6647: checking for sysroot
# configure:6677: result: no
# configure:6684: checking for a working dd
# configure:6722: result: /usr/bin/dd
# configure:6726: checking how to truncate binary pipes
# configure:6741: result: /usr/bin/dd bs=4096 count=1
# configure:6877: clang -c conftest.c >&5
# configure:6880: $? = 0
# configure:7030: checking for x86_64-unknown-linux-mt
# configure:7060: result: no
# configure:7070: checking for mt
# configure:7100: result: no
# configure:7120: checking if : is a manifest tool
# configure:7126: : '-?'
# configure:7134: result: no
# configure:7808: checking for dlfcn.h
# configure:7808: clang -c conftest.c >&5
# configure:7808: $? = 0
# configure:7808: result: yes
# configure:8064: checking for objdir
# configure:8079: result: .libs
# configure:8343: checking if clang supports -fno-rtti -fno-exceptions
# configure:8361: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8365: $? = 0
# configure:8378: result: yes
# configure:8736: checking for clang option to produce PIC
# configure:8743: result: -fPIC -DPIC
# configure:8751: checking if clang PIC flag -fPIC -DPIC works
# configure:8769: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8773: $? = 0
# configure:8786: result: yes
# configure:8815: checking if clang static flag -static works
# configure:8843: result: yes
# configure:8858: checking if clang supports -c -o file.o
# configure:8879: clang -c -o out/conftest2.o conftest.c >&5
# configure:8883: $? = 0
# configure:8905: result: yes
# configure:8913: checking if clang supports -c -o file.o
# configure:8960: result: yes
# configure:8993: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10252: result: yes
# configure:10289: checking whether -lc should be explicitly linked in
# configure:10297: clang -c conftest.c >&5
# configure:10300: $? = 0
# configure:10315: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10318: $? = 0
# configure:10332: result: no
# configure:10492: checking dynamic linker characteristics
# configure:11073: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11073: $? = 0
# configure:11310: result: GNU/Linux ld.so
# configure:11432: checking how to hardcode library paths into programs
# configure:11457: result: immediate
# configure:12005: checking whether stripping libraries is possible
# configure:12010: result: yes
# configure:12045: checking if libtool supports shared libraries
# configure:12047: result: yes
# configure:12050: checking whether to build shared libraries
# configure:12075: result: yes
# configure:12078: checking whether to build static libraries
# configure:12082: result: yes
# configure:12135: checking whether make supports nested variables
# configure:12152: result: yes
# configure:12165: checking for clang option to accept ISO C99
# configure:12314: clang -c conftest.c >&5
# configure:12314: $? = 0
# configure:12327: result: none needed
# configure:12343: checking whether ln -s works
# configure:12347: result: yes
# configure:12358: checking for gawk
# configure:12385: result: gawk
# configure:12403: checking for nroff
# configure:12421: found /usr/bin/nroff
# configure:12433: result: /usr/bin/nroff
# configure:12451: checking for tgetent in -lncurses
# configure:12476: clang -o conftest conftest.c -lncurses >&5
# configure:12476: $? = 0
# configure:12485: result: yes
# configure:12596: checking if you want wide-character code
# configure:12605: result: yes
# configure:12607: WARNING: --enable-widec is deprecated, wide-character/UTF-8 is always enabled
# configure:12633: checking for dirent.h that defines DIR
# configure:12652: clang -c conftest.c >&5
# configure:12652: $? = 0
# configure:12660: result: yes
# configure:12673: checking for library containing opendir
# configure:12704: clang -o conftest conftest.c -lncurses >&5
# configure:12704: $? = 0
# configure:12721: result: none required
# configure:12788: checking for ANSI C header files
# configure:12892: result: yes
# configure:12900: checking for sys/wait.h that is POSIX.1 compatible
# configure:12926: clang -c conftest.c >&5
# configure:12926: $? = 0
# configure:12933: result: yes
# configure:12944: checking fcntl.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking fcntl.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for fcntl.h
# configure:12944: result: yes
# configure:12944: checking limits.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking limits.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for limits.h
# configure:12944: result: yes
# configure:12944: checking malloc.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking malloc.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for malloc.h
# configure:12944: result: yes
# configure:12944: checking for stdlib.h
# configure:12944: result: yes
# configure:12944: checking for string.h
# configure:12944: result: yes
# configure:12944: checking sys/ioctl.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking sys/ioctl.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for sys/ioctl.h
# configure:12944: result: yes
# configure:12944: checking sys/param.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking sys/param.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for sys/param.h
# configure:12944: result: yes
# configure:12944: checking for unistd.h
# configure:12944: result: yes
# configure:12944: checking curses.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking curses.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for curses.h
# configure:12944: result: yes
# configure:12944: checking ncurses.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking ncurses.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for ncurses.h
# configure:12944: result: yes
# configure:12944: checking sys/cdefs.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking sys/cdefs.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for sys/cdefs.h
# configure:12944: result: yes
# configure:12944: checking termcap.h usability
# configure:12944: clang -c conftest.c >&5
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking termcap.h presence
# configure:12944: clang -E conftest.c
# configure:12944: $? = 0
# configure:12944: result: yes
# configure:12944: checking for termcap.h
# configure:12944: result: yes
# configure:12955: checking for ncurses.h
# configure:12955: result: yes
# configure:12978: checking termios.h usability
# configure:12978: clang -c conftest.c >&5
# configure:12978: $? = 0
# configure:12978: result: yes
# configure:12978: checking termios.h presence
# configure:12978: clang -E conftest.c
# configure:12978: $? = 0
# configure:12978: result: yes
# configure:12978: checking for termios.h
# configure:12978: result: yes
# configure:12990: checking for term.h
# configure:12990: clang -c conftest.c >&5
# configure:12990: $? = 0
# configure:12990: result: yes
# configure:13010: checking for struct dirent.d_namlen
# configure:13010: clang -c conftest.c >&5
# conftest.c:54:13: error: no member named 'd_namlen' in 'struct dirent'; did you mean 'd_name'?
# if (ac_aggr.d_namlen)
# ^~~~~~~~
# d_name
# /usr/include/bits/dirent.h:33:10: note: 'd_name' declared here
# char d_name[256]; /* We must not include limits.h! */
# ^
# conftest.c:54:13: warning: address of array 'ac_aggr.d_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.d_namlen)
# ~~ ~~~~~~~~^~~~~~~~
# 1 warning and 1 error generated.
# configure:13010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | /* end confdefs.h. */
# | #if HAVE_DIRENT_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct dirent ac_aggr;
# | if (ac_aggr.d_namlen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:13010: clang -c conftest.c >&5
# conftest.c:54:20: error: no member named 'd_namlen' in 'struct dirent'; did you mean 'd_name'?
# if (sizeof ac_aggr.d_namlen)
# ^~~~~~~~
# d_name
# /usr/include/bits/dirent.h:33:10: note: 'd_name' declared here
# char d_name[256]; /* We must not include limits.h! */
# ^
# 1 error generated.
# configure:13010: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | /* end confdefs.h. */
# | #if HAVE_DIRENT_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct dirent ac_aggr;
# | if (sizeof ac_aggr.d_namlen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:13010: result: no
# configure:13023: checking for an ANSI C-conforming const
# configure:13089: clang -c conftest.c >&5
# configure:13089: $? = 0
# configure:13096: result: yes
# configure:13104: checking for pid_t
# configure:13104: clang -c conftest.c >&5
# configure:13104: $? = 0
# configure:13104: clang -c conftest.c >&5
# conftest.c:81:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:13104: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_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
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13104: result: yes
# configure:13115: checking for size_t
# configure:13115: clang -c conftest.c >&5
# configure:13115: $? = 0
# configure:13115: clang -c conftest.c >&5
# conftest.c:81:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:13115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13115: result: yes
# configure:13126: checking for u_int32_t
# configure:13126: clang -c conftest.c >&5
# configure:13126: $? = 0
# configure:13126: clang -c conftest.c >&5
# conftest.c:81:24: error: expected expression
# if (sizeof ((u_int32_t)))
# ^
# 1 error generated.
# configure:13126: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_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
# | int
# | main ()
# | {
# | if (sizeof ((u_int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13126: result: yes
# configure:13138: checking whether closedir returns void
# configure:13162: clang -o conftest conftest.c -lncurses >&5
# configure:13162: $? = 0
# configure:13162: ./conftest
# configure:13162: $? = 0
# configure:13172: result: no
# configure:13182: checking vfork.h usability
# configure:13182: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:13182: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 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:13182: result: no
# configure:13182: checking vfork.h presence
# configure:13182: clang -E conftest.c
# conftest.c:46:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:13182: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | /* end confdefs.h. */
# | #include
# configure:13182: result: no
# configure:13182: checking for vfork.h
# configure:13182: result: no
# configure:13195: checking for fork
# configure:13195: clang -o conftest conftest.c -lncurses >&5
# configure:13195: $? = 0
# configure:13195: result: yes
# configure:13195: checking for vfork
# configure:13195: clang -o conftest conftest.c -lncurses >&5
# conftest.c:70:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:70:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:13195: $? = 0
# configure:13195: result: yes
# configure:13205: checking for working fork
# configure:13227: clang -o conftest conftest.c -lncurses >&5
# configure:13227: $? = 0
# configure:13227: ./conftest
# configure:13227: $? = 0
# configure:13237: result: yes
# configure:13258: checking for working vfork
# configure:13368: result: yes
# configure:13394: checking whether clang needs -traditional
# configure:13428: result: no
# configure:13438: checking return type of signal handlers
# configure:13456: clang -c conftest.c >&5
# conftest.c:56:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13456: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:13463: result: void
# configure:13471: checking whether lstat correctly handles trailing slash
# configure:13497: clang -o conftest conftest.c -lncurses >&5
# configure:13497: $? = 0
# configure:13497: ./conftest
# configure:13497: $? = 0
# configure:13514: result: yes
# configure:13533: checking whether stat accepts an empty string
# configure:13553: clang -o conftest conftest.c -lncurses >&5
# configure:13553: $? = 0
# configure:13553: ./conftest
# configure:13553: $? = 0
# configure:13563: result: no
# configure:13582: checking for endpwent
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for isascii
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for memchr
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:77:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
# char memchr ();
# ^
# conftest.c:77:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for memset
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:78:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:78:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for re_comp
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for regcomp
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strcasecmp
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:81:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strchr
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:82:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:82:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strcspn
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:83:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# conftest.c:83:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strdup
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:84:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strerror
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:85:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strrchr
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:86:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:86:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strstr
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:87:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:87:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strtol
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for issetugid
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-a13bbc.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `issetugid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# | /* Define issetugid to an innocuous variant, in case declares issetugid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define issetugid innocuous_issetugid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char issetugid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef issetugid
# |
# | /* 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 issetugid ();
# | /* 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_issetugid || defined __stub___issetugid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return issetugid ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for wcsdup
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for strlcpy
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:90:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:90:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-e61250.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for strlcat
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# conftest.c:90:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:90:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-6af71d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for getline
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13582: checking for vis
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-92261c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `vis'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define vis to an innocuous variant, in case declares vis.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vis innocuous_vis
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vis (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vis
# |
# | /* 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 vis ();
# | /* 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_vis || defined __stub___vis
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vis ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for strvis
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-d5cc2e.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strvis'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define strvis to an innocuous variant, in case declares strvis.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strvis innocuous_strvis
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strvis (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strvis
# |
# | /* 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 strvis ();
# | /* 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_strvis || defined __stub___strvis
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strvis ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for strunvis
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-9f71dd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strunvis'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define strunvis to an innocuous variant, in case declares strunvis.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strunvis innocuous_strunvis
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strunvis (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strunvis
# |
# | /* 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 strunvis ();
# | /* 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_strunvis || defined __stub___strunvis
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strunvis ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for __secure_getenv
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-e6d08d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__secure_getenv'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __secure_getenv innocuous___secure_getenv
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __secure_getenv (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __secure_getenv
# |
# | /* 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 __secure_getenv ();
# | /* 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___secure_getenv || defined __stub_____secure_getenv
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __secure_getenv ();
# | ;
# | return 0;
# | }
# configure:13582: result: no
# configure:13582: checking for secure_getenv
# configure:13582: clang -o conftest conftest.c -lncurses >&5
# configure:13582: $? = 0
# configure:13582: result: yes
# configure:13593: checking for strlcpy
# configure:13593: result: no
# configure:13610: checking for strlcat
# configure:13610: result: no
# configure:13627: checking for vis
# configure:13627: result: no
# configure:13644: checking for unvis
# configure:13644: clang -o conftest conftest.c -lncurses >&5
# /tmp/conftest-2e0e61.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `unvis'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13644: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_GETLINE 1
# | #define HAVE_SECURE_GETENV 1
# | /* end confdefs.h. */
# | /* Define unvis to an innocuous variant, in case declares unvis.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define unvis innocuous_unvis
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char unvis (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef unvis
# |
# | /* 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 unvis ();
# | /* 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_unvis || defined __stub___unvis
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return unvis ();
# | ;
# | return 0;
# | }
# configure:13644: result: no
# configure:13662: checking whether getpwnam_r and getpwuid_r are posix like
# configure:13681: clang -o conftest conftest.c -lncurses >&5
# conftest.c:75:45: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwnam_r(NULL, NULL, NULL, (size_t)0, NULL);
# ~~~~ ^
# conftest.c:75:45: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwnam_r(NULL, NULL, NULL, (size_t)0, NULL);
# ~~~~ ^
# conftest.c:75:45: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwnam_r(NULL, NULL, NULL, (size_t)0, NULL);
# ~~~~ ^
# conftest.c:75:45: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwnam_r(NULL, NULL, NULL, (size_t)0, NULL);
# ~~~~^
# conftest.c:76:65: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwuid_r((uid_t)0, NULL, NULL, (size_t)0, NULL);
# ~~~~ ^
# conftest.c:76:65: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwuid_r((uid_t)0, NULL, NULL, (size_t)0, NULL);
# ~~~~ ^
# conftest.c:76:65: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# getpwuid_r((uid_t)0, NULL, NULL, (size_t)0, NULL);
# ~~~~^
# 7 warnings generated.
# configure:13681: $? = 0
# configure:13685: result: yes
# configure:13695: checking whether getpwnam_r and getpwuid_r are posix _draft_ like
# configure:13714: clang -o conftest conftest.c -lncurses >&5
# conftest.c:76:39: error: too few arguments to function call, expected 5, have 4
# getpwnam_r(NULL, NULL, NULL, (size_t)0);
# ~~~~~~~~~~ ^
# /usr/include/pwd.h:151:1: note: 'getpwnam_r' declared here
# extern int getpwnam_r (const char *__restrict __name,
# ^
# conftest.c:77:59: error: too few arguments to function call, expected 5, have 4
# getpwuid_r((uid_t)0, NULL, NULL, (size_t)0);
# ~~~~~~~~~~ ^
# /usr/include/pwd.h:145:1: note: 'getpwuid_r' declared here
# extern int getpwuid_r (__uid_t __uid,
# ^
# 2 errors generated.
# configure:13714: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libedit"
# | #define PACKAGE_TARNAME "libedit-20160618"
# | #define PACKAGE_VERSION "3.1"
# | #define PACKAGE_STRING "libedit 3.1"
# | #define PACKAGE_BUGREPORT ""
# | #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 PACKAGE "libedit-20160618"
# | #define VERSION "3.1"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_SYS_CDEFS_H 1
# | #define HAVE_TERMCAP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define RETSIGTYPE void
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_ISASCII 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMSET 1
# | #define HAVE_RE_COMP 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRCSPN 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WCSDUP 1
# | #define HAVE_GETLINE 1
# | #define HAVE_SECURE_GETENV 1
# | #define HAVE_GETPW_R_POSIX 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | int
# | main ()
# | {
# | getpwnam_r(NULL, NULL, NULL, (size_t)0);
# | getpwuid_r((uid_t)0, NULL, NULL, (size_t)0);
# | ;
# | return 0;
# | }
# configure:13721: result: no
# configure:13842: checking that generated files are newer than configure
# configure:13848: result: done
# configure:13891: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libedit config.status 3.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0f1b63036cac
#
# config.status:1147: creating Makefile
# config.status:1147: creating libedit.pc
# config.status:1147: creating src/Makefile
# config.status:1147: creating doc/Makefile
# config.status:1147: creating examples/Makefile
# config.status:1147: creating config.h
# config.status:1376: executing depfiles commands
# config.status:1376: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# 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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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___secure_getenv=no
# ac_cv_func_closedir_void=no
# ac_cv_func_endpwent=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getline=yes
# ac_cv_func_isascii=yes
# ac_cv_func_issetugid=no
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memset=yes
# ac_cv_func_re_comp=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_secure_getenv=yes
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strunvis=no
# ac_cv_func_strvis=no
# ac_cv_func_unvis=no
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vis=no
# ac_cv_func_wcsdup=yes
# ac_cv_header_curses_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_ncurses_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_cdefs_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_term_h=yes
# ac_cv_header_termcap_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ncurses_tgetent=yes
# ac_cv_member_struct_dirent_d_namlen=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_NROFF=/usr/bin/nroff
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# 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_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_u_int32_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libedit/src/libedit-20160618-3.1/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libedit/src/libedit-20160618-3.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libedit/src/libedit-20160618-3.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libedit/src/libedit-20160618-3.1/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_EXAMPLES_FALSE='#'
# ENABLE_EXAMPLES_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_STRLCAT_FALSE=''
# HAVE_STRLCAT_TRUE='#'
# HAVE_STRLCPY_FALSE=''
# HAVE_STRLCPY_TRUE='#'
# HAVE_UNVIS_FALSE=''
# HAVE_UNVIS_TRUE='#'
# HAVE_VIS_FALSE=''
# HAVE_VIS_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lncurses '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# LT_VERSION='0:54:0'
# MAKEINFO='${SHELL} /tmp/libedit/src/libedit-20160618-3.1/missing makeinfo'
# MANIFEST_TOOL=':'
# MANTYPE='mdoc'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# NROFF='/usr/bin/nroff'
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libedit-20160618'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libedit'
# PACKAGE_STRING='libedit 3.1'
# PACKAGE_TARNAME='libedit-20160618'
# PACKAGE_URL=''
# PACKAGE_VERSION='3.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='3.1'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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'
# install_sh='${SHELL} /tmp/libedit/src/libedit-20160618-3.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# 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 "libedit"
# #define PACKAGE_TARNAME "libedit-20160618"
# #define PACKAGE_VERSION "3.1"
# #define PACKAGE_STRING "libedit 3.1"
# #define PACKAGE_BUGREPORT ""
# #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 PACKAGE "libedit-20160618"
# #define VERSION "3.1"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_LIBNCURSES 1
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CURSES_H 1
# #define HAVE_NCURSES_H 1
# #define HAVE_SYS_CDEFS_H 1
# #define HAVE_TERMCAP_H 1
# #define HAVE_TERM_H 1
# #define HAVE_U_INT32_T 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define RETSIGTYPE void
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define HAVE_ENDPWENT 1
# #define HAVE_ISASCII 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMSET 1
# #define HAVE_RE_COMP 1
# #define HAVE_REGCOMP 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_WCSDUP 1
# #define HAVE_GETLINE 1
# #define HAVE_SECURE_GETENV 1
# #define HAVE_GETPW_R_POSIX 1
#
# configure: exit 0