Build of wvstreams with clang_glibc toolchain

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

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

SLOCLanguage
64,202 cpp
4,342 ansic
4,043 sh
412 makefile
402 perl
73,401 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: wvstreams 4.6.1-9 (Thu Apr 13 21:07:40 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) xplc-0.3.13-6
#
# Total Installed Size: 0.13 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing xplc...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C preprocessor... clang -E
# checking how to run the C++ preprocessor... clang++ -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# 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/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 whether byte ordering is bigendian... no
# checking for __attribute__ ((deprecated))... yes
# checking argp.h usability... yes
# checking argp.h presence... yes
# checking for argp.h... yes
# checking for argp_parse... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for working alloca.h... yes
# checking for alloca... yes
# checking execinfo.h usability... yes
# checking execinfo.h presence... yes
# checking for execinfo.h... yes
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking for error_t... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking for net/if.h... yes
# checking for net/ethernet.h... yes
# checking for netinet/if_ether.h... yes
# checking whether ETHER_ADDR_LEN is declared... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking for netinet/ip.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking linux/serial.h usability... yes
# checking linux/serial.h presence... yes
# checking for linux/serial.h... yes
# checking for cfmakeraw... yes
# checking whether ln works...... yes
# checking whether __libc_stack_end is public... no
# checking for pkg-config... /usr/bin/pkg-config
# checking for bind in -lsocket... no
# checking for openssl/ssl.h... yes
# checking for X509_free in -lcrypto... yes
# checking for SSL_has_matching_session_id in -lssl... yes
# checking for POLICY_MAPPING_new in -lssl... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking for readline in -lreadline... yes
# checking security/pam_appl.h usability... yes
# checking security/pam_appl.h presence... yes
# checking for security/pam_appl.h... yes
# checking for pam_start in -lpam... yes
# checking for sane PAM implementation... yes
# checking for valgrind... no
# checking valgrind/memcheck.h usability... no
# checking valgrind/memcheck.h presence... no
# checking for valgrind/memcheck.h... no
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for compress in -lz... yes
# checking tr1/functional usability... yes
# checking tr1/functional presence... yes
# checking for tr1/functional... yes
# checking boost/function.hpp usability... no
# checking boost/function.hpp presence... no
# checking for boost/function.hpp... no
# checking boost/throw_exception.hpp usability... no
# checking boost/throw_exception.hpp presence... no
# checking for boost/throw_exception.hpp... no
# configure: WARNING: DBUS is missing.
# configure: WARNING: Qt is missing.
# configure: WARNING: Valgrind is missing.
# configure: creating ./config.status
# config.status: creating config.mk
# config.status: creating pkgconfig/libuniconf.pc
# config.status: creating pkgconfig/libuniconf-uninstalled.pc
# config.status: creating pkgconfig/libwvbase.pc
# config.status: creating pkgconfig/libwvbase-uninstalled.pc
# config.status: creating pkgconfig/libwvdbus.pc
# config.status: creating pkgconfig/libwvdbus-uninstalled.pc
# config.status: creating pkgconfig/libwvqt.pc
# config.status: creating pkgconfig/libwvqt-uninstalled.pc
# config.status: creating pkgconfig/libwvstreams.pc
# config.status: creating pkgconfig/libwvstreams-uninstalled.pc
# config.status: creating pkgconfig/libwvutils.pc
# config.status: creating pkgconfig/libwvutils-uninstalled.pc
# config.status: creating pkgconfig/libwvtest.pc
# config.status: creating pkgconfig/libwvtest-uninstalled.pc
# config.status: creating include/wvautoconf.h
# * Generating CC using c
# * Generating CXX using cc
# ./CXX -c utils/wvbuffer
# clang-3.8: warning: optimization flag '-fno-tree-dce' is not supported
# In file included from utils/wvbuffer.cc:7:
# In file included from ./include/wvbuf.h:10:
# In file included from ./include/wvstring.h:18:
# In file included from /usr/include/string.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# ./CXX -c utils/wvbufferstore
# clang-3.8: warning: optimization flag '-fno-tree-dce' is not supported
# In file included from utils/wvbufferstore.cc:9:
# In file included from ./include/wvbufstore.h:12:
# In file included from ./include/wvlinklist.h:10:
# In file included from ./include/wvtypetraits.h:10:
# In file included from ./include/wvxplc.h:20:
# In file included from /usr/include/unistd.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# ./CXX -c utils/wvcont
# clang-3.8: warning: optimization flag '-fno-tree-dce' is not supported
# In file included from utils/wvcont.cc:8:
# In file included from ./include/wvcont.h:15:
# In file included from ./include/wvlinklist.h:10:
# In file included from ./include/wvtypetraits.h:10:
# In file included from ./include/wvxplc.h:20:
# In file included from /usr/include/unistd.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# ./CXX -c utils/wverror
# clang-3.8: warning: optimization flag '-fno-tree-dce' is not supported
# In file included from utils/wverror.cc:7:
# In file included from ./include/wverror.h:10:
# In file included from ./include/wvstring.h:18:
# In file included from /usr/include/string.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# ./CXX -c streams/wvfdstream
# clang-3.8: warning: optimization flag '-fno-tree-dce' is not supported
# In file included from streams/wvfdstream.cc:7:
# In file included from ./include/wvfdstream.h:10:
# In file included from ./include/wvstream.h:10:
# In file included from ./include/iwvstream.h:10:
# In file included from ./include/wvbuf.h:10:
# In file included from ./include/wvstring.h:18:
# In file included from /usr/include/string.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# In file included from streams/wvfdstream.cc:8:
# ./include/wvmoniker.h:74:34: warning: variable 'silly' used in loop condition not modified in loop body [-Wfor-loop-analysis]
# for(IObject *silly = (T *)NULL; silly; )
# ^~~~~
# ./include/wvmoniker.h:74:34: warning: variable 'silly' used in loop condition not modified in loop body [-Wfor-loop-analysis]
# for(IObject *silly = (T *)NULL; silly; )
# ^~~~~
# streams/wvfdstream.cc:52:29: note: in instantiation of member function 'WvMoniker::WvMoniker' requested here
# static WvMoniker reg("fd", creator);
# ^
# 3 warnings generated.
# ./CXX -c utils/wvfork
# clang-3.8: warning: optimization flag '-fno-tree-dce' is not supported
# In file included from utils/wvfork.cc:20:
# In file included from /usr/include/fcntl.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# In file included from utils/wvfork.cc:22:
# In file included from ./include/wvfork.h:18:
# ./include/wvscatterhash.h:186:46: error: invalid use of non-static data member 'xstatus'
# unsigned char *getstatus() { return &xstatus[index-1]; }
# ^~~~~~~
# 1 warning and 1 error generated.
# make: *** [wvrules.mk:163: utils/wvfork.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/wvstreams/src/wvstreams-4.6.1/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 WvStreams configure 4.6.1, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbin=/usr/bin --sysconfdir=/etc --localstatedir=/var --without-dbus --with-pam --with-openssl --without-tcl --without-qt
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 2001cef98a37
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2007: checking for x86_64-unknown-linux-gcc
# configure:2034: result: clang
# configure:2306: checking for C compiler version
# configure:2314: 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:2318: $? = 0
# configure:2325: 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
# Selected multilib: .;@m64
# configure:2329: $? = 0
# configure:2336: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2340: $? = 1
# configure:2363: checking for C compiler default output file name
# configure:2385: clang conftest.c >&5
# configure:2389: $? = 0
# configure:2427: result: a.out
# configure:2446: checking whether the C compiler works
# configure:2456: ./a.out
# configure:2460: $? = 0
# configure:2479: result: yes
# configure:2486: checking whether we are cross compiling
# configure:2488: result: no
# configure:2491: checking for suffix of executables
# configure:2498: clang -o conftest conftest.c >&5
# configure:2502: $? = 0
# configure:2528: result:
# configure:2534: checking for suffix of object files
# configure:2560: clang -c conftest.c >&5
# configure:2564: $? = 0
# configure:2589: result: o
# configure:2593: checking whether we are using the GNU C compiler
# configure:2622: clang -c conftest.c >&5
# configure:2629: $? = 0
# configure:2646: result: yes
# configure:2655: checking whether clang accepts -g
# configure:2685: clang -c -g conftest.c >&5
# configure:2692: $? = 0
# configure:2793: result: yes
# configure:2810: checking for clang option to accept ISO C89
# configure:2884: clang -c conftest.c >&5
# configure:2891: $? = 0
# configure:2914: result: none needed
# configure:3044: checking for C++ compiler version
# configure:3052: 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:3056: $? = 0
# configure:3063: 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
# Selected multilib: .;@m64
# configure:3067: $? = 0
# configure:3074: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3078: $? = 1
# configure:3081: checking whether we are using the GNU C++ compiler
# configure:3110: clang++ -c conftest.cpp >&5
# configure:3117: $? = 0
# configure:3134: result: yes
# configure:3143: checking whether clang++ accepts -g
# configure:3173: clang++ -c -g conftest.cpp >&5
# configure:3180: $? = 0
# configure:3281: result: yes
# configure:3309: checking how to run the C preprocessor
# configure:3349: clang -E conftest.c
# configure:3356: $? = 0
# configure:3387: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3394: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | /* end confdefs.h. */
# | #include
# configure:3427: result: clang -E
# configure:3456: clang -E conftest.c
# configure:3463: $? = 0
# configure:3494: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3501: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | /* end confdefs.h. */
# | #include
# configure:3545: checking how to run the C++ preprocessor
# configure:3581: clang++ -E conftest.cpp
# configure:3588: $? = 0
# configure:3619: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3626: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | /* end confdefs.h. */
# | #include
# configure:3659: result: clang++ -E
# configure:3688: clang++ -E conftest.cpp
# configure:3695: $? = 0
# configure:3726: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3733: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | /* end confdefs.h. */
# | #include
# configure:3817: checking for a BSD-compatible install
# configure:3885: result: /usr/bin/install -c
# configure:3896: checking whether ln -s works
# configure:3900: result: yes
# configure:3907: checking whether make sets $(MAKE)
# configure:3929: result: yes
# configure:3941: checking for x86_64-unknown-linux-ranlib
# configure:3971: result: no
# configure:3981: checking for ranlib
# configure:3997: found /usr/bin/ranlib
# configure:4008: result: ranlib
# configure:4038: checking build system type
# configure:4056: result: x86_64-unknown-linux-gnu
# configure:4078: checking host system type
# configure:4093: result: x86_64-unknown-linux-gnu
# configure:4115: checking target system type
# configure:4130: result: x86_64-unknown-linux-gnu
# configure:4189: checking for grep that handles long lines and -e
# configure:4249: result: /usr/bin/grep
# configure:4254: checking for egrep
# configure:4318: result: /usr/bin/grep -E
# configure:4323: checking for ANSI C header files
# configure:4353: clang -c conftest.c >&5
# configure:4360: $? = 0
# configure:4459: clang -o conftest conftest.c >&5
# configure:4463: $? = 0
# configure:4469: ./conftest
# configure:4473: $? = 0
# configure:4491: result: yes
# configure:4515: checking for sys/types.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for sys/stat.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for stdlib.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for string.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for memory.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for strings.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for inttypes.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for stdint.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for unistd.h
# configure:4536: clang -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4575: checking whether byte ordering is bigendian
# configure:4600: clang -c conftest.c >&5
# conftest.c:19:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:19:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:4607: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4657: clang -c conftest.c >&5
# configure:4664: $? = 0
# configure:4696: clang -c conftest.c >&5
# conftest.c:25:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:4703: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4955: result: no
# configure:4990: checking for __attribute__ ((deprecated))
# configure:5011: clang -c -Werror conftest.c >&5
# configure:5018: $? = 0
# configure:5023: result: yes
# configure:5064: checking argp.h usability
# configure:5081: clang -c conftest.c >&5
# configure:5088: $? = 0
# configure:5102: result: yes
# configure:5106: checking argp.h presence
# configure:5121: clang -E conftest.c
# configure:5128: $? = 0
# configure:5142: result: yes
# configure:5175: checking for argp.h
# configure:5184: result: yes
# configure:5199: checking for argp_parse
# configure:5255: clang -o conftest conftest.c >&5
# configure:5262: $? = 0
# configure:5282: result: yes
# configure:5307: checking for dirent.h that defines DIR
# configure:5336: clang -c conftest.c >&5
# configure:5343: $? = 0
# configure:5360: result: yes
# configure:5375: checking for library containing opendir
# configure:5416: clang -o conftest conftest.c >&5
# configure:5423: $? = 0
# configure:5454: result: none required
# configure:5555: checking for working alloca.h
# configure:5582: clang -o conftest conftest.c >&5
# configure:5589: $? = 0
# configure:5609: result: yes
# configure:5619: checking for alloca
# configure:5666: clang -o conftest conftest.c >&5
# configure:5673: $? = 0
# configure:5693: result: yes
# configure:5947: checking execinfo.h usability
# configure:5964: clang -c conftest.c >&5
# configure:5971: $? = 0
# configure:5985: result: yes
# configure:5989: checking execinfo.h presence
# configure:6004: clang -E conftest.c
# configure:6011: $? = 0
# configure:6025: result: yes
# configure:6058: checking for execinfo.h
# configure:6067: result: yes
# configure:6101: checking argz.h usability
# configure:6118: clang -c conftest.c >&5
# configure:6125: $? = 0
# configure:6139: result: yes
# configure:6143: checking argz.h presence
# configure:6158: clang -E conftest.c
# configure:6165: $? = 0
# configure:6179: result: yes
# configure:6212: checking for argz.h
# configure:6221: result: yes
# configure:6101: checking errno.h usability
# configure:6118: clang -c conftest.c >&5
# configure:6125: $? = 0
# configure:6139: result: yes
# configure:6143: checking errno.h presence
# configure:6158: clang -E conftest.c
# configure:6165: $? = 0
# configure:6179: result: yes
# configure:6212: checking for errno.h
# configure:6221: result: yes
# configure:6236: checking for error_t
# configure:6271: clang -c conftest.c >&5
# configure:6278: $? = 0
# configure:6312: clang -c conftest.c >&5
# conftest.c:37:22: error: expected expression
# if (sizeof ((error_t)))
# ^
# 1 error generated.
# configure:6319: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | /* end confdefs.h. */
# | #if HAVE_ARGZ_H
# | # include
# | #else
# | # if HAVE_ERRNO_H
# | # include
# | # endif
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6342: result: yes
# configure:6377: checking sys/socket.h usability
# configure:6394: clang -c conftest.c >&5
# configure:6401: $? = 0
# configure:6415: result: yes
# configure:6419: checking sys/socket.h presence
# configure:6434: clang -E conftest.c
# configure:6441: $? = 0
# configure:6455: result: yes
# configure:6488: checking for sys/socket.h
# configure:6497: result: yes
# configure:6516: checking for net/if.h
# configure:6549: clang -c conftest.c >&5
# configure:6556: $? = 0
# configure:6573: result: yes
# configure:6590: checking for net/ethernet.h
# configure:6623: clang -c conftest.c >&5
# configure:6630: $? = 0
# configure:6647: result: yes
# configure:6664: checking for netinet/if_ether.h
# configure:6700: clang -c conftest.c >&5
# configure:6707: $? = 0
# configure:6724: result: yes
# configure:6737: checking whether ETHER_ADDR_LEN is declared
# configure:6791: clang -c conftest.c >&5
# configure:6798: $? = 0
# configure:6813: result: yes
# configure:6995: checking netdb.h usability
# configure:7012: clang -c conftest.c >&5
# configure:7019: $? = 0
# configure:7033: result: yes
# configure:7037: checking netdb.h presence
# configure:7052: clang -E conftest.c
# configure:7059: $? = 0
# configure:7073: result: yes
# configure:7106: checking for netdb.h
# configure:7115: result: yes
# configure:7146: checking netinet/in.h usability
# configure:7163: clang -c conftest.c >&5
# configure:7170: $? = 0
# configure:7184: result: yes
# configure:7188: checking netinet/in.h presence
# configure:7203: clang -E conftest.c
# configure:7210: $? = 0
# configure:7224: result: yes
# configure:7257: checking for netinet/in.h
# configure:7266: result: yes
# configure:7297: checking netinet/in_systm.h usability
# configure:7314: clang -c conftest.c >&5
# configure:7321: $? = 0
# configure:7335: result: yes
# configure:7339: checking netinet/in_systm.h presence
# configure:7354: clang -E conftest.c
# configure:7361: $? = 0
# configure:7375: result: yes
# configure:7408: checking for netinet/in_systm.h
# configure:7417: result: yes
# configure:7436: checking for netinet/ip.h
# configure:7475: clang -c conftest.c >&5
# configure:7482: $? = 0
# configure:7499: result: yes
# configure:7528: checking netinet/tcp.h usability
# configure:7545: clang -c conftest.c >&5
# configure:7552: $? = 0
# configure:7566: result: yes
# configure:7570: checking netinet/tcp.h presence
# configure:7585: clang -E conftest.c
# configure:7592: $? = 0
# configure:7606: result: yes
# configure:7639: checking for netinet/tcp.h
# configure:7648: result: yes
# configure:7681: checking linux/serial.h usability
# configure:7698: clang -c conftest.c >&5
# configure:7705: $? = 0
# configure:7719: result: yes
# configure:7723: checking linux/serial.h presence
# configure:7738: clang -E conftest.c
# configure:7745: $? = 0
# configure:7759: result: yes
# configure:7792: checking for linux/serial.h
# configure:7801: result: yes
# configure:7820: checking for cfmakeraw
# configure:7876: clang -o conftest conftest.c >&5
# configure:7883: $? = 0
# configure:7905: result: yes
# configure:7919: checking whether ln works...
# configure:7924: result: yes
# configure:7945: checking whether __libc_stack_end is public
# configure:7980: clang++ -o conftest -Wl,-z,defs -shared conftest.cpp >&5
# /usr/bin/ld: /tmp/conftest-9a3f09.o: relocation R_X86_64_32S against `__libc_stack_end' can not be used when making a shared object; recompile with -fPIC
# /tmp/conftest-9a3f09.o: error adding symbols: Bad value
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7987: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | /* end confdefs.h. */
# | extern const void *__libc_stack_end;
# | int
# | main ()
# | {
# | volatile const void *x = __libc_stack_end;
# | ;
# | return 0;
# | }
# configure:8012: result: no
# configure:8019: checking for pkg-config
# configure:8037: found /usr/bin/pkg-config
# configure:8050: result: /usr/bin/pkg-config
# configure:8364: checking for bind in -lsocket
# configure:8399: clang++ -o conftest 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:8406: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | /* 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 bind ();
# | int
# | main ()
# | {
# | return bind ();
# | ;
# | return 0;
# | }
# configure:8427: result: no
# configure:8461: checking for openssl/ssl.h
# configure:8482: clang++ -c -Iyes/include conftest.cpp >&5
# configure:8489: $? = 0
# configure:8506: result: yes
# configure:8523: checking for X509_free in -lcrypto
# configure:8558: clang++ -o conftest -Iyes/include -Lyes conftest.cpp -lcrypto >&5
# configure:8565: $? = 0
# configure:8586: result: yes
# configure:8598: checking for SSL_has_matching_session_id in -lssl
# configure:8633: clang++ -o conftest -Iyes/include -Lyes conftest.cpp -lssl -lcrypto >&5
# configure:8640: $? = 0
# configure:8661: result: yes
# configure:8675: checking for POLICY_MAPPING_new in -lssl
# configure:8710: clang++ -o conftest -Iyes/include -Lyes conftest.cpp -lssl -lssl -lcrypto >&5
# configure:8717: $? = 0
# configure:8738: result: yes
# configure:8782: checking readline/readline.h usability
# configure:8799: clang++ -c -Iyes/include conftest.cpp >&5
# configure:8806: $? = 0
# configure:8820: result: yes
# configure:8824: checking readline/readline.h presence
# configure:8839: clang++ -E -Iyes/include conftest.cpp
# configure:8846: $? = 0
# configure:8860: result: yes
# configure:8893: checking for readline/readline.h
# configure:8902: result: yes
# configure:8920: checking for readline in -lreadline
# configure:8955: clang++ -o conftest -Iyes/include -Lyes conftest.cpp -lreadline >&5
# configure:8962: $? = 0
# configure:8983: result: yes
# configure:9016: checking security/pam_appl.h usability
# configure:9033: clang++ -c -Iyes/include conftest.cpp >&5
# configure:9040: $? = 0
# configure:9054: result: yes
# configure:9058: checking security/pam_appl.h presence
# configure:9073: clang++ -E -Iyes/include conftest.cpp
# configure:9080: $? = 0
# configure:9094: result: yes
# configure:9127: checking for security/pam_appl.h
# configure:9136: result: yes
# configure:9155: checking for pam_start in -lpam
# configure:9190: clang++ -o conftest -Iyes/include -Lyes conftest.cpp -lpam -lreadline >&5
# configure:9197: $? = 0
# configure:9218: result: yes
# configure:9231: checking for sane PAM implementation
# configure:9261: clang++ -c -Iyes/include conftest.cpp >&5
# configure:9268: $? = 0
# configure:9273: result: yes
# configure:9694: checking for valgrind
# configure:9724: result: no
# configure:9745: checking valgrind/memcheck.h usability
# configure:9762: clang++ -c -Iyes/include conftest.cpp >&5
# conftest.cpp:81:10: fatal error: 'valgrind/memcheck.h' file not found
# #include
# ^
# 1 error generated.
# configure:9769: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_OPENSSL_POLICY_MAPPING 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_BROKEN_PAM 0
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9783: result: no
# configure:9787: checking valgrind/memcheck.h presence
# configure:9802: clang++ -E -Iyes/include conftest.cpp
# conftest.cpp:48:10: fatal error: 'valgrind/memcheck.h' file not found
# #include
# ^
# 1 error generated.
# configure:9809: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_OPENSSL_POLICY_MAPPING 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_BROKEN_PAM 0
# | /* end confdefs.h. */
# | #include
# configure:9823: result: no
# configure:9856: checking for valgrind/memcheck.h
# configure:9865: result: no
# configure:9900: checking zlib.h usability
# configure:9917: clang++ -c -Iyes/include conftest.cpp >&5
# configure:9924: $? = 0
# configure:9938: result: yes
# configure:9942: checking zlib.h presence
# configure:9957: clang++ -E -Iyes/include conftest.cpp
# configure:9964: $? = 0
# configure:9978: result: yes
# configure:10011: checking for zlib.h
# configure:10020: result: yes
# configure:10038: checking for compress in -lz
# configure:10073: clang++ -o conftest -Iyes/include -Lyes conftest.cpp -lz -lreadline >&5
# configure:10080: $? = 0
# configure:10101: result: yes
# configure:10133: checking tr1/functional usability
# configure:10150: clang++ -c -Iyes/include conftest.cpp >&5
# configure:10157: $? = 0
# configure:10171: result: yes
# configure:10175: checking tr1/functional presence
# configure:10190: clang++ -E -Iyes/include conftest.cpp
# configure:10197: $? = 0
# configure:10211: result: yes
# configure:10244: checking for tr1/functional
# configure:10253: result: yes
# configure:10284: checking boost/function.hpp usability
# configure:10301: clang++ -c -Iyes/include conftest.cpp >&5
# conftest.cpp:84:10: fatal error: 'boost/function.hpp' file not found
# #include
# ^
# 1 error generated.
# configure:10308: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_OPENSSL_POLICY_MAPPING 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_BROKEN_PAM 0
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_TR1_FUNCTIONAL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10322: result: no
# configure:10326: checking boost/function.hpp presence
# configure:10341: clang++ -E -Iyes/include conftest.cpp
# conftest.cpp:51:10: fatal error: 'boost/function.hpp' file not found
# #include
# ^
# 1 error generated.
# configure:10348: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_OPENSSL_POLICY_MAPPING 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_BROKEN_PAM 0
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_TR1_FUNCTIONAL 1
# | /* end confdefs.h. */
# | #include
# configure:10362: result: no
# configure:10395: checking for boost/function.hpp
# configure:10404: result: no
# configure:10438: checking boost/throw_exception.hpp usability
# configure:10455: clang++ -c -Iyes/include conftest.cpp >&5
# conftest.cpp:84:10: fatal error: 'boost/throw_exception.hpp' file not found
# #include
# ^
# 1 error generated.
# configure:10462: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_OPENSSL_POLICY_MAPPING 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_BROKEN_PAM 0
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_TR1_FUNCTIONAL 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:10476: result: no
# configure:10480: checking boost/throw_exception.hpp presence
# configure:10495: clang++ -E -Iyes/include conftest.cpp
# conftest.cpp:51:10: fatal error: 'boost/throw_exception.hpp' file not found
# #include
# ^
# 1 error generated.
# configure:10502: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "WvStreams"
# | #define PACKAGE_TARNAME "wvstreams"
# | #define PACKAGE_VERSION "4.6.1"
# | #define PACKAGE_STRING "WvStreams 4.6.1"
# | #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# | #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# | #define HAVE_ARGP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NET_ETHERNET_H 1
# | #define HAVE_NETINET_IF_ETHER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_LINUX_SERIAL_H 1
# | #define HAVE_CFMAKERAW 1
# | #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_OPENSSL_POLICY_MAPPING 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_BROKEN_PAM 0
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define HAVE_TR1_FUNCTIONAL 1
# | /* end confdefs.h. */
# | #include
# configure:10516: result: no
# configure:10549: checking for boost/throw_exception.hpp
# configure:10558: result: no
# configure:10578: WARNING: DBUS is missing.
# configure:10588: WARNING: Qt is missing.
# configure:10593: WARNING: Valgrind is missing.
# configure:10781: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by WvStreams config.status 4.6.1, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 2001cef98a37
#
# config.status:822: creating config.mk
# config.status:822: creating pkgconfig/libuniconf.pc
# config.status:822: creating pkgconfig/libuniconf-uninstalled.pc
# config.status:822: creating pkgconfig/libwvbase.pc
# config.status:822: creating pkgconfig/libwvbase-uninstalled.pc
# config.status:822: creating pkgconfig/libwvdbus.pc
# config.status:822: creating pkgconfig/libwvdbus-uninstalled.pc
# config.status:822: creating pkgconfig/libwvqt.pc
# config.status:822: creating pkgconfig/libwvqt-uninstalled.pc
# config.status:822: creating pkgconfig/libwvstreams.pc
# config.status:822: creating pkgconfig/libwvstreams-uninstalled.pc
# config.status:822: creating pkgconfig/libwvutils.pc
# config.status:822: creating pkgconfig/libwvutils-uninstalled.pc
# config.status:822: creating pkgconfig/libwvtest.pc
# config.status:822: creating pkgconfig/libwvtest-uninstalled.pc
# config.status:822: creating include/wvautoconf.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# 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_CPP_set=
# ac_cv_env_CPP_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_MOC_set=
# ac_cv_env_MOC_value=
# ac_cv_env_WEAVER_BUILD_INFO_set=
# ac_cv_env_WEAVER_BUILD_INFO_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_alloca_works=yes
# ac_cv_func_argp_parse=yes
# ac_cv_func_cfmakeraw=yes
# ac_cv_have_decl_ETHER_ADDR_LEN=yes
# ac_cv_header_argp_h=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_boost_function_hpp=no
# ac_cv_header_boost_throw_exception_hpp=no
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_serial_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_ethernet_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_if_ether_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_openssl_ssl_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_security_pam_appl_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_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_tr1_functional=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_valgrind_memcheck_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_crypto_X509_free=yes
# ac_cv_lib_pam_pam_start=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_lib_socket_bind=no
# ac_cv_lib_ssl_POLICY_MAPPING_new=yes
# ac_cv_lib_ssl_SSL_has_matching_session_id=yes
# ac_cv_lib_z_compress=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# 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_target=x86_64-unknown-linux-gnu
# ac_cv_type_error_t=yes
# ac_cv_working_alloca_h=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# ARCH_SUBDIRS='linuxstreams'
# CC='clang'
# CFLAGS=''
# COMPILER_STANDARD='posix'
# CPP='clang -E'
# CPPFLAGS='-Iyes/include'
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# 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='-Lyes'
# LIBOBJS=''
# LIBS='-lz -lreadline '
# LIBS_DBUS=''
# LIBS_PAM='-lpam'
# LIBS_QT=''
# LIBS_TCL=''
# LN='ln'
# LN_S='ln -s'
# LTLIBOBJS=''
# MOC=''
# OBJEXT='o'
# OS='LINUX'
# PACKAGE_BUGREPORT='wvstreams-devel@googlegroups.com'
# PACKAGE_NAME='WvStreams'
# PACKAGE_STRING='WvStreams 4.6.1'
# PACKAGE_TARNAME='wvstreams'
# PACKAGE_VERSION='4.6.1'
# PATH_SEPARATOR=':'
# PKGCONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# SO_VERSION='4.6'
# USE_WVSTREAMS_ARGP='0'
# VALGRIND=''
# WEAVER_BUILD_INFO=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_libs=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# enable_debug=''
# enable_delete_detector=''
# enable_optimization=''
# enable_resolver_fork=''
# enable_testgui=''
# enable_warnings=''
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# with_dbus='no'
# with_openssl='yes'
# with_openssl_policy_mapping=''
# with_pam='yes'
# with_qt='no'
# with_readline=''
# with_tcl='no'
# with_zlib=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "WvStreams"
# #define PACKAGE_TARNAME "wvstreams"
# #define PACKAGE_VERSION "4.6.1"
# #define PACKAGE_STRING "WvStreams 4.6.1"
# #define PACKAGE_BUGREPORT "wvstreams-devel@googlegroups.com"
# #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 ATTR_DEPRECATED __attribute__ ((deprecated))
# #define HAVE_ARGP_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NET_ETHERNET_H 1
# #define HAVE_NETINET_IF_ETHER_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_LINUX_SERIAL_H 1
# #define HAVE_CFMAKERAW 1
# #define VER_STRING_EXTRA " (tuscan@2001cef98a37)"
# #define HAVE_OPENSSL_SSL_H 1
# #define HAVE_LIBCRYPTO 1
# #define HAVE_LIBSSL 1
# #define HAVE_LIBSSL 1
# #define HAVE_OPENSSL_POLICY_MAPPING 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_SECURITY_PAM_APPL_H 1
# #define HAVE_LIBPAM 1
# #define HAVE_BROKEN_PAM 0
# #define HAVE_ZLIB_H 1
# #define HAVE_LIBZ 1
# #define HAVE_TR1_FUNCTIONAL 1
# #define VERBOSE_PACKAGE_VERSION "4.6.1"
#
# configure: exit 0