Build of uudeview with vanilla toolchain

The build took 00h 00m 49s and was SUCCESSFUL.

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

SLOCLanguage
12,129 ansic
2,739 sh
309 makefile
13 awk
15,190 total

The process tree of the build process is here.

Log

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

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

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

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' and
# autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
# autoheader: 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 the
# autoheader: 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' and
# autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
# autoheader: 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 the
# autoheader: WARNING: documentation.
# checking for x86_64-unknown-linux-gcc... no
# 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 if the compiler supports function prototypes... yes
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether ln -s works... yes
# checking for tclConfig.sh... not found
# configure: WARNING: Tcl parts disabled
# configure: WARNING: use --enable-tcl to locate tclConfig.sh
# checking for sin... no
# checking for connect... yes
# checking for gethostbyname... yes
# checking for sendmail... no
# checking for mailx... /usr/sbin/mailx
# checking for inews... no
# checking for news server... not found
# checking for hostname... /usr/sbin/hostname
# checking domain name... cs.ucl.ac.uk
# checking directory separator... /
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for size_t... yes
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for unistd.h... (cached) yes
# checking for memory.h... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking direct.h usability... no
# checking direct.h presence... no
# checking for direct.h... no
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for getcwd... yes
# checking for popen... yes
# checking for gettimeofday... yes
# checking for isatty... yes
# checking for tempnam... yes
# checking for strerror... yes
# checking for stdin... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking version number... 0.5pl20
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating tcl/Makefile
# config.status: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating unix/Makefile
# config.status: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating uulib/Makefile
# config.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.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
# inews.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.c
# clientlib.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.c
# gcc -I. -DHAVE_CONFIG_H -c -o version.o version.c
# gcc -I. -DHAVE_CONFIG_H -o minews inews.o clientlib.o version.o -lm
# make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/inews'
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c
# rm -f libuu.a
# ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.o
# ar: creating libuu.a
# ranlib libuu.a
# 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/unix'
# gcc -c -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uudeview.c
# gcc -c -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uufnflt.c
# gcc -c -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uuenview.c
# gcc -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 ; \
# done
# make[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 ; \
# done
# mkdir: cannot create directory '/tmp/uudeview/pkg/uudeview/usr/bin': File exists
# for d in uudeview.1 uuenview.1 ; do \
# ./install-sh -c -m 644 ./man/$d /tmp/uudeview/pkg/uudeview/usr/share/man/man1/$d ; \
# done
# checking for x86_64-unknown-linux-gcc... no
# 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 if the compiler supports function prototypes... yes
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for unistd.h... (cached) yes
# checking for memory.h... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for gettimeofday... yes
# checking for tempnam... yes
# checking for strerror... yes
# checking for stdin... yes
# checking version number... 0.5pl20
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c
# gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.c
# rm -f libuu.a
# ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.o
# ar: creating libuu.a
# ranlib 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
# uudeview 0.5.20-12

Creating hybrid package for 'uudeview'

Trying to find vanilla package 'uudeview'...

CMD: pacman --query --file /mirror/uudeview-0.5.20-12.pkg.tar.xz
# uudeview 0.5.20-12

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.h

Generating .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
# .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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 478

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 while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 97068aeed34c
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -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 = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2258: checking for x86_64-unknown-linux-gcc
# configure:2288: result: no
# configure:2298: checking for gcc
# configure:2314: found /usr/sbin/gcc
# configure:2325: result: gcc
# configure:2554: checking for C compiler version
# configure:2563: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# 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:2574: $? = 0
# configure:2563: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured 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=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2574: $? = 0
# configure:2563: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2574: $? = 1
# configure:2563: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2574: $? = 1
# configure:2594: checking whether the C compiler works
# configure:2616: gcc conftest.c >&5
# configure:2620: $? = 0
# configure:2668: result: yes
# configure:2671: checking for C compiler default output file name
# configure:2673: result: a.out
# configure:2679: checking for suffix of executables
# configure:2686: gcc -o conftest conftest.c >&5
# configure:2690: $? = 0
# configure:2712: result:
# configure:2734: checking whether we are cross compiling
# configure:2742: gcc -o conftest conftest.c >&5
# configure:2746: $? = 0
# configure:2753: ./conftest
# configure:2757: $? = 0
# configure:2772: result: no
# configure:2777: checking for suffix of object files
# configure:2799: gcc -c conftest.c >&5
# configure:2803: $? = 0
# configure:2824: result: o
# configure:2828: checking whether we are using the GNU C compiler
# configure:2847: gcc -c conftest.c >&5
# configure:2847: $? = 0
# configure:2856: result: yes
# configure:2865: checking whether gcc accepts -g
# configure:2885: gcc -c -g conftest.c >&5
# configure:2885: $? = 0
# configure:2926: result: yes
# configure:2943: checking for gcc option to accept ISO C89
# configure:3006: gcc -c conftest.c >&5
# configure:3006: $? = 0
# configure:3019: result: none needed
# configure:3044: checking how to run the C preprocessor
# configure:3075: gcc -E conftest.c
# configure:3075: $? = 0
# configure:3089: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3089: $? = 1
# configure: 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 -E
# configure:3134: gcc -E conftest.c
# configure:3134: $? = 0
# configure:3148: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3148: $? = 1
# configure: 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 prototypes
# configure:3191: gcc -c conftest.c >&5
# configure:3191: $? = 0
# configure:3199: result: yes
# configure:3202: checking whether make sets $(MAKE)
# configure:3224: result: yes
# configure:3236: checking for x86_64-unknown-linux-ranlib
# configure:3266: result: no
# configure:3276: checking for ranlib
# configure:3292: found /usr/sbin/ranlib
# configure:3303: result: ranlib
# configure:3325: checking whether ln -s works
# configure:3329: result: yes
# configure:3368: checking for tclConfig.sh
# configure:3401: result: not found
# configure:3403: WARNING: Tcl parts disabled
# configure:3405: WARNING: use --enable-tcl to locate tclConfig.sh
# configure:3764: checking for sin
# configure:3764: gcc -o conftest conftest.c >&5
# conftest.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 status
# configure:3764: $? = 1
# configure: 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: no
# configure:3778: checking for connect
# configure:3778: gcc -o conftest conftest.c -lm >&5
# configure:3778: $? = 0
# configure:3778: result: yes
# configure:3840: checking for gethostbyname
# configure:3840: gcc -o conftest conftest.c -lm >&5
# configure:3840: $? = 0
# configure:3840: result: yes
# configure:3898: checking for sendmail
# configure:3932: result: no
# configure:3940: checking for mailx
# configure:3959: found /usr/sbin/mailx
# configure:3971: result: /usr/sbin/mailx
# configure:4114: checking for inews
# configure:4148: result: no
# configure:4232: checking for news server
# configure:4244: result: not found
# configure:4265: checking for hostname
# configure:4284: found /usr/sbin/hostname
# configure:4296: result: /usr/sbin/hostname
# configure:4304: checking domain name
# configure:4345: result: cs.ucl.ac.uk
# configure:4362: checking directory separator
# configure:4365: result: /
# configure:4377: checking for grep that handles long lines and -e
# configure:4435: result: /usr/sbin/grep
# configure:4440: checking for egrep
# configure:4502: result: /usr/sbin/grep -E
# configure:4507: checking for ANSI C header files
# configure:4527: gcc -c conftest.c >&5
# configure:4527: $? = 0
# configure:4600: gcc -o conftest conftest.c -lm >&5
# configure:4600: $? = 0
# configure:4600: ./conftest
# configure:4600: $? = 0
# configure:4611: result: yes
# configure:4624: checking for sys/types.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for sys/stat.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for stdlib.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for string.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for memory.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for strings.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for inttypes.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for stdint.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for unistd.h
# configure:4624: gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4636: checking for size_t
# configure:4636: gcc -c conftest.c >&5
# configure:4636: $? = 0
# configure:4636: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:63:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:4636: $? = 1
# configure: 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: yes
# configure:4647: checking for ANSI C header files
# configure:4751: result: yes
# configure:4759: checking whether time.h and sys/time.h may both be included
# configure:4779: gcc -c conftest.c >&5
# configure:4779: $? = 0
# configure:4786: result: yes
# configure:4797: checking fcntl.h usability
# configure:4797: gcc -c conftest.c >&5
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking fcntl.h presence
# configure:4797: gcc -E conftest.c
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking for fcntl.h
# configure:4797: result: yes
# configure:4797: checking for unistd.h
# configure:4797: result: yes
# configure:4797: checking for memory.h
# configure:4797: result: yes
# configure:4797: checking malloc.h usability
# configure:4797: gcc -c conftest.c >&5
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking malloc.h presence
# configure:4797: gcc -E conftest.c
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking for malloc.h
# configure:4797: result: yes
# configure:4797: checking errno.h usability
# configure:4797: gcc -c conftest.c >&5
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking errno.h presence
# configure:4797: gcc -E conftest.c
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking for errno.h
# configure:4797: result: yes
# configure:4797: checking direct.h usability
# configure:4797: gcc -c conftest.c >&5
# conftest.c:67:20: fatal error: direct.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4797: $? = 1
# configure: 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: no
# configure:4797: checking direct.h presence
# configure:4797: gcc -E conftest.c
# conftest.c:34:20: fatal error: direct.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4797: $? = 1
# configure: 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: no
# configure:4797: checking for direct.h
# configure:4797: result: no
# configure:4810: checking io.h usability
# configure:4810: gcc -c conftest.c >&5
# conftest.c:67:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4810: $? = 1
# configure: 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: no
# configure:4810: checking io.h presence
# configure:4810: gcc -E conftest.c
# conftest.c:34:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4810: $? = 1
# configure: 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: no
# configure:4810: checking for io.h
# configure:4810: result: no
# configure:4810: checking sys/time.h usability
# configure:4810: gcc -c conftest.c >&5
# configure:4810: $? = 0
# configure:4810: result: yes
# configure:4810: checking sys/time.h presence
# configure:4810: gcc -E conftest.c
# configure:4810: $? = 0
# configure:4810: result: yes
# configure:4810: checking for sys/time.h
# configure:4810: result: yes
# configure:4823: checking for getcwd
# configure:4823: gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4823: checking for popen
# configure:4823: gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4823: checking for gettimeofday
# configure:4823: gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4823: checking for isatty
# configure:4823: gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4833: checking for tempnam
# configure: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: $? = 0
# configure:4833: result: yes
# configure:4847: checking for strerror
# configure:4864: gcc -o conftest conftest.c -lm >&5
# conftest.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: $? = 0
# configure:4873: result: yes
# configure:4876: checking for stdin
# configure:4894: gcc -o conftest conftest.c -lm >&5
# configure:4894: $? = 0
# configure:4903: result: yes
# configure:4930: checking pwd.h usability
# configure:4930: gcc -c conftest.c >&5
# configure:4930: $? = 0
# configure:4930: result: yes
# configure:4930: checking pwd.h presence
# configure:4930: gcc -E conftest.c
# configure:4930: $? = 0
# configure:4930: result: yes
# configure:4930: checking for pwd.h
# configure:4930: result: yes
# configure:5032: checking version number
# configure:5035: result: 0.5pl20
# configure:5160: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 97068aeed34c
#
# config.status:839: creating Makefile
# config.status:938: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status:839: creating tcl/Makefile
# config.status:938: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir setting
# config.status:839: creating unix/Makefile
# config.status:938: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir setting
# config.status:839: creating uulib/Makefile
# config.status:839: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_connect=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_isatty=yes
# ac_cv_func_popen=yes
# ac_cv_func_sin=no
# ac_cv_func_tempnam=yes
# ac_cv_header_direct_h=no
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_HOSTNAME=/usr/sbin/hostname
# ac_cv_path_MAILER=/usr/sbin/mailx
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# wi_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 0

CMD: config logfiles '/tmp/uudeview/src/uudeview-0.5.20/uulib/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 97068aeed34c
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -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 = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2153: checking for x86_64-unknown-linux-gcc
# configure:2183: result: no
# configure:2193: checking for gcc
# configure:2209: found /usr/sbin/gcc
# configure:2220: result: gcc
# configure:2449: checking for C compiler version
# configure:2458: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# 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:2469: $? = 0
# configure:2458: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured 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=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2469: $? = 0
# configure:2458: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2469: $? = 1
# configure:2458: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2469: $? = 1
# configure:2489: checking whether the C compiler works
# configure:2511: gcc conftest.c >&5
# configure:2515: $? = 0
# configure:2563: result: yes
# configure:2566: checking for C compiler default output file name
# configure:2568: result: a.out
# configure:2574: checking for suffix of executables
# configure:2581: gcc -o conftest conftest.c >&5
# configure:2585: $? = 0
# configure:2607: result:
# configure:2629: checking whether we are cross compiling
# configure:2637: gcc -o conftest conftest.c >&5
# configure:2641: $? = 0
# configure:2648: ./conftest
# configure:2652: $? = 0
# configure:2667: result: no
# configure:2672: checking for suffix of object files
# configure:2694: gcc -c conftest.c >&5
# configure:2698: $? = 0
# configure:2719: result: o
# configure:2723: checking whether we are using the GNU C compiler
# configure:2742: gcc -c conftest.c >&5
# configure:2742: $? = 0
# configure:2751: result: yes
# configure:2760: checking whether gcc accepts -g
# configure:2780: gcc -c -g conftest.c >&5
# configure:2780: $? = 0
# configure:2821: result: yes
# configure:2838: checking for gcc option to accept ISO C89
# configure:2901: gcc -c conftest.c >&5
# configure:2901: $? = 0
# configure:2914: result: none needed
# configure:2939: checking how to run the C preprocessor
# configure:2970: gcc -E conftest.c
# configure:2970: $? = 0
# configure:2984: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2984: $? = 1
# configure: 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 -E
# configure:3029: gcc -E conftest.c
# configure:3029: $? = 0
# configure:3043: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3043: $? = 1
# configure: 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 prototypes
# configure:3086: gcc -c conftest.c >&5
# configure:3086: $? = 0
# configure:3094: result: yes
# configure:3097: checking whether make sets $(MAKE)
# configure:3119: result: yes
# configure:3131: checking for x86_64-unknown-linux-ranlib
# configure:3161: result: no
# configure:3171: checking for ranlib
# configure:3187: found /usr/sbin/ranlib
# configure:3198: result: ranlib
# configure:3236: checking for grep that handles long lines and -e
# configure:3294: result: /usr/sbin/grep
# configure:3299: checking for egrep
# configure:3361: result: /usr/sbin/grep -E
# configure:3366: checking for ANSI C header files
# configure:3386: gcc -c conftest.c >&5
# configure:3386: $? = 0
# configure:3459: gcc -o conftest conftest.c >&5
# configure:3459: $? = 0
# configure:3459: ./conftest
# configure:3459: $? = 0
# configure:3470: result: yes
# configure:3483: checking for sys/types.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for sys/stat.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for stdlib.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for string.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for memory.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for strings.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for inttypes.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for stdint.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3483: checking for unistd.h
# configure:3483: gcc -c conftest.c >&5
# configure:3483: $? = 0
# configure:3483: result: yes
# configure:3495: checking for size_t
# configure:3495: gcc -c conftest.c >&5
# configure:3495: $? = 0
# configure:3495: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:56:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:3495: $? = 1
# configure: 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: yes
# configure:3506: checking whether time.h and sys/time.h may both be included
# configure:3526: gcc -c conftest.c >&5
# configure:3526: $? = 0
# configure:3533: result: yes
# configure:3544: checking fcntl.h usability
# configure:3544: gcc -c conftest.c >&5
# configure:3544: $? = 0
# configure:3544: result: yes
# configure:3544: checking fcntl.h presence
# configure:3544: gcc -E conftest.c
# configure:3544: $? = 0
# configure:3544: result: yes
# configure:3544: checking for fcntl.h
# configure:3544: result: yes
# configure:3544: checking for unistd.h
# configure:3544: result: yes
# configure:3544: checking for memory.h
# configure:3544: result: yes
# configure:3544: checking malloc.h usability
# configure:3544: gcc -c conftest.c >&5
# configure:3544: $? = 0
# configure:3544: result: yes
# configure:3544: checking malloc.h presence
# configure:3544: gcc -E conftest.c
# configure:3544: $? = 0
# configure:3544: result: yes
# configure:3544: checking for malloc.h
# configure:3544: result: yes
# configure:3544: checking errno.h usability
# configure:3544: gcc -c conftest.c >&5
# configure:3544: $? = 0
# configure:3544: result: yes
# configure:3544: checking errno.h presence
# configure:3544: gcc -E conftest.c
# configure:3544: $? = 0
# configure:3544: result: yes
# configure:3544: checking for errno.h
# configure:3544: result: yes
# configure:3557: checking io.h usability
# configure:3557: gcc -c conftest.c >&5
# conftest.c:59:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3557: $? = 1
# configure: 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: no
# configure:3557: checking io.h presence
# configure:3557: gcc -E conftest.c
# conftest.c:26:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3557: $? = 1
# configure: 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: no
# configure:3557: checking for io.h
# configure:3557: result: no
# configure:3557: checking sys/time.h usability
# configure:3557: gcc -c conftest.c >&5
# configure:3557: $? = 0
# configure:3557: result: yes
# configure:3557: checking sys/time.h presence
# configure:3557: gcc -E conftest.c
# configure:3557: $? = 0
# configure:3557: result: yes
# configure:3557: checking for sys/time.h
# configure:3557: result: yes
# configure:3569: checking for gettimeofday
# configure:3569: gcc -o conftest conftest.c >&5
# configure:3569: $? = 0
# configure:3569: result: yes
# configure:3579: checking for tempnam
# configure: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: $? = 0
# configure:3579: result: yes
# configure:3593: checking for strerror
# configure:3610: gcc -o conftest conftest.c >&5
# conftest.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: $? = 0
# configure:3619: result: yes
# configure:3622: checking for stdin
# configure:3640: gcc -o conftest conftest.c >&5
# configure:3640: $? = 0
# configure:3649: result: yes
# configure:3709: checking version number
# configure:3712: result: 0.5pl20
# configure:3837: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 97068aeed34c
#
# config.status:812: creating Makefile
# config.status:812: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gettimeofday=yes
# ac_cv_func_tempnam=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# wi_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