dpkg-buildpackage: info: source package tcsh dpkg-buildpackage: info: source version 6.18.01-5 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Thomas Lange dpkg-source --before-build tcsh-6.18.01 dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean --with quilt dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' [ ! -f nls/Makefile ] || make -C nls clean make[2]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' rm -f C.cat et.cat finnish.cat french.cat german.cat greek.cat italian.cat ja.cat pl.cat russian.cat spanish.cat ukrainian.cat make[2]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' dh_auto_clean make -j1 distclean make[2]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' make[3]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' rm -f C.cat et.cat finnish.cat french.cat german.cat greek.cat italian.cat ja.cat pl.cat russian.cat spanish.cat ukrainian.cat make[3]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' rm -f a.out strings x.c xs.c tcsh tcsh.a _MAKE_LOG gethost rm -f *.o *.i *.s rm -f sh.prof.c ed.defns.h tc.const.h sh.err.h tc.defs.c rm -f tcsh.*.m tcsh.*.cat rm -f Makefile config.h config_p.h rm -f config.status config.cache config.log tcsh.ps rm -f missing rm -rf autom4te.cache rm -f *~ #* make[2]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' rm -f atconfig rm -rf tests/package.m4 tests/testsuite testsuite.dir testsuite.log make[1]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' dh_quilt_unpatch Removing patch gcc-5.patch Restoring tc.alloc.c Removing patch disable-test-home.patch Restoring tests/subst.at Removing patch 12_unknown_lscolors.patch Restoring tw.color.c Removing patch disable-lexical.at-31.patch Restoring tests/lexical.at Removing patch disable-test-nice.patch Restoring tests/commands.at Removing patch disable-test-notty.patch Restoring tests/commands.at Restoring tests/variables.at Removing patch 15_no-strip.patch Restoring Makefile.in Removing patch 01_build.3.patch Restoring config_f.h Removing patch 01_build.2.patch Restoring tcsh.man Removing patch co-completion Restoring complete.tcsh No patches applied dh_clean debian/rules build dh build --with quilt dh_testdir dh_update_autotools_config dh_quilt_patch Applying patch co-completion patching file complete.tcsh Applying patch 01_build.2.patch patching file tcsh.man Applying patch 01_build.3.patch patching file config_f.h Hunk #1 succeeded at 91 (offset -7 lines). Applying patch 15_no-strip.patch patching file Makefile.in Hunk #1 succeeded at 599 with fuzz 1 (offset 3 lines). Applying patch disable-test-notty.patch patching file tests/commands.at patching file tests/variables.at Applying patch disable-test-nice.patch patching file tests/commands.at Applying patch disable-lexical.at-31.patch patching file tests/lexical.at Applying patch 12_unknown_lscolors.patch patching file tw.color.c Hunk #1 succeeded at 240 (offset 1 line). Applying patch disable-test-home.patch patching file tests/subst.at Applying patch gcc-5.patch patching file tc.alloc.c Now at patch gcc-5.patch debian/rules override_dh_auto_configure make[1]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' cp /usr/share/misc/config.sub . cp /usr/share/misc/config.guess . dh_auto_configure ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/tcsh --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking cached host tuple... ok Tcsh will use configuration file `linux'. checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc 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... -ltermcap 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 GCC... /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 configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking make[1]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' debian/rules override_dh_auto_build make[1]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' /usr/bin/make make[2]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' grep 'ERR_' ./sh.err.c | grep '^#define' >> sh.err.h.tmp sh.err.h recreated. gcc -E -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 -D_h_tc_const\ ./tc.const.c | \ sed -n -e 's/^\(Char STR[a-zA-Z0-9_]*\) *\[ *\].*/extern \1[];/p' | \ LC_ALL=C sort >> tc.const.h.tmp In file included from ./config_f.h:42:0, from ./config.h:273, from ./sh.h:36, from ./tc.const.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ tc.const.h recreated. gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.c:34: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.dir.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.dir.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.dol.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.dol.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.err.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.err.c:34: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.exec.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.exec.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.char.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.char.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.exp.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.exp.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.file.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.file.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.func.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.func.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.glob.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.glob.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.hist.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.hist.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.init.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.init.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.lex.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.lex.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.misc.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.misc.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.parse.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.parse.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.print.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.print.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.proc.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.proc.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.sem.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.sem.c:34: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.set.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.set.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.time.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from sh.time.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 glob.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from glob.c:59: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 mi.termios.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from mi.termios.c:6: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ma.setp.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ma.setp.c:84: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 vms.termcap.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from vms.termcap.c:11: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tw.help.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tw.help.c:36: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tw.init.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tw.init.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tw.parse.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tw.parse.c:36: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tw.spell.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tw.spell.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tw.comp.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tw.comp.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tw.color.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tw.color.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ grep '[FV]_' ./ed.defns.c | grep '^#define' >> ed.defns.h.tmp ed.defns.h recreated. gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.chared.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.chared.c:73: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.refresh.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.refresh.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.screen.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.screen.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.init.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.init.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.inputl.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.inputl.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.defns.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.defns.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.xmap.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.xmap.c:89: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 ed.term.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from ed.term.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.alloc.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.alloc.c:41: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ tc.alloc.c: In function ‘out_of_memory’: tc.alloc.c:69:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(didfds ? 2 : SHDIAG, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.bind.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.bind.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.const.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.const.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ rm -f gethost gcc -o gethost -I. -I. ./gethost.c In file included from ./config_f.h:42:0, from ./config.h:273, from ./sh.h:36, from ./gethost.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ ./gethost ./host.defs >> tc.defs.c.tmp tc.defs.c recreated. gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.defs.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.defs.c:34: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.disc.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.disc.c:34: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.func.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.func.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.nls.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.nls.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.os.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.os.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.printf.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.printf.c:35: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.prompt.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.prompt.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.sched.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.sched.c:35: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.sig.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.sig.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.str.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.str.c:34: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.vers.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.vers.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 tc.who.c In file included from config_f.h:42:0, from config.h:273, from sh.h:36, from tc.who.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ rm -f tcsh core gcc -o tcsh -Wl,-Bsymbolic-functions -Wl,-z,relro -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -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 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 -ltermcap -lcrypt make[3]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' C et finnish french german greek italian ja pl russian spanish ukrainian make[3]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' make[2]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' /usr/bin/make catalogs make[2]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' make[3]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' make[3]: Nothing to be done for 'catalogs'. make[3]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01/nls' make[2]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' make[1]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' debian/rules override_dh_auto_test make[1]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' LS_COLORS= make check || (cat testsuite.log ; false) make[2]: Entering directory '/var/local/src/tcsh/t2/tcsh-6.18.01' { \ echo '# Signature of the current package.'; \ echo 'm4_define([AT_PACKAGE_NAME], [tcsh])'; \ echo 'm4_define([AT_PACKAGE_TARNAME], [tcsh])'; \ echo 'm4_define([AT_PACKAGE_VERSION], [6.18.01])'; \ echo 'm4_define([AT_PACKAGE_STRING], [tcsh 6.18.01])'; \ echo 'm4_define([AT_PACKAGE_BUGREPORT], [http://bugs.gw.com/])'; \ } >./tests/package.m4 autom4te --language=autotest -I ./tests \ ./tests/testsuite.at -o tests/testsuite.tmp mv tests/testsuite.tmp tests/testsuite /bin/sh ./tests/testsuite ## ------------------------ ## ## tcsh 6.18.01 test suite. ## ## ------------------------ ## 1: beepcmd skipped (aliases.at:3) 2: cwdcmd ok 3: jobcmd skipped (aliases.at:19) 4: helpcommand skipped (aliases.at:20) 5: periodic skipped (aliases.at:21) 6: precmd skipped (aliases.at:22) 7: postcmd ok 8: shell ok 9: -b ok 10: -c ok 11: -d skipped (arguments.at:34) 12: -e ok 13: -f skipped (arguments.at:46) 14: -i ok 15: -l skipped (arguments.at:61) 16: -m skipped (arguments.at:65) 17: -q skipped (arguments.at:71) 18: -s ok 19: -t ok 20: -v ok 21: -x ok 22: -V skipped (arguments.at:126) 23: -X skipped (arguments.at:127) 24: --help skipped (arguments.at:130) 25: --version skipped (arguments.at:131) 26: invalid option ok 27: non-option arguments ok 28: % skipped (commands.at:3) 29: : ok 30: @ ok 31: alias ok 32: alloc skipped (commands.at:80) 33: bg skipped (commands.at:81) 34: bindkey skipped (commands.at:82) 35: break ok 36: builtins skipped (commands.at:133) 37: bye skipped (commands.at:134) 38: cd ok 39: complete ok 40: continue ok 41: dirs ok 42: echo ok 43: echotc skipped (commands.at:348) 44: eval ok 45: exec ok 46: exit ok 47: fg skipped (commands.at:378) 48: filetest ok 49: foreach ok 50: getspath skipped (commands.at:520) 51: getxvers skipped (commands.at:521) 52: glob ok 53: goto ok 54: hashstat skipped (commands.at:560) 55: history ok 56: hup ok 57: if ok 58: inlib skipped (commands.at:773) 59: jobs skipped (commands.at:774) 60: kill ok 61: limit skipped (commands.at:793) 62: log ok 63: login skipped (commands.at:807) 64: logout ok 65: ls-F ok 66: migrate skipped (commands.at:887) 67: newgrp skipped (commands.at:888) 68: nohup ok 69: notify skipped (commands.at:908) 70: onintr ok 71: popd ok 72: printenv ok 73: pushd ok 74: rehash ok 75: repeat ok 76: rootnode skipped (commands.at:1078) 77: sched skipped (commands.at:1079) 78: set ok 79: setenv ok 80: setpath skipped (commands.at:1143) 81: setspath skipped (commands.at:1144) 82: settc skipped (commands.at:1145) 83: setty skipped (commands.at:1146) 84: setxvers skipped (commands.at:1147) 85: shift ok 86: source ok 87: stop skipped (commands.at:1224) 88: suspend skipped (commands.at:1225) 89: switch ok 90: telltc skipped (commands.at:1284) 91: termname skipped (commands.at:1285) 92: time skipped (commands.at:1286) 93: umask ok 94: unalias ok 95: uncomplete ok 96: unhash ok 97: universe skipped (commands.at:1344) 98: unlimit skipped (commands.at:1345) 99: unset ok 100: unsetenv ok 101: ver skipped (commands.at:1377) 102: wait ok 103: warp skipped (commands.at:1388) 104: watchlog skipped (commands.at:1389) 105: where ok 106: which ok 107: while ok 108: Arithmetic operators ok 109: Primary expressions ok 110: Word splitting ok 111: Escaping special characters ok 112: Preventing substitution ok 113: History basics ok 114: Event specification ok 115: Word selection ok 116: History modifiers ok 117: Alias substitution ok 118: Variable substitution ok 119: EUC-JP multibyte test ok 120: UTF-8 multibyte test ok 121: Command substitution ok 122: Filename substitution ok 123: Directory stack substitution ok 124: Command combinations ok 125: Command execution ok 126: $ addsuffix ok 127: $ afsuser ok 128: $ ampm ok 129: $ argv ok 130: $ autocorrect ok 131: $ autoexpand ok 132: $ autolist ok 133: $ autologout skipped (variables.at:55) 134: $ backslash_quote ok 135: $ catalog ok 136: $ cdpath ok 137: $ color ok 138: $ colorcat ok 139: $ command ok 140: $ complete ok 141: $ continue ok 142: $ continue_args ok 143: $ correct ok 144: $ csubstnonl ok 145: $ cwd ok 146: $ dextract ok 147: $ dirsfile ok 148: $ dirstack ok 149: $ dspmbyte skipped (variables.at:254) 150: $ dunique ok 151: $ echo ok 152: $ echo_style ok 153: $ edit ok 154: $ ellipsis ok 155: $ fignore ok 156: $ filec ok 157: $ gid ok 158: $ group ok 159: $ histchars ok 160: $ histdup ok 161: $ histfile ok 162: $ histlit ok 163: $ history ok 164: $ home ok 165: $ ignoreeof ok 166: $ implicitcd ok 167: $ inputmode ok 168: $ killdup ok 169: $ killring ok 170: $ listflags ok 171: $ listjobs ok 172: $ listlinks ok 173: $ listmax ok 174: $ listmaxrows ok 175: $ loginsh ok 176: $ logout ok 177: $ mail ok 178: $ matchbeep ok 179: $ nobeep ok 180: $ noclobber ok 181: $ noding ok 182: $ noglob ok 183: $ nostat ok 184: $ notify ok 185: $ oid skipped (variables.at:688) 186: $ owd ok 187: $ path ok 188: $ printexitvalue ok 189: $ prompt ok 190: $ prompt2 ok 191: $ prompt3 ok 192: $ promptchars ok 193: $ pushdtohome ok 194: $ pushdsilent ok 195: $ recexact ok 196: $ recognize_only_executablers ok 197: $ rmstar ok 198: $ rprompt ok 199: $ savedirs ok 200: $ savehist ok 201: $ sched ok 202: $ shell ok 203: $ shlvl ok 204: $ status ok 205: $ symlinks ok 206: $ tcsh ok 207: $ term ok 208: $ time FAILED (variables.at:958) 209: $ tperiod ok 210: $ tty ok 211: $ uid ok 212: $ user ok 213: $ verbose ok 214: $ version ok 215: $ visiblebell ok 216: $ watch ok 217: $ who ok 218: $ wordchars ok 219: -n ok 220: $< ok ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 168 tests were run, 1 failed unexpectedly. 52 tests were skipped. ## -------------------------- ## ## testsuite.log was created. ## ## -------------------------- ## Please send `./testsuite.log' and all information you think might help: To: Subject: [tcsh 6.18.01] testsuite: 208 failed You may investigate any problem if you feel able to do so, in which case the test suite provides a good starting point. Its output may be found below `./testsuite.dir'. Makefile:759: recipe for target 'check' failed make[2]: *** [check] Error 1 make[2]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' ## ------------------------ ## ## tcsh 6.18.01 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./tests/testsuite ## --------- ## ## Platform. ## ## --------- ## hostname = green76 uname -m = x86_64 uname -r = 4.8.0-26-generic uname -s = Linux uname -v = #28-Ubuntu SMP Tue Oct 18 14:39:52 UTC 2016 /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/local/src/tcsh/t2/tcsh-6.18.01 PATH: /local/home/skelem/bin/x86_64 PATH: /local/home/skelem/bin/ruby PATH: /local/home/skelem/bin/perl PATH: /local/home/skelem/bin/py PATH: /local/home/skelem/bin/sh PATH: /local/home/skelem/cad/linuxcnc/bin PATH: /local/home/skelem/cad/linuxcnc/scripts PATH: /local/home/skelem/cad/linuxcnc/tcl PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/games PATH: /usr/sbin PATH: /sbin PATH: /bin PATH: /usr/bin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2010 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='.' | abs_builddir='/usr/local/src/tcsh/t2/tcsh-6.18.01' | at_srcdir='.' | abs_srcdir='/usr/local/src/tcsh/t2/tcsh-6.18.01' | at_top_srcdir='.' | abs_top_srcdir='/usr/local/src/tcsh/t2/tcsh-6.18.01' | at_top_build_prefix='' | abs_top_builddir='/usr/local/src/tcsh/t2/tcsh-6.18.01' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='.' | | SHELL=${CONFIG_SHELL-'/bin/bash'} ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:3: /usr/local/src/tcsh/t2/tcsh-6.18.01/tcsh --version tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,nd,color,filec ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Wed Nov 2 16:13:40 PDT 2016 1. beepcmd (aliases.at:3): skipped (aliases.at:3) 2. cwdcmd (aliases.at:6): ok (0m0.000s 0m0.000s) 3. jobcmd (aliases.at:19): skipped (aliases.at:19) 4. helpcommand (aliases.at:20): skipped (aliases.at:20) 5. periodic (aliases.at:21): skipped (aliases.at:21) 6. precmd (aliases.at:22): skipped (aliases.at:22) 7. postcmd (aliases.at:25): ok (0m0.000s 0m0.000s) 8. shell (aliases.at:42): ok (0m0.000s 0m0.000s) 9. -b (arguments.at:3): ok (0m0.000s 0m0.000s) 10. -c (arguments.at:14): ok (0m0.000s 0m0.000s) 11. -d (arguments.at:34): skipped (arguments.at:34) 12. -e (arguments.at:37): ok (0m0.000s 0m0.000s) 13. -f (arguments.at:46): skipped (arguments.at:46) 14. -i (arguments.at:49): ok (0m0.000s 0m0.000s) 15. -l (arguments.at:61): skipped (arguments.at:61) 16. -m (arguments.at:65): skipped (arguments.at:65) 17. -q (arguments.at:71): skipped (arguments.at:71) 18. -s (arguments.at:80): ok (0m0.000s 0m0.000s) 19. -t (arguments.at:88): ok (0m0.000s 0m0.000s) 20. -v (arguments.at:100): ok (0m0.000s 0m0.000s) 21. -x (arguments.at:112): ok (0m0.000s 0m0.000s) 22. -V (arguments.at:126): skipped (arguments.at:126) 23. -X (arguments.at:127): skipped (arguments.at:127) 24. --help (arguments.at:130): skipped (arguments.at:130) 25. --version (arguments.at:131): skipped (arguments.at:131) 26. invalid option (arguments.at:134): ok (0m0.000s 0m0.000s) 27. non-option arguments (arguments.at:145): ok (0m0.000s 0m0.000s) 28. % (commands.at:3): skipped (commands.at:3) 29. : (commands.at:6): ok (0m0.000s 0m0.000s) 30. @ (commands.at:13): ok (0m0.000s 0m0.000s) 31. alias (commands.at:45): ok (0m0.000s 0m0.000s) 32. alloc (commands.at:80): skipped (commands.at:80) 33. bg (commands.at:81): skipped (commands.at:81) 34. bindkey (commands.at:82): skipped (commands.at:82) 35. break (commands.at:86): ok (0m0.000s 0m0.000s) 36. builtins (commands.at:133): skipped (commands.at:133) 37. bye (commands.at:134): skipped (commands.at:134) 38. cd (commands.at:137): ok (0m0.008s 0m0.000s) 39. complete (commands.at:206): ok (0m0.000s 0m0.000s) 40. continue (commands.at:223): ok (0m0.000s 0m0.000s) 41. dirs (commands.at:269): ok (0m0.004s 0m0.000s) 42. echo (commands.at:338): ok (0m0.000s 0m0.000s) 43. echotc (commands.at:348): skipped (commands.at:348) 44. eval (commands.at:351): ok (0m0.000s 0m0.000s) 45. exec (commands.at:360): ok (0m0.000s 0m0.000s) 46. exit (commands.at:369): ok (0m0.000s 0m0.000s) 47. fg (commands.at:378): skipped (commands.at:378) 48. filetest (commands.at:381): ok (0m0.000s 0m0.000s) 49. foreach (commands.at:504): ok (0m0.000s 0m0.000s) 50. getspath (commands.at:520): skipped (commands.at:520) 51. getxvers (commands.at:521): skipped (commands.at:521) 52. glob (commands.at:524): ok (0m0.000s 0m0.000s) 53. goto (commands.at:535): ok (0m0.000s 0m0.000s) 54. hashstat (commands.at:560): skipped (commands.at:560) 55. history (commands.at:563): ok (0m0.000s 0m0.000s) 56. hup (commands.at:693): ok (0m0.000s 0m0.000s) 57. if (commands.at:714): ok (0m0.000s 0m0.000s) 58. inlib (commands.at:773): skipped (commands.at:773) 59. jobs (commands.at:774): skipped (commands.at:774) 60. kill (commands.at:777): ok (0m0.000s 0m0.000s) 61. limit (commands.at:793): skipped (commands.at:793) 62. log (commands.at:796): ok (0m0.000s 0m0.000s) 63. login (commands.at:807): skipped (commands.at:807) 64. logout (commands.at:810): ok (0m0.000s 0m0.000s) 65. ls-F (commands.at:819): ok (0m0.000s 0m0.000s) 66. migrate (commands.at:887): skipped (commands.at:887) 67. newgrp (commands.at:888): skipped (commands.at:888) 68. nohup (commands.at:891): ok (0m0.000s 0m0.000s) 69. notify (commands.at:908): skipped (commands.at:908) 70. onintr (commands.at:911): ok (0m0.000s 0m0.000s) 71. popd (commands.at:933): ok (0m0.004s 0m0.000s) 72. printenv (commands.at:978): ok (0m0.000s 0m0.000s) 73. pushd (commands.at:991): ok (0m0.004s 0m0.000s) 74. rehash (commands.at:1058): ok (0m0.004s 0m0.000s) 75. repeat (commands.at:1065): ok (0m0.000s 0m0.000s) 76. rootnode (commands.at:1078): skipped (commands.at:1078) 77. sched (commands.at:1079): skipped (commands.at:1079) 78. set (commands.at:1082): ok (0m0.000s 0m0.000s) 79. setenv (commands.at:1122): ok (0m0.000s 0m0.000s) 80. setpath (commands.at:1143): skipped (commands.at:1143) 81. setspath (commands.at:1144): skipped (commands.at:1144) 82. settc (commands.at:1145): skipped (commands.at:1145) 83. setty (commands.at:1146): skipped (commands.at:1146) 84. setxvers (commands.at:1147): skipped (commands.at:1147) 85. shift (commands.at:1150): ok (0m0.000s 0m0.000s) 86. source (commands.at:1190): ok (0m0.000s 0m0.000s) 87. stop (commands.at:1224): skipped (commands.at:1224) 88. suspend (commands.at:1225): skipped (commands.at:1225) 89. switch (commands.at:1228): ok (0m0.000s 0m0.000s) 90. telltc (commands.at:1284): skipped (commands.at:1284) 91. termname (commands.at:1285): skipped (commands.at:1285) 92. time (commands.at:1286): skipped (commands.at:1286) 93. umask (commands.at:1289): ok (0m0.000s 0m0.000s) 94. unalias (commands.at:1311): ok (0m0.000s 0m0.000s) 95. uncomplete (commands.at:1324): ok (0m0.000s 0m0.000s) 96. unhash (commands.at:1337): ok (0m0.000s 0m0.000s) 97. universe (commands.at:1344): skipped (commands.at:1344) 98. unlimit (commands.at:1345): skipped (commands.at:1345) 99. unset (commands.at:1348): ok (0m0.000s 0m0.000s) 100. unsetenv (commands.at:1363): ok (0m0.000s 0m0.000s) 101. ver (commands.at:1377): skipped (commands.at:1377) 102. wait (commands.at:1380): ok (0m0.000s 0m0.000s) 103. warp (commands.at:1388): skipped (commands.at:1388) 104. watchlog (commands.at:1389): skipped (commands.at:1389) 105. where (commands.at:1392): ok (0m0.000s 0m0.000s) 106. which (commands.at:1411): ok (0m0.000s 0m0.000s) 107. while (commands.at:1436): ok (0m0.000s 0m0.000s) 108. Arithmetic operators (expr.at:3): ok (0m0.000s 0m0.000s) 109. Primary expressions (expr.at:76): ok (0m0.000s 0m0.000s) 110. Word splitting (lexical.at:3): ok (0m0.000s 0m0.000s) 111. Escaping special characters (lexical.at:30): ok (0m0.000s 0m0.000s) 112. Preventing substitution (lexical.at:61): ok (0m0.000s 0m0.000s) 113. History basics (lexical.at:132): ok (0m0.000s 0m0.000s) 114. Event specification (lexical.at:182): ok (0m0.004s 0m0.000s) 115. Word selection (lexical.at:324): ok (0m0.000s 0m0.000s) 116. History modifiers (lexical.at:373): ok (0m0.000s 0m0.000s) 117. Alias substitution (lexical.at:448): ok (0m0.000s 0m0.000s) 118. Variable substitution (lexical.at:476): ok (0m0.000s 0m0.000s) 119. EUC-JP multibyte test (mb-eucjp.at:3): ok (0m0.016s 0m0.000s) 120. UTF-8 multibyte test (mb-utf8.at:3): ok (0m0.016s 0m0.000s) 121. Command substitution (subst.at:3): ok (0m0.000s 0m0.000s) 122. Filename substitution (subst.at:29): ok (0m0.000s 0m0.000s) 123. Directory stack substitution (subst.at:60): ok (0m0.000s 0m0.000s) 124. Command combinations (syntax.at:3): ok (0m0.000s 0m0.000s) 125. Command execution (syntax.at:37): ok (0m0.004s 0m0.000s) 126. $ addsuffix (variables.at:28): ok (0m0.000s 0m0.000s) 127. $ afsuser (variables.at:38): ok (0m0.000s 0m0.000s) 128. $ ampm (variables.at:39): ok (0m0.000s 0m0.000s) 129. $ argv (variables.at:42): ok (0m0.000s 0m0.000s) 130. $ autocorrect (variables.at:52): ok (0m0.000s 0m0.000s) 131. $ autoexpand (variables.at:53): ok (0m0.000s 0m0.000s) 132. $ autolist (variables.at:54): ok (0m0.000s 0m0.000s) 133. $ autologout (variables.at:55): skipped (variables.at:55) 134. $ backslash_quote (variables.at:58): ok (0m0.000s 0m0.000s) 135. $ catalog (variables.at:96): ok (0m0.000s 0m0.000s) 136. $ cdpath (variables.at:99): ok (0m0.000s 0m0.000s) 137. $ color (variables.at:118): ok (0m0.000s 0m0.000s) 138. $ colorcat (variables.at:119): ok (0m0.000s 0m0.000s) 139. $ command (variables.at:122): ok (0m0.000s 0m0.000s) 140. $ complete (variables.at:138): ok (0m0.000s 0m0.000s) 141. $ continue (variables.at:139): ok (0m0.000s 0m0.000s) 142. $ continue_args (variables.at:140): ok (0m0.000s 0m0.000s) 143. $ correct (variables.at:141): ok (0m0.000s 0m0.000s) 144. $ csubstnonl (variables.at:144): ok (0m0.000s 0m0.000s) 145. $ cwd (variables.at:192): ok (0m0.000s 0m0.000s) 146. $ dextract (variables.at:225): ok (0m0.000s 0m0.000s) 147. $ dirsfile (variables.at:226): ok (0m0.000s 0m0.000s) 148. $ dirstack (variables.at:229): ok (0m0.000s 0m0.000s) 149. $ dspmbyte (variables.at:254): skipped (variables.at:254) 150. $ dunique (variables.at:255): ok (0m0.000s 0m0.000s) 151. $ echo (variables.at:258): ok (0m0.000s 0m0.000s) 152. $ echo_style (variables.at:290): ok (0m0.000s 0m0.000s) 153. $ edit (variables.at:320): ok (0m0.000s 0m0.000s) 154. $ ellipsis (variables.at:329): ok (0m0.000s 0m0.000s) 155. $ fignore (variables.at:357): ok (0m0.000s 0m0.000s) 156. $ filec (variables.at:358): ok (0m0.000s 0m0.000s) 157. $ gid (variables.at:361): ok (0m0.000s 0m0.000s) 158. $ group (variables.at:370): ok (0m0.000s 0m0.000s) 159. $ histchars (variables.at:388): ok (0m0.000s 0m0.000s) 160. $ histdup (variables.at:411): ok (0m0.000s 0m0.000s) 161. $ histfile (variables.at:465): ok (0m0.000s 0m0.000s) 162. $ histlit (variables.at:468): ok (0m0.000s 0m0.000s) 163. $ history (variables.at:534): ok (0m0.000s 0m0.000s) 164. $ home (variables.at:553): ok (0m0.000s 0m0.000s) 165. $ ignoreeof (variables.at:577): ok (0m0.000s 0m0.000s) 166. $ implicitcd (variables.at:580): ok (0m0.004s 0m0.000s) 167. $ inputmode (variables.at:618): ok (0m0.000s 0m0.000s) 168. $ killdup (variables.at:619): ok (0m0.000s 0m0.000s) 169. $ killring (variables.at:622): ok (0m0.000s 0m0.000s) 170. $ listflags (variables.at:632): ok (0m0.000s 0m0.000s) 171. $ listjobs (variables.at:652): ok (0m0.000s 0m0.000s) 172. $ listlinks (variables.at:653): ok (0m0.000s 0m0.000s) 173. $ listmax (variables.at:654): ok (0m0.000s 0m0.000s) 174. $ listmaxrows (variables.at:655): ok (0m0.000s 0m0.000s) 175. $ loginsh (variables.at:656): ok (0m0.000s 0m0.000s) 176. $ logout (variables.at:657): ok (0m0.000s 0m0.000s) 177. $ mail (variables.at:660): ok (0m0.000s 0m0.000s) 178. $ matchbeep (variables.at:679): ok (0m0.000s 0m0.000s) 179. $ nobeep (variables.at:680): ok (0m0.000s 0m0.000s) 180. $ noclobber (variables.at:681): ok (0m0.000s 0m0.000s) 181. $ noding (variables.at:682): ok (0m0.000s 0m0.000s) 182. $ noglob (variables.at:685): ok (0m0.000s 0m0.000s) 183. $ nostat (variables.at:686): ok (0m0.000s 0m0.000s) 184. $ notify (variables.at:687): ok (0m0.000s 0m0.000s) 185. $ oid (variables.at:688): skipped (variables.at:688) 186. $ owd (variables.at:691): ok (0m0.000s 0m0.000s) 187. $ path (variables.at:714): ok (0m0.000s 0m0.000s) 188. $ printexitvalue (variables.at:745): ok (0m0.000s 0m0.000s) 189. $ prompt (variables.at:763): ok (0m0.000s 0m0.000s) 190. $ prompt2 (variables.at:782): ok (0m0.000s 0m0.000s) 191. $ prompt3 (variables.at:791): ok (0m0.000s 0m0.000s) 192. $ promptchars (variables.at:799): ok (0m0.000s 0m0.000s) 193. $ pushdtohome (variables.at:813): ok (0m0.000s 0m0.000s) 194. $ pushdsilent (variables.at:814): ok (0m0.000s 0m0.000s) 195. $ recexact (variables.at:815): ok (0m0.000s 0m0.000s) 196. $ recognize_only_executablers (variables.at:816): ok (0m0.000s 0m0.000s) 197. $ rmstar (variables.at:817): ok (0m0.000s 0m0.000s) 198. $ rprompt (variables.at:820): ok (0m0.004s 0m0.000s) 199. $ savedirs (variables.at:839): ok (0m0.000s 0m0.000s) 200. $ savehist (variables.at:840): ok (0m0.000s 0m0.000s) 201. $ sched (variables.at:841): ok (0m0.000s 0m0.000s) 202. $ shell (variables.at:844): ok (0m0.000s 0m0.000s) 203. $ shlvl (variables.at:857): ok (0m0.000s 0m0.000s) 204. $ status (variables.at:877): ok (0m0.000s 0m0.000s) 205. $ symlinks (variables.at:896): ok (0m0.004s 0m0.000s) 206. $ tcsh (variables.at:927): ok (0m0.000s 0m0.000s) 207. $ term (variables.at:936): ok (0m0.000s 0m0.000s) 209. $ tperiod (variables.at:959): ok (0m0.000s 0m0.000s) 210. $ tty (variables.at:962): ok (0m0.000s 0m0.000s) 211. $ uid (variables.at:971): ok (0m0.000s 0m0.000s) 212. $ user (variables.at:980): ok (0m0.000s 0m0.000s) 213. $ verbose (variables.at:1009): ok (0m0.000s 0m0.000s) 214. $ version (variables.at:1035): ok (0m0.000s 0m0.000s) 215. $ visiblebell (variables.at:1044): ok (0m0.000s 0m0.000s) 216. $ watch (variables.at:1045): ok (0m0.000s 0m0.000s) 217. $ who (variables.at:1046): ok (0m0.000s 0m0.000s) 218. $ wordchars (variables.at:1047): ok (0m0.000s 0m0.000s) 219. -n (noexec.at:3): ok (0m0.000s 0m0.000s) 220. $< (sh.dol.at:3): ok (0m0.000s 0m0.000s) testsuite: ending at: Wed Nov 2 16:13:45 PDT 2016 testsuite: test suite duration: 0h 0m 5s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 168 tests were run, 1 failed unexpectedly. 52 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: tcsh 6.18.01 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 208: variables.at:958 $ time Skipped tests: tcsh 6.18.01 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 1: aliases.at:3 beepcmd 3: aliases.at:19 jobcmd 4: aliases.at:20 helpcommand 5: aliases.at:21 periodic 6: aliases.at:22 precmd 11: arguments.at:34 -d 13: arguments.at:46 -f 15: arguments.at:61 -l 16: arguments.at:65 -m 17: arguments.at:71 -q 22: arguments.at:126 -V 23: arguments.at:127 -X 24: arguments.at:130 --help 25: arguments.at:131 --version 28: commands.at:3 % 32: commands.at:80 alloc 33: commands.at:81 bg 34: commands.at:82 bindkey 36: commands.at:133 builtins 37: commands.at:134 bye 43: commands.at:348 echotc 47: commands.at:378 fg 50: commands.at:520 getspath 51: commands.at:521 getxvers 54: commands.at:560 hashstat 58: commands.at:773 inlib 59: commands.at:774 jobs 61: commands.at:793 limit 63: commands.at:807 login 66: commands.at:887 migrate 67: commands.at:888 newgrp 69: commands.at:908 notify 76: commands.at:1078 rootnode 77: commands.at:1079 sched 80: commands.at:1143 setpath 81: commands.at:1144 setspath 82: commands.at:1145 settc 83: commands.at:1146 setty 84: commands.at:1147 setxvers 87: commands.at:1224 stop 88: commands.at:1225 suspend 90: commands.at:1284 telltc 91: commands.at:1285 termname 92: commands.at:1286 time 97: commands.at:1344 universe 98: commands.at:1345 unlimit 101: commands.at:1377 ver 103: commands.at:1388 warp 104: commands.at:1389 watchlog 133: variables.at:55 $ autologout 149: variables.at:254 $ dspmbyte 185: variables.at:688 $ oid ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 208. variables.at:958: testing $ time ... ./variables.at:958: tcsh -f -c 'echo $?time' --- - 2016-11-02 16:13:45.171168647 -0700 +++ /usr/local/src/tcsh/t2/tcsh-6.18.01/testsuite.dir/at-groups/208/stdout 2016-11-02 16:13:45.164571490 -0700 @@ -1,2 +1,2 @@ -0 +1 208. variables.at:958: 208. $ time (variables.at:958): FAILED (variables.at:958) ## ---------- ## ## 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.18.01, which was | generated by GNU Autoconf 2.68. Invocation command line was | | $ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=${prefix}/lib/tcsh --disable-maintainer-mode --disable-dependency-tracking | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = green76 | uname -m = x86_64 | uname -r = 4.8.0-26-generic | uname -s = Linux | uname -v = #28-Ubuntu SMP Tue Oct 18 14:39:52 UTC 2016 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch = x86_64 | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /local/home/skelem/bin/x86_64 | PATH: /local/home/skelem/bin/ruby | PATH: /local/home/skelem/bin/perl | PATH: /local/home/skelem/bin/py | PATH: /local/home/skelem/bin/sh | PATH: /local/home/skelem/cad/linuxcnc/bin | PATH: /local/home/skelem/cad/linuxcnc/scripts | PATH: /local/home/skelem/cad/linuxcnc/tcl | PATH: /opt/schily/bin | PATH: /opt/schily/sbin | PATH: /tmp/bin | PATH: /opt/java/jdk/latest/bin | PATH: /opt/java/jreversepro/latest/bin | PATH: /opt/sablecc/latest/bin | PATH: /usr/local/bin | PATH: /usr/local/sbin | PATH: /usr/games | PATH: /usr/sbin | PATH: /sbin | PATH: /bin | PATH: /usr/bin | PATH: /opt/android-studio/bin | PATH: /opt/android/latest/tools | PATH: /opt/eagle/latest/bin | PATH: /usr/X11R6/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2551: checking for a BSD-compatible install | configure:2619: result: /usr/bin/install -c | configure:2634: checking build system type | configure:2648: result: x86_64-pc-linux-gnu | configure:2668: checking host system type | configure:2681: result: x86_64-pc-linux-gnu | configure:2702: checking cached host tuple | configure:2710: result: ok | configure:3004: checking for gcc | configure:3020: found /usr/bin/gcc | configure:3031: result: gcc | configure:3260: checking for C compiler version | configure:3269: gcc --version >&5 | gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005 | Copyright (C) 2016 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:3280: $? = 0 | configure:3269: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper | Target: x86_64-linux-gnu | Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.2.0-5ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | Thread model: posix | gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) | configure:3280: $? = 0 | configure:3269: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3280: $? = 1 | configure:3269: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? | gcc: fatal error: no input files | compilation terminated. | configure:3280: $? = 1 | configure:3300: checking whether the C compiler works | configure:3322: gcc -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5 | configure:3326: $? = 0 | configure:3374: result: yes | configure:3377: checking for C compiler default output file name | configure:3379: result: a.out | configure:3385: checking for suffix of executables | configure:3392: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5 | configure:3396: $? = 0 | configure:3418: result: | configure:3440: checking whether we are cross compiling | configure:3448: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5 | configure:3452: $? = 0 | configure:3459: ./conftest | configure:3463: $? = 0 | configure:3478: result: no | configure:3483: checking for suffix of object files | configure:3505: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:3509: $? = 0 | configure:3530: result: o | configure:3534: checking whether we are using the GNU C compiler | configure:3553: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:3553: $? = 0 | configure:3562: result: yes | configure:3571: checking whether gcc accepts -g | configure:3591: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:3591: $? = 0 | configure:3632: result: yes | configure:3649: checking for gcc option to accept ISO C89 | configure:3713: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:3713: $? = 0 | configure:3726: result: none needed | configure:3751: checking how to run the C preprocessor | configure:3782: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:3782: $? = 0 | configure:3796: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:3796: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | | #define PACKAGE_URL "" | | /* end confdefs.h. */ | | #include | configure:3821: result: gcc -E | configure:3841: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:3841: $? = 0 | configure:3855: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:3855: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #define PACKAGE_BUGREPORT "http://bugs.gw.com/" | | #define PACKAGE_URL "" | | /* end confdefs.h. */ | | #include | configure:3885: checking for grep that handles long lines and -e | configure:3943: result: /bin/grep | configure:3948: checking for egrep | configure:4010: result: /bin/grep -E | configure:4016: checking whether gcc needs -traditional | configure:4050: result: no | configure:4060: checking for gencat | configure:4078: found /usr/bin/gencat | configure:4090: result: /usr/bin/gencat | configure:4111: checking for library containing crypt | configure:4142: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c >&5 | /tmp/ccyiJChj.o: In function `main': | /usr/local/src/tcsh/t2/tcsh-6.18.01/conftest.c:20: undefined reference to `crypt' | collect2: error: ld returned 1 exit status | configure:4142: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:4142: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -lcrypt >&5 | configure:4142: $? = 0 | configure:4159: result: -lcrypt | configure:4167: checking for library containing getspnam | configure:4198: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -lcrypt >&5 | configure:4198: $? = 0 | configure:4215: result: none required | configure:4223: checking for library containing tgetent | configure:4254: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -lcrypt >&5 | /tmp/cct2yLNs.o: In function `main': | /usr/local/src/tcsh/t2/tcsh-6.18.01/conftest.c:20: undefined reference to `tgetent' | collect2: error: ld returned 1 exit status | configure:4254: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:4254: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermlib -lcrypt >&5 | /usr/bin/ld: cannot find -ltermlib | collect2: error: ld returned 1 exit status | configure:4254: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:4254: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:4254: $? = 0 | configure:4271: result: -ltermcap | configure:4279: checking for library containing gethostbyname | configure:4310: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:4310: $? = 0 | configure:4327: result: none required | configure:4335: checking for library containing connect | configure:4366: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:4366: $? = 0 | configure:4383: result: none required | configure:4391: checking for library containing catgets | configure:4422: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:4422: $? = 0 | configure:4439: result: none required | configure:4487: checking for ld used by GCC | configure:4551: result: /usr/bin/ld | configure:4558: checking if the linker (/usr/bin/ld) is GNU ld | configure:4571: result: yes | configure:4578: checking for shared library run path origin | configure:4591: result: done | configure:5169: checking for iconv | configure:5191: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:5191: $? = 0 | configure:5223: result: yes | configure:5226: checking for working iconv | configure:5321: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:5321: $? = 0 | configure:5321: ./conftest | configure:5321: $? = 0 | configure:5333: result: yes | configure:5361: checking for iconv declaration | configure:5390: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5390: $? = 0 | configure:5401: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:5412: checking for ANSI C header files | configure:5432: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5432: $? = 0 | configure:5505: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:5505: $? = 0 | configure:5505: ./conftest | configure:5505: $? = 0 | configure:5516: result: yes | configure:5529: checking for sys/types.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for sys/stat.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for stdlib.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for string.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for memory.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for strings.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for inttypes.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for stdint.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5529: checking for unistd.h | configure:5529: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5529: $? = 0 | configure:5529: result: yes | configure:5544: checking auth.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c:54:18: fatal error: auth.h: No such file or directory | #include | ^ | compilation terminated. | configure:5544: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:5544: result: no | configure:5544: checking auth.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | conftest.c:21:18: fatal error: auth.h: No such file or directory | #include | ^ | compilation terminated. | configure:5544: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:5544: result: no | configure:5544: checking for auth.h | configure:5544: result: no | configure:5544: checking crypt.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking crypt.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking for crypt.h | configure:5544: result: yes | configure:5544: checking features.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking features.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking for features.h | configure:5544: result: yes | configure:5544: checking for inttypes.h | configure:5544: result: yes | configure:5544: checking paths.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking paths.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking for paths.h | configure:5544: result: yes | configure:5544: checking shadow.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking shadow.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking for shadow.h | configure:5544: result: yes | configure:5544: checking for stdint.h | configure:5544: result: yes | configure:5544: checking utmp.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking utmp.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking for utmp.h | configure:5544: result: yes | configure:5544: checking utmpx.h usability | configure:5544: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking utmpx.h presence | configure:5544: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5544: $? = 0 | configure:5544: result: yes | configure:5544: checking for utmpx.h | configure:5544: result: yes | configure:5556: checking wchar.h usability | configure:5556: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5556: $? = 0 | configure:5556: result: yes | configure:5556: checking wchar.h presence | configure:5556: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5556: $? = 0 | configure:5556: result: yes | configure:5556: checking for wchar.h | configure:5556: result: yes | configure:5565: checking size of wchar_t | configure:5570: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:5570: $? = 0 | configure:5570: ./conftest | configure:5570: $? = 0 | configure:5586: result: 4 | configure:5598: checking wctype.h usability | configure:5598: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5598: $? = 0 | configure:5598: result: yes | configure:5598: checking wctype.h presence | configure:5598: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c | configure:5598: $? = 0 | configure:5598: result: yes | configure:5598: checking for wctype.h | configure:5598: result: yes | configure:5615: checking for dirent.h that defines DIR | configure:5634: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5634: $? = 0 | configure:5642: result: yes | configure:5655: checking for library containing opendir | configure:5686: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:5686: $? = 0 | configure:5703: result: none required | configure:5770: checking whether stat file-mode macros are broken | configure:5797: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5797: $? = 0 | configure:5804: result: no | configure:5812: checking for ANSI C header files | configure:5916: result: yes | configure:5925: checking for long long | configure:5925: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:5925: $? = 0 | configure:5925: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:70:24: error: expected expression before ')' token | if (sizeof ((long long))) | ^ | configure:5925: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:5925: result: yes | configure:5935: checking for uid_t in sys/types.h | configure:5954: result: yes | configure:5965: checking type of array argument to getgroups | configure:5999: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:5999: $? = 0 | configure:5999: ./conftest | configure:5999: $? = 0 | configure:6024: result: gid_t | configure:6032: checking for mode_t | configure:6032: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6032: $? = 0 | configure:6032: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:72:21: error: expected expression before ')' token | if (sizeof ((mode_t))) | ^ | configure:6032: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6032: result: yes | configure:6043: checking for size_t | configure:6043: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6043: $? = 0 | configure:6043: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:72:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:6043: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6043: result: yes | configure:6054: checking for uid_t in sys/types.h | configure:6073: result: yes | configure:6084: checking for uint32_t | configure:6084: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6084: $? = 0 | configure:6084: result: yes | configure:6101: checking for ssize_t | configure:6101: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6101: $? = 0 | configure:6101: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:43:22: error: expected expression before ')' token | if (sizeof ((ssize_t))) | ^ | configure:6101: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6101: result: yes | configure:6117: checking for socklen_t | configure:6117: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6117: $? = 0 | configure:6117: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:44:24: error: expected expression before ')' token | if (sizeof ((socklen_t))) | ^ | configure:6117: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6117: result: yes | configure:6133: checking for struct dirent.d_ino | configure:6133: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6133: $? = 0 | configure:6133: result: yes | configure:6153: checking for struct utmp.ut_host | configure:6153: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6153: $? = 0 | configure:6153: result: yes | configure:6169: checking for struct utmp.ut_user | configure:6169: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6169: $? = 0 | configure:6169: result: yes | configure:6185: checking for struct utmp.ut_tv | configure:6185: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:51:5: error: used struct type value where scalar is required | if (ac_aggr.ut_tv) | ^~~~~~~ | configure:6185: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6185: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6185: $? = 0 | configure:6185: result: yes | configure:6201: checking for struct utmp.ut_xtime | configure:6201: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:52:12: error: 'struct utmpx' has no member named 'ut_xtime'; did you mean 'ut_type'? | if (ac_aggr.ut_xtime) | ^ | configure:6201: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6201: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:52:19: error: 'struct utmpx' has no member named 'ut_xtime'; did you mean 'ut_type'? | if (sizeof ac_aggr.ut_xtime) | ^ | configure:6201: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6201: result: no | configure:6217: checking for struct utmpx.ut_host | configure:6217: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6217: $? = 0 | configure:6217: result: yes | configure:6233: checking for struct utmpx.ut_user | configure:6233: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6233: $? = 0 | configure:6233: result: yes | configure:6249: checking for struct utmpx.ut_tv | configure:6249: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:54:5: error: used struct type value where scalar is required | if (ac_aggr.ut_tv) | ^~~~~~~ | configure:6249: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6249: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6249: $? = 0 | configure:6249: result: yes | configure:6265: checking for struct utmpx.ut_xtime | configure:6265: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:55:12: error: 'struct utmpx' has no member named 'ut_xtime'; did you mean 'ut_type'? | if (ac_aggr.ut_xtime) | ^ | configure:6265: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6265: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:55:19: error: 'struct utmpx' has no member named 'ut_xtime'; did you mean 'ut_type'? | if (sizeof ac_aggr.ut_xtime) | ^ | configure:6265: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6265: result: no | configure:6282: checking for struct sockaddr_storage.ss_family | configure:6282: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6282: $? = 0 | configure:6282: result: yes | configure:6295: checking for an ANSI C-conforming const | configure:6360: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6360: $? = 0 | configure:6367: result: yes | configure:6375: checking for working volatile | configure:6394: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | configure:6394: $? = 0 | configure:6401: result: yes | configure:6410: checking whether crypt is declared | configure:6410: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | In file included from /usr/include/stdio.h:27:0, | from conftest.c:45: | /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ | configure:6410: $? = 0 | configure:6410: result: yes | configure:6426: checking whether environ is declared | configure:6426: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | In file included from /usr/include/stdio.h:27:0, | from conftest.c:46: | /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ | configure:6426: $? = 0 | configure:6426: result: yes | configure:6442: checking whether gethostname is declared | configure:6442: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | In file included from /usr/include/stdio.h:27:0, | from conftest.c:47: | /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ | configure:6442: $? = 0 | configure:6442: result: yes | configure:6458: checking whether getpgrp is declared | configure:6458: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | In file included from /usr/include/stdio.h:27:0, | from conftest.c:48: | /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ | configure:6458: $? = 0 | configure:6458: result: yes | configure:6475: checking for setlocale | configure:6475: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6475: $? = 0 | configure:6475: result: yes | configure:6482: checking for catgets | configure:6482: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6482: $? = 0 | configure:6482: result: yes | configure:6492: checking for dup2 | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for getauthid | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | /tmp/cc73MKeD.o: In function `main': | /usr/local/src/tcsh/t2/tcsh-6.18.01/conftest.c:83: undefined reference to `getauthid' | collect2: error: ld returned 1 exit status | configure:6492: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6492: result: no | configure:6492: checking for getcwd | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for gethostname | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for getpwent | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for getutent | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for getutxent | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for mallinfo | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for memmove | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | conftest.c:78:6: warning: conflicting types for built-in function 'memmove' | char memmove (); | ^~~~~~~ | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for memset | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | conftest.c:79:6: warning: conflicting types for built-in function 'memset' | char memset (); | ^~~~~~ | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for mkstemp | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for nice | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for nl_langinfo | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for sbrk | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for setpgid | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for setpriority | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for strerror | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for strstr | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | conftest.c:87:6: warning: conflicting types for built-in function 'strstr' | char strstr (); | ^~~~~~ | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for sysconf | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6492: checking for wcwidth | configure:6492: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6492: $? = 0 | configure:6492: result: yes | configure:6501: checking whether getpgrp requires zero arguments | configure:6518: gcc -c -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:103:1: error: too many arguments to function 'getpgrp' | getpgrp (0); | ^~~~~~~ | In file included from conftest.c:98:0: | /usr/include/unistd.h:637:16: note: declared here | extern __pid_t getpgrp (void) __THROW; | ^~~~~~~ | configure:6518: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "tcsh" | | #define PACKAGE_TARNAME "tcsh" | | #define PACKAGE_VERSION "6.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6526: result: yes | configure:6535: checking whether mbrtowc and mbstate_t are properly declared | configure:6555: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6555: $? = 0 | configure:6563: result: yes | configure:6572: checking whether setpgrp takes no argument | configure:6594: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | conftest.c: In function 'main': | conftest.c:108:10: error: too many arguments to function 'setpgrp' | return setpgrp (1,1) != -1; | ^~~~~~~ | In file included from conftest.c:100:0: | /usr/include/unistd.h:663:12: note: declared here | extern int setpgrp (void) __THROW; | ^~~~~~~ | configure:6594: $? = 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.18.01" | | #define PACKAGE_STRING "tcsh 6.18.01" | | #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:6604: result: yes | configure:6615: checking for working strcoll | configure:6636: gcc -o conftest -g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -ltermcap -lcrypt >&5 | configure:6636: $? = 0 | configure:6636: ./conftest | configure:6636: $? = 0 | configure:6646: result: yes | configure:6871: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by tcsh config.status 6.18.01, which was | generated by GNU Autoconf 2.68. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on green76 | | config.status:895: creating Makefile | config.status:895: creating nls/Makefile | config.status:895: creating config.h | config.status:1084: executing ./atconfig commands | configure:8084: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-pc-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= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64' | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2' | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_LDFLAGS_set=set | ac_cv_env_LDFLAGS_value='-Wl,-Bsymbolic-functions -Wl,-z,relro' | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_build_alias_set=set | ac_cv_env_build_alias_value=x86_64-linux-gnu | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | 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-pc-linux-gnu | ac_cv_host_system_type=x86_64-pc-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='/bin/grep -E' | ac_cv_path_GENCAT=/usr/bin/gencat | ac_cv_path_GREP=/bin/grep | ac_cv_path_install='/usr/bin/install -c' | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_ac_ct_CC=gcc | 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=-ltermcap | 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='gcc' | CC_FOR_GETHOST='$(CC)' | CFLAGS='-g -O2 -fdebug-prefix-map=/var/local/src/tcsh/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64' | CPP='gcc -E' | CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' | DEFS='-DHAVE_CONFIG_H' | DFLAGS='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EXEEXT='' | GENCAT='/usr/bin/gencat' | GREP='/bin/grep' | HESDEF='' | HESLIB='' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' | LIBICONV='' | LIBOBJS='' | LIBS='-ltermcap -lcrypt ' | LTLIBICONV='' | LTLIBOBJS='' | OBJEXT='o' | PACKAGE_BUGREPORT='http://bugs.gw.com/' | PACKAGE_NAME='tcsh' | PACKAGE_STRING='tcsh 6.18.01' | PACKAGE_TARNAME='tcsh' | PACKAGE_URL='' | PACKAGE_VERSION='6.18.01' | PATH_SEPARATOR=':' | SHELL='/bin/bash' | ac_ct_CC='gcc' | bindir='${exec_prefix}/bin' | build='x86_64-pc-linux-gnu' | build_alias='x86_64-linux-gnu' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-pc-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${prefix}/share/info' | libdir='${exec_prefix}/lib' | libexecdir='${prefix}/lib/tcsh' | localedir='${datarootdir}/locale' | localstatedir='/var' | mandir='${prefix}/share/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.18.01" | #define PACKAGE_STRING "tcsh 6.18.01" | #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 debian/rules:35: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory '/var/local/src/tcsh/t2/tcsh-6.18.01' debian/rules:12: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2