The build took 00h 00m 49s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
12,129 |
ansic |
2,739 |
sh |
309 |
makefile |
13 |
awk |
15,190 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: uudeview 0.5.20-12 (Wed Aug 24 13:21:58 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'autoheader: WARNING: is deprecated and discouraged.autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' andautoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template withoutautoheader: WARNING: `acconfig.h':autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,autoheader: [Define if a function `main' is needed.])autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see theautoheader: WARNING: documentation.autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'autoheader: WARNING: is deprecated and discouraged.autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' andautoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template withoutautoheader: WARNING: `acconfig.h':autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,autoheader: [Define if a function `main' is needed.])autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see theautoheader: WARNING: documentation.checking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking how to run the C preprocessor... gcc -Echecking if the compiler supports function prototypes... yeschecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibchecking whether ln -s works... yeschecking for tclConfig.sh... not foundconfigure: WARNING: Tcl parts disabledconfigure: WARNING: use --enable-tcl to locate tclConfig.shchecking for sin... nochecking for connect... yeschecking for gethostbyname... yeschecking for sendmail... nochecking for mailx... /usr/sbin/mailxchecking for inews... nochecking for news server... not foundchecking for hostname... /usr/sbin/hostnamechecking domain name... cs.ucl.ac.ukchecking directory separator... /checking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for size_t... yeschecking for ANSI C header files... (cached) yeschecking whether time.h and sys/time.h may both be included... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking for unistd.h... (cached) yeschecking for memory.h... (cached) yeschecking malloc.h usability... yeschecking malloc.h presence... yeschecking for malloc.h... yeschecking errno.h usability... yeschecking errno.h presence... yeschecking for errno.h... yeschecking direct.h usability... nochecking direct.h presence... nochecking for direct.h... nochecking io.h usability... nochecking io.h presence... nochecking for io.h... nochecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for getcwd... yeschecking for popen... yeschecking for gettimeofday... yeschecking for isatty... yeschecking for tempnam... yeschecking for strerror... yeschecking for stdin... yeschecking pwd.h usability... yeschecking pwd.h presence... yeschecking for pwd.h... yeschecking version number... 0.5pl20configure: creating ./config.statusconfig.status: creating Makefileconfig.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir settingconfig.status: creating tcl/Makefileconfig.status: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir settingconfig.status: creating unix/Makefileconfig.status: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir settingconfig.status: creating uulib/Makefileconfig.status: creating config.h(cd unix; rm -f config.h ; ln -s ../config.h config.h)(cd uulib; rm -f config.h ; ln -s ../config.h config.h)(cd inews; make CC='gcc' CFLAGS='-I. -DHAVE_CONFIG_H' LIBS='-lm' )(cd uulib ; make)make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/uulib'make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/inews'gcc -I. -DHAVE_CONFIG_H -c -o inews.o inews.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.cinews.c:50:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~inews.c: In function 'main':inews.c:88:13: warning: implicit declaration of function 'server_init' [-Wimplicit-function-declaration] response = server_init(server); ^~~~~~~~~~~inews.c:95:6: warning: implicit declaration of function 'handle_server_response' [-Wimplicit-function-declaration] if (handle_server_response(response, server) < 0 ^~~~~~~~~~~~~~~~~~~~~~inews.c:97:3: warning: implicit declaration of function 'close_server' [-Wimplicit-function-declaration] close_server(); ^~~~~~~~~~~~inews.c:101:2: warning: implicit declaration of function 'put_server' [-Wimplicit-function-declaration] put_server("POST"); ^~~~~~~~~~inews.c:102:9: warning: implicit declaration of function 'get_server' [-Wimplicit-function-declaration] (void) get_server(line, sizeof(line)); ^~~~~~~~~~inews.c:125:20: warning: implicit declaration of function 'strneql' [-Wimplicit-function-declaration] if (in_header && strneql(s, "From:", sizeof("From:")-1)) { ^~~~~~~inews.c:133:13: warning: implicit declaration of function 'gen_frompath' [-Wimplicit-function-declaration] gen_frompath(); ^~~~~~~~~~~~inews.c:138:15: warning: implicit declaration of function 'valid_header' [-Wimplicit-function-declaration] if (valid_header(s)) ^~~~~~~~~~~~inews.c:146:2: warning: implicit declaration of function 'append_signature' [-Wimplicit-function-declaration] append_signature(); ^~~~~~~~~~~~~~~~inews.c: At top level:inews.c:184:1: warning: return type defaults to 'int' [-Wimplicit-int] append_signature() ^~~~~~~~~~~~~~~~inews.c: In function 'append_signature':inews.c:195:4: warning: 'return' with no value, in function returning non-void return; ^~~~~~inews.c:184:1: note: declared here append_signature() ^~~~~~~~~~~~~~~~inews.c:218:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~inews.c:184:1: note: declared here append_signature() ^~~~~~~~~~~~~~~~inews.c: At top level:inews.c:257:1: warning: return type defaults to 'int' [-Wimplicit-int] gen_frompath() ^~~~~~~~~~~~inews.c:333:1: warning: return type defaults to 'int' [-Wimplicit-int] strneql(a, b, n) ^~~~~~~gcc -I. -DHAVE_CONFIG_H -c -o clientlib.o clientlib.cclientlib.c:136:1: warning: return type defaults to 'int' [-Wimplicit-int] server_init(machine) ^~~~~~~~~~~clientlib.c: In function 'server_init':clientlib.c:152:13: warning: implicit declaration of function 'get_tcp_socket' [-Wimplicit-function-declaration] sockt_rd = get_tcp_socket(machine); ^~~~~~~~~~~~~~clientlib.c:179:9: warning: implicit declaration of function 'get_server' [-Wimplicit-function-declaration] (void) get_server(line, sizeof(line)); ^~~~~~~~~~clientlib.c: At top level:clientlib.c:197:1: warning: return type defaults to 'int' [-Wimplicit-int] get_tcp_socket(machine) ^~~~~~~~~~~~~~clientlib.c: In function 'get_tcp_socket':clientlib.c:278:35: warning: implicit declaration of function 'inet_ntoa' [-Wimplicit-function-declaration] fprintf(stderr, "trying %s\n", inet_ntoa(sin.sin_addr)); ^~~~~~~~~clientlib.c: At top level:clientlib.c:430:1: warning: return type defaults to 'int' [-Wimplicit-int] handle_server_response(response, server) ^~~~~~~~~~~~~~~~~~~~~~clientlib.c:505:1: warning: return type defaults to 'int' [-Wimplicit-int] get_server(string, size) ^~~~~~~~~~gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.cgcc -I. -DHAVE_CONFIG_H -c -o version.o version.cgcc -I. -DHAVE_CONFIG_H -o minews inews.o clientlib.o version.o -lmmake[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/inews'gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.crm -f libuu.aar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.oar: creating libuu.aranlib libuu.amake[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/uulib'(cd unix ; make)make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/unix'gcc -c -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uudeview.cgcc -c -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uufnflt.cgcc -c -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uuenview.cgcc -o uudeview uudeview.o uufnflt.o -L../uulib -luu -lm../uulib/libuu.a(fptools.o): In function `_FP_tempnam':fptools.c:(.text+0xb29): warning: the use of `tmpnam' is dangerous, better use `mkstemp'uudeview.o: In function `proc_stdin':uudeview.c:(.text+0x926): warning: the use of `tempnam' is dangerous, better use `mkstemp'gcc -o uuenview uuenview.o uufnflt.o -L../uulib -luu -lm../uulib/libuu.a(fptools.o): In function `_FP_tempnam':fptools.c:(.text+0xb29): warning: the use of `tmpnam' is dangerous, better use `mkstemp'../uulib/libuu.a(uunconc.o): In function `UUDecode':uunconc.c:(.text+0x3693): warning: the use of `tempnam' is dangerous, better use `mkstemp'make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/unix'==> Entering fakeroot environment...==> Starting package()...(cd uulib ; make)(cd inews; make CC='gcc' CFLAGS='-I. -DHAVE_CONFIG_H' LIBS='-lm' )make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/uulib'make[1]: Nothing to be done for 'all'.make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/uulib'(cd unix ; make)make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/inews'make[1]: 'minews' is up to date.make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/inews'for d in minews ; do \ ./install-sh -c inews/$d /tmp/uudeview/pkg/uudeview/usr/bin/$d ; \donemake[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/unix'make[1]: Nothing to be done for 'all'.make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/unix'for d in uudeview uuenview ; do \ ./install-sh -c unix/$d /tmp/uudeview/pkg/uudeview/usr/bin/$d ; \donemkdir: cannot create directory '/tmp/uudeview/pkg/uudeview/usr/bin': File existsfor d in uudeview.1 uuenview.1 ; do \ ./install-sh -c -m 644 ./man/$d /tmp/uudeview/pkg/uudeview/usr/share/man/man1/$d ; \donechecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking how to run the C preprocessor... gcc -Echecking if the compiler supports function prototypes... yeschecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibchecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for size_t... yeschecking whether time.h and sys/time.h may both be included... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking for unistd.h... (cached) yeschecking for memory.h... (cached) yeschecking malloc.h usability... yeschecking malloc.h presence... yeschecking for malloc.h... yeschecking errno.h usability... yeschecking errno.h presence... yeschecking for errno.h... yeschecking io.h usability... nochecking io.h presence... nochecking for io.h... nochecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for gettimeofday... yeschecking for tempnam... yeschecking for strerror... yeschecking for stdin... yeschecking version number... 0.5pl20configure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating config.hgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.cgcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.crm -f libuu.aar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.oar: creating libuu.aranlib libuu.a'crc32.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/crc32.o''fptools.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/fptools.o''uucheck.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uucheck.o''uuencode.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uuencode.o''uulib.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uulib.o''uunconc.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uunconc.o''uuscan.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uuscan.o''uustring.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uustring.o''uuutil.o' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/uuutil.o''libuu.a' -> '/tmp/uudeview/pkg/uudeview/usr/lib/uudeview/libuu.a''acconfig.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/acconfig.h''config.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/config.h''crc32.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/crc32.h''fptools.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/fptools.h''uudeview.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/uudeview.h''uuint.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/uuint.h''uustring.h' -> '/tmp/uudeview/pkg/uudeview/usr/include/uudeview/uustring.h'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "uudeview"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: uudeview 0.5.20-12 (Wed Aug 24 13:22:08 UTC 2016)CMD: pacman --query --file uudeview-0.5.20-12-x86_64.pkg.tar.xz
Creating hybrid package for 'uudeview'
Trying to find vanilla package 'uudeview'...
CMD: pacman --query --file /mirror/uudeview-0.5.20-12.pkg.tar.xz
Package file has the following structure:
/.PKGINFO/.MTREE/usr/bin/uuenview/usr/bin/minews/usr/bin/uudeview/usr/share/man/man1/uudeview.1.gz/usr/share/man/man1/uuenview.1.gz/usr/lib/uudeview/uuscan.o/usr/lib/uudeview/crc32.o/usr/lib/uudeview/uustring.o/usr/lib/uudeview/uuencode.o/usr/lib/uudeview/uuutil.o/usr/lib/uudeview/uulib.o/usr/lib/uudeview/libuu.a/usr/lib/uudeview/uunconc.o/usr/lib/uudeview/uucheck.o/usr/lib/uudeview/fptools.o/usr/include/uudeview/crc32.h/usr/include/uudeview/uudeview.h/usr/include/uudeview/uustring.h/usr/include/uudeview/uuint.h/usr/include/uudeview/acconfig.h/usr/include/uudeview/fptools.h/usr/include/uudeview/config.h/sysroot/usr/lib/uudeview/crc32.o/sysroot/usr/lib/uudeview/fptools.o/sysroot/usr/lib/uudeview/uucheck.o/sysroot/usr/lib/uudeview/uuencode.o/sysroot/usr/lib/uudeview/uulib.o/sysroot/usr/lib/uudeview/uunconc.o/sysroot/usr/lib/uudeview/uuscan.o/sysroot/usr/lib/uudeview/uustring.o/sysroot/usr/lib/uudeview/uuutil.o/sysroot/usr/lib/uudeview/libuu.a/sysroot/usr/include/uudeview/acconfig.h/sysroot/usr/include/uudeview/config.h/sysroot/usr/include/uudeview/crc32.h/sysroot/usr/include/uudeview/fptools.h/sysroot/usr/include/uudeview/uudeview.h/sysroot/usr/include/uudeview/uuint.h/sysroot/usr/include/uudeview/uustring.hGenerating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf uudeview.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/uudeview.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/uudeview.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/uudeview.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/uudeview.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/uudeview/src/uudeview-0.5.20/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man## --------- #### Platform. #### --------- ##hostname = 97068aeed34cuname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 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 = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2258: checking for x86_64-unknown-linux-gccconfigure:2288: result: noconfigure:2298: checking for gccconfigure:2314: found /usr/sbin/gccconfigure:2325: result: gccconfigure:2554: checking for C compiler versionconfigure:2563: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2574: $? = 0configure:2563: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2574: $? = 0configure:2563: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2574: $? = 1configure:2563: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:2574: $? = 1configure:2594: checking whether the C compiler worksconfigure:2616: gcc conftest.c >&5configure:2620: $? = 0configure:2668: result: yesconfigure:2671: checking for C compiler default output file nameconfigure:2673: result: a.outconfigure:2679: checking for suffix of executablesconfigure:2686: gcc -o conftest conftest.c >&5configure:2690: $? = 0configure:2712: result:configure:2734: checking whether we are cross compilingconfigure:2742: gcc -o conftest conftest.c >&5configure:2746: $? = 0configure:2753: ./conftestconfigure:2757: $? = 0configure:2772: result: noconfigure:2777: checking for suffix of object filesconfigure:2799: gcc -c conftest.c >&5configure:2803: $? = 0configure:2824: result: oconfigure:2828: checking whether we are using the GNU C compilerconfigure:2847: gcc -c conftest.c >&5configure:2847: $? = 0configure:2856: result: yesconfigure:2865: checking whether gcc accepts -gconfigure:2885: gcc -c -g conftest.c >&5configure:2885: $? = 0configure:2926: result: yesconfigure:2943: checking for gcc option to accept ISO C89configure:3006: gcc -c conftest.c >&5configure:3006: $? = 0configure:3019: result: none neededconfigure:3044: checking how to run the C preprocessorconfigure:3075: gcc -E conftest.cconfigure:3075: $? = 0configure:3089: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3089: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3114: result: gcc -Econfigure:3134: gcc -E conftest.cconfigure:3134: $? = 0configure:3148: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3148: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3178: checking if the compiler supports function prototypesconfigure:3191: gcc -c conftest.c >&5configure:3191: $? = 0configure:3199: result: yesconfigure:3202: checking whether make sets $(MAKE)configure:3224: result: yesconfigure:3236: checking for x86_64-unknown-linux-ranlibconfigure:3266: result: noconfigure:3276: checking for ranlibconfigure:3292: found /usr/sbin/ranlibconfigure:3303: result: ranlibconfigure:3325: checking whether ln -s worksconfigure:3329: result: yesconfigure:3368: checking for tclConfig.shconfigure:3401: result: not foundconfigure:3403: WARNING: Tcl parts disabledconfigure:3405: WARNING: use --enable-tcl to locate tclConfig.shconfigure:3764: checking for sinconfigure:3764: gcc -o conftest conftest.c >&5conftest.c:33:6: warning: conflicting types for built-in function 'sin'char sin ();^~~/tmp/cczk0Koa.o: In function `main':conftest.c:(.text+0xa): undefined reference to `sin'collect2: error: ld returned 1 exit statusconfigure:3764: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| /* end confdefs.h. */| /* Define sin to an innocuous variant, in case declares sin. | For example, HP-UX 11i declares gettimeofday. */ | #define sin innocuous_sin|| /* System header to define __stub macros and hopefully few prototypes,| which can conflict with char sin (); below.| Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ || #ifdef __STDC__| # include | #else| # include | #endif|| #undef sin|| /* 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 sin ();| /* 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_sin || defined __stub___sin| choke me| #endif|| int| main ()| {| return sin ();| ;| return 0;| }configure:3764: result: noconfigure:3778: checking for connectconfigure:3778: gcc -o conftest conftest.c -lm >&5configure:3778: $? = 0configure:3778: result: yesconfigure:3840: checking for gethostbynameconfigure:3840: gcc -o conftest conftest.c -lm >&5configure:3840: $? = 0configure:3840: result: yesconfigure:3898: checking for sendmailconfigure:3932: result: noconfigure:3940: checking for mailxconfigure:3959: found /usr/sbin/mailxconfigure:3971: result: /usr/sbin/mailxconfigure:4114: checking for inewsconfigure:4148: result: noconfigure:4232: checking for news serverconfigure:4244: result: not foundconfigure:4265: checking for hostnameconfigure:4284: found /usr/sbin/hostnameconfigure:4296: result: /usr/sbin/hostnameconfigure:4304: checking domain nameconfigure:4345: result: cs.ucl.ac.ukconfigure:4362: checking directory separatorconfigure:4365: result: /configure:4377: checking for grep that handles long lines and -econfigure:4435: result: /usr/sbin/grepconfigure:4440: checking for egrepconfigure:4502: result: /usr/sbin/grep -Econfigure:4507: checking for ANSI C header filesconfigure:4527: gcc -c conftest.c >&5configure:4527: $? = 0configure:4600: gcc -o conftest conftest.c -lm >&5configure:4600: $? = 0configure:4600: ./conftestconfigure:4600: $? = 0configure:4611: result: yesconfigure:4624: checking for sys/types.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for sys/stat.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for stdlib.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for string.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for memory.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for strings.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for inttypes.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for stdint.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4624: checking for unistd.hconfigure:4624: gcc -c conftest.c >&5configure:4624: $? = 0configure:4624: result: yesconfigure:4636: checking for size_tconfigure:4636: gcc -c conftest.c >&5configure:4636: $? = 0configure:4636: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:63:21: error: expected expression before ')' tokenif (sizeof ((size_t)))^configure:4636: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #define MAILER_NEEDS_SUBJECT 1| #define PROG_MAILER "/usr/sbin/mailx"| #define HAVE_NEWS 1| #define PROG_INEWS "/usr/bin/minews -h"| #define NEED_NNTPSERVER 1| #define DOMAINNAME "cs.ucl.ac.uk"| #define DIRSEPARATOR "/"| #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| int| main ()| {| if (sizeof ((size_t)))| return 0;| ;| return 0;| }configure:4636: result: yesconfigure:4647: checking for ANSI C header filesconfigure:4751: result: yesconfigure:4759: checking whether time.h and sys/time.h may both be includedconfigure:4779: gcc -c conftest.c >&5configure:4779: $? = 0configure:4786: result: yesconfigure:4797: checking fcntl.h usabilityconfigure:4797: gcc -c conftest.c >&5configure:4797: $? = 0configure:4797: result: yesconfigure:4797: checking fcntl.h presenceconfigure:4797: gcc -E conftest.cconfigure:4797: $? = 0configure:4797: result: yesconfigure:4797: checking for fcntl.hconfigure:4797: result: yesconfigure:4797: checking for unistd.hconfigure:4797: result: yesconfigure:4797: checking for memory.hconfigure:4797: result: yesconfigure:4797: checking malloc.h usabilityconfigure:4797: gcc -c conftest.c >&5configure:4797: $? = 0configure:4797: result: yesconfigure:4797: checking malloc.h presenceconfigure:4797: gcc -E conftest.cconfigure:4797: $? = 0configure:4797: result: yesconfigure:4797: checking for malloc.hconfigure:4797: result: yesconfigure:4797: checking errno.h usabilityconfigure:4797: gcc -c conftest.c >&5configure:4797: $? = 0configure:4797: result: yesconfigure:4797: checking errno.h presenceconfigure:4797: gcc -E conftest.cconfigure:4797: $? = 0configure:4797: result: yesconfigure:4797: checking for errno.hconfigure:4797: result: yesconfigure:4797: checking direct.h usabilityconfigure:4797: gcc -c conftest.c >&5conftest.c:67:20: fatal error: direct.h: No such file or directory#include ^compilation terminated.configure:4797: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #define MAILER_NEEDS_SUBJECT 1| #define PROG_MAILER "/usr/sbin/mailx"| #define HAVE_NEWS 1| #define PROG_INEWS "/usr/bin/minews -h"| #define NEED_NNTPSERVER 1| #define DOMAINNAME "cs.ucl.ac.uk"| #define DIRSEPARATOR "/"| #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 STDC_HEADERS 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_FCNTL_H 1| #define HAVE_UNISTD_H 1| #define HAVE_MEMORY_H 1| #define HAVE_MALLOC_H 1| #define HAVE_ERRNO_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:4797: result: noconfigure:4797: checking direct.h presenceconfigure:4797: gcc -E conftest.cconftest.c:34:20: fatal error: direct.h: No such file or directory#include ^compilation terminated.configure:4797: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #define MAILER_NEEDS_SUBJECT 1| #define PROG_MAILER "/usr/sbin/mailx"| #define HAVE_NEWS 1| #define PROG_INEWS "/usr/bin/minews -h"| #define NEED_NNTPSERVER 1| #define DOMAINNAME "cs.ucl.ac.uk"| #define DIRSEPARATOR "/"| #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 STDC_HEADERS 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_FCNTL_H 1| #define HAVE_UNISTD_H 1| #define HAVE_MEMORY_H 1| #define HAVE_MALLOC_H 1| #define HAVE_ERRNO_H 1| /* end confdefs.h. */| #include configure:4797: result: noconfigure:4797: checking for direct.hconfigure:4797: result: noconfigure:4810: checking io.h usabilityconfigure:4810: gcc -c conftest.c >&5conftest.c:67:16: fatal error: io.h: No such file or directory#include ^compilation terminated.configure:4810: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #define MAILER_NEEDS_SUBJECT 1| #define PROG_MAILER "/usr/sbin/mailx"| #define HAVE_NEWS 1| #define PROG_INEWS "/usr/bin/minews -h"| #define NEED_NNTPSERVER 1| #define DOMAINNAME "cs.ucl.ac.uk"| #define DIRSEPARATOR "/"| #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 STDC_HEADERS 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_FCNTL_H 1| #define HAVE_UNISTD_H 1| #define HAVE_MEMORY_H 1| #define HAVE_MALLOC_H 1| #define HAVE_ERRNO_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:4810: result: noconfigure:4810: checking io.h presenceconfigure:4810: gcc -E conftest.cconftest.c:34:16: fatal error: io.h: No such file or directory#include ^compilation terminated.configure:4810: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #define MAILER_NEEDS_SUBJECT 1| #define PROG_MAILER "/usr/sbin/mailx"| #define HAVE_NEWS 1| #define PROG_INEWS "/usr/bin/minews -h"| #define NEED_NNTPSERVER 1| #define DOMAINNAME "cs.ucl.ac.uk"| #define DIRSEPARATOR "/"| #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 STDC_HEADERS 1| #define TIME_WITH_SYS_TIME 1| #define HAVE_FCNTL_H 1| #define HAVE_UNISTD_H 1| #define HAVE_MEMORY_H 1| #define HAVE_MALLOC_H 1| #define HAVE_ERRNO_H 1| /* end confdefs.h. */| #include configure:4810: result: noconfigure:4810: checking for io.hconfigure:4810: result: noconfigure:4810: checking sys/time.h usabilityconfigure:4810: gcc -c conftest.c >&5configure:4810: $? = 0configure:4810: result: yesconfigure:4810: checking sys/time.h presenceconfigure:4810: gcc -E conftest.cconfigure:4810: $? = 0configure:4810: result: yesconfigure:4810: checking for sys/time.hconfigure:4810: result: yesconfigure:4823: checking for getcwdconfigure:4823: gcc -o conftest conftest.c -lm >&5configure:4823: $? = 0configure:4823: result: yesconfigure:4823: checking for popenconfigure:4823: gcc -o conftest conftest.c -lm >&5configure:4823: $? = 0configure:4823: result: yesconfigure:4823: checking for gettimeofdayconfigure:4823: gcc -o conftest conftest.c -lm >&5configure:4823: $? = 0configure:4823: result: yesconfigure:4823: checking for isattyconfigure:4823: gcc -o conftest conftest.c -lm >&5configure:4823: $? = 0configure:4823: result: yesconfigure:4833: checking for tempnamconfigure:4833: gcc -o conftest conftest.c -lm >&5/tmp/ccZ9Uebz.o: In function `main':conftest.c:(.text+0xa): warning: the use of `tempnam' is dangerous, better use `mkstemp'configure:4833: $? = 0configure:4833: result: yesconfigure:4847: checking for strerrorconfigure:4864: gcc -o conftest conftest.c -lm >&5conftest.c: In function 'blubb':conftest.c:40:33: warning: implicit declaration of function 'strerror' [-Wimplicit-function-declaration]char *blubb() { return (char *) strerror (42); }^~~~~~~~conftest.c:40:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]char *blubb() { return (char *) strerror (42); }^configure:4864: $? = 0configure:4873: result: yesconfigure:4876: checking for stdinconfigure:4894: gcc -o conftest conftest.c -lm >&5configure:4894: $? = 0configure:4903: result: yesconfigure:4930: checking pwd.h usabilityconfigure:4930: gcc -c conftest.c >&5configure:4930: $? = 0configure:4930: result: yesconfigure:4930: checking pwd.h presenceconfigure:4930: gcc -E conftest.cconfigure:4930: $? = 0configure:4930: result: yesconfigure:4930: checking for pwd.hconfigure:4930: result: yesconfigure:5032: checking version numberconfigure:5035: result: 0.5pl20configure:5160: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 97068aeed34cconfig.status:839: creating Makefileconfig.status:938: WARNING: 'Makefile.in' seems to ignore the --datarootdir settingconfig.status:839: creating tcl/Makefileconfig.status:938: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir settingconfig.status:839: creating unix/Makefileconfig.status:938: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir settingconfig.status:839: creating uulib/Makefileconfig.status:839: creating config.h## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_connect=yesac_cv_func_getcwd=yesac_cv_func_gethostbyname=yesac_cv_func_gettimeofday=yesac_cv_func_isatty=yesac_cv_func_popen=yesac_cv_func_sin=noac_cv_func_tempnam=yesac_cv_header_direct_h=noac_cv_header_errno_h=yesac_cv_header_fcntl_h=yesac_cv_header_inttypes_h=yesac_cv_header_io_h=noac_cv_header_malloc_h=yesac_cv_header_memory_h=yesac_cv_header_pwd_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_time=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_HOSTNAME=/usr/sbin/hostnameac_cv_path_MAILER=/usr/sbin/mailxac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesac_cv_type_size_t=yeswi_cv_prototypes=yes## ----------------- #### Output variables. #### ----------------- ##CC='gcc'CFLAGS=''CPP='gcc -E'CPPFLAGS=''DEFS='-DHAVE_CONFIG_H'DOINST='install-uudeview install-minews'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/sbin/grep -E'EXEEXT=''GREP='/usr/sbin/grep'HOSTNAME='/usr/sbin/hostname'INEWS=''LDFLAGS=''LIBOBJS=''LIBS=' -lm'LN_S='ln -s'LTLIBOBJS=''MAILER='/usr/sbin/mailx'MPAGES='uudeview.1 uuenview.1'OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATCH='20'PATH_SEPARATOR=':'PROGS='uudeview minews'RANLIB='ranlib'SET_MAKE=''SHELL='/bin/sh'TCL_CPPFLAGS=''TCL_LDFLAGS=''TCL_LIBS=''VERSION='0.5'ac_ct_CC='gcc'bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='/usr/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='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#define PROTOTYPES 1#define MAILER_NEEDS_SUBJECT 1#define PROG_MAILER "/usr/sbin/mailx"#define HAVE_NEWS 1#define PROG_INEWS "/usr/bin/minews -h"#define NEED_NNTPSERVER 1#define DOMAINNAME "cs.ucl.ac.uk"#define DIRSEPARATOR "/"#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 STDC_HEADERS 1#define TIME_WITH_SYS_TIME 1#define HAVE_FCNTL_H 1#define HAVE_UNISTD_H 1#define HAVE_MEMORY_H 1#define HAVE_MALLOC_H 1#define HAVE_ERRNO_H 1#define HAVE_SYS_TIME_H 1#define HAVE_GETCWD 1#define HAVE_POPEN 1#define HAVE_GETTIMEOFDAY 1#define HAVE_ISATTY 1#define HAVE_PWD_H 1#define UUEXPORT /**/#define UUTCLEXPORT /**/#define TOOLEXPORT /**/#define UUTCLFUNC /**/configure: exit 0CMD: config logfiles '/tmp/uudeview/src/uudeview-0.5.20/uulib/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 97068aeed34cuname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 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 = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2153: checking for x86_64-unknown-linux-gccconfigure:2183: result: noconfigure:2193: checking for gccconfigure:2209: found /usr/sbin/gccconfigure:2220: result: gccconfigure:2449: checking for C compiler versionconfigure:2458: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2469: $? = 0configure:2458: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2469: $? = 0configure:2458: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2469: $? = 1configure:2458: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:2469: $? = 1configure:2489: checking whether the C compiler worksconfigure:2511: gcc conftest.c >&5configure:2515: $? = 0configure:2563: result: yesconfigure:2566: checking for C compiler default output file nameconfigure:2568: result: a.outconfigure:2574: checking for suffix of executablesconfigure:2581: gcc -o conftest conftest.c >&5configure:2585: $? = 0configure:2607: result:configure:2629: checking whether we are cross compilingconfigure:2637: gcc -o conftest conftest.c >&5configure:2641: $? = 0configure:2648: ./conftestconfigure:2652: $? = 0configure:2667: result: noconfigure:2672: checking for suffix of object filesconfigure:2694: gcc -c conftest.c >&5configure:2698: $? = 0configure:2719: result: oconfigure:2723: checking whether we are using the GNU C compilerconfigure:2742: gcc -c conftest.c >&5configure:2742: $? = 0configure:2751: result: yesconfigure:2760: checking whether gcc accepts -gconfigure:2780: gcc -c -g conftest.c >&5configure:2780: $? = 0configure:2821: result: yesconfigure:2838: checking for gcc option to accept ISO C89configure:2901: gcc -c conftest.c >&5configure:2901: $? = 0configure:2914: result: none neededconfigure:2939: checking how to run the C preprocessorconfigure:2970: gcc -E conftest.cconfigure:2970: $? = 0configure:2984: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:2984: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3009: result: gcc -Econfigure:3029: gcc -E conftest.cconfigure:3029: $? = 0configure:3043: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3043: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3073: checking if the compiler supports function prototypesconfigure:3086: gcc -c conftest.c >&5configure:3086: $? = 0configure:3094: result: yesconfigure:3097: checking whether make sets $(MAKE)configure:3119: result: yesconfigure:3131: checking for x86_64-unknown-linux-ranlibconfigure:3161: result: noconfigure:3171: checking for ranlibconfigure:3187: found /usr/sbin/ranlibconfigure:3198: result: ranlibconfigure:3236: checking for grep that handles long lines and -econfigure:3294: result: /usr/sbin/grepconfigure:3299: checking for egrepconfigure:3361: result: /usr/sbin/grep -Econfigure:3366: checking for ANSI C header filesconfigure:3386: gcc -c conftest.c >&5configure:3386: $? = 0configure:3459: gcc -o conftest conftest.c >&5configure:3459: $? = 0configure:3459: ./conftestconfigure:3459: $? = 0configure:3470: result: yesconfigure:3483: checking for sys/types.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for sys/stat.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for stdlib.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for string.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for memory.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for strings.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for inttypes.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for stdint.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3483: checking for unistd.hconfigure:3483: gcc -c conftest.c >&5configure:3483: $? = 0configure:3483: result: yesconfigure:3495: checking for size_tconfigure:3495: gcc -c conftest.c >&5configure:3495: $? = 0configure:3495: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:56:21: error: expected expression before ')' tokenif (sizeof ((size_t)))^configure:3495: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #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| int| main ()| {| if (sizeof ((size_t)))| return 0;| ;| return 0;| }configure:3495: result: yesconfigure:3506: checking whether time.h and sys/time.h may both be includedconfigure:3526: gcc -c conftest.c >&5configure:3526: $? = 0configure:3533: result: yesconfigure:3544: checking fcntl.h usabilityconfigure:3544: gcc -c conftest.c >&5configure:3544: $? = 0configure:3544: result: yesconfigure:3544: checking fcntl.h presenceconfigure:3544: gcc -E conftest.cconfigure:3544: $? = 0configure:3544: result: yesconfigure:3544: checking for fcntl.hconfigure:3544: result: yesconfigure:3544: checking for unistd.hconfigure:3544: result: yesconfigure:3544: checking for memory.hconfigure:3544: result: yesconfigure:3544: checking malloc.h usabilityconfigure:3544: gcc -c conftest.c >&5configure:3544: $? = 0configure:3544: result: yesconfigure:3544: checking malloc.h presenceconfigure:3544: gcc -E conftest.cconfigure:3544: $? = 0configure:3544: result: yesconfigure:3544: checking for malloc.hconfigure:3544: result: yesconfigure:3544: checking errno.h usabilityconfigure:3544: gcc -c conftest.c >&5configure:3544: $? = 0configure:3544: result: yesconfigure:3544: checking errno.h presenceconfigure:3544: gcc -E conftest.cconfigure:3544: $? = 0configure:3544: result: yesconfigure:3544: checking for errno.hconfigure:3544: result: yesconfigure:3557: checking io.h usabilityconfigure:3557: gcc -c conftest.c >&5conftest.c:59:16: fatal error: io.h: No such file or directory#include ^compilation terminated.configure:3557: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #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 TIME_WITH_SYS_TIME 1| #define HAVE_FCNTL_H 1| #define HAVE_UNISTD_H 1| #define HAVE_MEMORY_H 1| #define HAVE_MALLOC_H 1| #define HAVE_ERRNO_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:3557: result: noconfigure:3557: checking io.h presenceconfigure:3557: gcc -E conftest.cconftest.c:26:16: fatal error: io.h: No such file or directory#include ^compilation terminated.configure:3557: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define PROTOTYPES 1| #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 TIME_WITH_SYS_TIME 1| #define HAVE_FCNTL_H 1| #define HAVE_UNISTD_H 1| #define HAVE_MEMORY_H 1| #define HAVE_MALLOC_H 1| #define HAVE_ERRNO_H 1| /* end confdefs.h. */| #include configure:3557: result: noconfigure:3557: checking for io.hconfigure:3557: result: noconfigure:3557: checking sys/time.h usabilityconfigure:3557: gcc -c conftest.c >&5configure:3557: $? = 0configure:3557: result: yesconfigure:3557: checking sys/time.h presenceconfigure:3557: gcc -E conftest.cconfigure:3557: $? = 0configure:3557: result: yesconfigure:3557: checking for sys/time.hconfigure:3557: result: yesconfigure:3569: checking for gettimeofdayconfigure:3569: gcc -o conftest conftest.c >&5configure:3569: $? = 0configure:3569: result: yesconfigure:3579: checking for tempnamconfigure:3579: gcc -o conftest conftest.c >&5/tmp/ccXLjUmJ.o: In function `main':conftest.c:(.text+0xa): warning: the use of `tempnam' is dangerous, better use `mkstemp'configure:3579: $? = 0configure:3579: result: yesconfigure:3593: checking for strerrorconfigure:3610: gcc -o conftest conftest.c >&5conftest.c: In function 'blubb':conftest.c:29:33: warning: implicit declaration of function 'strerror' [-Wimplicit-function-declaration]char *blubb() { return (char *) strerror (42); }^~~~~~~~conftest.c:29:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]char *blubb() { return (char *) strerror (42); }^configure:3610: $? = 0configure:3619: result: yesconfigure:3622: checking for stdinconfigure:3640: gcc -o conftest conftest.c >&5configure:3640: $? = 0configure:3649: result: yesconfigure:3709: checking version numberconfigure:3712: result: 0.5pl20configure:3837: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 97068aeed34cconfig.status:812: creating Makefileconfig.status:812: creating config.h## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_gettimeofday=yesac_cv_func_tempnam=yesac_cv_header_errno_h=yesac_cv_header_fcntl_h=yesac_cv_header_inttypes_h=yesac_cv_header_io_h=noac_cv_header_malloc_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_time=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesac_cv_type_size_t=yeswi_cv_prototypes=yes## ----------------- #### Output variables. #### ----------------- ##CC='gcc'CFLAGS=''CPP='gcc -E'CPPFLAGS=''DEFS='-DHAVE_CONFIG_H'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/sbin/grep -E'EXEEXT=''GREP='/usr/sbin/grep'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATCH='20'PATH_SEPARATOR=':'RANLIB='ranlib'SET_MAKE=''SHELL='/bin/sh'VERSION='0.5'ac_ct_CC='gcc'bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#define PROTOTYPES 1#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 TIME_WITH_SYS_TIME 1#define HAVE_FCNTL_H 1#define HAVE_UNISTD_H 1#define HAVE_MEMORY_H 1#define HAVE_MALLOC_H 1#define HAVE_ERRNO_H 1#define HAVE_SYS_TIME_H 1#define HAVE_GETTIMEOFDAY 1#define UUEXPORT /**/#define TOOLEXPORT /**/configure: exit 0