Skip to content

Instantly share code, notes, and snippets.

@gabrielmancini
Created March 17, 2012 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielmancini/2065816 to your computer and use it in GitHub Desktop.
Save gabrielmancini/2065816 to your computer and use it in GitHub Desktop.
error on rake iriscouch/build-couchdb on debian
This file has been truncated, but you can view the full file.
STDOUT Build CouchDB commit: 7f11becad433f2a3e710c29052cb06e5a6ba2fef
STDOUT /root/build-couchdb/build/bin/autoconf2.62 => /root/build-couchdb/build/bin/autoconf
STDOUT /root/build-couchdb/build/bin/autoreconf2.62 => /root/build-couchdb/build/bin/autoreconf
STDOUT /root/build-couchdb/build/bin/autoheader2.62 => /root/build-couchdb/build/bin/autoheader
STDOUT /root/build-couchdb/build/bin/autom4te2.62 => /root/build-couchdb/build/bin/autom4te
STDERR ./buildconf
STDOUT buildconf: autoconf version 2.62 (ok)
STDOUT buildconf: autom4te version 2.62 (ok)
STDOUT buildconf: autoheader version 2.62 (ok)
STDOUT buildconf: automake version 1.11.2 (ok)
STDOUT buildconf: aclocal version 1.11.2 (ok)
STDOUT buildconf: libtool version 1.5.26 (ok)
STDOUT buildconf: libtoolize found
STDOUT buildconf: GNU m4 version 1.4.11 (ok)
STDOUT buildconf: running libtoolize
STDOUT buildconf: running aclocal
STDOUT buildconf: running aclocal hack to convert all mv to mv -f
STDOUT buildconf: running autoheader
STDOUT buildconf: cp lib/curl_config.h.in src/curl_config.h.in
STDOUT buildconf: running autoconf
STDERR configure.ac:195: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
STDERR If this token and others are legitimate, please use m4_pattern_allow.
STDERR See the Autoconf documentation.
STDERR configure.ac:221: error: possibly undefined macro: AC_PROG_LIBTOOL
STDOUT The autoconf command failed
STDOUT rm_f /root/build-couchdb/build/bin/autoconf
STDOUT rm_f /root/build-couchdb/build/bin/autoreconf
STDOUT rm_f /root/build-couchdb/build/bin/autoheader
STDOUT rm_f /root/build-couchdb/build/bin/autom4te
STDOUT /root/build-couchdb/build/bin/autoconf2.62 => /root/build-couchdb/build/bin/autoconf
STDOUT /root/build-couchdb/build/bin/autoreconf2.62 => /root/build-couchdb/build/bin/autoreconf
STDOUT /root/build-couchdb/build/bin/autoheader2.62 => /root/build-couchdb/build/bin/autoheader
STDOUT /root/build-couchdb/build/bin/autom4te2.62 => /root/build-couchdb/build/bin/autom4te
STDERR env LDFLAGS='-Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib' CPPFLAGS='-I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js' /root/build-couchdb/dependencies/curl/configure --prefix='/root/build-couchdb/build' --with-js-include='/root/build-couchdb/build/include/js' --with-js-lib='/root/build-couchdb/build/lib' --with-erlang=/root/build-couchdb/build/lib/erlang/usr/include
STDOUT checking whether to enable maintainer-specific portions of Makefiles... no
STDOUT checking whether to enable debug build options... no
STDOUT checking whether to enable compiler optimizer... (assumed) yes
STDOUT checking whether to enable strict compiler warnings... no
STDOUT checking whether to enable compiler warnings as errors... no
STDOUT checking whether to enable curl debug memory tracking... no
STDOUT checking whether to enable c-ares for DNS lookups... no
STDOUT checking for sed... /bin/sed
STDOUT checking for grep... /bin/grep
STDOUT checking for egrep... /bin/grep -E
STDOUT checking for ar... /usr/bin/ar
STDOUT checking for a BSD-compatible install... /usr/bin/install -c
STDOUT checking whether build environment is sane... yes
STDOUT checking for a thread-safe mkdir -p... /bin/mkdir -p
STDOUT checking for gawk... no
STDOUT checking for mawk... mawk
STDOUT checking whether make sets $(MAKE)... yes
STDOUT checking curl version... 7.22.0-DEV
STDOUT checking build system type... x86_64-unknown-linux-gnu
STDOUT checking host system type... x86_64-unknown-linux-gnu
STDOUT checking for style of include used by make... GNU
STDOUT checking for gcc... gcc
STDOUT checking for C compiler default output file name... a.out
STDOUT checking whether the C compiler works... yes
STDOUT checking whether we are cross compiling... no
STDOUT checking for suffix of executables...
STDOUT checking for suffix of object files... o
STDOUT checking whether we are using the GNU C compiler... yes
STDOUT checking whether gcc accepts -g... yes
STDOUT checking for gcc option to accept ISO C89... none needed
STDOUT checking dependency style of gcc... none
STDOUT checking for sys/types.h... yes
STDOUT checking for stdint.h... yes
STDOUT checking for inttypes.h... yes
STDOUT checking how to run the C preprocessor... gcc -E
STDOUT checking for grep that handles long lines and -e... (cached) /bin/grep
STDOUT checking for egrep... /bin/grep -E
STDOUT checking for ANSI C header files... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/stat.h... yes
STDOUT checking for stdlib.h... yes
STDOUT checking for string.h... yes
STDOUT checking for memory.h... yes
STDOUT checking for strings.h... yes
STDOUT checking for inttypes.h... (cached) yes
STDOUT checking for stdint.h... (cached) yes
STDOUT checking for unistd.h... yes
STDOUT checking size of long... 8
STDOUT checking size of void*... 8
STDOUT checking for 64-bit curl_off_t data type... long
STDOUT checking size of curl_off_t... 8
STDOUT checking formatting string directive for curl_off_t... "ld"
STDOUT checking formatting string directive for unsigned curl_off_t... "lu"
STDOUT checking constant suffix string for curl_off_t... L
STDOUT checking constant suffix string for unsigned curl_off_t... UL
STDOUT checking if OS is AIX (to define _ALL_SOURCE)... no
STDOUT checking if _THREAD_SAFE is already defined... no
STDOUT checking if _THREAD_SAFE is actually needed... no
STDOUT checking if _THREAD_SAFE is onwards defined... no
STDOUT checking if _REENTRANT is already defined... no
STDOUT checking if _REENTRANT is actually needed... no
STDOUT checking if _REENTRANT is onwards defined... no
STDOUT checking for special C compiler options needed for large files... no
STDOUT checking for _FILE_OFFSET_BITS value needed for large files... no
STDERR /root/build-couchdb/dependencies/curl/configure: line 8452: AC_LIBTOOL_WIN32_DLL: command not found
STDOUT checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)... yes
STDOUT checking if compiler is icc (to build with PIC)... no
STDERR /root/build-couchdb/dependencies/curl/configure: line 8482: AC_PROG_LIBTOOL: command not found
STDOUT checking if we need -mimpure-text... no
STDOUT checking if we need BUILDING_LIBCURL... no
STDOUT checking whether make sets $(MAKE)... (cached) yes
STDOUT checking for inline... inline
STDOUT checking if compiler is DEC/Compaq/HP C... no
STDOUT checking if compiler is HP-UX C... no
STDOUT checking if compiler is IBM C... no
STDOUT checking if compiler is Intel C... no
STDOUT checking if compiler is clang... no
STDOUT checking if compiler is GNU C... yes
STDOUT checking if compiler is LCC... no
STDOUT checking if compiler is SGI MIPSpro C... no
STDOUT checking if compiler is SGI MIPS C... no
STDOUT checking if compiler is SunPro C... no
STDOUT checking if compiler is Tiny C... no
STDOUT checking if compiler is Watcom C... no
STDOUT checking if compiler accepts debug disabling options... yes
STDOUT configure: compiler options added: -g0
STDOUT checking if compiler optimizer assumed setting might be used... yes
STDOUT checking if compiler accepts optimizer enabling options... yes
STDOUT configure: compiler options added: -O2
STDOUT checking if compiler accepts strict warning options... yes
STDOUT configure: compiler options added: -Wno-system-headers
STDOUT checking if compiler halts on compilation errors... yes
STDOUT checking if compiler halts on negative sized arrays... yes
STDOUT checking if shared libraries need -no-undefined... no
STDOUT checking for windows.h... no
STDOUT checking whether build target is a native Windows one... no
STDOUT checking whether build target supports WIN32 file API... no
STDOUT checking whether to support http... yes
STDOUT checking whether to support ftp... yes
STDOUT checking whether to support file... yes
STDOUT checking whether to support ldap... yes
STDOUT checking whether to support ldaps... yes
STDOUT checking whether to support rtsp... yes
STDOUT checking whether to support proxies... yes
STDOUT checking whether to support dict... yes
STDOUT checking whether to support telnet... yes
STDOUT checking whether to support tftp... yes
STDOUT checking whether to support pop3... yes
STDOUT checking whether to support imap... yes
STDOUT checking whether to support smtp... yes
STDOUT checking whether to support gopher... yes
STDOUT checking whether to provide built-in manual... yes
STDOUT checking if X/Open network library is required... no
STDOUT checking for gethostbyname... yes
STDOUT checking for strcasecmp... yes
STDOUT checking for windows.h... (cached) no
STDOUT checking for winsock.h... (cached) no
STDOUT checking for winsock2.h... (cached) no
STDOUT checking for connect in libraries... yes
STDOUT checking whether time.h and sys/time.h may both be included... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking sys/time.h usability... yes
STDOUT checking sys/time.h presence... yes
STDOUT checking for sys/time.h... yes
STDOUT checking time.h usability... yes
STDOUT checking time.h presence... yes
STDOUT checking for time.h... yes
STDOUT checking for monotonic clock_gettime... yes
STDOUT checking for clock_gettime in libraries... -lrt
STDOUT checking if monotonic clock_gettime works... yes
STDOUT checking whether to use libgcc... no
STDOUT checking for lber.h... yes
STDOUT checking for ldap.h... yes
STDOUT checking for ldapssl.h... no
STDOUT checking for ldap_ssl.h... no
STDOUT checking for LDAP libraries... -lldap
STDOUT checking for ldap_url_parse... yes
STDOUT checking for ldap_init_fd... yes
STDOUT checking whether to enable ipv6... no
STDOUT checking if argv can be written to... yes
STDOUT checking if Kerberos4 support is requested... no
STDOUT checking if SPNEGO support is requested... no
STDOUT checking if GSSAPI support is requested... no
STDOUT checking for pkg-config... /usr/bin/pkg-config
STDOUT checking for openssl options with pkg-config... found
STDOUT configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
STDOUT configure: pkg-config: SSL_LDFLAGS: " "
STDOUT configure: pkg-config: SSL_CPPFLAGS: " "
STDOUT checking for CRYPTO_lock in -lcrypto... yes
STDOUT checking for SSL_connect in -lssl... yes
STDOUT checking openssl/x509.h usability... yes
STDOUT checking openssl/x509.h presence... yes
STDOUT checking for openssl/x509.h... yes
STDOUT checking openssl/rsa.h usability... yes
STDOUT checking openssl/rsa.h presence... yes
STDOUT checking for openssl/rsa.h... yes
STDOUT checking openssl/crypto.h usability... yes
STDOUT checking openssl/crypto.h presence... yes
STDOUT checking for openssl/crypto.h... yes
STDOUT checking openssl/pem.h usability... yes
STDOUT checking openssl/pem.h presence... yes
STDOUT checking for openssl/pem.h... yes
STDOUT checking openssl/ssl.h usability... yes
STDOUT checking openssl/ssl.h presence... yes
STDOUT checking for openssl/ssl.h... yes
STDOUT checking openssl/err.h usability... yes
STDOUT checking openssl/err.h presence... yes
STDOUT checking for openssl/err.h... yes
STDOUT checking openssl/pkcs12.h usability... yes
STDOUT checking openssl/pkcs12.h presence... yes
STDOUT checking for openssl/pkcs12.h... yes
STDOUT checking for ENGINE_init... yes
STDOUT checking openssl/engine.h usability... yes
STDOUT checking openssl/engine.h presence... yes
STDOUT checking for openssl/engine.h... yes
STDOUT checking for ENGINE_load_builtin_engines... yes
STDOUT checking for RAND_status... yes
STDOUT checking for RAND_screen... no
STDOUT checking for RAND_egd... yes
STDOUT checking for ENGINE_cleanup... yes
STDOUT checking for CRYPTO_cleanup_all_ex_data... yes
STDOUT checking for SSL_get_shutdown... yes
STDOUT checking for yaSSL using OpenSSL compatibility mode... no
STDOUT checking for OpenSSL headers version... 0.9.8 - 0x0090807fL
STDOUT checking for OpenSSL library version... 0.9.8
STDOUT checking for OpenSSL headers and library versions matching... yes
STDOUT checking for inflateEnd in -lz... yes
STDOUT checking zlib.h usability... yes
STDOUT checking zlib.h presence... yes
STDOUT checking for zlib.h... yes
STDOUT configure: found both libz and libz.h header
STDOUT checking for "/dev/urandom"... yes
STDOUT checking for SRP_Calc_client_key in -lcrypto... no
STDOUT checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
STDOUT checking for libssh2_channel_open_ex in -lssh2... yes
STDOUT checking libssh2.h usability... yes
STDOUT checking libssh2.h presence... yes
STDOUT checking for libssh2.h... yes
STDOUT checking for RTMP_Init in -lrtmp... no
STDOUT checking whether to build with libidn... yes
STDOUT checking for idna_to_ascii_lz in -lidn... yes
STDOUT checking for idn_free... yes
STDOUT checking for idna_strerror... yes
STDOUT checking for tld_strerror... yes
STDOUT checking idn-free.h usability... yes
STDOUT checking idn-free.h presence... yes
STDOUT checking for idn-free.h... yes
STDOUT checking tld.h usability... yes
STDOUT checking tld.h presence... yes
STDOUT checking for tld.h... yes
STDOUT checking for ANSI C header files... (cached) yes
STDOUT checking for malloc.h... yes
STDOUT checking for memory.h... (cached) yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/time.h... (cached) yes
STDOUT checking for sys/select.h... yes
STDOUT checking for sys/socket.h... yes
STDOUT checking for sys/ioctl.h... yes
STDOUT checking for sys/uio.h... yes
STDOUT checking for assert.h... yes
STDOUT checking for unistd.h... (cached) yes
STDOUT checking for stdlib.h... (cached) yes
STDOUT checking for limits.h... yes
STDOUT checking for arpa/inet.h... yes
STDOUT checking for net/if.h... yes
STDOUT checking for netinet/in.h... yes
STDOUT checking for sys/un.h... yes
STDOUT checking for netinet/tcp.h... yes
STDOUT checking for netdb.h... yes
STDOUT checking for sys/sockio.h... no
STDOUT checking for sys/stat.h... (cached) yes
STDOUT checking for sys/param.h... yes
STDOUT checking for termios.h... yes
STDOUT checking for termio.h... yes
STDOUT checking for sgtty.h... yes
STDOUT checking for fcntl.h... yes
STDOUT checking for alloca.h... yes
STDOUT checking for time.h... (cached) yes
STDOUT checking for io.h... no
STDOUT checking for pwd.h... yes
STDOUT checking for utime.h... yes
STDOUT checking for sys/utime.h... no
STDOUT checking for sys/poll.h... yes
STDOUT checking for poll.h... yes
STDOUT checking for socket.h... no
STDOUT checking for sys/resource.h... yes
STDOUT checking for libgen.h... yes
STDOUT checking for locale.h... yes
STDOUT checking for errno.h... yes
STDOUT checking for stdbool.h... yes
STDOUT checking for arpa/tftp.h... yes
STDOUT checking for sys/filio.h... no
STDOUT checking for sys/wait.h... yes
STDOUT checking for setjmp.h... yes
STDOUT checking for an ANSI C-conforming const... yes
STDOUT checking for compiler support of C99 variadic macro style... yes
STDOUT checking for compiler support of old gcc variadic macro style... yes
STDOUT checking for size_t... yes
STDOUT checking whether time.h and sys/time.h may both be included... (cached) yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/time.h... (cached) yes
STDOUT checking for time.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for struct timeval... yes
STDOUT checking run-time libs availability... fine
STDOUT checking size of size_t... 8
STDOUT checking size of long... (cached) 8
STDOUT checking size of int... 4
STDOUT checking size of short... 2
STDOUT checking size of time_t... 8
STDOUT checking size of off_t... 8
STDOUT checking for long long... yes
STDOUT checking if numberLL works... yes
STDOUT checking for ssize_t... yes
STDOUT checking for bool... yes
STDOUT checking for windows.h... (cached) no
STDOUT checking for winsock2.h... (cached) no
STDOUT checking for ws2tcpip.h... (cached) no
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for curl_socklen_t data type... socklen_t
STDOUT checking size of curl_socklen_t... 4
STDOUT checking for in_addr_t... yes
STDOUT checking for struct sockaddr_storage... yes
STDOUT checking signal.h usability... yes
STDOUT checking signal.h presence... yes
STDOUT checking for signal.h... yes
STDOUT checking for sig_atomic_t... yes
STDOUT checking if sig_atomic_t is already defined as volatile... no
STDOUT checking return type of signal handlers... void
STDOUT checking for sys/select.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for select... yes
STDOUT checking types of args and return type for select... int,fd_set *,struct timeval *,int
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for recv... yes
STDOUT checking types of args and return type for recv... int,void *,size_t,int,ssize_t
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for recvfrom... yes
STDOUT checking types of args and return type for recvfrom... int,void *,size_t,int,struct sockaddr *,socklen_t *,ssize_t
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for send... yes
STDOUT checking types of args and return type for send... int,const void *,size_t,int,ssize_t
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for MSG_NOSIGNAL... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for unistd.h... (cached) yes
STDOUT checking if alarm can be linked... yes
STDOUT checking if alarm is prototyped... yes
STDOUT checking if alarm is compilable... yes
STDOUT checking if alarm usage allowed... yes
STDOUT checking if alarm might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for string.h... (cached) yes
STDOUT checking for strings.h... (cached) yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for libgen.h... (cached) yes
STDOUT checking if basename can be linked... yes
STDOUT checking if basename is prototyped... yes
STDOUT checking if basename is compilable... yes
STDOUT checking if basename usage allowed... yes
STDOUT checking if basename might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for socket.h... (cached) no
STDOUT checking if closesocket can be linked... no
STDOUT checking if closesocket might be used... no
STDOUT checking if CloseSocket can be linked... no
STDOUT checking if CloseSocket might be used... no
STDOUT checking if connect can be linked... yes
STDOUT checking if connect is prototyped... yes
STDOUT checking if connect is compilable... yes
STDOUT checking if connect usage allowed... yes
STDOUT checking if connect might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for unistd.h... (cached) yes
STDOUT checking for fcntl.h... (cached) yes
STDOUT checking if fcntl can be linked... yes
STDOUT checking if fcntl is prototyped... yes
STDOUT checking if fcntl is compilable... yes
STDOUT checking if fcntl usage allowed... yes
STDOUT checking if fcntl might be used... yes
STDOUT checking if fcntl O_NONBLOCK is compilable... yes
STDOUT checking if fcntl O_NONBLOCK usage allowed... yes
STDOUT checking if fcntl O_NONBLOCK might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for stdio.h... yes
STDOUT checking if fdopen can be linked... yes
STDOUT checking if fdopen is prototyped... yes
STDOUT checking if fdopen is compilable... yes
STDOUT checking if fdopen usage allowed... yes
STDOUT checking if fdopen might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for netdb.h... (cached) yes
STDOUT checking if freeaddrinfo can be linked... yes
STDOUT checking if freeaddrinfo is prototyped... yes
STDOUT checking if freeaddrinfo is compilable... yes
STDOUT checking if freeaddrinfo usage allowed... yes
STDOUT checking if freeaddrinfo might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for netinet/in.h... (cached) yes
STDOUT checking for ifaddrs.h... yes
STDOUT checking if freeifaddrs can be linked... yes
STDOUT checking if freeifaddrs is prototyped... yes
STDOUT checking if freeifaddrs is compilable... yes
STDOUT checking if freeifaddrs usage allowed... yes
STDOUT checking if freeifaddrs might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/xattr.h... yes
STDOUT checking if fsetxattr can be linked... yes
STDOUT checking if fsetxattr is prototyped... yes
STDOUT checking if fsetxattr takes 5 args.... yes
STDOUT checking if fsetxattr is compilable... yes
STDOUT checking if fsetxattr usage allowed... yes
STDOUT checking if fsetxattr might be used... yes
STDOUT checking if ftruncate can be linked... yes
STDOUT checking if ftruncate is prototyped... yes
STDOUT checking if ftruncate is compilable... yes
STDOUT checking if ftruncate usage allowed... yes
STDOUT checking if ftruncate might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for stdlib.h... (cached) yes
STDOUT checking if getaddrinfo can be linked... yes
STDOUT checking if getaddrinfo is prototyped... yes
STDOUT checking if getaddrinfo is compilable... yes
STDOUT checking if getaddrinfo seems to work... yes
STDOUT checking if getaddrinfo usage allowed... yes
STDOUT checking if getaddrinfo might be used... yes
STDOUT checking if getaddrinfo is threadsafe... yes
STDOUT checking if gai_strerror can be linked... yes
STDOUT checking if gai_strerror is prototyped... yes
STDOUT checking if gai_strerror is compilable... yes
STDOUT checking if gai_strerror usage allowed... yes
STDOUT checking if gai_strerror might be used... yes
STDOUT checking if gethostbyaddr can be linked... yes
STDOUT checking if gethostbyaddr is prototyped... yes
STDOUT checking if gethostbyaddr is compilable... yes
STDOUT checking if gethostbyaddr usage allowed... yes
STDOUT checking if gethostbyaddr might be used... yes
STDOUT checking if gethostbyaddr_r can be linked... yes
STDOUT checking if gethostbyaddr_r is prototyped... yes
STDOUT checking if gethostbyaddr_r takes 5 args.... no
STDOUT checking if gethostbyaddr_r takes 7 args.... no
STDOUT checking if gethostbyaddr_r takes 8 args.... yes
STDOUT checking if gethostbyaddr_r is compilable... yes
STDOUT checking if gethostbyaddr_r usage allowed... yes
STDOUT checking if gethostbyaddr_r might be used... yes
STDOUT checking if gethostbyname can be linked... yes
STDOUT checking if gethostbyname is prototyped... yes
STDOUT checking if gethostbyname is compilable... yes
STDOUT checking if gethostbyname usage allowed... yes
STDOUT checking if gethostbyname might be used... yes
STDOUT checking if gethostbyname_r can be linked... yes
STDOUT checking if gethostbyname_r is prototyped... yes
STDOUT checking if gethostbyname_r takes 3 args.... no
STDOUT checking if gethostbyname_r takes 5 args.... no
STDOUT checking if gethostbyname_r takes 6 args.... yes
STDOUT checking if gethostbyname_r is compilable... yes
STDOUT checking if gethostbyname_r usage allowed... yes
STDOUT checking if gethostbyname_r might be used... yes
STDOUT checking if gethostname can be linked... yes
STDOUT checking if gethostname is prototyped... yes
STDOUT checking if gethostname is compilable... yes
STDOUT checking if gethostname usage allowed... yes
STDOUT checking if gethostname might be used... yes
STDOUT checking if getifaddrs can be linked... yes
STDOUT checking if getifaddrs is prototyped... yes
STDOUT checking if getifaddrs is compilable... yes
STDOUT checking if getifaddrs seems to work... yes
STDOUT checking if getifaddrs usage allowed... yes
STDOUT checking if getifaddrs might be used... yes
STDOUT checking if getservbyport_r can be linked... yes
STDOUT checking if getservbyport_r is prototyped... yes
STDOUT checking if getservbyport_r takes 4 args.... no
STDOUT checking if getservbyport_r takes 5 args.... no
STDOUT checking if getservbyport_r takes 6 args.... yes
STDOUT checking if getservbyport_r is compilable... yes
STDOUT checking if getservbyport_r usage allowed... yes
STDOUT checking if getservbyport_r might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/time.h... (cached) yes
STDOUT checking for time.h... (cached) yes
STDOUT checking if gmtime_r can be linked... yes
STDOUT checking if gmtime_r is prototyped... yes
STDOUT checking if gmtime_r is compilable... yes
STDOUT checking if gmtime_r seems to work... yes
STDOUT checking if gmtime_r usage allowed... yes
STDOUT checking if gmtime_r might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for netinet/in.h... (cached) yes
STDOUT checking for arpa/inet.h... (cached) yes
STDOUT checking if inet_ntoa_r can be linked... no
STDOUT checking if inet_ntoa_r might be used... no
STDOUT checking if inet_ntop can be linked... yes
STDOUT checking if inet_ntop is prototyped... yes
STDOUT checking if inet_ntop is compilable... yes
STDOUT checking if inet_ntop seems to work... yes
STDOUT checking if inet_ntop usage allowed... yes
STDOUT checking if inet_ntop might be used... yes
STDOUT checking if inet_pton can be linked... yes
STDOUT checking if inet_pton is prototyped... yes
STDOUT checking if inet_pton is compilable... yes
STDOUT checking if inet_pton seems to work... yes
STDOUT checking if inet_pton usage allowed... yes
STDOUT checking if inet_pton might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for unistd.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for sys/ioctl.h... (cached) yes
STDOUT checking for stropts.h... yes
STDOUT checking if ioctl can be linked... yes
STDOUT checking if ioctl is prototyped... yes
STDOUT checking if ioctl is compilable... yes
STDOUT checking if ioctl usage allowed... yes
STDOUT checking if ioctl might be used... yes
STDOUT checking if ioctl FIONBIO is compilable... yes
STDOUT checking if ioctl FIONBIO usage allowed... yes
STDOUT checking if ioctl FIONBIO might be used... yes
STDOUT checking if ioctl SIOCGIFADDR is compilable... yes
STDOUT checking if ioctl SIOCGIFADDR usage allowed... yes
STDOUT checking if ioctl SIOCGIFADDR might be used... yes
STDOUT checking if ioctlsocket can be linked... no
STDOUT checking if ioctlsocket might be used... no
STDOUT checking if IoctlSocket can be linked... no
STDOUT checking if IoctlSocket might be used... no
STDOUT checking if localtime_r can be linked... yes
STDOUT checking if localtime_r is prototyped... yes
STDOUT checking if localtime_r is compilable... yes
STDOUT checking if localtime_r seems to work... yes
STDOUT checking if localtime_r usage allowed... yes
STDOUT checking if localtime_r might be used... yes
STDOUT checking if memrchr can be linked... yes
STDOUT checking if memrchr is prototyped... no
STDOUT checking if memrchr might be used... no
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for poll.h... (cached) yes
STDOUT checking for sys/poll.h... (cached) yes
STDOUT checking if poll can be linked... yes
STDOUT checking if poll is prototyped... yes
STDOUT checking if poll is compilable... yes
STDOUT checking if poll seems to work... yes
STDOUT checking if poll usage allowed... yes
STDOUT checking if poll might be used... yes
STDOUT checking if setsockopt can be linked... yes
STDOUT checking if setsockopt is prototyped... yes
STDOUT checking if setsockopt is compilable... yes
STDOUT checking if setsockopt usage allowed... yes
STDOUT checking if setsockopt might be used... yes
STDOUT checking if setsockopt SO_NONBLOCK is compilable... no
STDOUT checking if setsockopt SO_NONBLOCK might be used... no
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for signal.h... (cached) yes
STDOUT checking if sigaction can be linked... yes
STDOUT checking if sigaction is prototyped... yes
STDOUT checking if sigaction is compilable... yes
STDOUT checking if sigaction usage allowed... yes
STDOUT checking if sigaction might be used... yes
STDOUT checking if siginterrupt can be linked... yes
STDOUT checking if siginterrupt is prototyped... yes
STDOUT checking if siginterrupt is compilable... yes
STDOUT checking if siginterrupt usage allowed... yes
STDOUT checking if siginterrupt might be used... yes
STDOUT checking if signal can be linked... yes
STDOUT checking if signal is prototyped... yes
STDOUT checking if signal is compilable... yes
STDOUT checking if signal usage allowed... yes
STDOUT checking if signal might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for setjmp.h... (cached) yes
STDOUT checking if sigsetjmp can be linked... no
STDOUT checking if sigsetjmp seems a macro... yes
STDOUT checking if sigsetjmp is compilable... yes
STDOUT checking if sigsetjmp usage allowed... yes
STDOUT checking if sigsetjmp might be used... yes
STDOUT checking if socket can be linked... yes
STDOUT checking if socket is prototyped... yes
STDOUT checking if socket is compilable... yes
STDOUT checking if socket usage allowed... yes
STDOUT checking if socket might be used... yes
STDOUT checking if socketpair can be linked... yes
STDOUT checking if socketpair is prototyped... yes
STDOUT checking if socketpair is compilable... yes
STDOUT checking if socketpair usage allowed... yes
STDOUT checking if socketpair might be used... yes
STDOUT checking if strcasecmp can be linked... yes
STDOUT checking if strcasecmp is prototyped... yes
STDOUT checking if strcasecmp is compilable... yes
STDOUT checking if strcasecmp usage allowed... yes
STDOUT checking if strcasecmp might be used... yes
STDOUT checking if strcasestr can be linked... yes
STDOUT checking if strcasestr is prototyped... no
STDOUT checking if strcasestr might be used... no
STDOUT checking if strcmpi can be linked... no
STDOUT checking if strcmpi might be used... no
STDOUT checking if strdup can be linked... yes
STDOUT checking if strdup is prototyped... yes
STDOUT checking if strdup is compilable... yes
STDOUT checking if strdup usage allowed... yes
STDOUT checking if strdup might be used... yes
STDOUT checking if strerror_r can be linked... yes
STDOUT checking if strerror_r is prototyped... yes
STDOUT checking if strerror_r is compilable... yes
STDOUT checking if strerror_r is glibc like... no
STDOUT checking if strerror_r is POSIX like... yes
STDOUT checking if strerror_r seems to work... yes
STDOUT checking if strerror_r usage allowed... yes
STDOUT checking if strerror_r might be used... yes
STDOUT checking if stricmp can be linked... no
STDOUT checking if stricmp might be used... no
STDOUT checking if strlcat can be linked... no
STDOUT checking if strlcat might be used... no
STDOUT checking if strncasecmp can be linked... yes
STDOUT checking if strncasecmp is prototyped... yes
STDOUT checking if strncasecmp is compilable... yes
STDOUT checking if strncasecmp usage allowed... yes
STDOUT checking if strncasecmp might be used... yes
STDOUT checking if strncmpi can be linked... no
STDOUT checking if strncmpi might be used... no
STDOUT checking if strnicmp can be linked... no
STDOUT checking if strnicmp might be used... no
STDOUT checking if strstr can be linked... yes
STDOUT checking if strstr is prototyped... yes
STDOUT checking if strstr is compilable... yes
STDOUT checking if strstr usage allowed... yes
STDOUT checking if strstr might be used... yes
STDOUT checking if strtok_r can be linked... yes
STDOUT checking if strtok_r is prototyped... yes
STDOUT checking if strtok_r is compilable... yes
STDOUT checking if strtok_r usage allowed... yes
STDOUT checking if strtok_r might be used... yes
STDOUT checking if strtoll can be linked... yes
STDOUT checking if strtoll is prototyped... yes
STDOUT checking if strtoll is compilable... yes
STDOUT checking if strtoll usage allowed... yes
STDOUT checking if strtoll might be used... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/uio.h... (cached) yes
STDOUT checking if writev can be linked... yes
STDOUT checking if writev is prototyped... yes
STDOUT checking if writev is compilable... yes
STDOUT checking if writev usage allowed... yes
STDOUT checking if writev might be used... yes
STDOUT checking for fork... yes
STDOUT checking for geteuid... yes
STDOUT checking for getpass_r... no
STDOUT checking deeper for getpass_r... but still no
STDOUT checking for getppid... yes
STDOUT checking for getprotobyname... yes
STDOUT checking for getpwuid... yes
STDOUT checking for getrlimit... yes
STDOUT checking for gettimeofday... yes
STDOUT checking for inet_addr... yes
STDOUT checking for perror... yes
STDOUT checking for pipe... yes
STDOUT checking for setlocale... yes
STDOUT checking for setmode... no
STDOUT checking deeper for setmode... but still no
STDOUT checking for setrlimit... yes
STDOUT checking for uname... yes
STDOUT checking for utime... yes
STDOUT checking for sys/types.h... (cached) yes
STDOUT checking for sys/socket.h... (cached) yes
STDOUT checking for netdb.h... (cached) yes
STDOUT checking for getnameinfo... yes
STDOUT checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,unsigned int
STDOUT checking whether to enable non-blocking communications... yes
STDOUT checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
STDOUT checking for perl... /usr/bin/perl
STDOUT checking for gnroff... no
STDOUT checking for nroff... /usr/bin/nroff
STDOUT checking how to use *nroff to get plain text from man pages... -man
STDOUT checking whether to enable the threaded resolver... no
STDOUT checking whether to enable verbose strings... yes
STDOUT checking whether to enable SSPI support (Windows native builds only)... no
STDOUT checking whether to enable cryptographic authentication methods... yes
STDOUT checking whether to enable NTLM delegation to winbind's helper... yes
STDOUT checking whether to enable TLS-SRP authentication... yes
STDOUT checking whether to enable support for cookies... yes
STDOUT checking whether to enable hidden symbols in the library... no
STDOUT checking whether to enforce SONAME bump... no
STDOUT configure: creating ./config.status
STDERR config.status: error: cannot find input file: Makefile.in
STDOUT == Output of config.log ==
STDERR cat config.log
STDOUT This file contains any messages produced by compilers while
STDOUT running configure, to aid debugging if configure makes a mistake.
STDOUT
STDOUT It was created by curl configure -, which was
STDOUT generated by GNU Autoconf 2.62. Invocation command line was
STDOUT
STDOUT $ /root/build-couchdb/dependencies/curl/configure --prefix=/root/build-couchdb/build --with-js-include=/root/build-couchdb/build/include/js --with-js-lib=/root/build-couchdb/build/lib --with-erlang=/root/build-couchdb/build/lib/erlang/usr/include
STDOUT
STDOUT ## --------- ##
STDOUT ## Platform. ##
STDOUT ## --------- ##
STDOUT
STDOUT hostname = greelizard
STDOUT uname -m = x86_64
STDOUT uname -r = 2.6.18-194.32.1.el5xen
STDOUT uname -s = Linux
STDOUT uname -v = #1 SMP Wed Jan 5 18:44:24 EST 2011
STDOUT
STDOUT /usr/bin/uname -p = unknown
STDOUT /bin/uname -X = unknown
STDOUT
STDOUT /bin/arch = unknown
STDOUT /usr/bin/arch -k = unknown
STDOUT /usr/convex/getsysinfo = unknown
STDOUT /usr/bin/hostinfo = unknown
STDOUT /bin/machine = unknown
STDOUT /usr/bin/oslevel = unknown
STDOUT /bin/universe = unknown
STDOUT
STDOUT PATH: /root/build-couchdb/build/bin
STDOUT PATH: /usr/local/sbin
STDOUT PATH: /usr/local/bin
STDOUT PATH: /usr/sbin
STDOUT PATH: /usr/bin
STDOUT PATH: /sbin
STDOUT PATH: /bin
STDOUT
STDOUT
STDOUT ## ----------- ##
STDOUT ## Core tests. ##
STDOUT ## ----------- ##
STDOUT
STDOUT configure:2163: checking whether to enable maintainer-specific portions of Makefiles
STDOUT configure:2172: result: no
STDOUT configure:2187: checking whether to enable debug build options
STDOUT configure:2206: result: no
STDOUT configure:2210: checking whether to enable compiler optimizer
STDOUT configure:2231: result: (assumed) yes
STDOUT configure:2243: checking whether to enable strict compiler warnings
STDOUT configure:2262: result: no
STDOUT configure:2266: checking whether to enable compiler warnings as errors
STDOUT configure:2285: result: no
STDOUT configure:2289: checking whether to enable curl debug memory tracking
STDOUT configure:2308: result: no
STDOUT configure:2322: checking whether to enable c-ares for DNS lookups
STDOUT configure:2344: result: no
STDOUT configure:2366: checking for sed
STDOUT configure:2385: found /bin/sed
STDOUT configure:2398: result: /bin/sed
STDOUT configure:2417: checking for grep
STDOUT configure:2436: found /bin/grep
STDOUT configure:2449: result: /bin/grep
STDOUT configure:2467: checking for egrep
STDOUT configure:2470: result: /bin/grep -E
STDOUT configure:2572: checking for ar
STDOUT configure:2591: found /usr/bin/ar
STDOUT configure:2603: result: /usr/bin/ar
STDOUT configure:2691: checking for a BSD-compatible install
STDOUT configure:2759: result: /usr/bin/install -c
STDOUT configure:2770: checking whether build environment is sane
STDOUT configure:2830: result: yes
STDOUT configure:2968: checking for a thread-safe mkdir -p
STDOUT configure:3007: result: /bin/mkdir -p
STDOUT configure:3020: checking for gawk
STDOUT configure:3050: result: no
STDOUT configure:3020: checking for mawk
STDOUT configure:3036: found /usr/bin/mawk
STDOUT configure:3047: result: mawk
STDOUT configure:3058: checking whether make sets $(MAKE)
STDOUT configure:3080: result: yes
STDOUT configure:3162: checking curl version
STDOUT configure:3164: result: 7.22.0-DEV
STDOUT configure:3207: checking build system type
STDOUT configure:3225: result: x86_64-unknown-linux-gnu
STDOUT configure:3247: checking host system type
STDOUT configure:3262: result: x86_64-unknown-linux-gnu
STDOUT configure:3302: checking for style of include used by make
STDOUT configure:3330: result: GNU
STDOUT configure:3404: checking for gcc
STDOUT configure:3420: found /usr/bin/gcc
STDOUT configure:3431: result: gcc
STDOUT configure:3669: checking for C compiler version
STDOUT configure:3677: gcc --version >&5
STDOUT gcc (Debian 4.3.2-1.1) 4.3.2
STDOUT Copyright (C) 2008 Free Software Foundation, Inc.
STDOUT This is free software; see the source for copying conditions. There is NO
STDOUT warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
STDOUT
STDOUT configure:3681: $? = 0
STDOUT configure:3688: gcc -v >&5
STDOUT Using built-in specs.
STDOUT Target: x86_64-linux-gnu
STDOUT Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
STDOUT Thread model: posix
STDOUT gcc version 4.3.2 (Debian 4.3.2-1.1)
STDOUT configure:3692: $? = 0
STDOUT configure:3699: gcc -V >&5
STDOUT gcc: '-V' option must have argument
STDOUT configure:3703: $? = 1
STDOUT configure:3725: checking for C compiler default output file name
STDOUT configure:3747: gcc -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:3751: $? = 0
STDOUT configure:3789: result: a.out
STDOUT configure:3806: checking whether the C compiler works
STDOUT configure:3816: ./a.out
STDOUT configure:3820: $? = 0
STDOUT configure:3837: result: yes
STDOUT configure:3844: checking whether we are cross compiling
STDOUT configure:3846: result: no
STDOUT configure:3849: checking for suffix of executables
STDOUT configure:3856: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:3860: $? = 0
STDOUT configure:3884: result:
STDOUT configure:3890: checking for suffix of object files
STDOUT configure:3915: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:3919: $? = 0
STDOUT configure:3942: result: o
STDOUT configure:3946: checking whether we are using the GNU C compiler
STDOUT configure:3974: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:3981: $? = 0
STDOUT configure:3998: result: yes
STDOUT configure:4007: checking whether gcc accepts -g
STDOUT configure:4036: gcc -c -g -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:4043: $? = 0
STDOUT configure:4142: result: yes
STDOUT configure:4159: checking for gcc option to accept ISO C89
STDOUT configure:4232: gcc -c -g -O2 -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:4239: $? = 0
STDOUT configure:4262: result: none needed
STDOUT configure:4282: checking dependency style of gcc
STDOUT configure:4393: result: none
STDOUT configure:4437: checking for sys/types.h
STDOUT configure:4458: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:4465: $? = 0
STDOUT configure:4482: result: yes
STDOUT configure:4437: checking for stdint.h
STDOUT configure:4458: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:4465: $? = 0
STDOUT configure:4482: result: yes
STDOUT configure:4437: checking for inttypes.h
STDOUT configure:4458: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:4465: $? = 0
STDOUT configure:4482: result: yes
STDOUT configure:4500: checking how to run the C preprocessor
STDOUT configure:4540: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:4547: $? = 0
STDOUT configure:4578: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
STDOUT configure:4585: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | /* end confdefs.h. */
STDOUT | #include <ac_nonexistent.h>
STDOUT configure:4618: result: gcc -E
STDOUT configure:4647: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:4654: $? = 0
STDOUT configure:4685: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
STDOUT configure:4692: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | /* end confdefs.h. */
STDOUT | #include <ac_nonexistent.h>
STDOUT configure:4730: checking for grep that handles long lines and -e
STDOUT configure:4790: result: /bin/grep
STDOUT configure:4795: checking for egrep
STDOUT configure:4859: result: /bin/grep -E
STDOUT configure:4864: checking for ANSI C header files
STDOUT configure:4893: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:4900: $? = 0
STDOUT configure:4999: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:5003: $? = 0
STDOUT configure:5009: ./conftest
STDOUT configure:5013: $? = 0
STDOUT configure:5031: result: yes
STDOUT configure:5055: checking for sys/types.h
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for sys/stat.h
STDOUT configure:5076: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5083: $? = 0
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for stdlib.h
STDOUT configure:5076: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5083: $? = 0
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for string.h
STDOUT configure:5076: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5083: $? = 0
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for memory.h
STDOUT configure:5076: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5083: $? = 0
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for strings.h
STDOUT configure:5076: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5083: $? = 0
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for inttypes.h
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for stdint.h
STDOUT configure:5100: result: yes
STDOUT configure:5055: checking for unistd.h
STDOUT configure:5076: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5083: $? = 0
STDOUT configure:5100: result: yes
STDOUT configure:5126: checking size of long
STDOUT configure:5423: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:5427: $? = 0
STDOUT configure:5433: ./conftest
STDOUT configure:5437: $? = 0
STDOUT configure:5461: result: 8
STDOUT configure:5475: checking size of void*
STDOUT configure:5772: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:5776: $? = 0
STDOUT configure:5782: ./conftest
STDOUT configure:5786: $? = 0
STDOUT configure:5810: result: 8
STDOUT configure:5856: checking for 64-bit curl_off_t data type
STDOUT configure:5916: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:5923: $? = 0
STDOUT configure:6027: result: long
STDOUT configure:6382: checking size of curl_off_t
STDOUT configure:6384: result: 8
STDOUT configure:6387: checking formatting string directive for curl_off_t
STDOUT configure:6429: result: "ld"
STDOUT configure:6432: checking formatting string directive for unsigned curl_off_t
STDOUT configure:6434: result: "lu"
STDOUT configure:6438: checking constant suffix string for curl_off_t
STDOUT configure:6517: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:6524: $? = 0
STDOUT configure:6550: result: L
STDOUT configure:6552: checking constant suffix string for unsigned curl_off_t
STDOUT configure:6554: result: UL
STDOUT configure:6625: checking if OS is AIX (to define _ALL_SOURCE)
STDOUT configure:6651: result: no
STDOUT configure:6661: checking if _THREAD_SAFE is already defined
STDOUT configure:6692: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:42: error: 'force' undeclared (first use in this function)
STDOUT conftest.c:42: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:42: error: for each function it appears in.)
STDOUT conftest.c:42: error: expected ';' before 'compilation'
STDOUT configure:6699: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | #ifdef _THREAD_SAFE
STDOUT | int dummy=1;
STDOUT | #else
STDOUT | force compilation error
STDOUT | #endif
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:6714: result: no
STDOUT configure:6723: checking if _THREAD_SAFE is actually needed
STDOUT configure:6742: result: no
STDOUT configure:6747: checking if _THREAD_SAFE is onwards defined
STDOUT configure:6766: result: no
STDOUT configure:6773: checking if _REENTRANT is already defined
STDOUT configure:6804: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:42: error: 'force' undeclared (first use in this function)
STDOUT conftest.c:42: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:42: error: for each function it appears in.)
STDOUT conftest.c:42: error: expected ';' before 'compilation'
STDOUT configure:6811: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | #ifdef _REENTRANT
STDOUT | int dummy=1;
STDOUT | #else
STDOUT | force compilation error
STDOUT | #endif
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:6826: result: no
STDOUT configure:6835: checking if _REENTRANT is actually needed
STDOUT configure:6876: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:6883: $? = 0
STDOUT configure:6932: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:6939: $? = 0
STDOUT configure:7055: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7062: $? = 0
STDOUT configure:7171: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7178: $? = 0
STDOUT configure:7287: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7294: $? = 0
STDOUT configure:7403: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7410: $? = 0
STDOUT configure:7519: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT /tmp/ccCFhD2A.o: In function `main':
STDOUT conftest.c:(.text+0xa): undefined reference to `inet_ntoa_r'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:7526: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #define inet_ntoa_r innocuous_inet_ntoa_r
STDOUT | #ifdef __STDC__
STDOUT | # include <limits.h>
STDOUT | #else
STDOUT | # include <assert.h>
STDOUT | #endif
STDOUT | #undef inet_ntoa_r
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char inet_ntoa_r ();
STDOUT | #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
STDOUT | choke me
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | return inet_ntoa_r ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:7639: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7646: $? = 0
STDOUT configure:7755: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7762: $? = 0
STDOUT configure:7871: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7878: $? = 0
STDOUT configure:7987: gcc -o conftest -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:7994: $? = 0
STDOUT configure:8070: result: no
STDOUT configure:8075: checking if _REENTRANT is onwards defined
STDOUT configure:8094: result: no
STDOUT configure:8107: checking for special C compiler options needed for large files
STDOUT configure:8201: result: no
STDOUT configure:8207: checking for _FILE_OFFSET_BITS value needed for large files
STDOUT configure:8241: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:8248: $? = 0
STDOUT configure:8316: result: no
STDOUT configure:8454: checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)
STDOUT configure:8458: result: yes
STDOUT configure:8468: checking if compiler is icc (to build with PIC)
STDOUT configure:8477: result: no
STDOUT configure:8484: checking if we need -mimpure-text
STDOUT configure:8496: result: no
STDOUT configure:8516: checking if we need BUILDING_LIBCURL
STDOUT configure:8552: result: no
STDOUT configure:8566: checking whether make sets $(MAKE)
STDOUT configure:8588: result: yes
STDOUT configure:8598: checking for inline
STDOUT configure:8624: gcc -c -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:8631: $? = 0
STDOUT configure:8649: result: inline
STDOUT configure:8685: checking if compiler is DEC/Compaq/HP C
STDOUT configure:8719: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:8726: $? = 0
STDOUT configure:8789: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:8796: $? = 0
STDOUT configure:8839: result: no
STDOUT configure:8844: checking if compiler is HP-UX C
STDOUT configure:8878: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:8885: $? = 0
STDOUT configure:8927: result: no
STDOUT configure:8932: checking if compiler is IBM C
STDOUT configure:8966: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:8973: $? = 0
STDOUT configure:9023: result: no
STDOUT configure:9028: checking if compiler is Intel C
STDOUT configure:9062: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9069: $? = 0
STDOUT configure:9199: result: no
STDOUT configure:9204: checking if compiler is clang
STDOUT configure:9238: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9245: $? = 0
STDOUT configure:9298: result: no
STDOUT configure:9303: checking if compiler is GNU C
STDOUT configure:9337: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9344: $? = 0
STDOUT configure:9377: result: yes
STDOUT configure:9403: checking if compiler is LCC
STDOUT configure:9437: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9444: $? = 0
STDOUT configure:9486: result: no
STDOUT configure:9491: checking if compiler is SGI MIPSpro C
STDOUT configure:9525: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9532: $? = 0
STDOUT configure:9595: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9602: $? = 0
STDOUT configure:9665: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9672: $? = 0
STDOUT configure:9716: result: no
STDOUT configure:9721: checking if compiler is SGI MIPS C
STDOUT configure:9755: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9762: $? = 0
STDOUT configure:9825: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9832: $? = 0
STDOUT configure:9876: result: no
STDOUT configure:9881: checking if compiler is SunPro C
STDOUT configure:9915: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:9922: $? = 0
STDOUT configure:9964: result: no
STDOUT configure:9969: checking if compiler is Tiny C
STDOUT configure:10003: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:10010: $? = 0
STDOUT configure:10052: result: no
STDOUT configure:10057: checking if compiler is Watcom C
STDOUT configure:10091: gcc -E -I/root/build-couchdb/build/include -I/root/build-couchdb/build/include/js conftest.c
STDOUT configure:10098: $? = 0
STDOUT configure:10220: result: no
STDOUT configure:10660: checking if compiler accepts debug disabling options
STDOUT configure:10702: gcc -c -g0 -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:10709: $? = 0
STDOUT configure:10757: gcc -o conftest -g0 -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:10764: $? = 0
STDOUT configure:10829: gcc -o conftest -g0 -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:10833: $? = 0
STDOUT configure:10839: ./conftest
STDOUT configure:10843: $? = 0
STDOUT configure:10869: result: yes
STDOUT configure:10871: compiler options added: -g0
STDOUT configure:10903: checking if compiler optimizer assumed setting might be used
STDOUT configure:10941: result: yes
STDOUT configure:10987: checking if compiler accepts optimizer enabling options
STDOUT configure:11033: gcc -c -g0 -O2 -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:11040: $? = 0
STDOUT configure:11088: gcc -o conftest -g0 -O2 -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:11095: $? = 0
STDOUT configure:11160: gcc -o conftest -g0 -O2 -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:11164: $? = 0
STDOUT configure:11170: ./conftest
STDOUT configure:11174: $? = 0
STDOUT configure:11200: result: yes
STDOUT configure:11202: compiler options added: -O2
STDOUT configure:11445: checking if compiler accepts strict warning options
STDOUT configure:11479: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:11486: $? = 0
STDOUT configure:11534: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:11541: $? = 0
STDOUT configure:11606: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:11610: $? = 0
STDOUT configure:11616: ./conftest
STDOUT configure:11620: $? = 0
STDOUT configure:11646: result: yes
STDOUT configure:11648: compiler options added: -Wno-system-headers
STDOUT configure:11678: checking if compiler halts on compilation errors
STDOUT configure:11705: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:39: error: 'force' undeclared (first use in this function)
STDOUT conftest.c:39: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:39: error: for each function it appears in.)
STDOUT conftest.c:39: error: expected ';' before 'compilation'
STDOUT configure:11712: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | force compilation error
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:11729: result: yes
STDOUT configure:11737: checking if compiler halts on negative sized arrays
STDOUT configure:11765: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:35: error: size of array 'bad_t' is negative
STDOUT configure:11772: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | bad_t dummy;
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:11789: result: yes
STDOUT configure:11798: checking if shared libraries need -no-undefined
STDOUT configure:11811: result: no
STDOUT configure:11926: checking for windows.h
STDOUT configure:11966: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:39:21: error: windows.h: No such file or directory
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:47: error: 'WINVER' undeclared (first use in this function)
STDOUT conftest.c:47: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:47: error: for each function it appears in.)
STDOUT configure:11973: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | #if defined(__CYGWIN__) || defined(__CEGCC__)
STDOUT | HAVE_WINDOWS_H shall not be defined.
STDOUT | #else
STDOUT | int dummy=2*WINVER;
STDOUT | #endif
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:11993: result: no
STDOUT configure:12011: checking whether build target is a native Windows one
STDOUT configure:12078: result: no
STDOUT configure:12516: checking whether build target supports WIN32 file API
STDOUT configure:12651: result: no
STDOUT configure:12657: checking whether to support http
STDOUT configure:12687: result: yes
STDOUT configure:12692: checking whether to support ftp
STDOUT configure:12713: result: yes
STDOUT configure:12718: checking whether to support file
STDOUT configure:12739: result: yes
STDOUT configure:12744: checking whether to support ldap
STDOUT configure:12767: result: yes
STDOUT configure:12772: checking whether to support ldaps
STDOUT configure:12824: result: yes
STDOUT configure:12838: checking whether to support rtsp
STDOUT configure:12867: result: yes
STDOUT configure:12878: checking whether to support proxies
STDOUT configure:12899: result: yes
STDOUT configure:12905: checking whether to support dict
STDOUT configure:12926: result: yes
STDOUT configure:12931: checking whether to support telnet
STDOUT configure:12952: result: yes
STDOUT configure:12957: checking whether to support tftp
STDOUT configure:12978: result: yes
STDOUT configure:12984: checking whether to support pop3
STDOUT configure:13005: result: yes
STDOUT configure:13012: checking whether to support imap
STDOUT configure:13033: result: yes
STDOUT configure:13040: checking whether to support smtp
STDOUT configure:13061: result: yes
STDOUT configure:13067: checking whether to support gopher
STDOUT configure:13088: result: yes
STDOUT configure:13096: checking whether to provide built-in manual
STDOUT configure:13111: result: yes
STDOUT configure:13120: checking if X/Open network library is required
STDOUT configure:13150: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:43: error: 'force' undeclared (first use in this function)
STDOUT conftest.c:43: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:43: error: for each function it appears in.)
STDOUT conftest.c:43: error: expected ';' before 'compilation'
STDOUT configure:13157: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
STDOUT | return 0;
STDOUT | #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
STDOUT | return 0;
STDOUT | #else
STDOUT | force compilation error
STDOUT | #endif
STDOUT | }
STDOUT |
STDOUT |
STDOUT configure:13174: result: no
STDOUT configure:13178: checking for gethostbyname
STDOUT configure:13218: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:13225: $? = 0
STDOUT configure:13245: result: yes
STDOUT configure:13843: checking for strcasecmp
STDOUT configure:13883: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT conftest.c:45: warning: conflicting types for built-in function 'strcasecmp'
STDOUT configure:13890: $? = 0
STDOUT configure:13910: result: yes
STDOUT configure:14078: checking for windows.h
STDOUT configure:14145: result: no
STDOUT configure:14163: checking for winsock.h
STDOUT configure:14231: result: no
STDOUT configure:14244: checking for winsock2.h
STDOUT configure:14312: result: no
STDOUT configure:14326: checking for connect in libraries
STDOUT configure:14363: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT configure:14370: $? = 0
STDOUT configure:14404: result: yes
STDOUT configure:14417: checking whether time.h and sys/time.h may both be included
STDOUT configure:14446: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:14453: $? = 0
STDOUT configure:14468: result: yes
STDOUT configure:14486: checking for sys/types.h
STDOUT configure:14493: result: yes
STDOUT configure:14497: checking sys/time.h usability
STDOUT configure:14514: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:14521: $? = 0
STDOUT configure:14535: result: yes
STDOUT configure:14539: checking sys/time.h presence
STDOUT configure:14554: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:14561: $? = 0
STDOUT configure:14575: result: yes
STDOUT configure:14608: checking for sys/time.h
STDOUT configure:14617: result: yes
STDOUT configure:14497: checking time.h usability
STDOUT configure:14514: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:14521: $? = 0
STDOUT configure:14535: result: yes
STDOUT configure:14539: checking time.h presence
STDOUT configure:14554: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:14561: $? = 0
STDOUT configure:14575: result: yes
STDOUT configure:14608: checking for time.h
STDOUT configure:14617: result: yes
STDOUT configure:14631: checking for monotonic clock_gettime
STDOUT configure:14672: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:14679: $? = 0
STDOUT configure:14685: result: yes
STDOUT configure:14706: checking for clock_gettime in libraries
STDOUT configure:14758: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c >&5
STDOUT /tmp/ccyvSour.o: In function `main':
STDOUT conftest.c:(.text+0xd): undefined reference to `clock_gettime'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:14765: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_TIME_H
STDOUT | #include <sys/time.h>
STDOUT | #ifdef TIME_WITH_SYS_TIME
STDOUT | #include <time.h>
STDOUT | #endif
STDOUT | #else
STDOUT | #ifdef HAVE_TIME_H
STDOUT | #include <time.h>
STDOUT | #endif
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | struct timespec ts;
STDOUT | (void)clock_gettime(CLOCK_MONOTONIC, &ts);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:14758: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lrt >&5
STDOUT configure:14765: $? = 0
STDOUT configure:14811: result: -lrt
STDOUT configure:14819: checking if monotonic clock_gettime works
STDOUT configure:14873: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lrt >&5
STDOUT configure:14877: $? = 0
STDOUT configure:14883: ./conftest
STDOUT configure:14887: $? = 0
STDOUT configure:14890: result: yes
STDOUT configure:14931: checking whether to use libgcc
STDOUT configure:14946: result: no
STDOUT configure:14972: checking for lber.h
STDOUT configure:15020: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:15027: $? = 0
STDOUT configure:15047: result: yes
STDOUT configure:15101: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:15108: $? = 0
STDOUT configure:15139: checking for ldap.h
STDOUT configure:15189: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:15196: $? = 0
STDOUT configure:15216: result: yes
STDOUT configure:15229: checking for ldapssl.h
STDOUT configure:15285: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:66:21: error: ldapssl.h: No such file or directory
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:72: warning: initialization makes pointer from integer without a cast
STDOUT configure:15292: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #ifndef NULL
STDOUT | #define NULL (void *)0
STDOUT | #endif
STDOUT | #ifndef LDAP_DEPRECATED
STDOUT | #define LDAP_DEPRECATED 1
STDOUT | #endif
STDOUT | #ifdef NEED_LBER_H
STDOUT | #include <lber.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_LDAP_H
STDOUT | #include <ldap.h>
STDOUT | #endif
STDOUT | #include <ldapssl.h>
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | char *cert_label = NULL;
STDOUT | LDAP *ldp = ldap_ssl_init("dummy", LDAPS_PORT, cert_label);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:15312: result: no
STDOUT configure:15325: checking for ldap_ssl.h
STDOUT configure:15377: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:63:22: error: ldap_ssl.h: No such file or directory
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:68: warning: initialization makes pointer from integer without a cast
STDOUT configure:15384: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #ifndef LDAP_DEPRECATED
STDOUT | #define LDAP_DEPRECATED 1
STDOUT | #endif
STDOUT | #ifdef NEED_LBER_H
STDOUT | #include <lber.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_LDAP_H
STDOUT | #include <ldap.h>
STDOUT | #endif
STDOUT | #include <ldap_ssl.h>
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | LDAP *ldp = ldapssl_init("dummy", LDAPS_PORT, 1);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:15404: result: no
STDOUT configure:15522: checking for LDAP libraries
STDOUT configure:15596: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lrt >&5
STDOUT /tmp/ccyJUJiI.o: In function `main':
STDOUT conftest.c:(.text+0x4): undefined reference to `ber_init'
STDOUT conftest.c:(.text+0x16): undefined reference to `ldap_init'
STDOUT conftest.c:(.text+0x1e): undefined reference to `ldap_unbind'
STDOUT conftest.c:(.text+0x2b): undefined reference to `ber_free'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:15603: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #ifndef NULL
STDOUT | #define NULL (void *)0
STDOUT | #endif
STDOUT | #ifndef LDAP_DEPRECATED
STDOUT | #define LDAP_DEPRECATED 1
STDOUT | #endif
STDOUT | #ifdef NEED_LBER_H
STDOUT | #include <lber.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_LDAP_H
STDOUT | #include <ldap.h>
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | BerValue *bvp = NULL;
STDOUT | BerElement *bep = ber_init(bvp);
STDOUT | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
STDOUT | int res = ldap_unbind(ldp);
STDOUT | ber_free(bep, 1);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:15596: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lrt >&5
STDOUT /tmp/ccGnWNyT.o: In function `main':
STDOUT conftest.c:(.text+0x4): undefined reference to `ber_init'
STDOUT conftest.c:(.text+0x16): undefined reference to `ldap_init'
STDOUT conftest.c:(.text+0x1e): undefined reference to `ldap_unbind'
STDOUT conftest.c:(.text+0x2b): undefined reference to `ber_free'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:15603: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #ifndef NULL
STDOUT | #define NULL (void *)0
STDOUT | #endif
STDOUT | #ifndef LDAP_DEPRECATED
STDOUT | #define LDAP_DEPRECATED 1
STDOUT | #endif
STDOUT | #ifdef NEED_LBER_H
STDOUT | #include <lber.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_LDAP_H
STDOUT | #include <ldap.h>
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | BerValue *bvp = NULL;
STDOUT | BerElement *bep = ber_init(bvp);
STDOUT | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
STDOUT | int res = ldap_unbind(ldp);
STDOUT | ber_free(bep, 1);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:15596: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lldap -lrt >&5
STDOUT configure:15603: $? = 0
STDOUT configure:15644: result: -lldap
STDOUT configure:15781: checking for ldap_url_parse
STDOUT configure:15821: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lldap -lrt >&5
STDOUT configure:15828: $? = 0
STDOUT configure:15850: result: yes
STDOUT configure:15781: checking for ldap_init_fd
STDOUT configure:15821: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lldap -lrt >&5
STDOUT configure:15828: $? = 0
STDOUT configure:15850: result: yes
STDOUT configure:15888: checking whether to enable ipv6
STDOUT configure:15934: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lldap -lrt >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:50: warning: incompatible implicit declaration of built-in function 'exit'
STDOUT configure:15938: $? = 0
STDOUT configure:15944: ./conftest
STDOUT configure:15948: $? = 1
STDOUT configure: program exited with status 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | /* end confdefs.h. */
STDOUT | /* is AF_INET6 available? */
STDOUT | #include <sys/types.h>
STDOUT | #include <sys/socket.h>
STDOUT | main()
STDOUT | {
STDOUT | if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
STDOUT | exit(1);
STDOUT | else
STDOUT | exit(0);
STDOUT | }
STDOUT |
STDOUT configure:15959: result: no
STDOUT configure:16037: checking if argv can be written to
STDOUT configure:16065: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lldap -lrt >&5
STDOUT configure:16069: $? = 0
STDOUT configure:16075: ./conftest
STDOUT configure:16079: $? = 0
STDOUT configure:16106: result: yes
STDOUT configure:16164: checking if Kerberos4 support is requested
STDOUT configure:16955: result: no
STDOUT configure:16972: checking if SPNEGO support is requested
STDOUT configure:16999: result: no
STDOUT configure:17040: checking if GSSAPI support is requested
STDOUT configure:17650: result: no
STDOUT configure:17794: checking for pkg-config
STDOUT configure:17813: found /usr/bin/pkg-config
STDOUT configure:17826: result: /usr/bin/pkg-config
STDOUT configure:17837: checking for openssl options with pkg-config
STDOUT configure:17851: result: found
STDOUT configure:17879: pkg-config: SSL_LIBS: "-lssl -lcrypto "
STDOUT configure:17881: pkg-config: SSL_LDFLAGS: " "
STDOUT configure:17883: pkg-config: SSL_CPPFLAGS: " "
STDOUT configure:17955: checking for CRYPTO_lock in -lcrypto
STDOUT configure:17987: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:17994: $? = 0
STDOUT configure:18015: result: yes
STDOUT configure:18108: checking for SSL_connect in -lssl
STDOUT configure:18140: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:18147: $? = 0
STDOUT configure:18168: result: yes
STDOUT configure:18290: checking openssl/x509.h usability
STDOUT configure:18307: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18314: $? = 0
STDOUT configure:18328: result: yes
STDOUT configure:18332: checking openssl/x509.h presence
STDOUT configure:18347: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18354: $? = 0
STDOUT configure:18368: result: yes
STDOUT configure:18401: checking for openssl/x509.h
STDOUT configure:18410: result: yes
STDOUT configure:18290: checking openssl/rsa.h usability
STDOUT configure:18307: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18314: $? = 0
STDOUT configure:18328: result: yes
STDOUT configure:18332: checking openssl/rsa.h presence
STDOUT configure:18347: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18354: $? = 0
STDOUT configure:18368: result: yes
STDOUT configure:18401: checking for openssl/rsa.h
STDOUT configure:18410: result: yes
STDOUT configure:18290: checking openssl/crypto.h usability
STDOUT configure:18307: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18314: $? = 0
STDOUT configure:18328: result: yes
STDOUT configure:18332: checking openssl/crypto.h presence
STDOUT configure:18347: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18354: $? = 0
STDOUT configure:18368: result: yes
STDOUT configure:18401: checking for openssl/crypto.h
STDOUT configure:18410: result: yes
STDOUT configure:18290: checking openssl/pem.h usability
STDOUT configure:18307: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18314: $? = 0
STDOUT configure:18328: result: yes
STDOUT configure:18332: checking openssl/pem.h presence
STDOUT configure:18347: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18354: $? = 0
STDOUT configure:18368: result: yes
STDOUT configure:18401: checking for openssl/pem.h
STDOUT configure:18410: result: yes
STDOUT configure:18290: checking openssl/ssl.h usability
STDOUT configure:18307: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18314: $? = 0
STDOUT configure:18328: result: yes
STDOUT configure:18332: checking openssl/ssl.h presence
STDOUT configure:18347: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18354: $? = 0
STDOUT configure:18368: result: yes
STDOUT configure:18401: checking for openssl/ssl.h
STDOUT configure:18410: result: yes
STDOUT configure:18290: checking openssl/err.h usability
STDOUT configure:18307: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18314: $? = 0
STDOUT configure:18328: result: yes
STDOUT configure:18332: checking openssl/err.h presence
STDOUT configure:18347: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18354: $? = 0
STDOUT configure:18368: result: yes
STDOUT configure:18401: checking for openssl/err.h
STDOUT configure:18410: result: yes
STDOUT configure:18620: checking openssl/pkcs12.h usability
STDOUT configure:18637: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18644: $? = 0
STDOUT configure:18658: result: yes
STDOUT configure:18662: checking openssl/pkcs12.h presence
STDOUT configure:18677: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18684: $? = 0
STDOUT configure:18698: result: yes
STDOUT configure:18731: checking for openssl/pkcs12.h
STDOUT configure:18740: result: yes
STDOUT configure:18769: checking for ENGINE_init
STDOUT configure:18809: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:18816: $? = 0
STDOUT configure:18836: result: yes
STDOUT configure:18856: checking openssl/engine.h usability
STDOUT configure:18873: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:18880: $? = 0
STDOUT configure:18894: result: yes
STDOUT configure:18898: checking openssl/engine.h presence
STDOUT configure:18913: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:18920: $? = 0
STDOUT configure:18934: result: yes
STDOUT configure:18967: checking for openssl/engine.h
STDOUT configure:18976: result: yes
STDOUT configure:18994: checking for ENGINE_load_builtin_engines
STDOUT configure:19034: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19041: $? = 0
STDOUT configure:19063: result: yes
STDOUT configure:19093: checking for RAND_status
STDOUT configure:19133: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19140: $? = 0
STDOUT configure:19162: result: yes
STDOUT configure:19093: checking for RAND_screen
STDOUT configure:19133: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT /tmp/cc8IKLtk.o: In function `main':
STDOUT conftest.c:(.text+0x7): undefined reference to `RAND_screen'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:19140: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #define RAND_screen innocuous_RAND_screen
STDOUT | #ifdef __STDC__
STDOUT | # include <limits.h>
STDOUT | #else
STDOUT | # include <assert.h>
STDOUT | #endif
STDOUT | #undef RAND_screen
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char RAND_screen ();
STDOUT | #if defined __stub_RAND_screen || defined __stub___RAND_screen
STDOUT | choke me
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | return RAND_screen ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:19162: result: no
STDOUT configure:19093: checking for RAND_egd
STDOUT configure:19133: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19140: $? = 0
STDOUT configure:19162: result: yes
STDOUT configure:19093: checking for ENGINE_cleanup
STDOUT configure:19133: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19140: $? = 0
STDOUT configure:19162: result: yes
STDOUT configure:19093: checking for CRYPTO_cleanup_all_ex_data
STDOUT configure:19133: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19140: $? = 0
STDOUT configure:19162: result: yes
STDOUT configure:19093: checking for SSL_get_shutdown
STDOUT configure:19133: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19140: $? = 0
STDOUT configure:19162: result: yes
STDOUT configure:19175: checking for yaSSL using OpenSSL compatibility mode
STDOUT configure:19207: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:77: error: 'Not' undeclared (first use in this function)
STDOUT conftest.c:77: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:77: error: for each function it appears in.)
STDOUT conftest.c:77: error: expected ';' before 'the'
STDOUT configure:19214: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #include <openssl/ssl.h>
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | #if defined(YASSL_VERSION) && defined(OPENSSL_VERSION_NUMBER)
STDOUT | int dummy = SSL_ERROR_NONE;
STDOUT | #else
STDOUT | Not the yaSSL OpenSSL compatibility header.
STDOUT | #endif
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:19234: result: no
STDOUT configure:19256: checking for OpenSSL headers version
STDOUT configure:19296: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:19303: $? = 0
STDOUT configure:19372: result: 0.9.8 - 0x0090807fL
STDOUT configure:19381: checking for OpenSSL library version
STDOUT configure:19490: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT /tmp/cc8uiU59.o: In function `main':
STDOUT conftest.c:(.text+0x7): undefined reference to `SSL_CTX_set_not_resumable_session_callback'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:19497: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #define SSL_CTX_set_not_resumable_session_callback innocuous_SSL_CTX_set_not_resumable_session_callback
STDOUT | #ifdef __STDC__
STDOUT | # include <limits.h>
STDOUT | #else
STDOUT | # include <assert.h>
STDOUT | #endif
STDOUT | #undef SSL_CTX_set_not_resumable_session_callback
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char SSL_CTX_set_not_resumable_session_callback ();
STDOUT | #if defined __stub_SSL_CTX_set_not_resumable_session_callback || defined __stub___SSL_CTX_set_not_resumable_session_callback
STDOUT | choke me
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | return SSL_CTX_set_not_resumable_session_callback ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:19559: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT /tmp/ccARXNCu.o: In function `main':
STDOUT conftest.c:(.text+0x7): undefined reference to `SSL_renegotiate_abbreviated'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:19566: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #define SSL_renegotiate_abbreviated innocuous_SSL_renegotiate_abbreviated
STDOUT | #ifdef __STDC__
STDOUT | # include <limits.h>
STDOUT | #else
STDOUT | # include <assert.h>
STDOUT | #endif
STDOUT | #undef SSL_renegotiate_abbreviated
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char SSL_renegotiate_abbreviated ();
STDOUT | #if defined __stub_SSL_renegotiate_abbreviated || defined __stub___SSL_renegotiate_abbreviated
STDOUT | choke me
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | return SSL_renegotiate_abbreviated ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:19626: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT /tmp/ccshQ6GN.o: In function `main':
STDOUT conftest.c:(.text+0x7): undefined reference to `OBJ_add_sigid'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:19633: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #define OBJ_add_sigid innocuous_OBJ_add_sigid
STDOUT | #ifdef __STDC__
STDOUT | # include <limits.h>
STDOUT | #else
STDOUT | # include <assert.h>
STDOUT | #endif
STDOUT | #undef OBJ_add_sigid
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char OBJ_add_sigid ();
STDOUT | #if defined __stub_OBJ_add_sigid || defined __stub___OBJ_add_sigid
STDOUT | choke me
STDOUT | #endif
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | return OBJ_add_sigid ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:19693: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:19700: $? = 0
STDOUT configure:20206: result: 0.9.8
STDOUT configure:20214: checking for OpenSSL headers and library versions matching
STDOUT configure:20224: result: yes
STDOUT configure:20256: checking for inflateEnd in -lz
STDOUT configure:20288: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lz -lssl -lcrypto -lldap -lrt -lssl -lcrypto >&5
STDOUT configure:20295: $? = 0
STDOUT configure:20316: result: yes
STDOUT configure:20342: checking zlib.h usability
STDOUT configure:20359: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:20366: $? = 0
STDOUT configure:20380: result: yes
STDOUT configure:20384: checking zlib.h presence
STDOUT configure:20399: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:20406: $? = 0
STDOUT configure:20420: result: yes
STDOUT configure:20453: checking for zlib.h
STDOUT configure:20460: result: yes
STDOUT configure:20577: found both libz and libz.h header
STDOUT configure:20616: checking for "/dev/urandom"
STDOUT configure:20631: result: yes
STDOUT configure:20656: checking for SRP_Calc_client_key in -lcrypto
STDOUT configure:20688: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lcrypto -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT /tmp/ccsJGY2C.o: In function `main':
STDOUT conftest.c:(.text+0x7): undefined reference to `SRP_Calc_client_key'
STDOUT collect2: ld returned 1 exit status
STDOUT configure:20695: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char SRP_Calc_client_key ();
STDOUT | int main (void)
STDOUT | {
STDOUT | return SRP_Calc_client_key ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:20716: result: no
STDOUT configure:22082: checking default CA cert bundle/path
STDOUT configure:22175: result: /etc/ssl/certs/ca-certificates.crt
STDOUT configure:22351: checking for libssh2_channel_open_ex in -lssh2
STDOUT configure:22383: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:22390: $? = 0
STDOUT configure:22411: result: yes
STDOUT configure:22439: checking libssh2.h usability
STDOUT configure:22456: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:22463: $? = 0
STDOUT configure:22477: result: yes
STDOUT configure:22481: checking libssh2.h presence
STDOUT configure:22496: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:22503: $? = 0
STDOUT configure:22517: result: yes
STDOUT configure:22550: checking for libssh2.h
STDOUT configure:22559: result: yes
STDOUT configure:22857: checking for RTMP_Init in -lrtmp
STDOUT configure:22889: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lrtmp -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz -lrtmp >&5
STDOUT /usr/bin/ld: cannot find -lrtmp
STDOUT collect2: ld returned 1 exit status
STDOUT configure:22896: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | #ifdef __cplusplus
STDOUT | extern "C"
STDOUT | #endif
STDOUT | char RTMP_Init ();
STDOUT | int main (void)
STDOUT | {
STDOUT | return RTMP_Init ();
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:22917: result: no
STDOUT configure:23099: checking whether to build with libidn
STDOUT configure:23113: result: yes
STDOUT configure:23206: checking for idna_to_ascii_lz in -lidn
STDOUT configure:23238: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:23245: $? = 0
STDOUT configure:23266: result: yes
STDOUT configure:23291: checking for idn_free
STDOUT configure:23331: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:23338: $? = 0
STDOUT configure:23360: result: yes
STDOUT configure:23291: checking for idna_strerror
STDOUT configure:23331: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:23338: $? = 0
STDOUT configure:23360: result: yes
STDOUT configure:23291: checking for tld_strerror
STDOUT configure:23331: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:23338: $? = 0
STDOUT configure:23360: result: yes
STDOUT configure:23388: checking idn-free.h usability
STDOUT configure:23405: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:23412: $? = 0
STDOUT configure:23426: result: yes
STDOUT configure:23430: checking idn-free.h presence
STDOUT configure:23445: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:23452: $? = 0
STDOUT configure:23466: result: yes
STDOUT configure:23499: checking for idn-free.h
STDOUT configure:23508: result: yes
STDOUT configure:23388: checking tld.h usability
STDOUT configure:23405: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:23412: $? = 0
STDOUT configure:23426: result: yes
STDOUT configure:23430: checking tld.h presence
STDOUT configure:23445: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:23452: $? = 0
STDOUT configure:23466: result: yes
STDOUT configure:23499: checking for tld.h
STDOUT configure:23508: result: yes
STDOUT configure:23531: checking for ANSI C header files
STDOUT configure:23698: result: yes
STDOUT configure:23710: checking for malloc.h
STDOUT configure:23745: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:23752: $? = 0
STDOUT configure:23772: result: yes
STDOUT configure:23810: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:23817: $? = 0
STDOUT configure:23848: checking for memory.h
STDOUT configure:23910: result: yes
STDOUT configure:23948: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:23955: $? = 0
STDOUT configure:24070: checking for sys/types.h
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/time.h
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/select.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/socket.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/ioctl.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/uio.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for assert.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for unistd.h
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for stdlib.h
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for limits.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for arpa/inet.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for net/if.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for netinet/in.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/un.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for netinet/tcp.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for netdb.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/sockio.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:121:24: error: sys/sockio.h: No such file or directory
STDOUT configure:24118: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_TIME_H
STDOUT | #include <sys/time.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SELECT_H
STDOUT | #include <sys/select.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_UN_H
STDOUT | #include <sys/un.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT |
STDOUT | #include <sys/sockio.h>
STDOUT configure:24135: result: no
STDOUT configure:24070: checking for sys/stat.h
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/param.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for termios.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for termio.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sgtty.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for fcntl.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for alloca.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for time.h
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for io.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:129:16: error: io.h: No such file or directory
STDOUT configure:24118: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_TIME_H
STDOUT | #include <sys/time.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SELECT_H
STDOUT | #include <sys/select.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_UN_H
STDOUT | #include <sys/un.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT |
STDOUT | #include <io.h>
STDOUT configure:24135: result: no
STDOUT configure:24070: checking for pwd.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for utime.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/utime.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:131:23: error: sys/utime.h: No such file or directory
STDOUT configure:24118: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_TIME_H
STDOUT | #include <sys/time.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SELECT_H
STDOUT | #include <sys/select.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_UN_H
STDOUT | #include <sys/un.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT |
STDOUT | #include <sys/utime.h>
STDOUT configure:24135: result: no
STDOUT configure:24070: checking for sys/poll.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for poll.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for socket.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:133:20: error: socket.h: No such file or directory
STDOUT configure:24118: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_TIME_H
STDOUT | #include <sys/time.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SELECT_H
STDOUT | #include <sys/select.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_UN_H
STDOUT | #include <sys/un.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT |
STDOUT | #include <socket.h>
STDOUT configure:24135: result: no
STDOUT configure:24070: checking for sys/resource.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for libgen.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for locale.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for errno.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for stdbool.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for arpa/tftp.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for sys/filio.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:139:23: error: sys/filio.h: No such file or directory
STDOUT configure:24118: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_TIME_H
STDOUT | #include <sys/time.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SELECT_H
STDOUT | #include <sys/select.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_UN_H
STDOUT | #include <sys/un.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT |
STDOUT | #include <sys/filio.h>
STDOUT configure:24135: result: no
STDOUT configure:24070: checking for sys/wait.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24070: checking for setjmp.h
STDOUT configure:24111: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24118: $? = 0
STDOUT configure:24135: result: yes
STDOUT configure:24148: checking for an ANSI C-conforming const
STDOUT configure:24222: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24229: $? = 0
STDOUT configure:24244: result: yes
STDOUT configure:24255: checking for compiler support of C99 variadic macro style
STDOUT configure:24295: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24302: $? = 0
STDOUT configure:24322: result: yes
STDOUT configure:24333: checking for compiler support of old gcc variadic macro style
STDOUT configure:24373: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24380: $? = 0
STDOUT configure:24400: result: yes
STDOUT configure:24412: checking for size_t
STDOUT configure:24439: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24446: $? = 0
STDOUT configure:24472: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:156: error: expected expression before ')' token
STDOUT configure:24479: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | /* end confdefs.h. */
STDOUT | #include <stdio.h>
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | # include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_STAT_H
STDOUT | # include <sys/stat.h>
STDOUT | #endif
STDOUT | #ifdef STDC_HEADERS
STDOUT | # include <stdlib.h>
STDOUT | # include <stddef.h>
STDOUT | #else
STDOUT | # ifdef HAVE_STDLIB_H
STDOUT | # include <stdlib.h>
STDOUT | # endif
STDOUT | #endif
STDOUT | #ifdef HAVE_STRING_H
STDOUT | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
STDOUT | # include <memory.h>
STDOUT | # endif
STDOUT | # include <string.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STRINGS_H
STDOUT | # include <strings.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_INTTYPES_H
STDOUT | # include <inttypes.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STDINT_H
STDOUT | # include <stdint.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_UNISTD_H
STDOUT | # include <unistd.h>
STDOUT | #endif
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((size_t)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:24502: result: yes
STDOUT configure:24514: checking whether time.h and sys/time.h may both be included
STDOUT configure:24565: result: yes
STDOUT configure:24584: checking for sys/types.h
STDOUT configure:24591: result: yes
STDOUT configure:24584: checking for sys/time.h
STDOUT configure:24591: result: yes
STDOUT configure:24584: checking for time.h
STDOUT configure:24591: result: yes
STDOUT configure:24584: checking for sys/socket.h
STDOUT configure:24591: result: yes
STDOUT configure:24729: checking for struct timeval
STDOUT configure:24792: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:24799: $? = 0
STDOUT configure:24819: result: yes
STDOUT configure:24835: checking run-time libs availability
STDOUT configure:24863: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:24867: $? = 0
STDOUT configure:24873: ./conftest
STDOUT configure:24877: $? = 0
STDOUT configure:24879: result: fine
STDOUT configure:24907: checking size of size_t
STDOUT configure:25204: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:25208: $? = 0
STDOUT configure:25214: ./conftest
STDOUT configure:25218: $? = 0
STDOUT configure:25242: result: 8
STDOUT configure:25256: checking size of long
STDOUT configure:25591: result: 8
STDOUT configure:25605: checking size of int
STDOUT configure:25902: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:25906: $? = 0
STDOUT configure:25912: ./conftest
STDOUT configure:25916: $? = 0
STDOUT configure:25940: result: 4
STDOUT configure:25954: checking size of short
STDOUT configure:26251: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:26255: $? = 0
STDOUT configure:26261: ./conftest
STDOUT configure:26265: $? = 0
STDOUT configure:26289: result: 2
STDOUT configure:26316: checking size of time_t
STDOUT configure:26613: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:26617: $? = 0
STDOUT configure:26623: ./conftest
STDOUT configure:26627: $? = 0
STDOUT configure:26651: result: 8
STDOUT configure:26665: checking size of off_t
STDOUT configure:26962: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:26966: $? = 0
STDOUT configure:26972: ./conftest
STDOUT configure:26976: $? = 0
STDOUT configure:27000: result: 8
STDOUT configure:27022: checking for long long
STDOUT configure:27049: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:27056: $? = 0
STDOUT configure:27082: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:169: error: expected expression before ')' token
STDOUT configure:27089: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | /* end confdefs.h. */
STDOUT | #include <stdio.h>
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | # include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_STAT_H
STDOUT | # include <sys/stat.h>
STDOUT | #endif
STDOUT | #ifdef STDC_HEADERS
STDOUT | # include <stdlib.h>
STDOUT | # include <stddef.h>
STDOUT | #else
STDOUT | # ifdef HAVE_STDLIB_H
STDOUT | # include <stdlib.h>
STDOUT | # endif
STDOUT | #endif
STDOUT | #ifdef HAVE_STRING_H
STDOUT | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
STDOUT | # include <memory.h>
STDOUT | # endif
STDOUT | # include <string.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STRINGS_H
STDOUT | # include <strings.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_INTTYPES_H
STDOUT | # include <inttypes.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STDINT_H
STDOUT | # include <stdint.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_UNISTD_H
STDOUT | # include <unistd.h>
STDOUT | #endif
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((long long)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:27112: result: yes
STDOUT configure:27126: checking if numberLL works
STDOUT configure:27153: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:27160: $? = 0
STDOUT configure:27166: result: yes
STDOUT configure:27189: checking for ssize_t
STDOUT configure:27216: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:27223: $? = 0
STDOUT configure:27249: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:171: error: expected expression before ')' token
STDOUT configure:27256: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | /* end confdefs.h. */
STDOUT | #include <stdio.h>
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | # include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_STAT_H
STDOUT | # include <sys/stat.h>
STDOUT | #endif
STDOUT | #ifdef STDC_HEADERS
STDOUT | # include <stdlib.h>
STDOUT | # include <stddef.h>
STDOUT | #else
STDOUT | # ifdef HAVE_STDLIB_H
STDOUT | # include <stdlib.h>
STDOUT | # endif
STDOUT | #endif
STDOUT | #ifdef HAVE_STRING_H
STDOUT | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
STDOUT | # include <memory.h>
STDOUT | # endif
STDOUT | # include <string.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STRINGS_H
STDOUT | # include <strings.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_INTTYPES_H
STDOUT | # include <inttypes.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STDINT_H
STDOUT | # include <stdint.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_UNISTD_H
STDOUT | # include <unistd.h>
STDOUT | #endif
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((ssize_t)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:27279: result: yes
STDOUT configure:27293: checking for bool
STDOUT configure:27328: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:27335: $? = 0
STDOUT configure:27369: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:147: error: expected expression before ')' token
STDOUT configure:27376: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_STDBOOL_H
STDOUT | #include <stdbool.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((bool)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:27399: result: yes
STDOUT configure:27429: checking for windows.h
STDOUT configure:27496: result: no
STDOUT configure:27514: checking for winsock2.h
STDOUT configure:27582: result: no
STDOUT configure:27595: checking for ws2tcpip.h
STDOUT configure:27664: result: no
STDOUT configure:27692: checking for sys/types.h
STDOUT configure:27737: result: yes
STDOUT configure:27692: checking for sys/socket.h
STDOUT configure:27737: result: yes
STDOUT configure:27762: checking for curl_socklen_t data type
STDOUT configure:27800: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:27807: $? = 0
STDOUT configure:27881: result: socklen_t
STDOUT configure:27890: checking size of curl_socklen_t
STDOUT configure:27946: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:142: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'curl_socklen_t'
STDOUT conftest.c:143: error: 'curl_socklen_t' undeclared here (not in a function)
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:148: error: expected ';' before 'dummy'
STDOUT configure:27953: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | typedef socklen_t curl_socklen_t;
STDOUT | typedef char dummy_arr[sizeof(curl_socklen_t) == 4 ? 1 : -1];
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | curl_socklen_t dummy;
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:27946: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:142: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'curl_socklen_t'
STDOUT conftest.c:143: error: 'curl_socklen_t' undeclared here (not in a function)
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:148: error: expected ';' before 'dummy'
STDOUT configure:27953: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT |
STDOUT | typedef socklen_t curl_socklen_t;
STDOUT | typedef char dummy_arr[sizeof(curl_socklen_t) == 4 ? 1 : -1];
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | curl_socklen_t dummy;
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:27946: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:27953: $? = 0
STDOUT configure:27973: result: 4
STDOUT configure:28022: checking for in_addr_t
STDOUT configure:28078: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:28085: $? = 0
STDOUT configure:28140: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:175: error: expected expression before ')' token
STDOUT configure:28147: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_ARPA_INET_H
STDOUT | #include <arpa/inet.h>
STDOUT | #endif
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((in_addr_t)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:28170: result: yes
STDOUT configure:28291: checking for struct sockaddr_storage
STDOUT configure:28343: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:28350: $? = 0
STDOUT configure:28401: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:171: error: expected expression before ')' token
STDOUT configure:28408: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #endif
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_NETINET_IN_H
STDOUT | #include <netinet/in.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_ARPA_INET_H
STDOUT | #include <arpa/inet.h>
STDOUT | #endif
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((struct sockaddr_storage)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:28431: result: yes
STDOUT configure:28460: checking signal.h usability
STDOUT configure:28477: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:28484: $? = 0
STDOUT configure:28498: result: yes
STDOUT configure:28502: checking signal.h presence
STDOUT configure:28517: gcc -E -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c
STDOUT configure:28524: $? = 0
STDOUT configure:28538: result: yes
STDOUT configure:28571: checking for signal.h
STDOUT configure:28580: result: yes
STDOUT configure:28594: checking for sig_atomic_t
STDOUT configure:28626: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:28633: $? = 0
STDOUT configure:28664: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:153: error: expected expression before ')' token
STDOUT configure:28671: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #ifdef HAVE_SIGNAL_H
STDOUT | #include <signal.h>
STDOUT | #endif
STDOUT |
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | if (sizeof ((sig_atomic_t)))
STDOUT | return 0;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:28694: result: yes
STDOUT configure:28709: checking if sig_atomic_t is already defined as volatile
STDOUT configure:28739: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:28746: $? = 0
STDOUT configure:28755: result: no
STDOUT configure:28785: checking return type of signal handlers
STDOUT configure:28812: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:151: error: void value not ignored as it ought to be
STDOUT configure:28819: $? = 1
STDOUT configure: failed program was:
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | /* end confdefs.h. */
STDOUT | #include <sys/types.h>
STDOUT | #include <signal.h>
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT | return *(signal (0, 0)) (0) == 1;
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT configure:28834: result: void
STDOUT configure:28850: checking for sys/select.h
STDOUT configure:28857: result: yes
STDOUT configure:28850: checking for sys/socket.h
STDOUT configure:28857: result: yes
STDOUT configure:28996: checking for select
STDOUT configure:29058: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:29065: $? = 0
STDOUT configure:29074: result: yes
STDOUT configure:29094: checking types of args and return type for select
STDOUT configure:29183: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:29190: $? = 0
STDOUT configure:29213: result: int,fd_set *,struct timeval *,int
STDOUT configure:29301: checking for sys/types.h
STDOUT configure:29308: result: yes
STDOUT configure:29301: checking for sys/socket.h
STDOUT configure:29308: result: yes
STDOUT configure:29447: checking for recv
STDOUT configure:29495: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:29502: $? = 0
STDOUT configure:29511: result: yes
STDOUT configure:29531: checking types of args and return type for recv
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, char *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(int, void *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | void * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, char *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(ssize_t, void *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | ssize_t s=0;
STDOUT | void * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'char'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, char *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: expected ')' before 'void'
STDOUT conftest.c: In function 'main':
STDOUT conftest.c:188: error: 'SOCKET' undeclared (first use in this function)
STDOUT conftest.c:188: error: (Each undeclared identifier is reported only once
STDOUT conftest.c:188: error: for each function it appears in.)
STDOUT conftest.c:188: error: expected ';' before 's'
STDOUT conftest.c:192: error: 's' undeclared (first use in this function)
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern int RECVCALLCONV
STDOUT | recv(SOCKET, void *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | SOCKET s=0;
STDOUT | void * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | int res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, size_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, size_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | unsigned int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, socklen_t, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, socklen_t, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | socklen_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, unsigned int, int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:183: error: conflicting types for 'recv'
STDOUT /usr/include/sys/socket.h:144: error: previous declaration of 'recv' was here
STDOUT configure:29605: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVCALLCONV
STDOUT | #endif
STDOUT | extern ssize_t RECVCALLCONV
STDOUT | recv(int, char *, unsigned int, unsigned int);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | unsigned int len=0;
STDOUT | unsigned int flags=0;
STDOUT | ssize_t res = recv(s, buf, len, flags);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29598: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT configure:29605: $? = 0
STDOUT configure:29629: result: int,void *,size_t,int,ssize_t
STDOUT configure:29687: checking for sys/types.h
STDOUT configure:29694: result: yes
STDOUT configure:29687: checking for sys/socket.h
STDOUT configure:29694: result: yes
STDOUT configure:29833: checking for recvfrom
STDOUT configure:29881: gcc -o conftest -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js -Xlinker -rpath=/root/build-couchdb/build/lib -L/root/build-couchdb/build/lib conftest.c -lidn -lssh2 -lssl -lcrypto -lldap -lrt -lssl -lcrypto -lz >&5
STDOUT configure:29888: $? = 0
STDOUT configure:29897: result: yes
STDOUT configure:29917: checking types of args and return type for recvfrom
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | struct sockaddr *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | struct sockaddr *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | struct sockaddr *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | struct sockaddr *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | struct sockaddr *, void *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | void * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | void *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | void * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | void *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | void * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | void *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | void * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | void *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | void * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | void *, void *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | void * addr=0;
STDOUT | void * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | const struct sockaddr *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | const struct sockaddr *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | const struct sockaddr *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | const struct sockaddr *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, int,
STDOUT | const struct sockaddr *, void *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | void * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | struct sockaddr *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | struct sockaddr *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | struct sockaddr *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | struct sockaddr *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | struct sockaddr *, void *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | void * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | void *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | void * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | void *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | void * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | void *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | void * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | void *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | void * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | void *, void *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | void * addr=0;
STDOUT | void * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | const struct sockaddr *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | const struct sockaddr *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | const struct sockaddr *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | const struct sockaddr *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | size_t, unsigned int,
STDOUT | const struct sockaddr *, void *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | size_t len=0;
STDOUT | unsigned int flags=0;
STDOUT | const struct sockaddr * addr=0;
STDOUT | void * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | int, int,
STDOUT | struct sockaddr *, socklen_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | socklen_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | int, int,
STDOUT | struct sockaddr *, int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | int, int,
STDOUT | struct sockaddr *, unsigned int *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | unsigned int * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SSLEAY 1
STDOUT | #define HAVE_OPENSSL_PKCS12_H 1
STDOUT | #define HAVE_OPENSSL_ENGINE_H 1
STDOUT | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
STDOUT | #define HAVE_RAND_STATUS 1
STDOUT | #define HAVE_RAND_EGD 1
STDOUT | #define HAVE_ENGINE_CLEANUP 1
STDOUT | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
STDOUT | #define HAVE_SSL_GET_SHUTDOWN 1
STDOUT | #define HAVE_ZLIB_H 1
STDOUT | #define HAVE_LIBZ 1
STDOUT | #define RANDOM_FILE "/dev/urandom"
STDOUT | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
STDOUT | #define HAVE_LIBSSH2 1
STDOUT | #define HAVE_LIBSSH2_H 1
STDOUT | #define USE_LIBSSH2 1
STDOUT | #define HAVE_LIBIDN 1
STDOUT | #define HAVE_IDN_FREE 1
STDOUT | #define HAVE_IDNA_STRERROR 1
STDOUT | #define HAVE_TLD_STRERROR 1
STDOUT | #define HAVE_IDN_FREE_H 1
STDOUT | #define HAVE_TLD_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_MALLOC_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_SYS_IOCTL_H 1
STDOUT | #define HAVE_SYS_UIO_H 1
STDOUT | #define HAVE_ASSERT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_LIMITS_H 1
STDOUT | #define HAVE_ARPA_INET_H 1
STDOUT | #define HAVE_NET_IF_H 1
STDOUT | #define HAVE_NETINET_IN_H 1
STDOUT | #define HAVE_SYS_UN_H 1
STDOUT | #define HAVE_NETINET_TCP_H 1
STDOUT | #define HAVE_NETDB_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_SYS_PARAM_H 1
STDOUT | #define HAVE_TERMIOS_H 1
STDOUT | #define HAVE_TERMIO_H 1
STDOUT | #define HAVE_SGTTY_H 1
STDOUT | #define HAVE_FCNTL_H 1
STDOUT | #define HAVE_ALLOCA_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_PWD_H 1
STDOUT | #define HAVE_UTIME_H 1
STDOUT | #define HAVE_SYS_POLL_H 1
STDOUT | #define HAVE_POLL_H 1
STDOUT | #define HAVE_SYS_RESOURCE_H 1
STDOUT | #define HAVE_LIBGEN_H 1
STDOUT | #define HAVE_LOCALE_H 1
STDOUT | #define HAVE_ERRNO_H 1
STDOUT | #define HAVE_STDBOOL_H 1
STDOUT | #define HAVE_ARPA_TFTP_H 1
STDOUT | #define HAVE_SYS_WAIT_H 1
STDOUT | #define HAVE_SETJMP_H 1
STDOUT | #define HAVE_VARIADIC_MACROS_C99 1
STDOUT | #define HAVE_VARIADIC_MACROS_GCC 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define HAVE_STRUCT_TIMEVAL 1
STDOUT | #define SIZEOF_SIZE_T 8
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_INT 4
STDOUT | #define SIZEOF_SHORT 2
STDOUT | #define CURL_SIZEOF_LONG 8
STDOUT | #define SIZEOF_TIME_T 8
STDOUT | #define SIZEOF_OFF_T 8
STDOUT | #define HAVE_LONGLONG 1
STDOUT | #define HAVE_LL 1
STDOUT | #define HAVE_BOOL_T 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define CURL_PULL_SYS_TYPES_H 1
STDOUT | #define CURL_PULL_SYS_SOCKET_H 1
STDOUT | #define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t
STDOUT | #define CURL_SIZEOF_CURL_SOCKLEN_T 4
STDOUT | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
STDOUT | #define HAVE_SIGNAL_H 1
STDOUT | #define HAVE_SIG_ATOMIC_T 1
STDOUT | #define RETSIGTYPE void
STDOUT | #define HAVE_SYS_SELECT_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define SELECT_TYPE_ARG1 int
STDOUT | #define SELECT_TYPE_ARG234 fd_set *
STDOUT | #define SELECT_TYPE_RETV int
STDOUT | #define SELECT_QUAL_ARG5
STDOUT | #define SELECT_TYPE_ARG5 struct timeval *
STDOUT | #define HAVE_SELECT 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | #define RECV_TYPE_ARG1 int
STDOUT | #define RECV_TYPE_ARG2 void *
STDOUT | #define RECV_TYPE_ARG3 size_t
STDOUT | #define RECV_TYPE_ARG4 int
STDOUT | #define RECV_TYPE_RETV ssize_t
STDOUT | #define HAVE_RECV 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_SOCKET_H 1
STDOUT | /* end confdefs.h. */
STDOUT |
STDOUT | #undef inline
STDOUT | #ifdef HAVE_WINDOWS_H
STDOUT | #ifndef WIN32_LEAN_AND_MEAN
STDOUT | #define WIN32_LEAN_AND_MEAN
STDOUT | #endif
STDOUT | #include <windows.h>
STDOUT | #ifdef HAVE_WINSOCK2_H
STDOUT | #include <winsock2.h>
STDOUT | #else
STDOUT | #ifdef HAVE_WINSOCK_H
STDOUT | #include <winsock.h>
STDOUT | #endif
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV PASCAL
STDOUT | #else
STDOUT | #ifdef HAVE_SYS_TYPES_H
STDOUT | #include <sys/types.h>
STDOUT | #endif
STDOUT | #ifdef HAVE_SYS_SOCKET_H
STDOUT | #include <sys/socket.h>
STDOUT | #endif
STDOUT | #define RECVFROMCALLCONV
STDOUT | #endif
STDOUT | extern int RECVFROMCALLCONV
STDOUT | recvfrom(int, char *,
STDOUT | int, int,
STDOUT | struct sockaddr *, size_t *);
STDOUT |
STDOUT | int main (void)
STDOUT | {
STDOUT |
STDOUT | int s=0;
STDOUT | char * buf=0;
STDOUT | int len=0;
STDOUT | int flags=0;
STDOUT | struct sockaddr * addr=0;
STDOUT | size_t * addrlen=0;
STDOUT | int res=0;
STDOUT | res = recvfrom(s, buf, len, flags, addr, addrlen);
STDOUT |
STDOUT | ;
STDOUT | return 0;
STDOUT | }
STDOUT |
STDOUT configure:29991: gcc -c -g0 -O2 -Wno-system-headers -isystem /root/build-couchdb/build/include -isystem /root/build-couchdb/build/include/js conftest.c >&5
STDOUT conftest.c:191: error: conflicting types for 'recvfrom'
STDOUT /usr/include/sys/socket.h:162: error: previous declaration of 'recvfrom' was here
STDOUT configure:29998: $? = 1
STDOUT configure: failed program was:
STDOUT |
STDOUT | /* confdefs.h. */
STDOUT | #define PACKAGE_NAME "curl"
STDOUT | #define PACKAGE_TARNAME "curl"
STDOUT | #define PACKAGE_VERSION "-"
STDOUT | #define PACKAGE_STRING "curl -"
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
STDOUT | #define PACKAGE "curl"
STDOUT | #define VERSION "-"
STDOUT | #define OS "x86_64-unknown-linux-gnu"
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define STDC_HEADERS 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_STAT_H 1
STDOUT | #define HAVE_STDLIB_H 1
STDOUT | #define HAVE_STRING_H 1
STDOUT | #define HAVE_MEMORY_H 1
STDOUT | #define HAVE_STRINGS_H 1
STDOUT | #define HAVE_INTTYPES_H 1
STDOUT | #define HAVE_STDINT_H 1
STDOUT | #define HAVE_UNISTD_H 1
STDOUT | #define SIZEOF_LONG 8
STDOUT | #define SIZEOF_VOIDP 8
STDOUT | #define CURL_TYPEOF_CURL_OFF_T long
STDOUT | #define CURL_FORMAT_CURL_OFF_T "ld"
STDOUT | #define CURL_FORMAT_CURL_OFF_TU "lu"
STDOUT | #define CURL_FORMAT_OFF_T "%ld"
STDOUT | #define CURL_SIZEOF_CURL_OFF_T 8
STDOUT | #define CURL_SUFFIX_CURL_OFF_T L
STDOUT | #define CURL_SUFFIX_CURL_OFF_TU UL
STDOUT | #define HAVE_LDAP_SSL 1
STDOUT | #define TIME_WITH_SYS_TIME 1
STDOUT | #define HAVE_SYS_TYPES_H 1
STDOUT | #define HAVE_SYS_TIME_H 1
STDOUT | #define HAVE_TIME_H 1
STDOUT | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
STDOUT | #define HAVE_LBER_H 1
STDOUT | #define HAVE_LDAP_H 1
STDOUT | #define HAVE_LDAP_URL_PARSE 1
STDOUT | #define HAVE_LDAP_INIT_FD 1
STDOUT | #define USE_OPENLDAP 1
STDOUT | #define HAVE_WRITABLE_ARGV 1
STDOUT | #define HAVE_LIBSSL 1
STDOUT | #define HAVE_OPENSSL_X509_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_RSA_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_CRYPTO_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_PEM_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_SSL_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define HAVE_OPENSSL_ERR_H 1
STDOUT | #define USE_OPENSSL 1
STDOUT | #define USE_SS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment