Build of ssmtp with vanilla toolchain

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

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

SLOCLanguage
2,036 ansic
331 sh
66 makefile
2,433 total

The process tree of the build process is here.

Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:

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: ssmtp 2.64-8 (Wed Aug 24 14:00:26 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking how to run the C preprocessor... gcc -E
# 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 limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for strings.h... (cached) yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for obsolete openlog... no
# checking for an ANSI C-conforming const... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for library containing gethostname... none required
# checking for library containing socket... none required
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for gethostname... yes
# checking for socket... yes
# checking for strdup... yes
# checking for strstr... yes
# configure: creating ./config.status
# config.status: creating Makefile
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\" -c -o ssmtp.o ssmtp.c
# ssmtp.c:58:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *auth_user = (char)NULL;
# ^
# ssmtp.c:58:19: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:59:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *auth_pass = (char)NULL;
# ^
# ssmtp.c:59:19: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:60:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */
# ^
# ssmtp.c:60:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:61:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *mail_domain = (char)NULL;
# ^
# ssmtp.c:61:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:62:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *from = (char)NULL; /* Use this as the From: address */
# ^
# ssmtp.c:62:14: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:65:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *minus_f = (char)NULL;
# ^
# ssmtp.c:65:17: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:66:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *minus_F = (char)NULL;
# ^
# ssmtp.c:66:17: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:68:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *prog = (char)NULL;
# ^
# ssmtp.c:68:14: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:71:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *uad = (char)NULL;
# ^
# ssmtp.c:71:13: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c:72:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char *config_file = (char)NULL; /* alternate configuration file */
# ^
# ssmtp.c:72:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# ssmtp.c: In function 'strip_post_ws':
# ssmtp.c:264:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *p = (char)NULL;
# ^
# ssmtp.c: In function 'addr_parse':
# ssmtp.c:290:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *p = (char)NULL;
# ^
# ssmtp.c:313:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *q = (char)NULL;
# ^
# ssmtp.c: In function 'standardise':
# ssmtp.c:366:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *p = (char)NULL;
# ^
# ssmtp.c: In function 'revaliases':
# ssmtp.c:387:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *p = (char)NULL;
# ^
# ssmtp.c: In function 'rcpt_save':
# ssmtp.c:522:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# if(*str == (char)NULL) {
# ^
# ssmtp.c: In function 'rcpt_parse':
# ssmtp.c:579:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# if(*(q + 1) == (char)NULL) {
# ^
# ssmtp.c:587:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *q = (char)NULL;
# ^
# ssmtp.c: In function 'header_save':
# ssmtp.c:679:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# if(*(p + 6) == (char)NULL) {
# ^
# ssmtp.c: In function 'header_parse':
# ssmtp.c:744:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# char l = (char)NULL;
# ^
# ssmtp.c:779:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *q = (char)NULL;
# ^
# ssmtp.c:781:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *q = (char)NULL;
# ^
# ssmtp.c:812:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *q = (char)NULL;
# ^
# ssmtp.c:814:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *q = (char)NULL;
# ^
# ssmtp.c: In function 'read_config':
# ssmtp.c:879:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# *p = (char)NULL;
# ^
# ssmtp.c: In function 'smtp_open':
# ssmtp.c:1128:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# meth=SSLv23_client_method();
# ^
# ssmtp.c: In function 'fd_gets':
# ssmtp.c:1313:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# buf[i] = (char)NULL;
# ^
# ssmtp.c: In function 'parse_options':
# ssmtp.c:1740:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# while(argv[i][++j] != (char)NULL) {
# ^
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\" -c -o arpadate.o arpadate.c
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\" -c -o base64.o base64.c
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\" -c -o xgethostname.o xgethostname.c
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\" -c -o md5auth/md5c.o md5auth/md5c.c
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\" -c -o md5auth/hmac_md5.o md5auth/hmac_md5.c
# gcc -o ssmtp ssmtp.o arpadate.o base64.o xgethostname.o md5auth/md5c.o md5auth/hmac_md5.o -lssl -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1 -DSSMTPCONFDIR=\"/etc/ssmtp\" -DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/etc/ssmtp/revaliases\"
# /usr/sbin/ld: ssmtp.o: undefined reference to symbol 'X509_free'
# /usr/lib/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
# collect2: error: ld returned 1 exit status
# make: *** [Makefile:82: ssmtp] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/ssmtp/src/ssmtp-2.64/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 --sysconfdir=/etc --mandir=/usr/share/man --enable-md5auth --enable-ssl --enable-inet6
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 089d872a3bc2
# 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:2107: checking for x86_64-unknown-linux-gcc
# configure:2137: result: no
# configure:2147: checking for gcc
# configure:2163: found /usr/sbin/gcc
# configure:2174: result: gcc
# configure:2403: checking for C compiler version
# configure:2412: 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:2423: $? = 0
# configure:2412: 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:2423: $? = 0
# configure:2412: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2423: $? = 1
# configure:2412: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2423: $? = 1
# configure:2443: checking whether the C compiler works
# configure:2465: gcc conftest.c >&5
# configure:2469: $? = 0
# configure:2517: result: yes
# configure:2520: checking for C compiler default output file name
# configure:2522: result: a.out
# configure:2528: checking for suffix of executables
# configure:2535: gcc -o conftest conftest.c >&5
# configure:2539: $? = 0
# configure:2561: result:
# configure:2583: checking whether we are cross compiling
# configure:2591: gcc -o conftest conftest.c >&5
# configure:2595: $? = 0
# configure:2602: ./conftest
# configure:2606: $? = 0
# configure:2621: result: no
# configure:2626: checking for suffix of object files
# configure:2648: gcc -c conftest.c >&5
# configure:2652: $? = 0
# configure:2673: result: o
# configure:2677: checking whether we are using the GNU C compiler
# configure:2696: gcc -c conftest.c >&5
# configure:2696: $? = 0
# configure:2705: result: yes
# configure:2714: checking whether gcc accepts -g
# configure:2734: gcc -c -g conftest.c >&5
# configure:2734: $? = 0
# configure:2775: result: yes
# configure:2792: checking for gcc option to accept ISO C89
# configure:2855: gcc -c conftest.c >&5
# configure:2855: $? = 0
# configure:2868: result: none needed
# configure:2931: checking for a BSD-compatible install
# configure:2999: result: /usr/bin/install -c
# configure:3010: checking whether ln -s works
# configure:3014: result: yes
# configure:3029: checking how to run the C preprocessor
# configure:3060: gcc -E conftest.c
# configure:3060: $? = 0
# configure:3074: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3074: $? = 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:3099: result: gcc -E
# configure:3119: gcc -E conftest.c
# configure:3119: $? = 0
# configure:3133: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3133: $? = 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:3162: checking for grep that handles long lines and -e
# configure:3220: result: /usr/sbin/grep
# configure:3225: checking for egrep
# configure:3287: result: /usr/sbin/grep -E
# configure:3292: checking for ANSI C header files
# configure:3312: gcc -c conftest.c >&5
# configure:3312: $? = 0
# configure:3385: gcc -o conftest conftest.c >&5
# configure:3385: $? = 0
# configure:3385: ./conftest
# configure:3385: $? = 0
# configure:3396: result: yes
# configure:3409: checking for sys/types.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for sys/stat.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for stdlib.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for string.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for memory.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for strings.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for inttypes.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for stdint.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3409: checking for unistd.h
# configure:3409: gcc -c conftest.c >&5
# configure:3409: $? = 0
# configure:3409: result: yes
# configure:3424: checking limits.h usability
# configure:3424: gcc -c conftest.c >&5
# configure:3424: $? = 0
# configure:3424: result: yes
# configure:3424: checking limits.h presence
# configure:3424: gcc -E conftest.c
# configure:3424: $? = 0
# configure:3424: result: yes
# configure:3424: checking for limits.h
# configure:3424: result: yes
# configure:3424: checking for strings.h
# configure:3424: result: yes
# configure:3424: checking syslog.h usability
# configure:3424: gcc -c conftest.c >&5
# configure:3424: $? = 0
# configure:3424: result: yes
# configure:3424: checking syslog.h presence
# configure:3424: gcc -E conftest.c
# configure:3424: $? = 0
# configure:3424: result: yes
# configure:3424: checking for syslog.h
# configure:3424: result: yes
# configure:3424: checking for unistd.h
# configure:3424: result: yes
# configure:3436: checking for obsolete openlog
# configure:3452: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:2: error: too few arguments to function 'openlog'
# openlog("xx",1);
# ^~~~~~~
# In file included from /usr/include/syslog.h:1:0,
# from conftest.c:23:
# /usr/include/sys/syslog.h:181:13: note: declared here
# extern void openlog (const char *__ident, int __option, int __facility);
# ^~~~~~~
# configure:3452: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | openlog("xx",1);
# | ;
# | return 0;
# | }
# configure:3460: result: no
# configure:3464: checking for an ANSI C-conforming const
# configure:3530: gcc -c conftest.c >&5
# configure:3530: $? = 0
# configure:3537: result: yes
# configure:3545: checking whether struct tm is in sys/time.h or time.h
# configure:3565: gcc -c conftest.c >&5
# configure:3565: $? = 0
# configure:3572: result: time.h
# configure:3581: checking for library containing gethostname
# configure:3612: gcc -o conftest conftest.c >&5
# configure:3612: $? = 0
# configure:3629: result: none required
# configure:3637: checking for library containing socket
# configure:3668: gcc -o conftest conftest.c >&5
# configure:3668: $? = 0
# configure:3685: result: none required
# configure:3694: checking return type of signal handlers
# configure:3712: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:29:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:3712: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:3719: result: void
# configure:3729: checking for vprintf
# configure:3729: gcc -o conftest conftest.c >&5
# conftest.c:47:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# configure:3729: $? = 0
# configure:3729: result: yes
# configure:3735: checking for _doprnt
# configure:3735: gcc -o conftest conftest.c >&5
# /tmp/ccYjdnC2.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:3735: $? = 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 STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:3735: result: no
# configure:3749: checking for gethostname
# configure:3749: gcc -o conftest conftest.c >&5
# configure:3749: $? = 0
# configure:3749: result: yes
# configure:3749: checking for socket
# configure:3749: gcc -o conftest conftest.c >&5
# configure:3749: $? = 0
# configure:3749: result: yes
# configure:3749: checking for strdup
# configure:3749: gcc -o conftest conftest.c >&5
# conftest.c:50:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:3749: $? = 0
# configure:3749: result: yes
# configure:3749: checking for strstr
# configure:3749: gcc -o conftest conftest.c >&5
# conftest.c:51:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:3749: $? = 0
# configure:3749: result: yes
# configure:3969: 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 089d872a3bc2
#
# config.status:730: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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__doprnt=no
# ac_cv_func_gethostname=yes
# ac_cv_func_socket=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_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_types_h=yes
# ac_cv_header_syslog_h=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_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_gethostname='none required'
# ac_cv_search_socket='none required'
# ac_cv_struct_tm=time.h
# ac_cv_type_signal=void
# ssmtp_cv_obsolete_openlog=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DMD5AUTH=1'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lssl'
# LN_S='ln -s'
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# SRCS=' md5auth/md5c.c md5auth/hmac_md5.c'
# 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='/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 STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_SOCKET 1
# #define HAVE_STRDUP 1
# #define HAVE_STRSTR 1
# #define REWRITE_DOMAIN 1
# #define HAVE_SSL 1
# #define INET6 1
# #define MD5AUTH 1
#
# configure: exit 0