Build of nullmailer with clang_glibc toolchain

The build took 00h 00m 32s and was NOT successful.

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

SLOCLanguage
6,132 cpp
4,925 makefile
1,345 sh
184 perl
12,586 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: nullmailer 2.0-2 (Thu Apr 13 17:47:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking whether clang++ accepts -fno-rtti... yes
# checking whether clang++ accepts -fno-exceptions... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for strip... /usr/bin/strip
# checking for rm... /usr/bin/rm
# checking for mkdir... /usr/bin/mkdir
# checking for socket in -lxnet... no
# checking for socket in -linet... no
# checking for socket in -lsocket... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking how to run the C++ preprocessor... clang++ -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking whether time.h and sys/time.h may both be included... 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 sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking for size_t... yes
# checking whether struct tm contains tm_isdst... yes
# checking whether struct tm contains __tm_isdst... no
# checking whether struct tm contains tm_gmtoff... yes
# checking whether struct tm contains __tm_gmtoff... no
# checking whether struct utsname contains domainname... yes
# checking whether struct utsname contains __domainname... no
# checking whether named pipes are buggy... no
# checking for setenv... yes
# checking for srandom... yes
# checking for getaddrinfo... yes
# checking for gnutls_certificate_set_verify_function in -lgnutls... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/cli++/Makefile
# config.status: creating lib/fdbuf/Makefile
# config.status: creating lib/mystring/Makefile
# config.status: creating protocols/Makefile
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0'
# Making all in doc
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# Making all in lib
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# Making all in cli++
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.cc
# mv -f .deps/messages.Tpo .deps/messages.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT only_long.o -MD -MP -MF .deps/only_long.Tpo -c -o only_long.o only_long.cc
# mv -f .deps/only_long.Tpo .deps/only_long.Po
# rm -f libcli++.a
# ar cru libcli++.a main.o messages.o only_long.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libcli++.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# Making all in fdbuf
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdbuf.o -MD -MP -MF .deps/fdbuf.Tpo -c -o fdbuf.o fdbuf.cc
# fdbuf.cc:60:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
# delete buf;
# ^
# []
# fdbuf.cc:27:9: note: allocated with 'new[]' here
# : buf(new char[bufsz]),
# ^
# 1 warning generated.
# mv -f .deps/fdbuf.Tpo .deps/fdbuf.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdbuf_copy.o -MD -MP -MF .deps/fdbuf_copy.Tpo -c -o fdbuf_copy.o fdbuf_copy.cc
# mv -f .deps/fdbuf_copy.Tpo .deps/fdbuf_copy.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf.o -MD -MP -MF .deps/fdibuf.Tpo -c -o fdibuf.o fdibuf.cc
# mv -f .deps/fdibuf.Tpo .deps/fdibuf.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
# mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_chownmod.o -MD -MP -MF .deps/fdobuf_chownmod.Tpo -c -o fdobuf_chownmod.o fdobuf_chownmod.cc
# mv -f .deps/fdobuf_chownmod.Tpo .deps/fdobuf_chownmod.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_seek.o -MD -MP -MF .deps/fdobuf_seek.Tpo -c -o fdobuf_seek.o fdobuf_seek.cc
# mv -f .deps/fdobuf_seek.Tpo .deps/fdobuf_seek.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_signed.o -MD -MP -MF .deps/fdobuf_signed.Tpo -c -o fdobuf_signed.o fdobuf_signed.cc
# mv -f .deps/fdobuf_signed.Tpo .deps/fdobuf_signed.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_unsigned.o -MD -MP -MF .deps/fdobuf_unsigned.Tpo -c -o fdobuf_unsigned.o fdobuf_unsigned.cc
# mv -f .deps/fdobuf_unsigned.Tpo .deps/fdobuf_unsigned.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT tlsibuf.o -MD -MP -MF .deps/tlsibuf.Tpo -c -o tlsibuf.o tlsibuf.cc
# mv -f .deps/tlsibuf.Tpo .deps/tlsibuf.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT tlsobuf.o -MD -MP -MF .deps/tlsobuf.Tpo -c -o tlsobuf.o tlsobuf.cc
# mv -f .deps/tlsobuf.Tpo .deps/tlsobuf.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_mystring.o -MD -MP -MF .deps/fdibuf_mystring.Tpo -c -o fdibuf_mystring.o fdibuf_mystring.cc
# mv -f .deps/fdibuf_mystring.Tpo .deps/fdibuf_mystring.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_netstring.o -MD -MP -MF .deps/fdibuf_netstring.Tpo -c -o fdibuf_netstring.o fdibuf_netstring.cc
# mv -f .deps/fdibuf_netstring.Tpo .deps/fdibuf_netstring.Po
# rm -f libfdbuf.a
# ar cru libfdbuf.a fdbuf.o fdbuf_copy.o fdibuf.o fdobuf.o fdobuf_chownmod.o fdobuf_seek.o fdobuf_signed.o fdobuf_unsigned.o tlsibuf.o tlsobuf.o fdibuf_mystring.o fdibuf_netstring.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libfdbuf.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# Making all in mystring
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT append.o -MD -MP -MF .deps/append.Tpo -c -o append.o append.cc
# mv -f .deps/append.Tpo .deps/append.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT assign.o -MD -MP -MF .deps/assign.Tpo -c -o assign.o assign.cc
# mv -f .deps/assign.Tpo .deps/assign.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT count.o -MD -MP -MF .deps/count.Tpo -c -o count.o count.cc
# mv -f .deps/count.Tpo .deps/count.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
# mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_first_ch.o -MD -MP -MF .deps/find_first_ch.Tpo -c -o find_first_ch.o find_first_ch.cc
# mv -f .deps/find_first_ch.Tpo .deps/find_first_ch.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_first_of.o -MD -MP -MF .deps/find_first_of.Tpo -c -o find_first_of.o find_first_of.cc
# mv -f .deps/find_first_of.Tpo .deps/find_first_of.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_last_ch.o -MD -MP -MF .deps/find_last_ch.Tpo -c -o find_last_ch.o find_last_ch.cc
# mv -f .deps/find_last_ch.Tpo .deps/find_last_ch.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_last_of.o -MD -MP -MF .deps/find_last_of.Tpo -c -o find_last_of.o find_last_of.cc
# mv -f .deps/find_last_of.Tpo .deps/find_last_of.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT iter.o -MD -MP -MF .deps/iter.Tpo -c -o iter.o iter.cc
# mv -f .deps/iter.Tpo .deps/iter.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT join.o -MD -MP -MF .deps/join.Tpo -c -o join.o join.cc
# mv -f .deps/join.Tpo .deps/join.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT lower.o -MD -MP -MF .deps/lower.Tpo -c -o lower.o lower.cc
# mv -f .deps/lower.Tpo .deps/lower.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT lstrip.o -MD -MP -MF .deps/lstrip.Tpo -c -o lstrip.o lstrip.cc
# mv -f .deps/lstrip.Tpo .deps/lstrip.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT mystring.o -MD -MP -MF .deps/mystring.Tpo -c -o mystring.o mystring.cc
# mv -f .deps/mystring.Tpo .deps/mystring.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT rep.o -MD -MP -MF .deps/rep.Tpo -c -o rep.o rep.cc
# mv -f .deps/rep.Tpo .deps/rep.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT rstrip.o -MD -MP -MF .deps/rstrip.Tpo -c -o rstrip.o rstrip.cc
# mv -f .deps/rstrip.Tpo .deps/rstrip.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT sub.o -MD -MP -MF .deps/sub.Tpo -c -o sub.o sub.cc
# mv -f .deps/sub.Tpo .deps/sub.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT subst.o -MD -MP -MF .deps/subst.Tpo -c -o subst.o subst.cc
# mv -f .deps/subst.Tpo .deps/subst.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT strip.o -MD -MP -MF .deps/strip.Tpo -c -o strip.o strip.cc
# mv -f .deps/strip.Tpo .deps/strip.Po
# clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT upper.o -MD -MP -MF .deps/upper.Tpo -c -o upper.o upper.cc
# mv -f .deps/upper.Tpo .deps/upper.Po
# rm -f libmystring.a
# ar cru libmystring.a append.o assign.o count.o fdobuf.o find_first_ch.o find_first_of.o find_last_ch.o find_last_of.o iter.o join.o lower.o lstrip.o mystring.o rep.o rstrip.o sub.o subst.o strip.o upper.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libmystring.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT address.o -MD -MP -MF .deps/address.Tpo -c -o address.o address.cc
# mv -f .deps/address.Tpo .deps/address.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.cc
# mv -f .deps/argparse.Tpo .deps/argparse.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.cc
# mv -f .deps/base64.Tpo .deps/base64.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT canonicalize.o -MD -MP -MF .deps/canonicalize.Tpo -c -o canonicalize.o canonicalize.cc
# mv -f .deps/canonicalize.Tpo .deps/canonicalize.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_path.o -MD -MP -MF .deps/config_path.Tpo -c -o config_path.o config_path.cc
# mv -f .deps/config_path.Tpo .deps/config_path.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_read.o -MD -MP -MF .deps/config_read.Tpo -c -o config_read.o config_read.cc
# mv -f .deps/config_read.Tpo .deps/config_read.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_readlist.o -MD -MP -MF .deps/config_readlist.Tpo -c -o config_readlist.o config_readlist.cc
# mv -f .deps/config_readlist.Tpo .deps/config_readlist.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_readint.o -MD -MP -MF .deps/config_readint.Tpo -c -o config_readint.o config_readint.cc
# mv -f .deps/config_readint.Tpo .deps/config_readint.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_syserr.o -MD -MP -MF .deps/config_syserr.Tpo -c -o config_syserr.o config_syserr.cc
# mv -f .deps/config_syserr.Tpo .deps/config_syserr.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT tcpconnect.o -MD -MP -MF .deps/tcpconnect.Tpo -c -o tcpconnect.o tcpconnect.cc
# mv -f .deps/tcpconnect.Tpo .deps/tcpconnect.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT errcodes.o -MD -MP -MF .deps/errcodes.Tpo -c -o errcodes.o errcodes.cc
# mv -f .deps/errcodes.Tpo .deps/errcodes.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT hostname.o -MD -MP -MF .deps/hostname.Tpo -c -o hostname.o hostname.cc
# mv -f .deps/hostname.Tpo .deps/hostname.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT itoa.o -MD -MP -MF .deps/itoa.Tpo -c -o itoa.o itoa.cc
# mv -f .deps/itoa.Tpo .deps/itoa.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT makefield.o -MD -MP -MF .deps/makefield.Tpo -c -o makefield.o makefield.cc
# mv -f .deps/makefield.Tpo .deps/makefield.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT netstring.o -MD -MP -MF .deps/netstring.Tpo -c -o netstring.o netstring.cc
# mv -f .deps/netstring.Tpo .deps/netstring.Po
# clang++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT forkexec.o -MD -MP -MF .deps/forkexec.Tpo -c -o forkexec.o forkexec.cc
# forkexec.cc:57:23: error: variable length array of non-POD element type 'autoclose_pipe'
# autoclose_pipe pipes[redirn];
# ^
# 1 error generated.
# make[3]: *** [Makefile:429: forkexec.o] Error 1
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[2]: *** [Makefile:449: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[1]: *** [Makefile:364: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0'
# make: *** [Makefile:305: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/nullmailer/src/nullmailer-2.0/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 nullmailer configure 2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libexecdir=/usr/lib/nullmailer --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --enable-tls
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5ac9f8ea5971
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2301: checking for a BSD-compatible install
# configure:2369: result: /usr/bin/install -c
# configure:2380: checking whether build environment is sane
# configure:2435: result: yes
# configure:2494: checking for x86_64-unknown-linux-strip
# configure:2524: result: no
# configure:2534: checking for strip
# configure:2550: found /usr/bin/strip
# configure:2561: result: strip
# configure:2586: checking for a thread-safe mkdir -p
# configure:2625: result: /usr/bin/mkdir -p
# configure:2632: checking for gawk
# configure:2648: found /usr/bin/gawk
# configure:2659: result: gawk
# configure:2670: checking whether make sets $(MAKE)
# configure:2692: result: yes
# configure:2721: checking whether make supports nested variables
# configure:2738: result: yes
# configure:2866: checking whether make sets $(MAKE)
# configure:2888: result: yes
# configure:2906: checking for x86_64-unknown-linux-gcc
# configure:2933: result: clang
# configure:3202: checking for C compiler version
# configure:3211: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3222: $? = 0
# configure:3211: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3222: $? = 0
# configure:3211: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3222: $? = 1
# configure:3211: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3222: $? = 1
# configure:3242: checking whether the C compiler works
# configure:3264: clang conftest.c >&5
# configure:3268: $? = 0
# configure:3316: result: yes
# configure:3319: checking for C compiler default output file name
# configure:3321: result: a.out
# configure:3327: checking for suffix of executables
# configure:3334: clang -o conftest conftest.c >&5
# configure:3338: $? = 0
# configure:3360: result:
# configure:3382: checking whether we are cross compiling
# configure:3390: clang -o conftest conftest.c >&5
# configure:3394: $? = 0
# configure:3401: ./conftest
# configure:3405: $? = 0
# configure:3420: result: no
# configure:3425: checking for suffix of object files
# configure:3447: clang -c conftest.c >&5
# configure:3451: $? = 0
# configure:3472: result: o
# configure:3476: checking whether we are using the GNU C compiler
# configure:3495: clang -c conftest.c >&5
# configure:3495: $? = 0
# configure:3504: result: yes
# configure:3513: checking whether clang accepts -g
# configure:3533: clang -c -g conftest.c >&5
# configure:3533: $? = 0
# configure:3574: result: yes
# configure:3591: checking for clang option to accept ISO C89
# configure:3654: clang -c conftest.c >&5
# configure:3654: $? = 0
# configure:3667: result: none needed
# configure:3692: checking whether clang understands -c and -o together
# configure:3714: clang -c conftest.c -o conftest2.o
# configure:3717: $? = 0
# configure:3714: clang -c conftest.c -o conftest2.o
# configure:3717: $? = 0
# configure:3729: result: yes
# configure:3757: checking for style of include used by make
# configure:3785: result: GNU
# configure:3811: checking dependency style of clang
# configure:3922: result: gcc3
# configure:4049: checking for C++ compiler version
# configure:4058: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4069: $? = 0
# configure:4058: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4069: $? = 0
# configure:4058: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4069: $? = 1
# configure:4058: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4069: $? = 1
# configure:4073: checking whether we are using the GNU C++ compiler
# configure:4092: clang++ -c conftest.cpp >&5
# configure:4092: $? = 0
# configure:4101: result: yes
# configure:4110: checking whether clang++ accepts -g
# configure:4130: clang++ -c -g conftest.cpp >&5
# configure:4130: $? = 0
# configure:4171: result: yes
# configure:4196: checking dependency style of clang++
# configure:4307: result: gcc3
# configure:4322: checking whether clang++ accepts -fno-rtti
# configure:4337: result: yes
# configure:4341: checking whether clang++ accepts -fno-exceptions
# configure:4356: result: yes
# configure:4368: checking for x86_64-unknown-linux-ranlib
# configure:4398: result: no
# configure:4408: checking for ranlib
# configure:4424: found /usr/bin/ranlib
# configure:4435: result: ranlib
# configure:4459: checking for strip
# configure:4477: found /usr/bin/strip
# configure:4489: result: /usr/bin/strip
# configure:4499: checking for rm
# configure:4517: found /usr/bin/rm
# configure:4529: result: /usr/bin/rm
# configure:4539: checking for mkdir
# configure:4557: found /usr/bin/mkdir
# configure:4569: result: /usr/bin/mkdir
# configure:4579: checking for socket in -lxnet
# configure:4604: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -lxnet >&5
# /usr/bin/ld: cannot find -lxnet
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4604: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4613: result: no
# configure:4624: checking for socket in -linet
# configure:4649: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -linet >&5
# /usr/bin/ld: cannot find -linet
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4658: result: no
# configure:4669: checking for socket in -lsocket
# configure:4694: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4694: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4703: result: no
# configure:4718: checking for dirent.h that defines DIR
# configure:4737: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:4737: $? = 0
# configure:4745: result: yes
# configure:4758: checking for library containing opendir
# configure:4789: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:4789: $? = 0
# configure:4806: result: none required
# configure:4878: checking how to run the C++ preprocessor
# configure:4905: clang++ -E conftest.cpp
# configure:4905: $? = 0
# configure:4919: clang++ -E conftest.cpp
# conftest.cpp:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4919: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:4944: result: clang++ -E
# configure:4964: clang++ -E conftest.cpp
# configure:4964: $? = 0
# configure:4978: clang++ -E conftest.cpp
# conftest.cpp:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4978: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:5007: checking for grep that handles long lines and -e
# configure:5065: result: /usr/bin/grep
# configure:5070: checking for egrep
# configure:5132: result: /usr/bin/grep -E
# configure:5137: checking for ANSI C header files
# configure:5157: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5157: $? = 0
# configure:5230: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5230: $? = 0
# configure:5230: ./conftest
# configure:5230: $? = 0
# configure:5241: result: yes
# configure:5249: checking for sys/wait.h that is POSIX.1 compatible
# configure:5275: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5275: $? = 0
# configure:5282: result: yes
# configure:5290: checking whether time.h and sys/time.h may both be included
# configure:5310: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5310: $? = 0
# configure:5317: result: yes
# configure:5330: checking for sys/types.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for sys/stat.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for stdlib.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for string.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for memory.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for strings.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for inttypes.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for stdint.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for unistd.h
# configure:5330: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5345: checking sys/time.h usability
# configure:5345: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5345: $? = 0
# configure:5345: result: yes
# configure:5345: checking sys/time.h presence
# configure:5345: clang++ -E conftest.cpp
# configure:5345: $? = 0
# configure:5345: result: yes
# configure:5345: checking for sys/time.h
# configure:5345: result: yes
# configure:5345: checking for unistd.h
# configure:5345: result: yes
# configure:5356: checking for size_t
# configure:5356: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5356: $? = 0
# configure:5356: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:62:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_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:5356: result: yes
# configure:5369: checking whether struct tm contains tm_isdst
# configure:5390: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:37:35: warning: expression result unused [-Wunused-value]
# int main() { struct tm* foo; foo->tm_isdst; }
# ~~~ ^~~~~~~~
# conftest.cpp:37:30: warning: variable 'foo' is uninitialized when used here [-Wuninitialized]
# int main() { struct tm* foo; foo->tm_isdst; }
# ^~~
# conftest.cpp:37:28: note: initialize the variable 'foo' to silence this warning
# int main() { struct tm* foo; foo->tm_isdst; }
# ^
# = NULL
# 2 warnings generated.
# configure:5390: $? = 0
# configure:5397: result: yes
# configure:5400: checking whether struct tm contains __tm_isdst
# configure:5421: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:37:35: error: no member named '__tm_isdst' in 'tm'; did you mean 'tm_isdst'?
# int main() { struct tm* foo; foo->__tm_isdst; }
# ^~~~~~~~~~
# tm_isdst
# /usr/include/time.h:143:7: note: 'tm_isdst' declared here
# int tm_isdst; /* DST. [-1/0/1]*/
# ^
# conftest.cpp:37:35: warning: expression result unused [-Wunused-value]
# int main() { struct tm* foo; foo->__tm_isdst; }
# ~~~ ^~~~~~~~~~
# 1 warning and 1 error generated.
# configure:5421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | #if TIME_WITH_SYS_TIME
# | # include
# | # include
# | #else
# | # if HAVE_SYS_TIME_H
# | # include
# | # else
# | # include
# | # endif
# | #endif
# | int main() { struct tm* foo; foo->__tm_isdst; }
# |
# configure:5428: result: no
# configure:5440: checking whether struct tm contains tm_gmtoff
# configure:5461: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:38:35: warning: expression result unused [-Wunused-value]
# int main() { struct tm* foo; foo->tm_gmtoff; }
# ~~~ ^~~~~~~~~
# conftest.cpp:38:30: warning: variable 'foo' is uninitialized when used here [-Wuninitialized]
# int main() { struct tm* foo; foo->tm_gmtoff; }
# ^~~
# conftest.cpp:38:28: note: initialize the variable 'foo' to silence this warning
# int main() { struct tm* foo; foo->tm_gmtoff; }
# ^
# = NULL
# 2 warnings generated.
# configure:5461: $? = 0
# configure:5468: result: yes
# configure:5471: checking whether struct tm contains __tm_gmtoff
# configure:5492: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:38:35: error: no member named '__tm_gmtoff' in 'tm'; did you mean 'tm_gmtoff'?
# int main() { struct tm* foo; foo->__tm_gmtoff; }
# ^~~~~~~~~~~
# tm_gmtoff
# /usr/include/time.h:146:12: note: 'tm_gmtoff' declared here
# long int tm_gmtoff; /* Seconds east of UTC. */
# ^
# conftest.cpp:38:35: warning: expression result unused [-Wunused-value]
# int main() { struct tm* foo; foo->__tm_gmtoff; }
# ~~~ ^~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:5492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TM_HAS_ISDST tm_isdst
# | /* end confdefs.h. */
# |
# | #if TIME_WITH_SYS_TIME
# | # include
# | # include
# | #else
# | # if HAVE_SYS_TIME_H
# | # include
# | # else
# | # include
# | # endif
# | #endif
# | int main() { struct tm* foo; foo->__tm_gmtoff; }
# |
# configure:5499: result: no
# configure:5513: checking whether struct utsname contains domainname
# configure:5525: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:30:40: warning: expression result unused [-Wunused-value]
# int main() { struct utsname* foo; foo->domainname; }
# ~~~ ^~~~~~~~~~
# conftest.cpp:30:35: warning: variable 'foo' is uninitialized when used here [-Wuninitialized]
# int main() { struct utsname* foo; foo->domainname; }
# ^~~
# conftest.cpp:30:33: note: initialize the variable 'foo' to silence this warning
# int main() { struct utsname* foo; foo->domainname; }
# ^
# = 0
# 2 warnings generated.
# configure:5525: $? = 0
# configure:5532: result: yes
# configure:5535: checking whether struct utsname contains __domainname
# configure:5547: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp:30:40: error: no member named '__domainname' in 'utsname'; did you mean 'domainname'?
# int main() { struct utsname* foo; foo->__domainname; }
# ^~~~~~~~~~~~
# domainname
# /usr/include/sys/utsname.h:67:10: note: 'domainname' declared here
# char domainname[_UTSNAME_DOMAIN_LENGTH];
# ^
# conftest.cpp:30:40: warning: expression result unused [-Wunused-value]
# int main() { struct utsname* foo; foo->__domainname; }
# ~~~ ^~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:5547: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TM_HAS_ISDST tm_isdst
# | #define TM_HAS_GMTOFF tm_gmtoff
# | /* end confdefs.h. */
# |
# | #include
# | int main() { struct utsname* foo; foo->__domainname; }
# |
# configure:5554: result: no
# configure:5567: checking whether named pipes are buggy
# configure:5605: result: no
# configure:5612: checking for setenv
# configure:5612: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5612: $? = 0
# configure:5612: result: yes
# configure:5612: checking for srandom
# configure:5612: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5612: $? = 0
# configure:5612: result: yes
# configure:5622: checking for getaddrinfo
# configure:5642: clang++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5642: $? = 0
# configure:5649: result: yes
# configure:5697: checking for gnutls_certificate_set_verify_function in -lgnutls
# configure:5722: clang++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -lgnutls >&5
# configure:5722: $? = 0
# configure:5731: result: yes
# configure:5851: checking that generated files are newer than configure
# configure:5857: result: done
# configure:5892: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by nullmailer config.status 2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5ac9f8ea5971
#
# config.status:888: creating Makefile
# config.status:888: creating doc/Makefile
# config.status:888: creating lib/Makefile
# config.status:888: creating lib/cli++/Makefile
# config.status:888: creating lib/fdbuf/Makefile
# config.status:888: creating lib/mystring/Makefile
# config.status:888: creating protocols/Makefile
# config.status:888: creating src/Makefile
# config.status:888: creating test/Makefile
# config.status:888: creating config.h
# config.status:1117: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# 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_setenv=yes
# ac_cv_func_srandom=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_inttypes_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_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_gnutls_gnutls_certificate_set_verify_function=yes
# ac_cv_lib_inet_socket=no
# ac_cv_lib_socket_socket=no
# ac_cv_lib_xnet_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MKDIR=/usr/bin/mkdir
# ac_cv_path_RM=/usr/bin/rm
# ac_cv_path_STRIP=/usr/bin/strip
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# local_cv_flag_NAMEDPIPEBUG=no
# local_cv_flag_NO_EXCEPTIONS=yes
# local_cv_flag_NO_RTTI=yes
# local_cv_flag_TM_HAS_GMTOFF=yes
# local_cv_flag_TM_HAS_ISDST=yes
# local_cv_flag_TM_HAS___GMTOFF=no
# local_cv_flag_TM_HAS___ISDST=no
# local_cv_flag_UTSNAME_HAS_DOMAINNAME=yes
# local_cv_flag_UTSNAME_HAS___DOMAINNAME=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -W -Wall'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -fno-rtti -fno-exceptions -W -Wall'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FDBUF_NO_MYSTRING_FALSE=''
# FDBUF_NO_MYSTRING_TRUE='#'
# GREP='/usr/bin/grep'
# HAVE_GETADDRINFO=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing makeinfo'
# MKDIR='/usr/bin/mkdir'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='nullmailer'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='nullmailer'
# PACKAGE_STRING='nullmailer 2.0'
# PACKAGE_TARNAME='nullmailer'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RM='/usr/bin/rm'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='/usr/bin/strip'
# TLS_FALSE='#'
# TLS_TRUE=''
# VERSION='2.0'
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/nullmailer'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "nullmailer"
# #define PACKAGE_TARNAME "nullmailer"
# #define PACKAGE_VERSION "2.0"
# #define PACKAGE_STRING "nullmailer 2.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "nullmailer"
# #define VERSION "2.0"
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define TM_HAS_ISDST tm_isdst
# #define TM_HAS_GMTOFF tm_gmtoff
# #define UTSNAME_HAS_DOMAINNAME domainname
# #define HAVE_SETENV 1
# #define HAVE_SRANDOM 1
# #define HAVE_GETADDRINFO /**/
# #define BUFSIZE 4096
# #define HAVE_TLS 1
# #define HAVE_GNUTLS_SET_VERIFY_FUNCTION 1
#
# configure: exit 0