Build of tcsh with clang_glibc toolchain

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

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

SLOCLanguage
52,755 ansic
3,825 sh
1,132 csh
669 lisp
441 makefile
56 perl
21 python
58,899 total

The process tree of the build process is here.

List of Errors

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: tcsh 6.19.00-3 (Thu Apr 13 16:23:54 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking cached host tuple... ok
# Tcsh will use configuration file `linux'.
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking whether clang needs -traditional... no
# checking for gencat... /usr/bin/gencat
# checking for library containing crypt... -lcrypt
# checking for library containing getspnam... none required
# checking for library containing tgetent... -lcurses
# checking for library containing gethostbyname... none required
# checking for library containing connect... none required
# checking for library containing catgets... none required
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... yes
# checking for working iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# 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 auth.h usability... no
# checking auth.h presence... no
# checking for auth.h... no
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking for inttypes.h... (cached) yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking shadow.h usability... yes
# checking shadow.h presence... yes
# checking for shadow.h... yes
# checking for stdint.h... (cached) yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking utmpx.h usability... yes
# checking utmpx.h presence... yes
# checking for utmpx.h... yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking size of wchar_t... 4
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking whether stat file-mode macros are broken... no
# checking for ANSI C header files... (cached) yes
# checking for long long... yes
# checking for uid_t in sys/types.h... yes
# checking type of array argument to getgroups... gid_t
# checking for mode_t... yes
# checking for size_t... yes
# checking for uid_t in sys/types.h... (cached) yes
# checking for uint32_t... yes
# checking for ssize_t... yes
# checking for socklen_t... yes
# checking for struct dirent.d_ino... yes
# checking for struct utmp.ut_host... yes
# checking for struct utmp.ut_user... yes
# checking for struct utmp.ut_tv... yes
# checking for struct utmp.ut_xtime... no
# checking for struct utmpx.ut_host... yes
# checking for struct utmpx.ut_user... yes
# checking for struct utmpx.ut_tv... yes
# checking for struct utmpx.ut_xtime... no
# checking for struct sockaddr_storage.ss_family... yes
# checking for an ANSI C-conforming const... yes
# checking for working volatile... yes
# checking whether crypt is declared... yes
# checking whether environ is declared... yes
# checking whether gethostname is declared... yes
# checking whether getpgrp is declared... yes
# checking for setlocale... yes
# checking for catgets... yes
# checking for dup2... yes
# checking for getauthid... no
# checking for getcwd... yes
# checking for gethostname... yes
# checking for getpwent... yes
# checking for getutent... yes
# checking for getutxent... yes
# checking for mallinfo... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mkstemp... yes
# checking for nice... yes
# checking for nl_langinfo... yes
# checking for sbrk... yes
# checking for setpgid... yes
# checking for setpriority... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for sysconf... yes
# checking for wcwidth... yes
# checking whether getpgrp requires zero arguments... yes
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking whether setpgrp takes no argument... yes
# checking for working strcoll... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating nls/Makefile
# config.status: creating config.h
# config.status: executing ./atconfig commands
# grep 'ERR_' ./sh.err.c | grep '^#define' >> sh.err.h.tmp
# sh.err.h recreated.
# clang -E -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -D_h_tc_const\
# ./tc.const.c | \
# sed -n -e 's/^\(Char STR[a-zA-Z0-9_]*\) *\[ *\].*/extern \1[];/p' | \
# sort >> tc.const.h.tmp
# In file included from ./tc.const.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# tc.const.h recreated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.c
# In file included from sh.c:34:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.dir.c
# In file included from sh.dir.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.dol.c
# In file included from sh.dol.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.err.c
# In file included from sh.err.c:34:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.exec.c
# In file included from sh.exec.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.char.c
# In file included from sh.char.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.exp.c
# In file included from sh.exp.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.file.c
# In file included from sh.file.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.func.c
# In file included from sh.func.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.glob.c
# In file included from sh.glob.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.hist.c
# In file included from sh.hist.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.init.c
# In file included from sh.init.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.lex.c
# In file included from sh.lex.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.misc.c
# In file included from sh.misc.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.parse.c
# In file included from sh.parse.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.print.c
# In file included from sh.print.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.proc.c
# In file included from sh.proc.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.sem.c
# In file included from sh.sem.c:34:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.set.c
# In file included from sh.set.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' sh.time.c
# In file included from sh.time.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' glob.c
# In file included from glob.c:59:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' dotlock.c
# In file included from dotlock.c:26:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' mi.termios.c
# In file included from mi.termios.c:6:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ma.setp.c
# In file included from ma.setp.c:84:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' vms.termcap.c
# In file included from vms.termcap.c:11:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.help.c
# In file included from tw.help.c:36:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.init.c
# In file included from tw.init.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.parse.c
# In file included from tw.parse.c:36:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.spell.c
# In file included from tw.spell.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.comp.c
# In file included from tw.comp.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tw.color.c
# In file included from tw.color.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# grep '[FV]_' ./ed.defns.c | grep '^#define' >> ed.defns.h.tmp
# ed.defns.h recreated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.chared.c
# In file included from ed.chared.c:73:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.refresh.c
# In file included from ed.refresh.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.screen.c
# In file included from ed.screen.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.init.c
# In file included from ed.init.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.inputl.c
# In file included from ed.inputl.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.defns.c
# In file included from ed.defns.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.xmap.c
# In file included from ed.xmap.c:89:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' ed.term.c
# In file included from ed.term.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.alloc.c
# In file included from tc.alloc.c:41:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.bind.c
# In file included from tc.bind.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.const.c
# In file included from tc.const.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# rm -f gethost
# clang -o gethost -I. -I. ./gethost.c
# In file included from ./gethost.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# ./gethost ./host.defs >> tc.defs.c.tmp
# tc.defs.c recreated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.defs.c
# In file included from tc.defs.c:34:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.disc.c
# In file included from tc.disc.c:34:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.func.c
# In file included from tc.func.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.nls.c
# In file included from tc.nls.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.os.c
# In file included from tc.os.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.printf.c
# In file included from tc.printf.c:35:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.prompt.c
# In file included from tc.prompt.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.sched.c
# In file included from tc.sched.c:35:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.sig.c
# In file included from tc.sig.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.str.c
# In file included from tc.str.c:34:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.vers.c
# In file included from tc.vers.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# clang -c -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' tc.who.c
# In file included from tc.who.c:33:
# In file included from ./sh.h:39:
# In file included from /usr/include/signal.h:28:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# rm -f tcsh core
# clang -o tcsh -I. -I. sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.char.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o sh.time.o glob.o dotlock.o mi.termios.o ma.setp.o vms.termcap.o tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o tw.color.o ed.chared.o ed.refresh.o ed.screen.o ed.init.o ed.inputl.o ed.defns.o ed.xmap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.defs.o tc.disc.o tc.func.o tc.nls.o tc.os.o tc.printf.o tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o -lcurses -lcrypt
# make[1]: Entering directory '/tmp/tcsh/src/tcsh-6.19.00/nls'
# C
# et
# finnish
# french
# german
# greek
# italian
# ja
# pl
# russian
# spanish
# ukrainian
# make[1]: Leaving directory '/tmp/tcsh/src/tcsh-6.19.00/nls'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/tcsh/src/tcsh-6.19.00/nls'
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/C/LC_MESSAGES
# /usr/bin/install -c C.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/C/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/et/LC_MESSAGES
# /usr/bin/install -c et.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/et/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/fi/LC_MESSAGES
# /usr/bin/install -c finnish.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/fi/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/fr/LC_MESSAGES
# /usr/bin/install -c french.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/fr/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/de/LC_MESSAGES
# /usr/bin/install -c german.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/de/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/gr/LC_MESSAGES
# /usr/bin/install -c greek.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/gr/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/it/LC_MESSAGES
# /usr/bin/install -c italian.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/it/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/ja/LC_MESSAGES
# /usr/bin/install -c ja.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/ja/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/pl/LC_MESSAGES
# /usr/bin/install -c pl.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/pl/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/ru/LC_MESSAGES
# /usr/bin/install -c russian.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/ru/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/es/LC_MESSAGES
# /usr/bin/install -c spanish.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/es/LC_MESSAGES/tcsh.cat
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/locale/ru_UA/LC_MESSAGES
# /usr/bin/install -c ukrainian.cat /tmp/tcsh/pkg/tcsh/usr/share/locale/ru_UA/LC_MESSAGES/tcsh.cat
# make[1]: Leaving directory '/tmp/tcsh/src/tcsh-6.19.00/nls'
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/share/man/man1
# rm -f /tmp/tcsh/pkg/tcsh/usr/share/man/man1/tcsh.1
# cp ./tcsh.man /tmp/tcsh/pkg/tcsh/usr/share/man/man1/tcsh.1
# chmod 444 /tmp/tcsh/pkg/tcsh/usr/share/man/man1/tcsh.1
# mkdir -p /tmp/tcsh/pkg/tcsh/usr/bin
# mv -f /tmp/tcsh/pkg/tcsh/usr/bin/tcsh /tmp/tcsh/pkg/tcsh/usr/bin/tcsh.old
# mv: cannot stat '/tmp/tcsh/pkg/tcsh/usr/bin/tcsh': No such file or directory
# make: [Makefile:601: install] Error 1 (ignored)
# cp tcsh /tmp/tcsh/pkg/tcsh/usr/bin/tcsh
# chmod 755 /tmp/tcsh/pkg/tcsh/usr/bin/tcsh
# make: 'install.man' is up to date.
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "tcsh"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: tcsh 6.19.00-3 (Thu Apr 13 16:24:18 UTC 2017)

CMD: pacman --query --file tcsh-6.19.00-3-x86_64.pkg.tar.xz
# tcsh 6.19.00-3

Creating hybrid package for 'tcsh'

Trying to find vanilla package 'tcsh'...

CMD: pacman --query --file /mirror/tcsh-6.19.00-3.pkg.tar.xz
# tcsh 6.19.00-3

Package file has the following structure:
# /.PKGINFO
# /.INSTALL
# /.MTREE
# /etc/csh.cshrc
# /etc/csh.login
# /usr/share/man/man1/csh.1.gz
# /usr/share/man/man1/tcsh.1.gz
# /usr/share/locale/C/LC_MESSAGES/tcsh.cat
# /usr/share/locale/et/LC_MESSAGES/tcsh.cat
# /usr/share/locale/fi/LC_MESSAGES/tcsh.cat
# /usr/share/locale/fr/LC_MESSAGES/tcsh.cat
# /usr/share/locale/de/LC_MESSAGES/tcsh.cat
# /usr/share/locale/gr/LC_MESSAGES/tcsh.cat
# /usr/share/locale/it/LC_MESSAGES/tcsh.cat
# /usr/share/locale/ja/LC_MESSAGES/tcsh.cat
# /usr/share/locale/pl/LC_MESSAGES/tcsh.cat
# /usr/share/locale/ru/LC_MESSAGES/tcsh.cat
# /usr/share/locale/es/LC_MESSAGES/tcsh.cat
# /usr/share/locale/ru_UA/LC_MESSAGES/tcsh.cat
# /usr/share/licenses/tcsh/LICENSE
# /usr/bin/csh
# /usr/bin/tcsh

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .INSTALL etc usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tcsh.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/tcsh.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/tcsh/src/tcsh-6.19.00/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 tcsh configure 6.19.00, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d2e46f8b6a34
# 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:2575: checking for a BSD-compatible install
# configure:2643: result: /usr/bin/install -c
# configure:2658: checking build system type
# configure:2672: result: x86_64-unknown-linux-gnu
# configure:2692: checking host system type
# configure:2705: result: x86_64-unknown-linux-gnu
# configure:2726: checking cached host tuple
# configure:2734: result: ok
# configure:2998: checking for x86_64-unknown-linux-gcc
# configure:3025: result: clang
# configure:3294: checking for C compiler version
# configure:3303: 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:3314: $? = 0
# configure:3303: 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:3314: $? = 0
# configure:3303: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3314: $? = 1
# configure:3303: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3314: $? = 1
# configure:3334: checking whether the C compiler works
# configure:3356: clang conftest.c >&5
# configure:3360: $? = 0
# configure:3408: result: yes
# configure:3411: checking for C compiler default output file name
# configure:3413: result: a.out
# configure:3419: checking for suffix of executables
# configure:3426: clang -o conftest conftest.c >&5
# configure:3430: $? = 0
# configure:3452: result:
# configure:3474: checking whether we are cross compiling
# configure:3482: clang -o conftest conftest.c >&5
# configure:3486: $? = 0
# configure:3493: ./conftest
# configure:3497: $? = 0
# configure:3512: result: no
# configure:3517: checking for suffix of object files
# configure:3539: clang -c conftest.c >&5
# configure:3543: $? = 0
# configure:3564: result: o
# configure:3568: checking whether we are using the GNU C compiler
# configure:3587: clang -c conftest.c >&5
# configure:3587: $? = 0
# configure:3596: result: yes
# configure:3605: checking whether clang accepts -g
# configure:3625: clang -c -g conftest.c >&5
# configure:3625: $? = 0
# configure:3666: result: yes
# configure:3683: checking for clang option to accept ISO C89
# configure:3746: clang -c conftest.c >&5
# configure:3746: $? = 0
# configure:3759: result: none needed
# configure:3784: checking how to run the C preprocessor
# configure:3815: clang -E conftest.c
# configure:3815: $? = 0
# configure:3829: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3829: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3854: result: clang -E
# configure:3874: clang -E conftest.c
# configure:3874: $? = 0
# configure:3888: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3888: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3918: checking for grep that handles long lines and -e
# configure:3976: result: /usr/bin/grep
# configure:3981: checking for egrep
# configure:4043: result: /usr/bin/grep -E
# configure:4049: checking whether clang needs -traditional
# configure:4083: result: no
# configure:4093: checking for gencat
# configure:4111: found /usr/bin/gencat
# configure:4123: result: /usr/bin/gencat
# configure:4144: checking for library containing crypt
# configure:4175: clang -o conftest conftest.c >&5
# /tmp/conftest-c2af4f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `crypt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4175: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:4175: clang -o conftest conftest.c -lcrypt >&5
# configure:4175: $? = 0
# configure:4192: result: -lcrypt
# configure:4200: checking for library containing getspnam
# configure:4231: clang -o conftest conftest.c -lcrypt >&5
# configure:4231: $? = 0
# configure:4248: result: none required
# configure:4256: checking for library containing tgetent
# configure:4287: clang -o conftest conftest.c -lcrypt >&5
# /tmp/conftest-6ddafd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: clang -o conftest conftest.c -ltermlib -lcrypt >&5
# /usr/bin/ld: cannot find -ltermlib
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: clang -o conftest conftest.c -ltermcap -lcrypt >&5
# /usr/bin/ld: cannot find -ltermcap
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4287: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4287: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:4287: $? = 0
# configure:4304: result: -lcurses
# configure:4312: checking for library containing gethostbyname
# configure:4343: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:4343: $? = 0
# configure:4360: result: none required
# configure:4368: checking for library containing connect
# configure:4399: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:4399: $? = 0
# configure:4416: result: none required
# configure:4424: checking for library containing catgets
# configure:4455: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:4455: $? = 0
# configure:4472: result: none required
# configure:4521: checking for ld used by clang
# configure:4588: result: /usr/bin/ld
# configure:4595: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4610: result: yes
# configure:4617: checking for shared library run path origin
# configure:4630: result: done
# configure:5208: checking for iconv
# configure:5232: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:5232: $? = 0
# configure:5266: result: yes
# configure:5269: checking for working iconv
# configure:5398: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:5398: $? = 0
# configure:5398: ./conftest
# configure:5398: $? = 0
# configure:5410: result: yes
# configure:5438: checking for iconv declaration
# configure:5467: clang -c conftest.c >&5
# configure:5467: $? = 0
# configure:5478: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:5490: checking for ANSI C header files
# configure:5510: clang -c conftest.c >&5
# configure:5510: $? = 0
# configure:5583: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:5583: $? = 0
# configure:5583: ./conftest
# configure:5583: $? = 0
# configure:5594: result: yes
# configure:5607: checking for sys/types.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for sys/stat.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for stdlib.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for string.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for memory.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for strings.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for inttypes.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for stdint.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5607: checking for unistd.h
# configure:5607: clang -c conftest.c >&5
# configure:5607: $? = 0
# configure:5607: result: yes
# configure:5622: checking auth.h usability
# configure:5622: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'auth.h' file not found
# #include
# ^
# 1 error generated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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:5622: result: no
# configure:5622: checking auth.h presence
# configure:5622: clang -E conftest.c
# conftest.c:21:10: fatal error: 'auth.h' file not found
# #include
# ^
# 1 error generated.
# configure:5622: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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:5622: result: no
# configure:5622: checking for auth.h
# configure:5622: result: no
# configure:5622: checking crypt.h usability
# configure:5622: clang -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking crypt.h presence
# configure:5622: clang -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for crypt.h
# configure:5622: result: yes
# configure:5622: checking features.h usability
# configure:5622: clang -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking features.h presence
# configure:5622: clang -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for features.h
# configure:5622: result: yes
# configure:5622: checking for inttypes.h
# configure:5622: result: yes
# configure:5622: checking paths.h usability
# configure:5622: clang -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking paths.h presence
# configure:5622: clang -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for paths.h
# configure:5622: result: yes
# configure:5622: checking shadow.h usability
# configure:5622: clang -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking shadow.h presence
# configure:5622: clang -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for shadow.h
# configure:5622: result: yes
# configure:5622: checking for stdint.h
# configure:5622: result: yes
# configure:5622: checking utmp.h usability
# configure:5622: clang -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking utmp.h presence
# configure:5622: clang -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for utmp.h
# configure:5622: result: yes
# configure:5622: checking utmpx.h usability
# configure:5622: clang -c conftest.c >&5
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking utmpx.h presence
# configure:5622: clang -E conftest.c
# configure:5622: $? = 0
# configure:5622: result: yes
# configure:5622: checking for utmpx.h
# configure:5622: result: yes
# configure:5634: checking wchar.h usability
# configure:5634: clang -c conftest.c >&5
# configure:5634: $? = 0
# configure:5634: result: yes
# configure:5634: checking wchar.h presence
# configure:5634: clang -E conftest.c
# configure:5634: $? = 0
# configure:5634: result: yes
# configure:5634: checking for wchar.h
# configure:5634: result: yes
# configure:5643: checking size of wchar_t
# configure:5648: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:5648: $? = 0
# configure:5648: ./conftest
# configure:5648: $? = 0
# configure:5664: result: 4
# configure:5676: checking wctype.h usability
# configure:5676: clang -c conftest.c >&5
# configure:5676: $? = 0
# configure:5676: result: yes
# configure:5676: checking wctype.h presence
# configure:5676: clang -E conftest.c
# configure:5676: $? = 0
# configure:5676: result: yes
# configure:5676: checking for wctype.h
# configure:5676: result: yes
# configure:5693: checking for dirent.h that defines DIR
# configure:5712: clang -c conftest.c >&5
# configure:5712: $? = 0
# configure:5720: result: yes
# configure:5733: checking for library containing opendir
# configure:5764: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:5764: $? = 0
# configure:5781: result: none required
# configure:5848: checking whether stat file-mode macros are broken
# configure:5875: clang -c conftest.c >&5
# configure:5875: $? = 0
# configure:5882: result: no
# configure:5890: checking for ANSI C header files
# configure:5994: result: yes
# configure:6003: checking for long long
# configure:6003: clang -c conftest.c >&5
# configure:6003: $? = 0
# configure:6003: clang -c conftest.c >&5
# conftest.c:70:24: error: expected expression
# if (sizeof ((long long)))
# ^
# 1 error generated.
# configure:6003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 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 ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6003: result: yes
# configure:6013: checking for uid_t in sys/types.h
# configure:6032: result: yes
# configure:6043: checking type of array argument to getgroups
# configure:6077: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6077: $? = 0
# configure:6077: ./conftest
# configure:6077: $? = 0
# configure:6102: result: gid_t
# configure:6110: checking for mode_t
# configure:6110: clang -c conftest.c >&5
# configure:6110: $? = 0
# configure:6110: clang -c conftest.c >&5
# conftest.c:72:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:6110: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* 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 ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6110: result: yes
# configure:6121: checking for size_t
# configure:6121: clang -c conftest.c >&5
# configure:6121: $? = 0
# configure:6121: clang -c conftest.c >&5
# conftest.c:72:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:6121: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* 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:6121: result: yes
# configure:6132: checking for uid_t in sys/types.h
# configure:6151: result: yes
# configure:6162: checking for uint32_t
# configure:6162: clang -c conftest.c >&5
# configure:6162: $? = 0
# configure:6162: result: yes
# configure:6179: checking for ssize_t
# configure:6179: clang -c conftest.c >&5
# configure:6179: $? = 0
# configure:6179: clang -c conftest.c >&5
# conftest.c:43:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:6179: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* end confdefs.h. */
# |
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6179: result: yes
# configure:6195: checking for socklen_t
# configure:6195: clang -c conftest.c >&5
# configure:6195: $? = 0
# configure:6195: clang -c conftest.c >&5
# conftest.c:44:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:6195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6195: result: yes
# configure:6211: checking for struct dirent.d_ino
# configure:6211: clang -c conftest.c >&5
# configure:6211: $? = 0
# configure:6211: result: yes
# configure:6231: checking for struct utmp.ut_host
# configure:6231: clang -c conftest.c >&5
# conftest.c:49:13: warning: address of array 'ac_aggr.ut_host' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_host)
# ~~ ~~~~~~~~^~~~~~~
# 1 warning generated.
# configure:6231: $? = 0
# configure:6231: result: yes
# configure:6247: checking for struct utmp.ut_user
# configure:6247: clang -c conftest.c >&5
# conftest.c:50:13: warning: address of array 'ac_aggr.ut_user' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_user)
# ~~ ~~~~~~~~^~~~~~~
# 1 warning generated.
# configure:6247: $? = 0
# configure:6247: result: yes
# configure:6263: checking for struct utmp.ut_tv
# configure:6263: clang -c conftest.c >&5
# conftest.c:51:1: error: statement requires expression of scalar type ('struct (anonymous struct at /usr/include/bits/utmpx.h:71:3)' invalid)
# if (ac_aggr.ut_tv)
# ^ ~~~~~~~~~~~~~
# 1 error generated.
# configure:6263: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6263: clang -c conftest.c >&5
# configure:6263: $? = 0
# configure:6263: result: yes
# configure:6279: checking for struct utmp.ut_xtime
# configure:6279: clang -c conftest.c >&5
# conftest.c:52:13: error: no member named 'ut_xtime' in 'struct utmpx'
# if (ac_aggr.ut_xtime)
# ~~~~~~~ ^
# 1 error generated.
# configure:6279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6279: clang -c conftest.c >&5
# conftest.c:52:20: error: no member named 'ut_xtime' in 'struct utmpx'
# if (sizeof ac_aggr.ut_xtime)
# ~~~~~~~ ^
# 1 error generated.
# configure:6279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmp ac_aggr;
# | if (sizeof ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6279: result: no
# configure:6295: checking for struct utmpx.ut_host
# configure:6295: clang -c conftest.c >&5
# conftest.c:52:13: warning: address of array 'ac_aggr.ut_host' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_host)
# ~~ ~~~~~~~~^~~~~~~
# 1 warning generated.
# configure:6295: $? = 0
# configure:6295: result: yes
# configure:6311: checking for struct utmpx.ut_user
# configure:6311: clang -c conftest.c >&5
# conftest.c:53:13: warning: address of array 'ac_aggr.ut_user' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.ut_user)
# ~~ ~~~~~~~~^~~~~~~
# 1 warning generated.
# configure:6311: $? = 0
# configure:6311: result: yes
# configure:6327: checking for struct utmpx.ut_tv
# configure:6327: clang -c conftest.c >&5
# conftest.c:54:1: error: statement requires expression of scalar type ('struct (anonymous struct at /usr/include/bits/utmpx.h:71:3)' invalid)
# if (ac_aggr.ut_tv)
# ^ ~~~~~~~~~~~~~
# 1 error generated.
# configure:6327: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_USER 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_tv)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6327: clang -c conftest.c >&5
# configure:6327: $? = 0
# configure:6327: result: yes
# configure:6343: checking for struct utmpx.ut_xtime
# configure:6343: clang -c conftest.c >&5
# conftest.c:55:13: error: no member named 'ut_xtime' in 'struct utmpx'
# if (ac_aggr.ut_xtime)
# ~~~~~~~ ^
# 1 error generated.
# configure:6343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_USER 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6343: clang -c conftest.c >&5
# conftest.c:55:20: error: no member named 'ut_xtime' in 'struct utmpx'
# if (sizeof ac_aggr.ut_xtime)
# ~~~~~~~ ^
# 1 error generated.
# configure:6343: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_USER 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_UTMPX_H
# | #include
# | #define utmp utmpx
# | #elif defined HAVE_UTMP_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | static struct utmpx ac_aggr;
# | if (sizeof ac_aggr.ut_xtime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:6343: result: no
# configure:6360: checking for struct sockaddr_storage.ss_family
# configure:6360: clang -c conftest.c >&5
# configure:6360: $? = 0
# configure:6360: result: yes
# configure:6373: checking for an ANSI C-conforming const
# configure:6439: clang -c conftest.c >&5
# configure:6439: $? = 0
# configure:6446: result: yes
# configure:6454: checking for working volatile
# configure:6473: clang -c conftest.c >&5
# configure:6473: $? = 0
# configure:6480: result: yes
# configure:6489: checking whether crypt is declared
# configure:6489: clang -c conftest.c >&5
# In file included from conftest.c:45:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:6489: $? = 0
# configure:6489: result: yes
# configure:6505: checking whether environ is declared
# configure:6505: clang -c conftest.c >&5
# In file included from conftest.c:46:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:6505: $? = 0
# configure:6505: result: yes
# configure:6521: checking whether gethostname is declared
# configure:6521: clang -c conftest.c >&5
# In file included from conftest.c:47:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:6521: $? = 0
# configure:6521: result: yes
# configure:6537: checking whether getpgrp is declared
# configure:6537: clang -c conftest.c >&5
# In file included from conftest.c:48:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:6537: $? = 0
# configure:6537: result: yes
# configure:6554: checking for setlocale
# configure:6554: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6554: $? = 0
# configure:6554: result: yes
# configure:6561: checking for catgets
# configure:6561: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6561: $? = 0
# configure:6561: result: yes
# configure:6571: checking for dup2
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getauthid
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# /tmp/conftest-fbb009.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getauthid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6571: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_USER 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 1
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | /* end confdefs.h. */
# | /* Define getauthid to an innocuous variant, in case declares getauthid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getauthid innocuous_getauthid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getauthid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getauthid
# |
# | /* 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 getauthid ();
# | /* 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_getauthid || defined __stub___getauthid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getauthid ();
# | ;
# | return 0;
# | }
# configure:6571: result: no
# configure:6571: checking for getcwd
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for gethostname
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getpwent
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getutent
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for getutxent
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for mallinfo
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for memmove
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# conftest.c:78:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:78:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for memset
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# conftest.c:79:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:79:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for mkstemp
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for nice
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for nl_langinfo
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for sbrk
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for setpgid
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for setpriority
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for strerror
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# conftest.c:86:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:86:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for strstr
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&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:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for sysconf
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6571: checking for wcwidth
# configure:6571: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6571: $? = 0
# configure:6571: result: yes
# configure:6580: checking whether getpgrp requires zero arguments
# configure:6597: clang -c conftest.c >&5
# conftest.c:103:10: error: too many arguments to function call, expected 0, have 1
# getpgrp (0);
# ~~~~~~~ ^
# /usr/include/unistd.h:637:1: note: 'getpgrp' declared here
# extern __pid_t getpgrp (void) __THROW;
# ^
# 1 error generated.
# configure:6597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_USER 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 1
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NICE 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_SBRK 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_WCWIDTH 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 ()
# | {
# | getpgrp (0);
# | ;
# | return 0;
# | }
# configure:6605: result: yes
# configure:6614: checking whether mbrtowc and mbstate_t are properly declared
# configure:6634: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6634: $? = 0
# configure:6642: result: yes
# configure:6651: checking whether setpgrp takes no argument
# configure:6673: clang -o conftest conftest.c -lcurses -lcrypt >&5
# conftest.c:108:19: error: too many arguments to function call, expected 0, have 2
# return setpgrp (1,1) != -1;
# ~~~~~~~ ^~~
# /usr/include/unistd.h:663:1: note: 'setpgrp' declared here
# extern int setpgrp (void) __THROW;
# ^
# 1 error generated.
# configure:6673: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tcsh"
# | #define PACKAGE_TARNAME "tcsh"
# | #define PACKAGE_VERSION "6.19.00"
# | #define PACKAGE_STRING "tcsh 6.19.00"
# | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# | #define PACKAGE_URL ""
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #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 HAVE_CRYPT_H 1
# | #define HAVE_FEATURES_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_SHADOW_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_WCHAR_H 1
# | #define SIZEOF_WCHAR_T 4
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 1
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_DIRENT_D_INO 1
# | #define HAVE_STRUCT_UTMP_UT_HOST 1
# | #define HAVE_STRUCT_UTMP_UT_USER 1
# | #define HAVE_STRUCT_UTMP_UT_TV 1
# | #define HAVE_STRUCT_UTMPX_UT_HOST 1
# | #define HAVE_STRUCT_UTMPX_UT_USER 1
# | #define HAVE_STRUCT_UTMPX_UT_TV 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_DECL_CRYPT 1
# | #define HAVE_DECL_ENVIRON 1
# | #define HAVE_DECL_GETHOSTNAME 1
# | #define HAVE_DECL_GETPGRP 1
# | #define HAVE_DUP2 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_GETPWENT 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_NICE 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_SBRK 1
# | #define HAVE_SETPGID 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_WCWIDTH 1
# | #define GETPGRP_VOID 1
# | #define HAVE_MBRTOWC 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 this system has a BSD-style setpgrp which takes arguments,
# | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
# | exit successfully. */
# | return setpgrp (1,1) != -1;
# | ;
# | return 0;
# | }
# configure:6683: result: yes
# configure:6694: checking for working strcoll
# configure:6715: clang -o conftest conftest.c -lcurses -lcrypt >&5
# configure:6715: $? = 0
# configure:6715: ./conftest
# configure:6715: $? = 0
# configure:6725: result: yes
# configure:6950: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by tcsh config.status 6.19.00, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d2e46f8b6a34
#
# config.status:883: creating Makefile
# config.status:883: creating nls/Makefile
# config.status:883: creating config.h
# config.status:1072: executing ./atconfig commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_volatile=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_catgets=yes
# ac_cv_func_dup2=yes
# ac_cv_func_getauthid=no
# ac_cv_func_getcwd=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpgrp_void=yes
# ac_cv_func_getpwent=yes
# ac_cv_func_getutent=yes
# ac_cv_func_getutxent=yes
# ac_cv_func_mallinfo=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_nice=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_sbrk=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_setpriority=yes
# ac_cv_func_strcoll_works=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_wcwidth=yes
# ac_cv_have_decl_crypt=yes
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getpgrp=yes
# ac_cv_header_auth_h=no
# ac_cv_header_crypt_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_shadow_h=yes
# ac_cv_header_stat_broken=no
# 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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_utmpx_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_system_type=x86_64-unknown-linux-gnu
# ac_cv_member_struct_dirent_d_ino=yes
# ac_cv_member_struct_sockaddr_storage_ss_family=yes
# ac_cv_member_struct_utmp_ut_host=yes
# ac_cv_member_struct_utmp_ut_tv=yes
# ac_cv_member_struct_utmp_ut_user=yes
# ac_cv_member_struct_utmp_ut_xtime=no
# ac_cv_member_struct_utmpx_ut_host=yes
# ac_cv_member_struct_utmpx_ut_tv=yes
# ac_cv_member_struct_utmpx_ut_user=yes
# ac_cv_member_struct_utmpx_ut_xtime=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GENCAT=/usr/bin/gencat
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_search_catgets='none required'
# ac_cv_search_connect='none required'
# ac_cv_search_crypt=-lcrypt
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_getspnam='none required'
# ac_cv_search_opendir='none required'
# ac_cv_search_tgetent=-lcurses
# ac_cv_sizeof_wchar_t=4
# ac_cv_type_getgroups=gid_t
# ac_cv_type_long_long=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uid_t=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# BUILD_CATALOGS='yes'
# CC='clang'
# CC_FOR_GETHOST='$(CC)'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DFLAGS=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GENCAT='/usr/bin/gencat'
# GREP='/usr/bin/grep'
# HESDEF=''
# HESLIB=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBICONV=''
# LIBOBJS=''
# LIBS='-lcurses -lcrypt '
# LTLIBICONV=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='http://bugs.gw.com/'
# PACKAGE_NAME='tcsh'
# PACKAGE_STRING='tcsh 6.19.00'
# PACKAGE_TARNAME='tcsh'
# PACKAGE_URL=''
# PACKAGE_VERSION='6.19.00'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='/usr/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "tcsh"
# #define PACKAGE_TARNAME "tcsh"
# #define PACKAGE_VERSION "6.19.00"
# #define PACKAGE_STRING "tcsh 6.19.00"
# #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
# #define PACKAGE_URL ""
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #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 HAVE_CRYPT_H 1
# #define HAVE_FEATURES_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_SHADOW_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_UTMPX_H 1
# #define HAVE_WCHAR_H 1
# #define SIZEOF_WCHAR_T 4
# #define HAVE_WCTYPE_H 1
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_LONG_LONG 1
# #define GETGROUPS_T gid_t
# #define HAVE_STRUCT_DIRENT_D_INO 1
# #define HAVE_STRUCT_UTMP_UT_HOST 1
# #define HAVE_STRUCT_UTMP_UT_USER 1
# #define HAVE_STRUCT_UTMP_UT_TV 1
# #define HAVE_STRUCT_UTMPX_UT_HOST 1
# #define HAVE_STRUCT_UTMPX_UT_USER 1
# #define HAVE_STRUCT_UTMPX_UT_TV 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# #define HAVE_DECL_CRYPT 1
# #define HAVE_DECL_ENVIRON 1
# #define HAVE_DECL_GETHOSTNAME 1
# #define HAVE_DECL_GETPGRP 1
# #define HAVE_DUP2 1
# #define HAVE_GETCWD 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_GETPWENT 1
# #define HAVE_GETUTENT 1
# #define HAVE_GETUTXENT 1
# #define HAVE_MALLINFO 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MKSTEMP 1
# #define HAVE_NICE 1
# #define HAVE_NL_LANGINFO 1
# #define HAVE_SBRK 1
# #define HAVE_SETPGID 1
# #define HAVE_SETPRIORITY 1
# #define HAVE_STRERROR 1
# #define HAVE_STRSTR 1
# #define HAVE_SYSCONF 1
# #define HAVE_WCWIDTH 1
# #define GETPGRP_VOID 1
# #define HAVE_MBRTOWC 1
# #define SETPGRP_VOID 1
# #define HAVE_STRCOLL 1
# #define NLS 1
# #define NLS_CATALOGS 1
#
# configure: exit 0