Build of privoxy with clang_glibc toolchain

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

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

SLOCLanguage
30,718 ansic
10,583 sh
3,886 perl
42 makefile
45,229 total

The process tree of the build process is here.

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: privoxy 3.0.24-3 (Thu Apr 13 17:11:13 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
# autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
# autoheader: WARNING: is deprecated and discouraged.
# autoheader:
# autoheader: WARNING: Using the third argument of `AC_DEFINE' and
# autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
# autoheader: WARNING: `acconfig.h':
# autoheader:
# autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
# autoheader: [Define if a function `main' is needed.])
# autoheader:
# autoheader: WARNING: More sophisticated templates can also be produced, see the
# autoheader: WARNING: documentation.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... yes
# checking for gawk... gawk
# checking for gdb... no
# checking for groups... /usr/bin/groups
# checking for id... /usr/bin/id
# configure: WARNING: There is no user 'privoxy' on this system
# checking for user... none specified
# checking for group... none specified
# checking for w3m... w3m
# checking for db2html... no
# checking for docbook2html... no
# checking for rpm... no
# checking for jade... no
# checking for openjade... no
# checking for man2html... no
# checking for /usr/share/sgml/docbook/dsssl-stylesheets... no
# checking for /usr/share/sgml/docbkdsl... no
# checking for /usr/share/sgml/docbook-dsssl... no
# checking for /usr/local/share/sgml/docbook/dsssl/modular... no
# checking for /usr/share/sgml/docbook/stylesheet/dsssl/modular/... no
# checking for /usr/share/sgml/CATALOG.docbk30... no
# checking for /usr/share/sgml/CATALOG.docbk31... no
# checking for /usr/share/sgml/CATALOG.docbk31... no
# checking for /usr/local/share/sgml/docbook/3.0/docbook.cat... no
# checking for /usr/local/share/sgml/docbook/3.1/docbook.cat... no
# checking for /usr/share/sgml/docbook/dtd/3.1/docbook.cat... no
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# Using POSIX threads
# checking for gethostbyname in -lnsl... yes
# checking for gethostbyaddr_r... yes
# checking signature of gethostbyaddr_r... 8 args
# checking for gethostbyname_r... yes
# checking signature of gethostbyname_r... 6 args
# checking for gmtime_r... yes
# checking signature of gmtime_r... ok
# checking for localtime_r... yes
# checking signature of localtime_r... ok
# checking for socklen_t... yes
# checking for ANSI C header files... (cached) yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for pid_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking size of int... 4
# checking size of char *... 8
# checking size of long... 8
# checking size of long long... 8
# checking size of size_t... 8
# checking OS.h usability... no
# checking OS.h presence... no
# checking for OS.h... no
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/timeb.h usability... yes
# checking sys/timeb.h presence... yes
# checking for sys/timeb.h... yes
# checking sys/wait.h usability... yes
# checking sys/wait.h presence... yes
# checking for sys/wait.h... yes
# checking for unistd.h... (cached) yes
# checking for bcopy... yes
# checking whether clang needs -traditional... no
# checking return type of signal handlers... void
# checking for access... yes
# checking for atexit... yes
# checking for getcwd... yes
# checking for gethostbyaddr... yes
# checking for gethostbyaddr_r... (cached) yes
# checking for gethostbyname... yes
# checking for gethostbyname_r... (cached) yes
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for memchr... yes
# checking for memmove... yes
# checking for memset... yes
# checking for poll... yes
# checking for putenv... yes
# checking for random... yes
# checking for regcomp... yes
# checking for select... yes
# checking for setlocale... yes
# checking for shutdown... yes
# checking for snprintf... yes
# checking for socket... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strftime... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for strptime... yes
# checking for strtoul... yes
# checking for timegm... yes
# checking for tzset... yes
# checking for getaddrinfo... yes
# checking for getnameinfo... yes
# checking for pcre_compile in -lpcre... yes
# checking pcre.h usability... yes
# checking pcre.h presence... yes
# checking for pcre.h... yes
# checking for regcomp in -lpcreposix... yes
# checking pcreposix.h usability... yes
# checking pcreposix.h presence... yes
# checking for pcreposix.h... yes
# checking for zlibVersion in -lz... yes
# Enabling compression support.
# using libpcre
# Enabling connection-sharing support.
# configure: creating ./config.status
# config.status: creating GNUmakefile
# config.status: creating doc/source/ldp.dsl
# config.status: creating config.h
# clang -c -pipe -O2 -pthread -Wall actions.c -o actions.o
# clang -c -pipe -O2 -pthread -Wall cgi.c -o cgi.o
# clang -c -pipe -O2 -pthread -Wall cgiedit.c -o cgiedit.o
# clang -c -pipe -O2 -pthread -Wall cgisimple.c -o cgisimple.o
# clang -c -pipe -O2 -pthread -Wall deanimate.c -o deanimate.o
# clang -c -pipe -O2 -pthread -Wall encode.c -o encode.o
# clang -c -pipe -O2 -pthread -Wall errlog.c -o errlog.o
# clang -c -pipe -O2 -pthread -Wall filters.c -o filters.o
# clang -c -pipe -O2 -pthread -Wall gateway.c -o gateway.o
# clang -c -pipe -O2 -pthread -Wall jbsockets.c -o jbsockets.o
# clang -c -pipe -O2 -pthread -Wall jcc.c -o jcc.o
# clang -c -pipe -O2 -pthread -Wall list.c -o list.o
# clang -c -pipe -O2 -pthread -Wall loadcfg.c -o loadcfg.o
# clang -c -pipe -O2 -pthread -Wall loaders.c -o loaders.o
# clang -c -pipe -O2 -pthread -Wall miscutil.c -o miscutil.o
# clang -c -pipe -O2 -pthread -Wall parsers.c -o parsers.o
# clang -c -pipe -O2 -pthread -Wall ssplit.c -o ssplit.o
# clang -c -pipe -O2 -pthread -Wall urlmatch.c -o urlmatch.o
# clang -c -pipe -O2 -pthread -Wall pcrs.c -o pcrs.o
# clang -pthread -o privoxy actions.o cgi.o cgiedit.o cgisimple.o deanimate.o encode.o errlog.o filters.o gateway.o jbsockets.o jcc.o list.o loadcfg.o loaders.o miscutil.o parsers.o ssplit.o urlmatch.o pcrs.o -lnsl -lz -lpcre -lpcreposix
# grep -v '^#MASTER#' default.action.master > default.action
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Creating directories, and preparing Privoxy 3.0.24 stable installation
# chmod 0755 ./mkinstalldirs
# mkdir /tmp/privoxy/pkg/privoxy/usr
# mkdir /tmp/privoxy/pkg/privoxy/usr/bin
# mkdir /tmp/privoxy/pkg/privoxy/etc
# mkdir /tmp/privoxy/pkg/privoxy/etc/privoxy
# mkdir /tmp/privoxy/pkg/privoxy/etc/privoxy/templates
# mkdir /tmp/privoxy/pkg/privoxy/usr/share
# mkdir /tmp/privoxy/pkg/privoxy/var
# mkdir /tmp/privoxy/pkg/privoxy/var/log
# mkdir /tmp/privoxy/pkg/privoxy/var/log/privoxy
# mkdir /tmp/privoxy/pkg/privoxy/var/run
# Installing privoxy executable to /tmp/privoxy/pkg/privoxy/usr/bin
# /usr/bin/install -c -m 0755 privoxy /tmp/privoxy/pkg/privoxy/usr/bin
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy/user-manual
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy/faq
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy/developer-manual
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy/man-page
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy/images
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/man
# mkdir /tmp/privoxy/pkg/privoxy/usr/share/man/man1
# Installing FAQ, Manual, and other docs to /tmp/privoxy/pkg/privoxy/usr/share/doc/privoxy
# Installing man page to /tmp/privoxy/pkg/privoxy/usr/share/man/man1/privoxy.1
# /usr/bin/install -c -m 0644 privoxy.1 /tmp/privoxy/pkg/privoxy/usr/share/man/man1/privoxy.1
# Rewriting config for this installation
# sed 's+^confdir \.+confdir /tmp/privoxy/pkg/privoxy/etc/privoxy+' config | \
# sed 's+^logdir \.+logdir /tmp/privoxy/pkg/privoxy/var/log/privoxy+' >config.tmp
# mv config.updated config
# Installing templates to /tmp/privoxy/pkg/privoxy/etc/privoxy/templates
# Installing configuration files to /tmp/privoxy/pkg/privoxy/etc/privoxy
# Installing fresh default.action
# Installing fresh default.filter
# Creating logfiles in /tmp/privoxy/pkg/privoxy/var/log/privoxy
# No init script installed, install it manually if needed
# rm -f config.base config.tmp
# Privoxy 3.0.24 stable installation succeeded!
# The Privoxy configuration files have been installed in /tmp/privoxy/pkg/privoxy/etc/privoxy
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-style.css': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/toggle': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/untrusted': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-file': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-file-read-only': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/default': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/show-url-info': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/show-status': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/connection-timeout': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/no-such-domain': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-bad-param': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/no-server-data': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/mod-local-help': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-url-form': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/show-version': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-list-url': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/forwarding-failed': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-404': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-disabled': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-list-section': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-remove-url-form': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/show-request': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/mod-support-and-service': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/url-info-osd.xml': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-add-url-form': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/connect-failed': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-for-url-filter': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/blocked': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/mod-unstable-warning': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/mod-title': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-modified': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-list': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/show-status-file': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/toggle-mini': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-list-button': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/cgi-error-parse': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates/edit-actions-for-url': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/templates': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/config': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/trust': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/default.action': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/match-all.action': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/user.action': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/default.filter': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy/user.filter': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/etc/privoxy': Operation not permitted
# chown: changing ownership of '/tmp/privoxy/pkg/privoxy/var/log/privoxy': Operation not permitted
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/privoxy/src/privoxy-3.0.24-stable/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ff8de3f10a72
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2487: checking build system type
# configure:2501: result: x86_64-unknown-linux-gnu
# configure:2521: checking host system type
# configure:2534: result: x86_64-unknown-linux-gnu
# configure:2627: checking for x86_64-unknown-linux-gcc
# configure:2654: result: clang
# configure:2923: checking for C compiler version
# configure:2932: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2943: $? = 0
# configure:2932: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2943: $? = 0
# configure:2932: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2943: $? = 1
# configure:2932: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2943: $? = 1
# configure:2963: checking whether the C compiler works
# configure:2985: clang conftest.c >&5
# configure:2989: $? = 0
# configure:3037: result: yes
# configure:3040: checking for C compiler default output file name
# configure:3042: result: a.out
# configure:3048: checking for suffix of executables
# configure:3055: clang -o conftest conftest.c >&5
# configure:3059: $? = 0
# configure:3081: result:
# configure:3103: checking whether we are cross compiling
# configure:3111: clang -o conftest conftest.c >&5
# configure:3115: $? = 0
# configure:3122: ./conftest
# configure:3126: $? = 0
# configure:3141: result: no
# configure:3146: checking for suffix of object files
# configure:3168: clang -c conftest.c >&5
# configure:3172: $? = 0
# configure:3193: result: o
# configure:3197: checking whether we are using the GNU C compiler
# configure:3216: clang -c conftest.c >&5
# configure:3216: $? = 0
# configure:3225: result: yes
# configure:3234: checking whether clang accepts -g
# configure:3254: clang -c -g conftest.c >&5
# configure:3254: $? = 0
# configure:3295: result: yes
# configure:3312: checking for clang option to accept ISO C89
# configure:3375: clang -c conftest.c >&5
# configure:3375: $? = 0
# configure:3388: result: none needed
# configure:3413: checking how to run the C preprocessor
# configure:3444: clang -E conftest.c
# configure:3444: $? = 0
# configure:3458: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3458: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | /* end confdefs.h. */
# | #include
# configure:3483: result: clang -E
# configure:3503: clang -E conftest.c
# configure:3503: $? = 0
# configure:3517: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3517: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | /* end confdefs.h. */
# | #include
# configure:3559: checking for a BSD-compatible install
# configure:3627: result: /usr/bin/install -c
# configure:3638: checking whether ln -s works
# configure:3642: result: yes
# configure:3649: checking whether make sets $(MAKE)
# configure:3671: result: yes
# configure:3684: checking for gawk
# configure:3700: found /usr/bin/gawk
# configure:3711: result: gawk
# configure:3725: checking for gdb
# configure:3753: result: no
# configure:3763: checking for groups
# configure:3782: found /usr/bin/groups
# configure:3795: result: /usr/bin/groups
# configure:3805: checking for id
# configure:3824: found /usr/bin/id
# configure:3837: result: /usr/bin/id
# configure:3889: WARNING: There is no user 'privoxy' on this system
# configure:3892: checking for user
# configure:3920: result: none specified
# configure:3930: checking for group
# configure:3966: result: none specified
# configure:4053: checking for w3m
# configure:4069: found /usr/bin/w3m
# configure:4080: result: w3m
# configure:4102: checking for db2html
# configure:4132: result: no
# configure:4102: checking for docbook2html
# configure:4132: result: no
# configure:4150: checking for rpm
# configure:4180: result: no
# configure:4201: checking for jade
# configure:4231: result: no
# configure:4201: checking for openjade
# configure:4231: result: no
# configure:4246: checking for man2html
# configure:4276: result: no
# configure:4301: checking for /usr/share/sgml/docbook/dsssl-stylesheets
# configure:4301: checking for /usr/share/sgml/docbkdsl
# configure:4301: checking for /usr/share/sgml/docbook-dsssl
# configure:4301: checking for /usr/local/share/sgml/docbook/dsssl/modular
# configure:4301: checking for /usr/share/sgml/docbook/stylesheet/dsssl/modular/
# configure:4319: checking for /usr/share/sgml/CATALOG.docbk30
# configure:4319: checking for /usr/share/sgml/CATALOG.docbk31
# configure:4319: checking for /usr/share/sgml/CATALOG.docbk31
# configure:4319: checking for /usr/local/share/sgml/docbook/3.0/docbook.cat
# configure:4319: checking for /usr/local/share/sgml/docbook/3.1/docbook.cat
# configure:4319: checking for /usr/share/sgml/docbook/dtd/3.1/docbook.cat
# configure:4353: checking for grep that handles long lines and -e
# configure:4411: result: /usr/bin/grep
# configure:4416: checking for egrep
# configure:4478: result: /usr/bin/grep -E
# configure:4483: checking for ANSI C header files
# configure:4503: clang -c -pipe -O2 conftest.c 1>&5
# configure:4503: $? = 0
# configure:4576: clang -o conftest -pipe -O2 conftest.c 1>&5
# configure:4576: $? = 0
# configure:4576: ./conftest
# configure:4576: $? = 0
# configure:4587: result: yes
# configure:4600: checking for sys/types.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for sys/stat.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for stdlib.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for string.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for memory.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for strings.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for inttypes.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for stdint.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4600: checking for unistd.h
# configure:4600: clang -c -pipe -O2 conftest.c 1>&5
# configure:4600: $? = 0
# configure:4600: result: yes
# configure:4612: checking pthread.h usability
# configure:4612: clang -c -pipe -O2 conftest.c 1>&5
# configure:4612: $? = 0
# configure:4612: result: yes
# configure:4612: checking pthread.h presence
# configure:4612: clang -E conftest.c
# configure:4612: $? = 0
# configure:4612: result: yes
# configure:4612: checking for pthread.h
# configure:4612: result: yes
# configure:4657: clang -o conftest -pipe -O2 -pthread conftest.c 1>&5
# configure:4657: $? = 0
# configure:4678: checking for gethostbyname in -lnsl
# configure:4703: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:4703: $? = 0
# configure:4712: result: yes
# configure:4724: checking for gethostbyaddr_r
# configure:4724: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:4724: $? = 0
# configure:4724: result: yes
# configure:4727: checking signature of gethostbyaddr_r
# configure:4747: clang -c -pipe -O2 conftest.c 1>&5
# configure:4747: $? = 0
# configure:4751: result: 8 args
# configure:4831: checking for gethostbyname_r
# configure:4831: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:4831: $? = 0
# configure:4831: result: yes
# configure:4834: checking signature of gethostbyname_r
# configure:4854: clang -c -pipe -O2 conftest.c 1>&5
# configure:4854: $? = 0
# configure:4858: result: 6 args
# configure:4937: checking for gmtime_r
# configure:4937: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:4937: $? = 0
# configure:4937: result: yes
# configure:4940: checking signature of gmtime_r
# configure:4959: clang -c -pipe -O2 conftest.c 1>&5
# conftest.c:37:21: warning: incompatible pointer types passing 'struct time *' to parameter of type 'const time_t *' (aka 'const long *') [-Wincompatible-pointer-types]
# (void) gmtime_r(t, tm)
# ^
# /usr/include/time.h:249:54: note: passing argument to parameter '__timer' here
# extern struct tm *gmtime_r (const time_t *__restrict __timer,
# ^
# 1 warning generated.
# configure:4959: $? = 0
# configure:4961: result: ok
# configure:4982: checking for localtime_r
# configure:4982: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:4982: $? = 0
# configure:4982: result: yes
# configure:4985: checking signature of localtime_r
# configure:5004: clang -c -pipe -O2 conftest.c 1>&5
# conftest.c:38:24: warning: incompatible pointer types passing 'struct time *' to parameter of type 'const time_t *' (aka 'const long *') [-Wincompatible-pointer-types]
# (void) localtime_r(t, tm)
# ^
# /usr/include/time.h:254:57: note: passing argument to parameter '__timer' here
# extern struct tm *localtime_r (const time_t *__restrict __timer,
# ^
# 1 warning generated.
# configure:5004: $? = 0
# configure:5006: result: ok
# configure:5050: checking for socklen_t
# configure:5059: result: yes
# configure:5122: checking for ANSI C header files
# configure:5226: result: yes
# configure:5237: checking for dirent.h that defines DIR
# configure:5256: clang -c -pipe -O2 conftest.c 1>&5
# configure:5256: $? = 0
# configure:5264: result: yes
# configure:5277: checking for library containing opendir
# configure:5308: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5308: $? = 0
# configure:5325: result: none required
# configure:5392: checking for an ANSI C-conforming const
# configure:5458: clang -c -pipe -O2 conftest.c 1>&5
# configure:5458: $? = 0
# configure:5465: result: yes
# configure:5473: checking for size_t
# configure:5473: clang -c -pipe -O2 conftest.c 1>&5
# configure:5473: $? = 0
# configure:5473: clang -c -pipe -O2 conftest.c 1>&5
# conftest.c:68:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5473: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5473: result: yes
# configure:5484: checking for pid_t
# configure:5484: clang -c -pipe -O2 conftest.c 1>&5
# configure:5484: $? = 0
# configure:5484: clang -c -pipe -O2 conftest.c 1>&5
# conftest.c:68:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:5484: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5484: result: yes
# configure:5495: checking whether time.h and sys/time.h may both be included
# configure:5515: clang -c -pipe -O2 conftest.c 1>&5
# configure:5515: $? = 0
# configure:5522: result: yes
# configure:5530: checking whether struct tm is in sys/time.h or time.h
# configure:5550: clang -c -pipe -O2 conftest.c 1>&5
# configure:5550: $? = 0
# configure:5557: result: time.h
# configure:5569: checking size of int
# configure:5574: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5574: $? = 0
# configure:5574: ./conftest
# configure:5574: $? = 0
# configure:5588: result: 4
# configure:5602: checking size of char *
# configure:5607: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5607: $? = 0
# configure:5607: ./conftest
# configure:5607: $? = 0
# configure:5621: result: 8
# configure:5635: checking size of long
# configure:5640: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5640: $? = 0
# configure:5640: ./conftest
# configure:5640: $? = 0
# configure:5654: result: 8
# configure:5668: checking size of long long
# configure:5673: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5673: $? = 0
# configure:5673: ./conftest
# configure:5673: $? = 0
# configure:5687: result: 8
# configure:5701: checking size of size_t
# configure:5706: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5706: $? = 0
# configure:5706: ./conftest
# configure:5706: $? = 0
# configure:5720: result: 8
# configure:5752: checking OS.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# conftest.c:71:10: fatal error: 'OS.h' file not found
# #include
# ^
# 1 error generated.
# configure:5752: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5752: result: no
# configure:5752: checking OS.h presence
# configure:5752: clang -E -pthread conftest.c
# conftest.c:38:10: fatal error: 'OS.h' file not found
# #include
# ^
# 1 error generated.
# configure:5752: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# configure:5752: result: no
# configure:5752: checking for OS.h
# configure:5752: result: no
# configure:5752: checking arpa/inet.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking arpa/inet.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for arpa/inet.h
# configure:5752: result: yes
# configure:5752: checking errno.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking errno.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for errno.h
# configure:5752: result: yes
# configure:5752: checking fcntl.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking fcntl.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for fcntl.h
# configure:5752: result: yes
# configure:5752: checking limits.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking limits.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for limits.h
# configure:5752: result: yes
# configure:5752: checking locale.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking locale.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for locale.h
# configure:5752: result: yes
# configure:5752: checking netdb.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking netdb.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for netdb.h
# configure:5752: result: yes
# configure:5752: checking netinet/in.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking netinet/in.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for netinet/in.h
# configure:5752: result: yes
# configure:5752: checking stddef.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking stddef.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for stddef.h
# configure:5752: result: yes
# configure:5752: checking for stdlib.h
# configure:5752: result: yes
# configure:5752: checking for string.h
# configure:5752: result: yes
# configure:5752: checking sys/ioctl.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking sys/ioctl.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for sys/ioctl.h
# configure:5752: result: yes
# configure:5752: checking sys/socket.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking sys/socket.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for sys/socket.h
# configure:5752: result: yes
# configure:5752: checking sys/time.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking sys/time.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for sys/time.h
# configure:5752: result: yes
# configure:5752: checking sys/timeb.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking sys/timeb.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for sys/timeb.h
# configure:5752: result: yes
# configure:5752: checking sys/wait.h usability
# configure:5752: clang -c -pipe -O2 conftest.c 1>&5
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking sys/wait.h presence
# configure:5752: clang -E -pthread conftest.c
# configure:5752: $? = 0
# configure:5752: result: yes
# configure:5752: checking for sys/wait.h
# configure:5752: result: yes
# configure:5752: checking for unistd.h
# configure:5752: result: yes
# configure:5765: checking for bcopy
# configure:5765: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5765: $? = 0
# configure:5765: result: yes
# configure:5775: checking whether clang needs -traditional
# configure:5809: result: no
# configure:5816: checking return type of signal handlers
# configure:5834: clang -c -pipe -O2 conftest.c 1>&5
# conftest.c:61:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BCOPY 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5841: result: void
# configure:5884: checking for access
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for atexit
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for getcwd
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for gethostbyaddr
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for gethostbyaddr_r
# configure:5884: result: yes
# configure:5884: checking for gethostbyname
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for gethostbyname_r
# configure:5884: result: yes
# configure:5884: checking for gettimeofday
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for inet_ntoa
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for memchr
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:88:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
# char memchr ();
# ^
# conftest.c:88:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for memmove
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:89:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for memset
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:90:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:90:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for poll
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for putenv
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for random
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for regcomp
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for select
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for setlocale
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for shutdown
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for snprintf
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:98:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:98:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for socket
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for strchr
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:100:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:100:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for strdup
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:101:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:101:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for strerror
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:102:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:102:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for strftime
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for strlcat
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:104:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:104:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-c99b1a.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5884: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BCOPY 1
# | #define RETSIGTYPE void
# | #define HAVE_ACCESS 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_POLL 1
# | #define HAVE_PUTENV 1
# | #define HAVE_RANDOM 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRFTIME 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:5884: result: no
# configure:5884: checking for strlcpy
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# conftest.c:104:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:104:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-516847.o: In function `main':
# conftest.c:(.text+0x4): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5884: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define VERSION_MAJOR 3
# | #define VERSION_MINOR 0
# | #define VERSION_POINT 24
# | #define VERSION "3.0.24"
# | #define CODE_STATUS "stable"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define FEATURE_PTHREAD 1
# | #define HAVE_LIBNSL 1
# | #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# | #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_CHAR_P 8
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_SIZE_T 8
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BCOPY 1
# | #define RETSIGTYPE void
# | #define HAVE_ACCESS 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETHOSTBYADDR 1
# | #define HAVE_GETHOSTBYADDR_R 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_POLL 1
# | #define HAVE_PUTENV 1
# | #define HAVE_RANDOM 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRFTIME 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:5884: result: no
# configure:5884: checking for strptime
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for strtoul
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for timegm
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:5884: checking for tzset
# configure:5884: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:5884: $? = 0
# configure:5884: result: yes
# configure:6008: checking for getaddrinfo
# configure:6008: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:6008: $? = 0
# configure:6008: result: yes
# configure:6010: checking for getnameinfo
# configure:6010: clang -o conftest -pipe -O2 conftest.c -lnsl 1>&5
# configure:6010: $? = 0
# configure:6010: result: yes
# configure:6023: checking for pcre_compile in -lpcre
# configure:6048: clang -o conftest -pipe -O2 conftest.c -lpcre -lnsl 1>&5
# configure:6048: $? = 0
# configure:6057: result: yes
# configure:6061: checking pcre.h usability
# configure:6061: clang -c -pipe -O2 conftest.c 1>&5
# configure:6061: $? = 0
# configure:6061: result: yes
# configure:6061: checking pcre.h presence
# configure:6061: clang -E -pthread conftest.c
# configure:6061: $? = 0
# configure:6061: result: yes
# configure:6061: checking for pcre.h
# configure:6061: result: yes
# configure:6115: checking for regcomp in -lpcreposix
# configure:6140: clang -o conftest -pipe -O2 conftest.c -lpcreposix -lpcre -lnsl 1>&5
# configure:6140: $? = 0
# configure:6149: result: yes
# configure:6153: checking pcreposix.h usability
# configure:6153: clang -c -pipe -O2 conftest.c 1>&5
# configure:6153: $? = 0
# configure:6153: result: yes
# configure:6153: checking pcreposix.h presence
# configure:6153: clang -E -pthread conftest.c
# configure:6153: $? = 0
# configure:6153: result: yes
# configure:6153: checking for pcreposix.h
# configure:6153: result: yes
# configure:6390: checking for zlibVersion in -lz
# configure:6415: clang -o conftest -pipe -O2 conftest.c -lz -lnsl 1>&5
# configure:6415: $? = 0
# configure:6424: result: yes
# configure:6631: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ff8de3f10a72
#
# config.status:922: creating GNUmakefile
# config.status:922: creating doc/source/ldp.dsl
# config.status:922: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_access=yes
# ac_cv_func_atexit=yes
# ac_cv_func_bcopy=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_gethostbyaddr=yes
# ac_cv_func_gethostbyaddr_r=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostbyname_r=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_poll=yes
# ac_cv_func_putenv=yes
# ac_cv_func_random=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_select=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_shutdown=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strptime=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_timegm=yes
# ac_cv_func_tzset=yes
# ac_cv_header_OS_h=no
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_pcre_h=yes
# ac_cv_header_pcreposix_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_timeb_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_nsl_gethostbyname=yes
# ac_cv_lib_pcre_pcre_compile=yes
# ac_cv_lib_pcreposix_regcomp=yes
# ac_cv_lib_z_zlibVersion=yes
# ac_cv_objext=o
# ac_cv_path_BGROUPS=/usr/bin/groups
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ID=/usr/bin/id
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_GDB=no
# ac_cv_prog_W3M=w3m
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_char_p=8
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_size_t=8
# ac_cv_struct_tm=time.h
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AMIGAOS_ONLY='#'
# AWK='gawk'
# BGROUPS='/usr/bin/groups'
# CC='clang'
# CFLAGS='-pipe -O2'
# CODE_STATUS='stable'
# CPP='clang -E'
# CPPFLAGS=''
# DB2HTML='false'
# DEFS='-DHAVE_CONFIG_H'
# DKPREFIX='none'
# DOC_STATUS='p-stable'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GDB='no'
# GREP='/usr/bin/grep'
# GROUP=''
# ID='/usr/bin/id'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# JADEBIN='false'
# JADECAT=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lnsl -lz -lpcre -lpcreposix'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAN2HTML='false'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PTHREAD_LIB=''
# PTHREAD_ONLY=''
# RPMBIN='false'
# RPM_BASE=''
# SET_MAKE=''
# SHELL='/bin/sh'
# SOCKET_LIB=''
# SPECIAL_CFLAGS='-pthread'
# STATIC_PCRE_ONLY='#'
# STATIC_PCRS_ONLY=''
# USER=''
# VERSION_MAJOR='3'
# VERSION_MINOR='0'
# VERSION_POINT='24'
# W3M='w3m'
# WIN_ONLY='#'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc/privoxy'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define VERSION_MAJOR 3
# #define VERSION_MINOR 0
# #define VERSION_POINT 24
# #define VERSION "3.0.24"
# #define CODE_STATUS "stable"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define FEATURE_PTHREAD 1
# #define HAVE_LIBNSL 1
# #define HAVE_GETHOSTBYADDR_R_8_ARGS 1
# #define HAVE_GETHOSTBYNAME_R_6_ARGS 1
# #define HAVE_GMTIME_R 1
# #define HAVE_LOCALTIME_R 1
# #define STDC_HEADERS 1
# #define HAVE_DIRENT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define SIZEOF_INT 4
# #define SIZEOF_CHAR_P 8
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_SIZE_T 8
# #define HAVE_ARPA_INET_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TIMEB_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_BCOPY 1
# #define RETSIGTYPE void
# #define HAVE_ACCESS 1
# #define HAVE_ATEXIT 1
# #define HAVE_GETCWD 1
# #define HAVE_GETHOSTBYADDR 1
# #define HAVE_GETHOSTBYADDR_R 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTBYNAME_R 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_POLL 1
# #define HAVE_PUTENV 1
# #define HAVE_RANDOM 1
# #define HAVE_REGCOMP 1
# #define HAVE_SELECT 1
# #define HAVE_SETLOCALE 1
# #define HAVE_SHUTDOWN 1
# #define HAVE_SNPRINTF 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRPTIME 1
# #define HAVE_STRTOUL 1
# #define HAVE_TIMEGM 1
# #define HAVE_TZSET 1
# #define HAVE_RFC2553 1
# #define __MT__ 1
# #define FEATURE_TOGGLE 1
# #define FEATURE_FORCE_LOAD 1
# #define FEATURE_FAST_REDIRECTS 1
# #define FEATURE_STATISTICS 1
# #define FEATURE_IMAGE_BLOCKING 1
# #define FEATURE_ACL 1
# #define FEATURE_TRUST 1
# #define FEATURE_CGI_EDIT_ACTIONS 1
# #define FEATURE_ZLIB 1
# #define FEATURE_COMPRESSION 1
# #define FEATURE_DYNAMIC_PCRE 1
# #define FEATURE_CONNECTION_KEEP_ALIVE 1
# #define FEATURE_CONNECTION_SHARING 1
# #define STATIC_PCRS 1
#
# configure: exit 0