Build of wvstreams with vanilla toolchain

The build took 00h 00m 51s 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.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: wvstreams 4.6.1-9 (Wed Aug 24 14:30:18 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking how to run the C preprocessor... gcc -E
# checking how to run the C++ preprocessor... g++ -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
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvbuf.h:10,
# from utils/wvbuffer.cc:7:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvbufferstore
# In file included from /usr/include/unistd.h:25:0,
# from ./include/wvxplc.h:20,
# from ./include/wvtypetraits.h:10,
# from ./include/wvlinklist.h:10,
# from ./include/wvbufstore.h:12,
# from utils/wvbufferstore.cc:9:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvcont
# In file included from /usr/include/unistd.h:25:0,
# from ./include/wvxplc.h:20,
# from ./include/wvtypetraits.h:10,
# from ./include/wvlinklist.h:10,
# from ./include/wvcont.h:15,
# from utils/wvcont.cc:8:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wverror
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wverror.h:10,
# from utils/wverror.cc:7:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c streams/wvfdstream
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvbuf.h:10,
# from ./include/iwvstream.h:10,
# from ./include/wvstream.h:10,
# from ./include/wvfdstream.h:10,
# from streams/wvfdstream.cc:7:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvfork
# In file included from /usr/include/fcntl.h:25:0,
# from utils/wvfork.cc:20:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvhash
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvhash.h:10,
# from utils/wvhash.cc:1:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvhashtable
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvhash.h:10,
# from ./include/wvhashtable.h:11,
# from utils/wvhashtable.cc:7:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvlinklist
# In file included from /usr/include/unistd.h:25:0,
# from ./include/wvxplc.h:20,
# from ./include/wvtypetraits.h:10,
# from ./include/wvlinklist.h:10,
# from utils/wvlinklist.cc:10:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvmoniker
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvmoniker.h:12,
# from ./include/wvmonikerregistry.h:10,
# from utils/wvmoniker.cc:8:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvregex
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wverror.h:10,
# from ./include/wvregex.h:10,
# from utils/wvregex.cc:7:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvscatterhash
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvhash.h:10,
# from ./include/wvscatterhash.h:10,
# from utils/wvscatterhash.cc:8:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvsorter
# In file included from /usr/include/unistd.h:25:0,
# from ./include/wvxplc.h:20,
# from ./include/wvsorter.h:12,
# from utils/wvsorter.cc:10:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvattrs
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvattrs.h:4,
# from utils/wvattrs.cc:1:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvstring
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from utils/wvstring.cc:8:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvstringlist
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvstringlist.h:12,
# from utils/wvstringlist.cc:10:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvstringmask
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvstringmask.h:13,
# from utils/wvstringmask.cc:10:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/strutils
# In file included from /usr/include/sys/types.h:25:0,
# from ./include/wvstrutils.h:12,
# from ./include/strutils.h:2,
# from utils/strutils.cc:8:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvtask
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvtask.h:22,
# from utils/wvtask.cc:31:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvtimeutils
# In file included from /usr/include/sys/time.h:21:0,
# from ./include/wvtimeutils.h:13,
# from utils/wvtimeutils.cc:7:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c streams/wvistreamlist
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvbuf.h:10,
# from ./include/iwvstream.h:10,
# from ./include/wvstream.h:10,
# from ./include/wvistreamlist.h:11,
# from streams/wvistreamlist.cc:8:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c utils/wvstreamsdebugger
# In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
# from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
# from /usr/include/c++/6.1.1/bits/stl_algobase.h:59,
# from /usr/include/c++/6.1.1/bits/stl_tree.h:63,
# from /usr/include/c++/6.1.1/set:60,
# from utils/wvstreamsdebugger.cc:1:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c streams/wvlog
# In file included from /usr/include/string.h:25:0,
# from ./include/wvstring.h:18,
# from ./include/wvbuf.h:10,
# from ./include/iwvstream.h:10,
# from ./include/wvstream.h:10,
# from ./include/wvlog.h:19,
# from ./include/wvlogrcv.h:20,
# from streams/wvlog.cc:9:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# ./CXX -c streams/wvstream
# In file included from /usr/include/time.h:27:0,
# from streams/wvstream.cc:11:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# streams/wvstream.cc: In member function 'void WvStream::_build_selectinfo(IWvStream::SelectInfo&, time_t, bool, bool, bool, bool)':
# streams/wvstream.cc:910:22: error: cannot convert 'IWvStreamCallback {aka std::tr1::function}' to 'bool' in assignment
# si.wants.readable = readcb;
# ^~~~~~
# streams/wvstream.cc:911:22: error: cannot convert 'IWvStreamCallback {aka std::tr1::function}' to 'bool' in assignment
# si.wants.writable = writecb;
# ^~~~~~~
# streams/wvstream.cc:912:25: error: cannot convert 'IWvStreamCallback {aka std::tr1::function}' to 'bool' in assignment
# si.wants.isexception = exceptcb;
# ^~~~~~~~
# streams/wvstream.cc: In member function 'IWvStream::SelectRequest WvStream::get_select_request()':
# streams/wvstream.cc:1022:62: error: no matching function for call to 'IWvStream::SelectRequest::SelectRequest(IWvStreamCallback&, IWvStreamCallback&, IWvStreamCallback&)'
# return IWvStream::SelectRequest(readcb, writecb, exceptcb);
# ^
# In file included from ./include/wvstream.h:10:0,
# from streams/wvstream.cc:15:
# ./include/iwvstream.h:38:2: note: candidate: IWvStream::SelectRequest::SelectRequest(bool, bool, bool)
# SelectRequest(bool r, bool w, bool x = false)
# ^~~~~~~~~~~~~
# ./include/iwvstream.h:38:2: note: no known conversion for argument 1 from 'IWvStreamCallback {aka std::tr1::function}' to 'bool'
# ./include/iwvstream.h:37:2: note: candidate: IWvStream::SelectRequest::SelectRequest()
# SelectRequest() { }
# ^~~~~~~~~~~~~
# ./include/iwvstream.h:37:2: note: candidate expects 0 arguments, 3 provided
# ./include/iwvstream.h:34:12: note: candidate: constexpr IWvStream::SelectRequest::SelectRequest(const IWvStream::SelectRequest&)
# struct SelectRequest {
# ^~~~~~~~~~~~~
# ./include/iwvstream.h:34:12: note: candidate expects 1 argument, 3 provided
# ./include/iwvstream.h:34:12: note: candidate: constexpr IWvStream::SelectRequest::SelectRequest(IWvStream::SelectRequest&&)
# ./include/iwvstream.h:34:12: note: candidate expects 1 argument, 3 provided
# streams/wvstream.cc: In member function 'bool WvStream::continue_select(time_t)':
# streams/wvstream.cc:1110:69: error: no matching function for call to 'WvStream::select(int, IWvStreamCallback&, IWvStreamCallback&, IWvStreamCallback&)'
# return !alarm_was_ticking || select(0, readcb, writecb, exceptcb);
# ^
# In file included from streams/wvstream.cc:15:0:
# ./include/wvstream.h:376:10: note: candidate: bool WvStream::select(time_t)
# bool select(time_t msec_timeout)
# ^~~~~~
# ./include/wvstream.h:376:10: note: candidate expects 1 argument, 4 provided
# ./include/wvstream.h:415:10: note: candidate: bool WvStream::select(time_t, bool, bool, bool)
# bool select(time_t msec_timeout,
# ^~~~~~
# ./include/wvstream.h:415:10: note: no known conversion for argument 2 from 'IWvStreamCallback {aka std::tr1::function}' to 'bool'
# make: *** [wvrules.mk:163: streams/wvstream.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 = 7741b07913cc
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/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:2037: result: no
# configure:2047: checking for gcc
# configure:2063: found /usr/bin/gcc
# configure:2074: result: gcc
# configure:2306: checking for C compiler version
# configure:2314: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2318: $? = 0
# configure:2325: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2329: $? = 0
# configure:2336: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2340: $? = 1
# configure:2363: checking for C compiler default output file name
# configure:2385: gcc 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: gcc -o conftest conftest.c >&5
# configure:2502: $? = 0
# configure:2528: result:
# configure:2534: checking for suffix of object files
# configure:2560: gcc -c conftest.c >&5
# configure:2564: $? = 0
# configure:2589: result: o
# configure:2593: checking whether we are using the GNU C compiler
# configure:2622: gcc -c conftest.c >&5
# configure:2629: $? = 0
# configure:2646: result: yes
# configure:2655: checking whether gcc accepts -g
# configure:2685: gcc -c -g conftest.c >&5
# configure:2692: $? = 0
# configure:2793: result: yes
# configure:2810: checking for gcc option to accept ISO C89
# configure:2884: gcc -c conftest.c >&5
# configure:2891: $? = 0
# configure:2914: result: none needed
# configure:2946: checking for x86_64-unknown-linux-g++
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-c++
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-gpp
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-aCC
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-CC
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-cxx
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-cc++
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-cl.exe
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-FCC
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-KCC
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-RCC
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-xlC_r
# configure:2976: result: no
# configure:2946: checking for x86_64-unknown-linux-xlC
# configure:2976: result: no
# configure:2990: checking for g++
# configure:3006: found /usr/bin/g++
# configure:3017: result: g++
# configure:3044: checking for C++ compiler version
# configure:3052: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3056: $? = 0
# configure:3063: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3067: $? = 0
# configure:3074: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:3078: $? = 1
# configure:3081: checking whether we are using the GNU C++ compiler
# configure:3110: g++ -c conftest.cpp >&5
# configure:3117: $? = 0
# configure:3134: result: yes
# configure:3143: checking whether g++ accepts -g
# configure:3173: g++ -c -g conftest.cpp >&5
# configure:3180: $? = 0
# configure:3281: result: yes
# configure:3309: checking how to run the C preprocessor
# configure:3349: gcc -E conftest.c
# configure:3356: $? = 0
# configure:3387: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:3456: gcc -E conftest.c
# configure:3463: $? = 0
# configure:3494: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: g++ -E conftest.cpp
# configure:3588: $? = 0
# configure:3619: g++ -E conftest.cpp
# conftest.cpp:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: g++ -E
# configure:3688: g++ -E conftest.cpp
# configure:3695: $? = 0
# configure:3726: g++ -E conftest.cpp
# conftest.cpp:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:4360: $? = 0
# configure:4459: gcc -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: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for sys/stat.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for stdlib.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for string.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for memory.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for strings.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for inttypes.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for stdint.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4515: checking for unistd.h
# configure:4536: gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4560: result: yes
# configure:4575: checking whether byte ordering is bigendian
# configure:4600: gcc -c conftest.c >&5
# conftest.c:19:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:19:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:19:15: error: unknown type name 'universal'
# 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: gcc -c conftest.c >&5
# configure:4664: $? = 0
# configure:4696: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:25:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:25:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# 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: gcc -c -Werror conftest.c >&5
# configure:5018: $? = 0
# configure:5023: result: yes
# configure:5064: checking argp.h usability
# configure:5081: gcc -c conftest.c >&5
# configure:5088: $? = 0
# configure:5102: result: yes
# configure:5106: checking argp.h presence
# configure:5121: gcc -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: gcc -o conftest conftest.c >&5
# configure:5262: $? = 0
# configure:5282: result: yes
# configure:5307: checking for dirent.h that defines DIR
# configure:5336: gcc -c conftest.c >&5
# configure:5343: $? = 0
# configure:5360: result: yes
# configure:5375: checking for library containing opendir
# configure:5416: gcc -o conftest conftest.c >&5
# configure:5423: $? = 0
# configure:5454: result: none required
# configure:5555: checking for working alloca.h
# configure:5582: gcc -o conftest conftest.c >&5
# configure:5589: $? = 0
# configure:5609: result: yes
# configure:5619: checking for alloca
# configure:5666: gcc -o conftest conftest.c >&5
# configure:5673: $? = 0
# configure:5693: result: yes
# configure:5947: checking execinfo.h usability
# configure:5964: gcc -c conftest.c >&5
# configure:5971: $? = 0
# configure:5985: result: yes
# configure:5989: checking execinfo.h presence
# configure:6004: gcc -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: gcc -c conftest.c >&5
# configure:6125: $? = 0
# configure:6139: result: yes
# configure:6143: checking argz.h presence
# configure:6158: gcc -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: gcc -c conftest.c >&5
# configure:6125: $? = 0
# configure:6139: result: yes
# configure:6143: checking errno.h presence
# configure:6158: gcc -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: gcc -c conftest.c >&5
# configure:6278: $? = 0
# configure:6312: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:37:22: error: expected expression before ')' token
# if (sizeof ((error_t)))
# ^
# 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: gcc -c conftest.c >&5
# configure:6401: $? = 0
# configure:6415: result: yes
# configure:6419: checking sys/socket.h presence
# configure:6434: gcc -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: gcc -c conftest.c >&5
# configure:6556: $? = 0
# configure:6573: result: yes
# configure:6590: checking for net/ethernet.h
# configure:6623: gcc -c conftest.c >&5
# configure:6630: $? = 0
# configure:6647: result: yes
# configure:6664: checking for netinet/if_ether.h
# configure:6700: gcc -c conftest.c >&5
# configure:6707: $? = 0
# configure:6724: result: yes
# configure:6737: checking whether ETHER_ADDR_LEN is declared
# configure:6791: gcc -c conftest.c >&5
# configure:6798: $? = 0
# configure:6813: result: yes
# configure:6995: checking netdb.h usability
# configure:7012: gcc -c conftest.c >&5
# configure:7019: $? = 0
# configure:7033: result: yes
# configure:7037: checking netdb.h presence
# configure:7052: gcc -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: gcc -c conftest.c >&5
# configure:7170: $? = 0
# configure:7184: result: yes
# configure:7188: checking netinet/in.h presence
# configure:7203: gcc -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: gcc -c conftest.c >&5
# configure:7321: $? = 0
# configure:7335: result: yes
# configure:7339: checking netinet/in_systm.h presence
# configure:7354: gcc -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: gcc -c conftest.c >&5
# configure:7482: $? = 0
# configure:7499: result: yes
# configure:7528: checking netinet/tcp.h usability
# configure:7545: gcc -c conftest.c >&5
# configure:7552: $? = 0
# configure:7566: result: yes
# configure:7570: checking netinet/tcp.h presence
# configure:7585: gcc -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: gcc -c conftest.c >&5
# configure:7705: $? = 0
# configure:7719: result: yes
# configure:7723: checking linux/serial.h presence
# configure:7738: gcc -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: gcc -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: g++ -o conftest -Wl,-z,defs -shared conftest.cpp >&5
# /usr/bin/ld: /tmp/ccL3ePPL.o: relocation R_X86_64_PC32 against undefined symbol `__libc_stack_end@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
# /usr/bin/ld: final link failed: Bad value
# collect2: error: ld returned 1 exit status
# 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: g++ -o conftest conftest.cpp -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# 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@7741b07913cc)"
# | /* 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: g++ -c -Iyes/include conftest.cpp >&5
# configure:8489: $? = 0
# configure:8506: result: yes
# configure:8523: checking for X509_free in -lcrypto
# configure:8558: g++ -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: g++ -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: g++ -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: g++ -c -Iyes/include conftest.cpp >&5
# configure:8806: $? = 0
# configure:8820: result: yes
# configure:8824: checking readline/readline.h presence
# configure:8839: g++ -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: g++ -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: g++ -c -Iyes/include conftest.cpp >&5
# configure:9040: $? = 0
# configure:9054: result: yes
# configure:9058: checking security/pam_appl.h presence
# configure:9073: g++ -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: g++ -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: g++ -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: g++ -c -Iyes/include conftest.cpp >&5
# conftest.cpp:81:31: fatal error: valgrind/memcheck.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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@7741b07913cc)"
# | #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: g++ -E -Iyes/include conftest.cpp
# conftest.cpp:48:31: fatal error: valgrind/memcheck.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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@7741b07913cc)"
# | #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: g++ -c -Iyes/include conftest.cpp >&5
# configure:9924: $? = 0
# configure:9938: result: yes
# configure:9942: checking zlib.h presence
# configure:9957: g++ -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: g++ -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: g++ -c -Iyes/include conftest.cpp >&5
# configure:10157: $? = 0
# configure:10171: result: yes
# configure:10175: checking tr1/functional presence
# configure:10190: g++ -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: g++ -c -Iyes/include conftest.cpp >&5
# conftest.cpp:84:30: fatal error: boost/function.hpp: No such file or directory
# #include
# ^
# compilation terminated.
# 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@7741b07913cc)"
# | #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: g++ -E -Iyes/include conftest.cpp
# conftest.cpp:51:30: fatal error: boost/function.hpp: No such file or directory
# #include
# ^
# compilation terminated.
# 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@7741b07913cc)"
# | #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: g++ -c -Iyes/include conftest.cpp >&5
# conftest.cpp:84:37: fatal error: boost/throw_exception.hpp: No such file or directory
# #include
# ^
# compilation terminated.
# 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@7741b07913cc)"
# | #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: g++ -E -Iyes/include conftest.cpp
# conftest.cpp:51:37: fatal error: boost/throw_exception.hpp: No such file or directory
# #include
# ^
# compilation terminated.
# 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@7741b07913cc)"
# | #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 7741b07913cc
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_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_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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='gcc'
# CFLAGS=''
# COMPILER_STANDARD='posix'
# CPP='gcc -E'
# CPPFLAGS='-Iyes/include'
# CXX='g++'
# CXXCPP='g++ -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='gcc'
# ac_ct_CXX='g++'
# 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@7741b07913cc)"
# #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