The build took 00h 01m 29s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
2,036 |
ansic |
331 |
sh |
66 |
makefile |
2,433 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
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:
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/libexecCMD: 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: ssmtp 2.64-8 (Thu Apr 13 19:10:53 UTC 2017)==> 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... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking for a BSD-compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking for strings.h... (cached) yeschecking syslog.h usability... yeschecking syslog.h presence... yeschecking for syslog.h... yeschecking for unistd.h... (cached) yeschecking for obsolete openlog... nochecking for an ANSI C-conforming const... yeschecking whether struct tm is in sys/time.h or time.h... time.hchecking for library containing gethostname... none requiredchecking for library containing socket... none requiredchecking return type of signal handlers... voidchecking for vprintf... yeschecking for _doprnt... nochecking for gethostname... yeschecking for socket... yeschecking for strdup... yeschecking for strstr... yesconfigure: creating ./config.statusconfig.status: creating Makefileclang -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.cssmtp.c:58:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *auth_user = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:59:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *auth_pass = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:60:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */ ^ ~~~~~~~~~~ssmtp.c:61:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *mail_domain = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:62:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *from = (char)NULL; /* Use this as the From: address */ ^ ~~~~~~~~~~ssmtp.c:65:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *minus_f = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:66:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *minus_F = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:68:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *prog = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:71:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *uad = (char)NULL; ^ ~~~~~~~~~~ssmtp.c:72:7: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' [-Wint-conversion]char *config_file = (char)NULL; /* alternate configuration file */ ^ ~~~~~~~~~~ssmtp.c:617:11: warning: passing 'unsigned char [65]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy (secret, password, sizeof(secret)); ^~~~~~/usr/include/string.h:128:40: note: passing argument to parameter '__dest' hereextern char *strncpy (char *__restrict __dest, ^ssmtp.c:620:15: warning: passing 'unsigned char [2049]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] from64tobits(challenge, challengeb64); ^~~~~~~~~./ssmtp.h:45:24: note: passing argument to parameter hereint from64tobits(char *, const char *); ^ssmtp.c:622:29: warning: passing 'unsigned char [2049]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] hmac_md5(challenge, strlen(challenge), secret, strlen(secret), digest); ^~~~~~~~~/usr/include/string.h:394:35: note: passing argument to parameter '__s' hereextern size_t strlen (const char *__s) ^ssmtp.c:622:56: warning: passing 'unsigned char [65]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] hmac_md5(challenge, strlen(challenge), secret, strlen(secret), digest); ^~~~~~/usr/include/string.h:394:35: note: passing argument to parameter '__s' hereextern size_t strlen (const char *__s) ^ssmtp.c:633:11: warning: passing 'unsigned char [2049]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy (response, username, sizeof(response) - sizeof(digascii) - 2); ^~~~~~~~/usr/include/string.h:128:40: note: passing argument to parameter '__dest' hereextern char *strncpy (char *__restrict __dest, ^ssmtp.c:634:10: warning: passing 'unsigned char [2049]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat (response, " "); ^~~~~~~~/usr/include/string.h:133:39: note: passing argument to parameter '__dest' hereextern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ssmtp.c:635:10: warning: passing 'unsigned char [2049]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat (response, digascii); ^~~~~~~~/usr/include/string.h:133:39: note: passing argument to parameter '__dest' hereextern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ssmtp.c:635:20: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcat (response, digascii); ^~~~~~~~/usr/include/string.h:133:70: note: passing argument to parameter '__src' hereextern char *strcat (char *__restrict __dest, const char *__restrict __src) ^ssmtp.c:636:45: warning: passing 'unsigned char [2049]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(responseb64, response, strlen(response)); ^~~~~~~~/usr/include/string.h:394:35: note: passing argument to parameter '__s' hereextern size_t strlen (const char *__s) ^ssmtp.c:636:15: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(responseb64, response, strlen(response)); ^~~~~~~~~~~./ssmtp.h:44:34: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^ssmtp.c:628:2: warning: array index 32 is past the end of the array (which contains 32 elements) [-Warray-bounds] digascii[MD5_DIGEST_LEN * 2] = '\0'; ^ ~~~~~~~~~~~~~~~~~~ssmtp.c:610:2: note: array 'digascii' declared here unsigned char digascii[MD5_DIGEST_LEN * 2]; ^ssmtp.c:1128:6: warning: assigning to 'SSL_METHOD *' (aka 'struct ssl_method_st *') from 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] meth=SSLv23_client_method(); ^~~~~~~~~~~~~~~~~~~~~~~ssmtp.c:1511:16: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(buf, auth_user, strlen(auth_user)); ^~~./ssmtp.h:44:34: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^ssmtp.c:1511:21: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(buf, auth_user, strlen(auth_user)); ^~~~~~~~~./ssmtp.h:44:57: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^ssmtp.c:1523:17: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(buf, auth_user, strlen(auth_user)); ^~~./ssmtp.h:44:34: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^ssmtp.c:1523:22: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(buf, auth_user, strlen(auth_user)); ^~~~~~~~~./ssmtp.h:44:57: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^ssmtp.c:1533:16: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(buf, auth_pass, strlen(auth_pass)); ^~~./ssmtp.h:44:34: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^ssmtp.c:1533:21: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] to64frombits(buf, auth_pass, strlen(auth_pass)); ^~~~~~~~~./ssmtp.h:44:57: note: passing argument to parameter herevoid to64frombits(unsigned char *, const unsigned char *, int); ^28 warnings generated.clang -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.cclang -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.cclang -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.cclang -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.cclang -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.cclang -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/bin/ld: ssmtp.o: undefined reference to symbol 'X509_free'/usr/lib/libcrypto.so.1.0.0: error adding symbols: DSO missing from command lineclang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)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 whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --enable-md5auth --enable-ssl --enable-inet6## --------- #### Platform. #### --------- ##hostname = 9ffc8f9c8c7buname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2107: checking for x86_64-unknown-linux-gccconfigure:2134: result: clangconfigure:2403: checking for C compiler versionconfigure:2412: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:2423: $? = 0configure:2412: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:2423: $? = 0configure:2412: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2423: $? = 1configure:2412: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2423: $? = 1configure:2443: checking whether the C compiler worksconfigure:2465: clang conftest.c >&5configure:2469: $? = 0configure:2517: result: yesconfigure:2520: checking for C compiler default output file nameconfigure:2522: result: a.outconfigure:2528: checking for suffix of executablesconfigure:2535: clang -o conftest conftest.c >&5configure:2539: $? = 0configure:2561: result:configure:2583: checking whether we are cross compilingconfigure:2591: clang -o conftest conftest.c >&5configure:2595: $? = 0configure:2602: ./conftestconfigure:2606: $? = 0configure:2621: result: noconfigure:2626: checking for suffix of object filesconfigure:2648: clang -c conftest.c >&5configure:2652: $? = 0configure:2673: result: oconfigure:2677: checking whether we are using the GNU C compilerconfigure:2696: clang -c conftest.c >&5configure:2696: $? = 0configure:2705: result: yesconfigure:2714: checking whether clang accepts -gconfigure:2734: clang -c -g conftest.c >&5configure:2734: $? = 0configure:2775: result: yesconfigure:2792: checking for clang option to accept ISO C89configure:2855: clang -c conftest.c >&5configure:2855: $? = 0configure:2868: result: none neededconfigure:2931: checking for a BSD-compatible installconfigure:2999: result: /usr/bin/install -cconfigure:3010: checking whether ln -s worksconfigure:3014: result: yesconfigure:3029: checking how to run the C preprocessorconfigure:3060: clang -E conftest.cconfigure:3060: $? = 0configure:3074: clang -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3074: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3099: result: clang -Econfigure:3119: clang -E conftest.cconfigure:3119: $? = 0configure:3133: clang -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3133: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3162: checking for grep that handles long lines and -econfigure:3220: result: /usr/bin/grepconfigure:3225: checking for egrepconfigure:3287: result: /usr/bin/grep -Econfigure:3292: checking for ANSI C header filesconfigure:3312: clang -c conftest.c >&5configure:3312: $? = 0configure:3385: clang -o conftest conftest.c >&5configure:3385: $? = 0configure:3385: ./conftestconfigure:3385: $? = 0configure:3396: result: yesconfigure:3409: checking for sys/types.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for sys/stat.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for stdlib.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for string.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for memory.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for strings.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for inttypes.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for stdint.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3409: checking for unistd.hconfigure:3409: clang -c conftest.c >&5configure:3409: $? = 0configure:3409: result: yesconfigure:3424: checking limits.h usabilityconfigure:3424: clang -c conftest.c >&5configure:3424: $? = 0configure:3424: result: yesconfigure:3424: checking limits.h presenceconfigure:3424: clang -E conftest.cconfigure:3424: $? = 0configure:3424: result: yesconfigure:3424: checking for limits.hconfigure:3424: result: yesconfigure:3424: checking for strings.hconfigure:3424: result: yesconfigure:3424: checking syslog.h usabilityconfigure:3424: clang -c conftest.c >&5configure:3424: $? = 0configure:3424: result: yesconfigure:3424: checking syslog.h presenceconfigure:3424: clang -E conftest.cconfigure:3424: $? = 0configure:3424: result: yesconfigure:3424: checking for syslog.hconfigure:3424: result: yesconfigure:3424: checking for unistd.hconfigure:3424: result: yesconfigure:3436: checking for obsolete openlogconfigure:3452: clang -c conftest.c >&5conftest.c:27:16: error: too few arguments to function call, expected 3, have 2openlog("xx",1);~~~~~~~ ^/usr/include/sys/syslog.h:181:1: note: 'openlog' declared hereextern void openlog (const char *__ident, int __option, int __facility);^1 error generated.configure:3452: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define 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: noconfigure:3464: checking for an ANSI C-conforming constconfigure:3530: clang -c conftest.c >&5configure:3530: $? = 0configure:3537: result: yesconfigure:3545: checking whether struct tm is in sys/time.h or time.hconfigure:3565: clang -c conftest.c >&5configure:3565: $? = 0configure:3572: result: time.hconfigure:3581: checking for library containing gethostnameconfigure:3612: clang -o conftest conftest.c >&5configure:3612: $? = 0configure:3629: result: none requiredconfigure:3637: checking for library containing socketconfigure:3668: clang -o conftest conftest.c >&5configure:3668: $? = 0configure:3685: result: none requiredconfigure:3694: checking return type of signal handlersconfigure:3712: clang -c conftest.c >&5conftest.c:29:8: error: indirection requires pointer operand ('void' invalid)return *(signal (0, 0)) (0) == 1;^~~~~~~~~~~~~~~~~~~~1 error generated.configure:3712: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define 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: voidconfigure:3729: checking for vprintfconfigure:3729: clang -o conftest conftest.c >&5conftest.c:47:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]char vprintf ();^conftest.c:47:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'1 warning generated.configure:3729: $? = 0configure:3729: result: yesconfigure:3735: checking for _doprntconfigure:3735: clang -o conftest conftest.c >&5/tmp/conftest-e3b4c6.o: In function `main':conftest.c:(.text+0x12): undefined reference to `_doprnt'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:3735: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define 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: noconfigure:3749: checking for gethostnameconfigure:3749: clang -o conftest conftest.c >&5configure:3749: $? = 0configure:3749: result: yesconfigure:3749: checking for socketconfigure:3749: clang -o conftest conftest.c >&5configure:3749: $? = 0configure:3749: result: yesconfigure:3749: checking for strdupconfigure:3749: clang -o conftest conftest.c >&5conftest.c:50:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]char strdup ();^conftest.c:50:6: note: 'strdup' is a builtin with type 'char *(const char *)'1 warning generated.configure:3749: $? = 0configure:3749: result: yesconfigure:3749: checking for strstrconfigure:3749: clang -o conftest conftest.c >&5conftest.c:51:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]char strstr ();^conftest.c:51:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'1 warning generated.configure:3749: $? = 0configure:3749: result: yesconfigure:3969: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 9ffc8f9c8c7bconfig.status:730: creating Makefile## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func__doprnt=noac_cv_func_gethostname=yesac_cv_func_socket=yesac_cv_func_strdup=yesac_cv_func_strstr=yesac_cv_func_vprintf=yesac_cv_header_inttypes_h=yesac_cv_header_limits_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_syslog_h=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_search_gethostname='none required'ac_cv_search_socket='none required'ac_cv_struct_tm=time.hac_cv_type_signal=voidssmtp_cv_obsolete_openlog=no## ----------------- #### Output variables. #### ----------------- ##CC='clang'CFLAGS=''CPP='clang -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/bin/grep -E'EXEEXT=''GREP='/usr/bin/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=''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 1configure: exit 0