Build of varnish with clang_glibc toolchain

The build took 00h 02m 32s and was SUCCESSFUL.

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

SLOCLanguage
65,332 ansic
15,765 makefile
11,128 sh
2,042 python
94,267 total

The process tree of the build process is here.

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

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: varnish 4.1.2-1 (Thu Apr 13 17:56:14 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) python-docutils-0.12-3
#
# Total Installed Size: 4.17 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing python-docutils...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking for x86_64-unknown-linux-gcc... clang
# checking 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 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether make supports nested variables... yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for clang option to accept ISO C99... none needed
# checking for clang option to accept ISO Standard C... (cached) none needed
# checking how to run the C preprocessor... clang -E
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking whether make sets $(MAKE)... (cached) yes
# checking for rst2man... rst2man
# checking for rst2html... rst2html
# checking for dot... dot
# checking for clock_gettime in -lrt... yes
# checking for dlopen in -ldl... yes
# checking for NcursesW wide-character library... yes
# checking for working ncursesw/curses.h... no
# checking for working ncursesw.h... no
# checking for working ncurses.h... yes
# checking for library containing pthread_create... none required
# checking for socket in -lsocket... no
# checking for getaddrinfo in -lnsl... yes
# checking for cos in -lm... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for PCRE... yes
# checking for PCRE JIT usability... yes
# checking edit/readline/readline.h usability... no
# checking edit/readline/readline.h presence... no
# checking for edit/readline/readline.h... no
# checking for LIBEDIT... yes
# checking editline/readline.h usability... yes
# checking editline/readline.h presence... yes
# checking for editline/readline.h... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/endian.h usability... no
# checking sys/endian.h presence... no
# checking for sys/endian.h... no
# checking sys/filio.h usability... no
# checking sys/filio.h presence... no
# checking for sys/filio.h... no
# checking for sys/mount.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/statvfs.h usability... yes
# checking sys/statvfs.h presence... yes
# checking for sys/statvfs.h... yes
# checking sys/vfs.h usability... yes
# checking sys/vfs.h presence... yes
# checking for sys/vfs.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking execinfo.h usability... yes
# checking execinfo.h presence... yes
# checking for execinfo.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for pthread_np.h... no
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking priv.h usability... no
# checking priv.h presence... no
# checking for priv.h... no
# checking for an ANSI C-conforming const... yes
# checking for struct sockaddr.sa_len... no
# checking return type of signal handlers... void
# checking for size_t... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for strerror... yes
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking for dladdr... no
# checking for socket... yes
# checking for strptime... yes
# checking for fmtcheck... no
# checking for getdtablesize... yes
# checking for nanosleep... yes
# checking for setppriv... no
# checking for fallocate... yes
# checking for closefrom... no
# checking for pthread_set_name_np... no
# checking for pthread_mutex_isowned_np... no
# checking for pthread_timedjoin_np... yes
# checking whether we have support for visibility attributes... yes
# checking for malloc_conf in -ljemalloc... yes
# checking for setproctitle... no
# checking for library containing backtrace... none required
# checking whether daemon() works... checking for daemon... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for clock_gettime... yes
# checking for gethrtime... no
# checking for kqueue... no
# checking for epoll_ctl... yes
# checking for port_create... no
# checking for python3... python3
# checking whether SO_ACCEPTFILTER is declared... no
# checking whether SO_RCVTIMEO works... yes
# checking whether SO_SNDTIMEO works... yes
# checking for TCP_KEEP(CNT|IDLE|INTVL) socket options... yes
# checking if LD -Wl,--version-script works... yes
# checking whether C compiler accepts -Werror=unused-result... yes
# checking whether C compiler accepts -fstack-protector... yes
# checking whether the linker accepts -fstack-protector... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating bin/Makefile
# config.status: creating bin/varnishadm/Makefile
# config.status: creating bin/varnishd/Makefile
# config.status: creating bin/varnishlog/Makefile
# config.status: creating bin/varnishstat/Makefile
# config.status: creating bin/varnishtop/Makefile
# config.status: creating bin/varnishhist/Makefile
# config.status: creating bin/varnishtest/Makefile
# config.status: creating bin/varnishncsa/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/graphviz/Makefile
# config.status: creating doc/sphinx/Makefile
# config.status: creating doc/sphinx/conf.py
# config.status: creating etc/Makefile
# config.status: creating include/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/libvarnish/Makefile
# config.status: creating lib/libvarnishapi/Makefile
# config.status: creating lib/libvarnishtools/Makefile
# config.status: creating lib/libvarnishcompat/Makefile
# config.status: creating lib/libvcc/Makefile
# config.status: creating lib/libvgz/Makefile
# config.status: creating lib/libvmod_debug/Makefile
# config.status: creating lib/libvmod_std/Makefile
# config.status: creating lib/libvmod_directors/Makefile
# config.status: creating man/Makefile
# config.status: creating varnishapi.pc
# config.status: creating varnishapi-uninstalled.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing mkdir commands
# make all-recursive
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2'
# Making all in include
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/include'
# make all-am
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/include'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/include'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/include'
# Making all in lib
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib'
# Making all in libvarnishcompat
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishcompat'
# CC daemon.lo
# CC execinfo.lo
# CCLD libvarnishcompat.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishcompat'
# Making all in libvarnish
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnish'
# CC libvarnish_la-vav.lo
# CC libvarnish_la-vas.lo
# CC libvarnish_la-binary_heap.lo
# CC libvarnish_la-vsub.lo
# CC libvarnish_la-cli_auth.lo
# CC libvarnish_la-cli_common.lo
# CC libvarnish_la-cli_serve.lo
# CC libvarnish_la-flopen.lo
# CC libvarnish_la-vnum.lo
# CC libvarnish_la-vtim.lo
# CC libvarnish_la-vtcp.lo
# CC libvarnish_la-vct.lo
# CC libvarnish_la-version.lo
# CC libvarnish_la-vev.lo
# CC libvarnish_la-vfil.lo
# CC libvarnish_la-vin.lo
# CC libvarnish_la-vlu.lo
# CC libvarnish_la-vmb.lo
# CC libvarnish_la-vpf.lo
# CC libvarnish_la-vre.lo
# CC libvarnish_la-vrnd.lo
# CC libvarnish_la-vsa.lo
# CC libvarnish_la-vsb.lo
# CC libvarnish_la-vsha256.lo
# CC libvarnish_la-vss.lo
# CCLD libvarnish.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnish'
# Making all in libvarnishapi
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# CC vsl2rst.o
# CCLD vsl2rst
# ./vsl2rst > vsl-tags.rst
# make all-am
# make[4]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# CC libvarnishapi_la-vas.lo
# CC libvarnishapi_la-vav.lo
# CC libvarnishapi_la-version.lo
# CC libvarnishapi_la-cli_common.lo
# CC libvarnishapi_la-cli_auth.lo
# CC libvarnishapi_la-vin.lo
# CC libvarnishapi_la-vmb.lo
# CC libvarnishapi_la-vre.lo
# CC libvarnishapi_la-vsb.lo
# CC libvarnishapi_la-vtim.lo
# CC libvarnishapi_la-vnum.lo
# CC libvarnishapi_la-vsha256.lo
# CC libvarnishapi_la-vsm.lo
# CC libvarnishapi_la-vsl_arg.lo
# CC libvarnishapi_la-vsl_cursor.lo
# CC libvarnishapi_la-vsl_dispatch.lo
# CC libvarnishapi_la-vsl_query.lo
# CC libvarnishapi_la-vsl.lo
# CC libvarnishapi_la-vsc.lo
# CC libvarnishapi_la-vxp.lo
# CC libvarnishapi_la-vxp_parse.lo
# CC libvarnishapi_la-vxp_lexer.lo
# CC libvarnishapi_la-vxp_fixed_token.lo
# CCLD libvarnishapi.la
# make[4]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# Making all in libvarnishtools
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishtools'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishtools'
# Making all in libvcc
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvcc'
# CC vcc_acl.lo
# CC vcc_action.lo
# CC vcc_backend.lo
# CC vcc_backend_util.lo
# CC vcc_compile.lo
# CC vcc_expr.lo
# CC vcc_parse.lo
# CC vcc_fixed_token.lo
# CC vcc_obj.lo
# CC vcc_storage.lo
# CC vcc_utils.lo
# CC vcc_symb.lo
# CC vcc_token.lo
# CC vcc_var.lo
# CC vcc_vmod.lo
# CC vcc_xref.lo
# CCLD libvcc.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvcc'
# Making all in libvgz
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvgz'
# CC libvgz_la-adler32.lo
# CC libvgz_la-compress.lo
# CC libvgz_la-crc32.lo
# CC libvgz_la-deflate.lo
# CC libvgz_la-infback.lo
# CC libvgz_la-inffast.lo
# CC libvgz_la-inflate.lo
# CC libvgz_la-inftrees.lo
# CC libvgz_la-trees.lo
# CC libvgz_la-uncompr.lo
# CC libvgz_la-zutil.lo
# CCLD libvgz.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvgz'
# Making all in libvmod_debug
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_debug'
# python3 ../../lib/libvcc/vmodtool.py --strict ../../lib/libvmod_debug/vmod.vcc
# CC vmod_debug.lo
# CC vmod_debug_obj.lo
# CC vmod_debug_dyn.lo
# CC vcc_if.lo
# CCLD libvmod_debug.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_debug'
# Making all in libvmod_std
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_std'
# python3 ../../lib/libvcc/vmodtool.py --strict ../../lib/libvmod_std/vmod.vcc
# CC vmod_std.lo
# CC vmod_std_conversions.lo
# CC vmod_std_fileread.lo
# CC vmod_std_querysort.lo
# CC vcc_if.lo
# CCLD libvmod_std.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_std'
# Making all in libvmod_directors
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_directors'
# python3 ../../lib/libvcc/vmodtool.py --strict ../../lib/libvmod_directors/vmod.vcc
# CC vdir.lo
# CC fall_back.lo
# CC hash.lo
# CC random.lo
# CC round_robin.lo
# CC vcc_if.lo
# CCLD libvmod_directors.la
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_directors'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib'
# Making all in bin
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin'
# Making all in varnishadm
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishadm'
# CC varnishadm-varnishadm.o
# CC varnishadm-vas.o
# CC varnishadm-vsa.o
# CC varnishadm-vtcp.o
# CC varnishadm-vss.o
# CCLD varnishadm
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishadm'
# Making all in varnishd
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishd'
# CC varnishd-cache_acceptor.o
# CC varnishd-cache_backend.o
# CC varnishd-cache_backend_cfg.o
# CC varnishd-cache_backend_probe.o
# CC varnishd-cache_backend_tcp.o
# CC varnishd-cache_ban.o
# CC varnishd-cache_ban_build.o
# CC varnishd-cache_ban_lurker.o
# CC varnishd-cache_busyobj.o
# CC varnishd-cache_cli.o
# CC varnishd-cache_deliver_proc.o
# CC varnishd-cache_director.o
# CC varnishd-cache_esi_deliver.o
# CC varnishd-cache_esi_fetch.o
# CC varnishd-cache_esi_parse.o
# CC varnishd-cache_expire.o
# CC varnishd-cache_fetch.o
# CC varnishd-cache_fetch_proc.o
# CC varnishd-cache_gzip.o
# CC varnishd-cache_hash.o
# CC varnishd-cache_http.o
# CC varnishd-cache_lck.o
# CC varnishd-cache_main.o
# CC varnishd-cache_mempool.o
# CC varnishd-cache_obj.o
# CC varnishd-cache_panic.o
# CC varnishd-cache_pool.o
# CC varnishd-cache_req.o
# CC varnishd-cache_req_body.o
# CC varnishd-cache_req_fsm.o
# CC varnishd-cache_rfc2616.o
# CC varnishd-cache_range.o
# CC varnishd-cache_session.o
# CC varnishd-cache_shmlog.o
# CC varnishd-cache_vary.o
# CC varnishd-cache_vcl.o
# CC varnishd-cache_vrt.o
# CC varnishd-cache_vrt_priv.o
# CC varnishd-cache_vrt_re.o
# CC varnishd-cache_vrt_var.o
# CC varnishd-cache_vrt_vmod.o
# CC varnishd-cache_wrk.o
# CC varnishd-cache_ws.o
# CC varnishd-common_vsm.o
# CC varnishd-common_vsc.o
# CC varnishd-hash_classic.o
# CC varnishd-hash_critbit.o
# CC varnishd-mgt_hash.o
# CC varnishd-hash_simple_list.o
# CC varnishd-cache_http1_deliver.o
# CC varnishd-cache_http1_fetch.o
# CC varnishd-cache_http1_fsm.o
# CC varnishd-cache_http1_line.o
# CC varnishd-cache_http1_pipe.o
# CC varnishd-cache_http1_proto.o
# CC varnishd-cache_http1_vfp.o
# CC varnishd-mgt_acceptor.o
# CC varnishd-mgt_child.o
# CC varnishd-mgt_cli.o
# CC varnishd-mgt_jail.o
# CC varnishd-mgt_jail_unix.o
# CC varnishd-mgt_jail_solaris.o
# CC varnishd-mgt_main.o
# CC varnishd-mgt_param.o
# CC varnishd-mgt_param_tbl.o
# CC varnishd-mgt_param_bits.o
# CC varnishd-mgt_param_tcp.o
# CC varnishd-mgt_param_tweak.o
# CC varnishd-mgt_pool.o
# CC varnishd-mgt_shmem.o
# CC varnishd-mgt_vcc.o
# CC varnishd-mgt_vcl.o
# CC varnishd-cache_proxy_proto.o
# CC varnishd-stevedore.o
# CC varnishd-mgt_stevedore.o
# CC varnishd-stevedore_utils.o
# CC varnishd-storage_file.o
# CC varnishd-storage_malloc.o
# CC varnishd-storage_persistent.o
# CC varnishd-mgt_storage_persistent.o
# CC varnishd-storage_persistent_silo.o
# CC varnishd-storage_persistent_subr.o
# CC varnishd-storage_umem.o
# CC varnishd-mgt_waiter.o
# CC varnishd-cache_waiter.o
# CC varnishd-cache_waiter_epoll.o
# CC varnishd-cache_waiter_kqueue.o
# CC varnishd-cache_waiter_poll.o
# CC varnishd-cache_waiter_ports.o
# CCLD varnishd
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishd'
# Making all in varnishhist
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishhist'
# CC varnishhist.o
# CC varnishhist_options.o
# CC vas.o
# CC version.o
# CC vpf.o
# CC vtim.o
# CC flopen.o
# CC vut.o
# CCLD varnishhist
# CC opt2rst.o
# CCLD varnishhist_opt2rst
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishhist'
# Making all in varnishlog
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishlog'
# CC varnishlog.o
# CC varnishlog_options.o
# CC vut.o
# CC vas.o
# CC flopen.o
# CC version.o
# CC vsb.o
# CC vpf.o
# CC vtim.o
# CCLD varnishlog
# CC opt2rst.o
# CCLD varnishlog_opt2rst
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishlog'
# Making all in varnishncsa
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishncsa'
# CC varnishncsa.o
# CC varnishncsa_options.o
# CC base64.o
# CC vut.o
# CC vas.o
# CC flopen.o
# CC version.o
# CC vpf.o
# CC vtim.o
# CC vsb.o
# CCLD varnishncsa
# CC opt2rst.o
# CCLD varnishncsa_opt2rst
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishncsa'
# Making all in varnishstat
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishstat'
# CC varnishstat.o
# CC varnishstat_curses.o
# CC vas.o
# CC version.o
# CC vtim.o
# CCLD varnishstat
# CC vsc2rst.o
# CCLD vsc2rst
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishstat'
# Making all in varnishtest
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtest'
# CC varnishtest-vtc.o
# CC varnishtest-vtc_client.o
# CC varnishtest-vtc_http.o
# CC varnishtest-vtc_main.o
# CC varnishtest-vtc_log.o
# CC varnishtest-vtc_sema.o
# CC varnishtest-vtc_server.o
# CC varnishtest-vtc_varnish.o
# CC varnishtest-vtc_logexp.o
# CC varnishtest-vtc_process.o
# CCLD varnishtest
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtest'
# Making all in varnishtop
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtop'
# CC varnishtop.o
# CC varnishtop_options.o
# CC vut.o
# CC vas.o
# CC flopen.o
# CC version.o
# CC vpf.o
# CC vtim.o
# CC vsb.o
# CCLD varnishtop
# CC opt2rst.o
# CCLD varnishtop_opt2rst
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtop'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin'
# Making all in etc
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/etc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/etc'
# Making all in doc
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc'
# Making all in graphviz
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/graphviz'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/graphviz'
# Making all in sphinx
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# ../../bin/varnishd/varnishd -x dumprstparam > include/params.rst
# ../../bin/varnishstat/vsc2rst > include/counters.rst
# ../../bin/varnishncsa/varnishncsa_opt2rst options > include/varnishncsa_options.rst
# ../../bin/varnishncsa/varnishncsa_opt2rst synopsis > include/varnishncsa_synopsis.rst
# ../../bin/varnishlog/varnishlog_opt2rst options > include/varnishlog_options.rst
# ../../bin/varnishlog/varnishlog_opt2rst synopsis > include/varnishlog_synopsis.rst
# ../../bin/varnishtop/varnishtop_opt2rst options > include/varnishtop_options.rst
# ../../bin/varnishtop/varnishtop_opt2rst synopsis > include/varnishtop_synopsis.rst
# ../../bin/varnishhist/varnishhist_opt2rst options > include/varnishhist_options.rst
# ../../bin/varnishhist/varnishhist_opt2rst synopsis > include/varnishhist_synopsis.rst
# test -d reference || mkdir reference
# cp ../../lib/libvmod_std/vmod_std.rst reference/vmod_std.generated.rst
# cp ../../lib/libvmod_directors/vmod_directors.rst reference/vmod_directors.generated.rst
# make all-am
# make[4]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc'
# Making all in man
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/man'
# rst2man --halt=2 ../doc/sphinx/reference/vsl.rst vsl.7
# rst2man --halt=2 ../doc/sphinx/reference/varnishd.rst varnishd.1
# rst2man --halt=2 ../doc/sphinx/reference/varnishhist.rst varnishhist.1
# rst2man --halt=2 ../doc/sphinx/reference/varnishlog.rst varnishlog.1
# rst2man --halt=2 ../doc/sphinx/reference/varnishncsa.rst varnishncsa.1
# rst2man --halt=2 ../doc/sphinx/reference/varnishtop.rst varnishtop.1
# rst2man --halt=2 ../lib/libvmod_directors/vmod_directors.man.rst vmod_directors.3
# rst2man --halt=2 ../lib/libvmod_std/vmod_std.man.rst vmod_std.3
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/man'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2/include'
# make install-am
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/include'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/include/varnish"
# /usr/bin/mkdir -p '/tmp/varnish/pkg/varnish/usr/include/varnish/tbl'
# /usr/bin/install -c -m 644 tbl/acct_fields_req.h tbl/acct_fields_bereq.h tbl/backend_poll.h tbl/ban_vars.h tbl/bo_flags.h tbl/body_status.h tbl/debug_bits.h tbl/feature_bits.h tbl/http_headers.h tbl/http_response.h tbl/locks.h tbl/obj_attr.h tbl/params.h tbl/req_body.h tbl/req_flags.h tbl/sess_attr.h tbl/sess_close.h tbl/steps.h tbl/symbol_kind.h tbl/vcc_types.h tbl/vcl_returns.h tbl/vrt_stv_var.h tbl/vsc_types.h tbl/vsc_all.h tbl/vsc_fields.h tbl/vsc_levels.h tbl/vsc_f_main.h tbl/vsl_tags.h tbl/vsl_tags_http.h '/tmp/varnish/pkg/varnish/usr/include/varnish/tbl'
# /usr/bin/install -c -m 644 vcli.h miniobj.h vas.h vav.h vbm.h vcl.h vcs.h vmod_abi.h vqueue.h vre.h vdef.h vrt.h vrt_obj.h vsa.h vsb.h vsha256.h vtcp.h vtim.h '/tmp/varnish/pkg/varnish/usr/include/varnish/.'
# /usr/bin/mkdir -p '/tmp/varnish/pkg/varnish/usr/include/varnish/vapi'
# /usr/bin/install -c -m 644 vapi/vsm.h vapi/vsm_int.h vapi/vsc.h vapi/vsc_int.h vapi/vsl.h vapi/vsl_int.h vapi/voptget.h vapi/vapi_options.h '/tmp/varnish/pkg/varnish/usr/include/varnish/vapi'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/include'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/include'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/include'
# Making install in lib
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib'
# Making install in libvarnishcompat
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishcompat'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishcompat'
# test -z "/usr/lib/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/varnish"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvarnishcompat.la '/tmp/varnish/pkg/varnish/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/libvarnishcompat.so /tmp/varnish/pkg/varnish/usr/lib/varnish/libvarnishcompat.so
# libtool: install: /usr/bin/install -c .libs/libvarnishcompat.lai /tmp/varnish/pkg/varnish/usr/lib/varnish/libvarnishcompat.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/varnish'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishcompat'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishcompat'
# Making install in libvarnish
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnish'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnish'
# test -z "/usr/lib/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/varnish"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvarnish.la '/tmp/varnish/pkg/varnish/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/libvarnish.so /tmp/varnish/pkg/varnish/usr/lib/varnish/libvarnish.so
# libtool: install: /usr/bin/install -c .libs/libvarnish.lai /tmp/varnish/pkg/varnish/usr/lib/varnish/libvarnish.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/varnish'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnish'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnish'
# Making install in libvarnishapi
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# make install-am
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# make[4]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvarnishapi.la '/tmp/varnish/pkg/varnish/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libvarnishapi.so.1.0.4 /tmp/varnish/pkg/varnish/usr/lib/libvarnishapi.so.1.0.4
# libtool: install: (cd /tmp/varnish/pkg/varnish/usr/lib && { ln -s -f libvarnishapi.so.1.0.4 libvarnishapi.so.1 || { rm -f libvarnishapi.so.1 && ln -s libvarnishapi.so.1.0.4 libvarnishapi.so.1; }; })
# libtool: install: (cd /tmp/varnish/pkg/varnish/usr/lib && { ln -s -f libvarnishapi.so.1.0.4 libvarnishapi.so || { rm -f libvarnishapi.so && ln -s libvarnishapi.so.1.0.4 libvarnishapi.so; }; })
# libtool: install: /usr/bin/install -c .libs/libvarnishapi.lai /tmp/varnish/pkg/varnish/usr/lib/libvarnishapi.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishapi'
# Making install in libvarnishtools
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishtools'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishtools'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishtools'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvarnishtools'
# Making install in libvcc
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvcc'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvcc'
# test -z "/usr/lib/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/varnish"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvcc.la '/tmp/varnish/pkg/varnish/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/libvcc.so /tmp/varnish/pkg/varnish/usr/lib/varnish/libvcc.so
# libtool: install: /usr/bin/install -c .libs/libvcc.lai /tmp/varnish/pkg/varnish/usr/lib/varnish/libvcc.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/varnish'
# test -z "/usr/share/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/share/varnish"
# /usr/bin/install -c vmodtool.py '/tmp/varnish/pkg/varnish/usr/share/varnish'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvcc'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvcc'
# Making install in libvgz
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvgz'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvgz'
# test -z "/usr/lib/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/varnish"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvgz.la '/tmp/varnish/pkg/varnish/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/libvgz.so /tmp/varnish/pkg/varnish/usr/lib/varnish/libvgz.so
# libtool: install: /usr/bin/install -c .libs/libvgz.lai /tmp/varnish/pkg/varnish/usr/lib/varnish/libvgz.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/varnish'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvgz'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvgz'
# Making install in libvmod_debug
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_debug'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_debug'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_debug'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_debug'
# Making install in libvmod_std
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_std'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_std'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/varnish/vmods" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/varnish/vmods"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvmod_std.la '/tmp/varnish/pkg/varnish/usr/lib/varnish/vmods'
# libtool: install: /usr/bin/install -c .libs/libvmod_std.so /tmp/varnish/pkg/varnish/usr/lib/varnish/vmods/libvmod_std.so
# libtool: install: /usr/bin/install -c .libs/libvmod_std.lai /tmp/varnish/pkg/varnish/usr/lib/varnish/vmods/libvmod_std.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/varnish/vmods'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_std'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_std'
# Making install in libvmod_directors
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_directors'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_directors'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/varnish/vmods" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/varnish/vmods"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libvmod_directors.la '/tmp/varnish/pkg/varnish/usr/lib/varnish/vmods'
# libtool: install: /usr/bin/install -c .libs/libvmod_directors.so /tmp/varnish/pkg/varnish/usr/lib/varnish/vmods/libvmod_directors.so
# libtool: install: /usr/bin/install -c .libs/libvmod_directors.lai /tmp/varnish/pkg/varnish/usr/lib/varnish/vmods/libvmod_directors.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/varnish/vmods'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_directors'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib/libvmod_directors'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/lib'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/lib'
# Making install in bin
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin'
# Making install in varnishadm
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishadm'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishadm'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishadm '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/varnishadm /tmp/varnish/pkg/varnish/usr/bin/varnishadm
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishadm'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishadm'
# Making install in varnishd
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishd'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishd'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishd '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnish/libvarnish.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvcc/libvcc.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvgz/libvgz.la' has not been installed in `/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/varnishd /tmp/varnish/pkg/varnish/usr/bin/varnishd
# test -z "/usr/include/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/include/varnish"
# /usr/bin/mkdir -p '/tmp/varnish/pkg/varnish/usr/include/varnish/cache'
# /usr/bin/install -c -m 644 cache/cache.h cache/cache_filter.h cache/cache_backend.h cache/cache_director.h '/tmp/varnish/pkg/varnish/usr/include/varnish/cache'
# /usr/bin/mkdir -p '/tmp/varnish/pkg/varnish/usr/include/varnish/common'
# /usr/bin/install -c -m 644 common/common.h common/params.h '/tmp/varnish/pkg/varnish/usr/include/varnish/common'
# /usr/bin/mkdir -p '/tmp/varnish/pkg/varnish/usr/include/varnish/waiter'
# /usr/bin/install -c -m 644 waiter/waiter.h '/tmp/varnish/pkg/varnish/usr/include/varnish/waiter'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishd'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishd'
# Making install in varnishhist
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishhist'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishhist'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishhist '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/varnishhist /tmp/varnish/pkg/varnish/usr/bin/varnishhist
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishhist'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishhist'
# Making install in varnishlog
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishlog'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishlog'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishlog '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/varnishlog /tmp/varnish/pkg/varnish/usr/bin/varnishlog
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishlog'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishlog'
# Making install in varnishncsa
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishncsa'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishncsa'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishncsa '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/varnishncsa /tmp/varnish/pkg/varnish/usr/bin/varnishncsa
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishncsa'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishncsa'
# Making install in varnishstat
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishstat'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishstat'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishstat '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/varnishstat /tmp/varnish/pkg/varnish/usr/bin/varnishstat
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishstat'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishstat'
# Making install in varnishtest
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtest'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtest'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishtest '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnish/libvarnish.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../../lib/libvgz/libvgz.la' has not been installed in `/usr/lib/varnish'
# libtool: install: /usr/bin/install -c .libs/varnishtest /tmp/varnish/pkg/varnish/usr/bin/varnishtest
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtest'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtest'
# Making install in varnishtop
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtop'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtop'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/bin"
# /bin/sh ../../libtool --mode=install /usr/bin/install -c varnishtop '/tmp/varnish/pkg/varnish/usr/bin'
# libtool: install: warning: `../../lib/libvarnishcompat/libvarnishcompat.la' has not been installed in `/usr/lib/varnish'
# libtool: install: warning: `../../lib/libvarnishapi/libvarnishapi.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/varnishtop /tmp/varnish/pkg/varnish/usr/bin/varnishtop
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtop'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin/varnishtop'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/bin'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/bin'
# Making install in etc
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2/etc'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/etc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/varnish" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/share/doc/varnish"
# /usr/bin/install -c -m 644 builtin.vcl example.vcl '/tmp/varnish/pkg/varnish/usr/share/doc/varnish'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/etc'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/etc'
# Making install in doc
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc'
# Making install in graphviz
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/graphviz'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/graphviz'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/graphviz'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/graphviz'
# Making install in sphinx
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# test -d reference || mkdir reference
# cp ../../lib/libvmod_std/vmod_std.rst reference/vmod_std.generated.rst
# cp ../../lib/libvmod_directors/vmod_directors.rst reference/vmod_directors.generated.rst
# make install-am
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[4]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc/sphinx'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc'
# make[3]: Entering directory '/tmp/varnish/src/varnish-4.1.2/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/doc'
# Making install in man
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2/man'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/share/man/man1"
# /usr/bin/install -c -m 644 varnishadm.1 varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 varnishstat.1 varnishtest.1 varnishtop.1 '/tmp/varnish/pkg/varnish/usr/share/man/man1'
# test -z "/usr/share/man/man3" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/share/man/man3"
# /usr/bin/install -c -m 644 vmod_directors.3 vmod_std.3 '/tmp/varnish/pkg/varnish/usr/share/man/man3'
# test -z "/usr/share/man/man7" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/share/man/man7"
# /usr/bin/install -c -m 644 varnish-cli.7 varnish-counters.7 vcl.7 vsl.7 vsl-query.7 '/tmp/varnish/pkg/varnish/usr/share/man/man7'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/man'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2/man'
# make[1]: Entering directory '/tmp/varnish/src/varnish-4.1.2'
# make[2]: Entering directory '/tmp/varnish/src/varnish-4.1.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh /tmp/varnish/src/varnish-4.1.2/build-aux/install-sh -d -m 0755 /tmp/varnish/pkg/varnish/var/lib/varnish
# test -z "/usr/share/aclocal" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/share/aclocal"
# /usr/bin/install -c -m 644 varnish.m4 '/tmp/varnish/pkg/varnish/usr/share/aclocal'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/varnish/pkg/varnish/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 varnishapi.pc '/tmp/varnish/pkg/varnish/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/varnish/src/varnish-4.1.2'
# make[1]: Leaving directory '/tmp/varnish/src/varnish-4.1.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "varnish"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: varnish 4.1.2-1 (Thu Apr 13 17:57:37 UTC 2017)

CMD: pacman --query --file varnish-4.1.2-1-x86_64.pkg.tar.xz
# varnish 4.1.2-1

Creating hybrid package for 'varnish'

Trying to find vanilla package 'varnish'...

CMD: pacman --query --file /mirror/varnish-4.1.2-1.pkg.tar.xz
# varnish 4.1.2-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /etc/varnish/default.vcl
# /usr/include/varnish/vcli.h
# /usr/include/varnish/miniobj.h
# /usr/include/varnish/vas.h
# /usr/include/varnish/vav.h
# /usr/include/varnish/vbm.h
# /usr/include/varnish/vcl.h
# /usr/include/varnish/vcs.h
# /usr/include/varnish/vmod_abi.h
# /usr/include/varnish/vqueue.h
# /usr/include/varnish/vre.h
# /usr/include/varnish/vdef.h
# /usr/include/varnish/vrt.h
# /usr/include/varnish/vrt_obj.h
# /usr/include/varnish/vsa.h
# /usr/include/varnish/vsb.h
# /usr/include/varnish/vsha256.h
# /usr/include/varnish/vtcp.h
# /usr/include/varnish/vtim.h
# /usr/include/varnish/tbl/acct_fields_req.h
# /usr/include/varnish/tbl/acct_fields_bereq.h
# /usr/include/varnish/tbl/backend_poll.h
# /usr/include/varnish/tbl/ban_vars.h
# /usr/include/varnish/tbl/bo_flags.h
# /usr/include/varnish/tbl/body_status.h
# /usr/include/varnish/tbl/debug_bits.h
# /usr/include/varnish/tbl/feature_bits.h
# /usr/include/varnish/tbl/http_headers.h
# /usr/include/varnish/tbl/http_response.h
# /usr/include/varnish/tbl/locks.h
# /usr/include/varnish/tbl/obj_attr.h
# /usr/include/varnish/tbl/params.h
# /usr/include/varnish/tbl/req_body.h
# /usr/include/varnish/tbl/req_flags.h
# /usr/include/varnish/tbl/sess_attr.h
# /usr/include/varnish/tbl/sess_close.h
# /usr/include/varnish/tbl/steps.h
# /usr/include/varnish/tbl/symbol_kind.h
# /usr/include/varnish/tbl/vcc_types.h
# /usr/include/varnish/tbl/vcl_returns.h
# /usr/include/varnish/tbl/vrt_stv_var.h
# /usr/include/varnish/tbl/vsc_types.h
# /usr/include/varnish/tbl/vsc_all.h
# /usr/include/varnish/tbl/vsc_fields.h
# /usr/include/varnish/tbl/vsc_levels.h
# /usr/include/varnish/tbl/vsc_f_main.h
# /usr/include/varnish/tbl/vsl_tags.h
# /usr/include/varnish/tbl/vsl_tags_http.h
# /usr/include/varnish/vapi/vsm.h
# /usr/include/varnish/vapi/vsm_int.h
# /usr/include/varnish/vapi/vsc.h
# /usr/include/varnish/vapi/vsc_int.h
# /usr/include/varnish/vapi/vsl.h
# /usr/include/varnish/vapi/vsl_int.h
# /usr/include/varnish/vapi/voptget.h
# /usr/include/varnish/vapi/vapi_options.h
# /usr/include/varnish/cache/cache.h
# /usr/include/varnish/cache/cache_filter.h
# /usr/include/varnish/cache/cache_backend.h
# /usr/include/varnish/cache/cache_director.h
# /usr/include/varnish/common/common.h
# /usr/include/varnish/common/params.h
# /usr/include/varnish/waiter/waiter.h
# /usr/lib/libvarnishapi.so.1
# /usr/lib/libvarnishapi.so
# /usr/lib/libvarnishapi.so.1.0.4
# /usr/lib/varnish/libvarnishcompat.so
# /usr/lib/varnish/libvarnish.so
# /usr/lib/varnish/libvcc.so
# /usr/lib/varnish/libvgz.so
# /usr/lib/varnish/vmods/libvmod_std.so
# /usr/lib/varnish/vmods/libvmod_directors.so
# /usr/lib/pkgconfig/varnishapi.pc
# /usr/lib/systemd/system/varnish.service
# /usr/lib/sysusers.d/varnish.conf
# /usr/share/varnish/vmodtool.py
# /usr/share/doc/varnish/example.vcl
# /usr/share/doc/varnish/builtin.vcl
# /usr/share/man/man1/varnishadm.1.gz
# /usr/share/man/man1/varnishd.1.gz
# /usr/share/man/man1/varnishhist.1.gz
# /usr/share/man/man1/varnishlog.1.gz
# /usr/share/man/man1/varnishncsa.1.gz
# /usr/share/man/man1/varnishstat.1.gz
# /usr/share/man/man1/varnishtest.1.gz
# /usr/share/man/man1/varnishtop.1.gz
# /usr/share/man/man7/varnish-cli.7.gz
# /usr/share/man/man7/varnish-counters.7.gz
# /usr/share/man/man7/vcl.7.gz
# /usr/share/man/man7/vsl.7.gz
# /usr/share/man/man7/vsl-query.7.gz
# /usr/share/man/man3/vmod_directors.3.gz
# /usr/share/man/man3/vmod_std.3.gz
# /usr/share/aclocal/varnish.m4
# /usr/share/licenses/varnish/LICENSE
# /usr/bin/varnish-vcl-reload
# /usr/bin/varnishadm
# /usr/bin/varnishd
# /usr/bin/varnishhist
# /usr/bin/varnishlog
# /usr/bin/varnishncsa
# /usr/bin/varnishstat
# /usr/bin/varnishtest
# /usr/bin/varnishtop
# /sysroot/usr/lib/libvarnishapi.so.1.0.4
# /sysroot/usr/lib/libvarnishapi.so.1
# /sysroot/usr/lib/libvarnishapi.so
# /sysroot/usr/lib/libvarnishapi.la
# /sysroot/usr/lib/varnish/libvarnishcompat.so
# /sysroot/usr/lib/varnish/libvarnishcompat.la
# /sysroot/usr/lib/varnish/libvarnish.so
# /sysroot/usr/lib/varnish/libvarnish.la
# /sysroot/usr/lib/varnish/libvcc.so
# /sysroot/usr/lib/varnish/libvcc.la
# /sysroot/usr/lib/varnish/libvgz.so
# /sysroot/usr/lib/varnish/libvgz.la
# /sysroot/usr/lib/varnish/vmods/libvmod_std.so
# /sysroot/usr/lib/varnish/vmods/libvmod_std.la
# /sysroot/usr/lib/varnish/vmods/libvmod_directors.so
# /sysroot/usr/lib/varnish/vmods/libvmod_directors.la
# /sysroot/usr/lib/pkgconfig/varnishapi.pc
# /sysroot/usr/lib/systemd/system/varnish.service
# /sysroot/usr/lib/sysusers.d/varnish.conf
# /sysroot/usr/include/varnish/vcli.h
# /sysroot/usr/include/varnish/miniobj.h
# /sysroot/usr/include/varnish/vas.h
# /sysroot/usr/include/varnish/vav.h
# /sysroot/usr/include/varnish/vbm.h
# /sysroot/usr/include/varnish/vcl.h
# /sysroot/usr/include/varnish/vcs.h
# /sysroot/usr/include/varnish/vmod_abi.h
# /sysroot/usr/include/varnish/vqueue.h
# /sysroot/usr/include/varnish/vre.h
# /sysroot/usr/include/varnish/vdef.h
# /sysroot/usr/include/varnish/vrt.h
# /sysroot/usr/include/varnish/vrt_obj.h
# /sysroot/usr/include/varnish/vsa.h
# /sysroot/usr/include/varnish/vsb.h
# /sysroot/usr/include/varnish/vsha256.h
# /sysroot/usr/include/varnish/vtcp.h
# /sysroot/usr/include/varnish/vtim.h
# /sysroot/usr/include/varnish/tbl/acct_fields_req.h
# /sysroot/usr/include/varnish/tbl/acct_fields_bereq.h
# /sysroot/usr/include/varnish/tbl/backend_poll.h
# /sysroot/usr/include/varnish/tbl/ban_vars.h
# /sysroot/usr/include/varnish/tbl/bo_flags.h
# /sysroot/usr/include/varnish/tbl/body_status.h
# /sysroot/usr/include/varnish/tbl/debug_bits.h
# /sysroot/usr/include/varnish/tbl/feature_bits.h
# /sysroot/usr/include/varnish/tbl/http_headers.h
# /sysroot/usr/include/varnish/tbl/http_response.h
# /sysroot/usr/include/varnish/tbl/locks.h
# /sysroot/usr/include/varnish/tbl/obj_attr.h
# /sysroot/usr/include/varnish/tbl/params.h
# /sysroot/usr/include/varnish/tbl/req_body.h
# /sysroot/usr/include/varnish/tbl/req_flags.h
# /sysroot/usr/include/varnish/tbl/sess_attr.h
# /sysroot/usr/include/varnish/tbl/sess_close.h
# /sysroot/usr/include/varnish/tbl/steps.h
# /sysroot/usr/include/varnish/tbl/symbol_kind.h
# /sysroot/usr/include/varnish/tbl/vcc_types.h
# /sysroot/usr/include/varnish/tbl/vcl_returns.h
# /sysroot/usr/include/varnish/tbl/vrt_stv_var.h
# /sysroot/usr/include/varnish/tbl/vsc_types.h
# /sysroot/usr/include/varnish/tbl/vsc_all.h
# /sysroot/usr/include/varnish/tbl/vsc_fields.h
# /sysroot/usr/include/varnish/tbl/vsc_levels.h
# /sysroot/usr/include/varnish/tbl/vsc_f_main.h
# /sysroot/usr/include/varnish/tbl/vsl_tags.h
# /sysroot/usr/include/varnish/tbl/vsl_tags_http.h
# /sysroot/usr/include/varnish/vapi/vsm.h
# /sysroot/usr/include/varnish/vapi/vsm_int.h
# /sysroot/usr/include/varnish/vapi/vsc.h
# /sysroot/usr/include/varnish/vapi/vsc_int.h
# /sysroot/usr/include/varnish/vapi/vsl.h
# /sysroot/usr/include/varnish/vapi/vsl_int.h
# /sysroot/usr/include/varnish/vapi/voptget.h
# /sysroot/usr/include/varnish/vapi/vapi_options.h
# /sysroot/usr/include/varnish/cache/cache.h
# /sysroot/usr/include/varnish/cache/cache_filter.h
# /sysroot/usr/include/varnish/cache/cache_backend.h
# /sysroot/usr/include/varnish/cache/cache_director.h
# /sysroot/usr/include/varnish/common/common.h
# /sysroot/usr/include/varnish/common/params.h
# /sysroot/usr/include/varnish/waiter/waiter.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf varnish.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/varnish.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/varnish.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/varnish.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/varnish/src/varnish-4.1.2/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 Varnish configure 4.1.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = cbc9ddd1579e
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2500: checking for x86_64-unknown-linux-gcc
# configure:2527: result: clang
# configure:2796: checking for C compiler version
# configure:2805: 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:2816: $? = 0
# configure:2805: 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:2816: $? = 0
# configure:2805: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2816: $? = 1
# configure:2805: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2816: $? = 1
# configure:2836: checking whether the C compiler works
# configure:2858: clang conftest.c >&5
# configure:2862: $? = 0
# configure:2910: result: yes
# configure:2913: checking for C compiler default output file name
# configure:2915: result: a.out
# configure:2921: checking for suffix of executables
# configure:2928: clang -o conftest conftest.c >&5
# configure:2932: $? = 0
# configure:2954: result:
# configure:2976: checking whether we are cross compiling
# configure:2984: clang -o conftest conftest.c >&5
# configure:2988: $? = 0
# configure:2995: ./conftest
# configure:2999: $? = 0
# configure:3014: result: no
# configure:3019: checking for suffix of object files
# configure:3041: clang -c conftest.c >&5
# configure:3045: $? = 0
# configure:3066: result: o
# configure:3070: checking whether we are using the GNU C compiler
# configure:3089: clang -c conftest.c >&5
# configure:3089: $? = 0
# configure:3098: result: yes
# configure:3107: checking whether clang accepts -g
# configure:3127: clang -c -g conftest.c >&5
# configure:3127: $? = 0
# configure:3168: result: yes
# configure:3185: checking for clang option to accept ISO C89
# configure:3249: clang -c conftest.c >&5
# configure:3249: $? = 0
# configure:3262: result: none needed
# configure:3288: checking how to run the C preprocessor
# configure:3319: clang -E conftest.c
# configure:3319: $? = 0
# configure:3333: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3333: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3358: result: clang -E
# configure:3378: clang -E conftest.c
# configure:3378: $? = 0
# configure:3392: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3392: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3421: checking for grep that handles long lines and -e
# configure:3479: result: /usr/bin/grep
# configure:3484: checking for egrep
# configure:3546: result: /usr/bin/grep -E
# configure:3551: checking for ANSI C header files
# configure:3571: clang -c conftest.c >&5
# configure:3571: $? = 0
# configure:3644: clang -o conftest conftest.c >&5
# configure:3644: $? = 0
# configure:3644: ./conftest
# configure:3644: $? = 0
# configure:3655: result: yes
# configure:3668: checking for sys/types.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for sys/stat.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for stdlib.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for string.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for memory.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for strings.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for inttypes.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for stdint.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3668: checking for unistd.h
# configure:3668: clang -c conftest.c >&5
# configure:3668: $? = 0
# configure:3668: result: yes
# configure:3681: checking minix/config.h usability
# configure:3681: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* 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:3681: result: no
# configure:3681: checking minix/config.h presence
# configure:3681: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3681: result: no
# configure:3681: checking for minix/config.h
# configure:3681: result: no
# configure:3702: checking whether it is safe to define __EXTENSIONS__
# configure:3720: clang -c conftest.c >&5
# configure:3720: $? = 0
# configure:3727: result: yes
# configure:3749: checking build system type
# configure:3763: result: x86_64-unknown-linux-gnu
# configure:3783: checking host system type
# configure:3796: result: x86_64-unknown-linux-gnu
# configure:3816: checking target system type
# configure:3829: result: x86_64-unknown-linux-gnu
# configure:3864: checking whether to enable maintainer-specific portions of Makefiles
# configure:3873: result: no
# configure:3902: checking for a BSD-compatible install
# configure:3970: result: /usr/bin/install -c
# configure:3981: checking whether build environment is sane
# configure:4031: result: yes
# configure:4172: checking for a thread-safe mkdir -p
# configure:4211: result: /usr/bin/mkdir -p
# configure:4224: checking for gawk
# configure:4240: found /usr/bin/gawk
# configure:4251: result: gawk
# configure:4262: checking whether make sets $(MAKE)
# configure:4284: result: yes
# configure:4314: checking for style of include used by make
# configure:4342: result: GNU
# configure:4428: checking dependency style of clang
# configure:4539: result: gcc3
# configure:4566: checking whether make supports nested variables
# configure:4583: result: yes
# configure:4671: checking how to print strings
# configure:4698: result: printf
# configure:4719: checking for a sed that does not truncate output
# configure:4783: result: /usr/bin/sed
# configure:4801: checking for fgrep
# configure:4863: result: /usr/bin/grep -F
# configure:4898: checking for ld used by clang
# configure:4965: result: /usr/bin/ld
# configure:4972: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4987: result: yes
# configure:4999: checking for BSD- or MS-compatible name lister (nm)
# configure:5048: result: /usr/bin/nm -B
# configure:5178: checking the name lister (/usr/bin/nm -B) interface
# configure:5185: clang -c conftest.c >&5
# configure:5188: /usr/bin/nm -B "conftest.o"
# configure:5191: output
# 0000000000000000 B some_variable
# configure:5198: result: BSD nm
# configure:5201: checking whether ln -s works
# configure:5205: result: yes
# configure:5213: checking the maximum length of command line arguments
# configure:5343: result: 1572864
# configure:5360: checking whether the shell understands some XSI constructs
# configure:5370: result: yes
# configure:5374: checking whether the shell understands "+="
# configure:5380: result: yes
# configure:5415: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5455: result: func_convert_file_noop
# configure:5462: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5482: result: func_convert_file_noop
# configure:5489: checking for /usr/bin/ld option to reload object files
# configure:5496: result: -r
# configure:5530: checking for x86_64-unknown-linux-objdump
# configure:5560: result: no
# configure:5570: checking for objdump
# configure:5586: found /usr/bin/objdump
# configure:5597: result: objdump
# configure:5629: checking how to recognize dependent libraries
# configure:5831: result: pass_all
# configure:5876: checking for x86_64-unknown-linux-dlltool
# configure:5906: result: no
# configure:5916: checking for dlltool
# configure:5946: result: no
# configure:5976: checking how to associate runtime and link libraries
# configure:6003: result: printf %s\n
# configure:6019: checking for x86_64-unknown-linux-ar
# configure:6049: result: no
# configure:6063: checking for ar
# configure:6079: found /usr/bin/ar
# configure:6090: result: ar
# configure:6127: checking for archiver @FILE support
# configure:6144: clang -c conftest.c >&5
# configure:6144: $? = 0
# configure:6147: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6150: $? = 0
# configure:6155: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6158: $? = 1
# configure:6170: result: @
# configure:6188: checking for x86_64-unknown-linux-strip
# configure:6218: result: no
# configure:6228: checking for strip
# configure:6244: found /usr/bin/strip
# configure:6255: result: strip
# configure:6287: checking for x86_64-unknown-linux-ranlib
# configure:6317: result: no
# configure:6327: checking for ranlib
# configure:6343: found /usr/bin/ranlib
# configure:6354: result: ranlib
# configure:6456: checking command to parse /usr/bin/nm -B output from clang object
# configure:6576: clang -c conftest.c >&5
# configure:6579: $? = 0
# configure:6583: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6586: $? = 0
# configure:6652: clang -o conftest conftest.c conftstm.o >&5
# configure:6655: $? = 0
# configure:6693: result: ok
# configure:6730: checking for sysroot
# configure:6760: result: no
# configure:6837: clang -c conftest.c >&5
# configure:6840: $? = 0
# configure:6976: checking for x86_64-unknown-linux-mt
# configure:7006: result: no
# configure:7016: checking for mt
# configure:7046: result: no
# configure:7066: checking if : is a manifest tool
# configure:7072: : '-?'
# configure:7080: result: no
# configure:7719: checking for dlfcn.h
# configure:7719: clang -c conftest.c >&5
# configure:7719: $? = 0
# configure:7719: result: yes
# configure:7895: checking for objdir
# configure:7910: result: .libs
# configure:8181: checking if clang supports -fno-rtti -fno-exceptions
# configure:8199: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8203: $? = 0
# configure:8216: result: yes
# configure:8543: checking for clang option to produce PIC
# configure:8550: result: -fPIC -DPIC
# configure:8558: checking if clang PIC flag -fPIC -DPIC works
# configure:8576: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8580: $? = 0
# configure:8593: result: yes
# configure:8622: checking if clang static flag -static works
# configure:8650: result: yes
# configure:8665: checking if clang supports -c -o file.o
# configure:8686: clang -c -o out/conftest2.o conftest.c >&5
# configure:8690: $? = 0
# configure:8712: result: yes
# configure:8720: checking if clang supports -c -o file.o
# configure:8767: result: yes
# configure:8800: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9957: result: yes
# configure:9994: checking whether -lc should be explicitly linked in
# configure:10002: clang -c conftest.c >&5
# configure:10005: $? = 0
# configure:10020: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10023: $? = 0
# configure:10037: result: no
# configure:10197: checking dynamic linker characteristics
# configure:10708: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10708: $? = 0
# configure:10942: result: GNU/Linux ld.so
# configure:11049: checking how to hardcode library paths into programs
# configure:11074: result: immediate
# configure:11614: checking whether stripping libraries is possible
# configure:11619: result: yes
# configure:11654: checking if libtool supports shared libraries
# configure:11656: result: yes
# configure:11659: checking whether to build shared libraries
# configure:11680: result: yes
# configure:11683: checking whether to build static libraries
# configure:11687: result: no
# configure:11735: checking for x86_64-unknown-linux-gcc
# configure:11762: result: clang
# configure:12031: checking for C compiler version
# configure:12040: 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:12051: $? = 0
# configure:12040: 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:12051: $? = 0
# configure:12040: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12051: $? = 1
# configure:12040: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12051: $? = 1
# configure:12055: checking whether we are using the GNU C compiler
# configure:12083: result: yes
# configure:12092: checking whether clang accepts -g
# configure:12153: result: yes
# configure:12170: checking for clang option to accept ISO C89
# configure:12247: result: none needed
# configure:12271: checking for clang option to accept ISO C99
# configure:12420: clang -c conftest.c >&5
# configure:12420: $? = 0
# configure:12433: result: none needed
# configure:12542: checking for clang option to accept ISO Standard C
# configure:12553: result: none needed
# configure:12585: clang -std=gnu99 -o conftest conftest.c >&5
# configure:12585: $? = 0
# configure:12585: ./conftest
# configure:12585: $? = 0
# configure:12603: checking how to run the C preprocessor
# configure:12673: result: clang -E
# configure:12693: clang -E conftest.c
# configure:12693: $? = 0
# configure:12707: clang -E conftest.c
# conftest.c:28:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12707: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12905: checking for the pthreads library -lpthreads
# configure:12943: clang -std=gnu99 -o conftest conftest.c -lpthreads >&5
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | static void routine(void* a) {a=0;}
# | static void* start_routine(void* a) {return a;}
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_create(&th,0,start_routine,0);
# | pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:12952: result: no
# configure:12850: checking whether pthreads work without any flags
# configure:12943: clang -std=gnu99 -o conftest conftest.c >&5
# /tmp/conftest-8f4e37.o: In function `main':
# conftest.c:(.text+0x1b): undefined reference to `pthread_join'
# conftest.c:(.text+0x9c): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xb6): undefined reference to `pthread_create'
# conftest.c:(.text+0xd2): undefined reference to `__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | static void routine(void* a) {a=0;}
# | static void* start_routine(void* a) {return a;}
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_create(&th,0,start_routine,0);
# | pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:12952: result: no
# configure:12855: checking whether pthreads work with -Kthread
# configure:12943: clang -std=gnu99 -o conftest -Kthread conftest.c >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:12943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | static void routine(void* a) {a=0;}
# | static void* start_routine(void* a) {return a;}
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_create(&th,0,start_routine,0);
# | pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:12952: result: no
# configure:12855: checking whether pthreads work with -kthread
# configure:12943: clang -std=gnu99 -o conftest -kthread conftest.c >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:12943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | static void routine(void* a) {a=0;}
# | static void* start_routine(void* a) {return a;}
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_create(&th,0,start_routine,0);
# | pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:12952: result: no
# configure:12905: checking for the pthreads library -llthread
# configure:12943: clang -std=gnu99 -o conftest conftest.c -llthread >&5
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | static void routine(void* a) {a=0;}
# | static void* start_routine(void* a) {return a;}
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_create(&th,0,start_routine,0);
# | pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:12952: result: no
# configure:12855: checking whether pthreads work with -pthread
# configure:12943: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:12943: $? = 0
# configure:12952: result: yes
# configure:12971: checking for joinable pthread attribute
# configure:12986: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:12986: $? = 0
# configure:12992: result: PTHREAD_CREATE_JOINABLE
# configure:13002: checking if more special flags are required for pthreads
# configure:13009: result: no
# configure:13097: checking whether make sets $(MAKE)
# configure:13119: result: yes
# configure:13138: checking for rst2man
# configure:13154: found /usr/bin/rst2man
# configure:13165: result: rst2man
# configure:13192: checking for rst2html
# configure:13208: found /usr/bin/rst2html
# configure:13219: result: rst2html
# configure:13255: checking for dot
# configure:13271: found /usr/bin/dot
# configure:13282: result: dot
# configure:13312: checking for clock_gettime in -lrt
# configure:13337: clang -std=gnu99 -o conftest -pthread conftest.c -lrt >&5
# configure:13337: $? = 0
# configure:13346: result: yes
# configure:13363: checking for dlopen in -ldl
# configure:13388: clang -std=gnu99 -o conftest -pthread conftest.c -ldl >&5
# configure:13388: $? = 0
# configure:13397: result: yes
# configure:13446: checking for NcursesW wide-character library
# configure:13470: clang -std=gnu99 -o conftest -pthread conftest.c -lncursesw >&5
# configure:13470: $? = 0
# configure:13479: result: yes
# configure:13499: checking for working ncursesw/curses.h
# configure:13532: clang -std=gnu99 -o conftest -pthread conftest.c -lncursesw >&5
# conftest.c:35:34: fatal error: 'ncursesw/curses.h' file not found
# #include
# ^
# 1 error generated.
# configure:13532: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | /* end confdefs.h. */
# |
# | #define _XOPEN_SOURCE_EXTENDED 1
# | #include
# |
# | int
# | main ()
# | {
# |
# | chtype a = A_BOLD;
# | int b = KEY_LEFT;
# | chtype c = COLOR_PAIR(1) & A_COLOR;
# | attr_t d = WA_NORMAL;
# | cchar_t e;
# | wint_t f;
# | int g = getattrs(stdscr);
# | int h = getcurx(stdscr) + getmaxx(stdscr);
# | initscr();
# | init_pair(1, COLOR_WHITE, COLOR_RED);
# | wattr_set(stdscr, d, 0, NULL);
# | wget_wch(stdscr, &f);
# |
# | ;
# | return 0;
# | }
# configure:13541: result: no
# configure:13563: checking for working ncursesw.h
# configure:13596: clang -std=gnu99 -o conftest -pthread conftest.c -lncursesw >&5
# conftest.c:35:34: fatal error: 'ncursesw.h' file not found
# #include
# ^
# 1 error generated.
# configure:13596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | /* end confdefs.h. */
# |
# | #define _XOPEN_SOURCE_EXTENDED 1
# | #include
# |
# | int
# | main ()
# | {
# |
# | chtype a = A_BOLD;
# | int b = KEY_LEFT;
# | chtype c = COLOR_PAIR(1) & A_COLOR;
# | attr_t d = WA_NORMAL;
# | cchar_t e;
# | wint_t f;
# | int g = getattrs(stdscr);
# | int h = getcurx(stdscr) + getmaxx(stdscr);
# | initscr();
# | init_pair(1, COLOR_WHITE, COLOR_RED);
# | wattr_set(stdscr, d, 0, NULL);
# | wget_wch(stdscr, &f);
# |
# | ;
# | return 0;
# | }
# configure:13605: result: no
# configure:13627: checking for working ncurses.h
# configure:13660: clang -std=gnu99 -o conftest -pthread conftest.c -lncursesw >&5
# configure:13660: $? = 0
# configure:13669: result: yes
# configure:14175: checking for library containing pthread_create
# configure:14206: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:14206: $? = 0
# configure:14223: result: none required
# configure:14237: checking for socket in -lsocket
# configure:14262: clang -std=gnu99 -o conftest -pthread conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:14271: result: no
# configure:14282: checking for getaddrinfo in -lnsl
# configure:14307: clang -std=gnu99 -o conftest -pthread conftest.c -lnsl >&5
# configure:14307: $? = 0
# configure:14316: result: yes
# configure:14419: checking for cos in -lm
# configure:14444: clang -std=gnu99 -o conftest -pthread conftest.c -lm >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:45:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:14444: $? = 0
# configure:14453: result: yes
# configure:14477: checking for x86_64-unknown-linux-pkg-config
# configure:14510: result: no
# configure:14520: checking for pkg-config
# configure:14538: found /usr/bin/pkg-config
# configure:14550: result: /usr/bin/pkg-config
# configure:14575: checking pkg-config is at least version 0.9.0
# configure:14578: result: yes
# configure:14589: checking for PCRE
# configure:14596: $PKG_CONFIG --exists --print-errors "libpcre"
# configure:14599: $? = 0
# configure:14613: $PKG_CONFIG --exists --print-errors "libpcre"
# configure:14616: $? = 0
# configure:14674: result: yes
# configure:14797: checking for PCRE JIT usability
# configure:14815: clang -std=gnu99 -c conftest.c >&5
# configure:14815: $? = 0
# configure:14816: result: yes
# configure:14834: checking edit/readline/readline.h usability
# configure:14834: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:72:10: fatal error: 'edit/readline/readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:14834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14834: result: no
# configure:14834: checking edit/readline/readline.h presence
# configure:14834: clang -E conftest.c
# conftest.c:39:10: fatal error: 'edit/readline/readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:14834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | /* end confdefs.h. */
# | #include
# configure:14834: result: no
# configure:14834: checking for edit/readline/readline.h
# configure:14834: result: no
# configure:14846: checking for LIBEDIT
# configure:14853: $PKG_CONFIG --exists --print-errors "libedit"
# configure:14856: $? = 0
# configure:14870: $PKG_CONFIG --exists --print-errors "libedit"
# configure:14873: $? = 0
# configure:15193: result: yes
# configure:15198: checking editline/readline.h usability
# configure:15198: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15198: $? = 0
# configure:15198: result: yes
# configure:15198: checking editline/readline.h presence
# configure:15198: clang -E conftest.c
# configure:15198: $? = 0
# configure:15198: result: yes
# configure:15198: checking for editline/readline.h
# configure:15198: result: yes
# configure:15220: checking for ANSI C header files
# configure:15324: result: yes
# configure:15332: checking for sys/wait.h that is POSIX.1 compatible
# configure:15358: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15358: $? = 0
# configure:15365: result: yes
# configure:15373: checking whether time.h and sys/time.h may both be included
# configure:15393: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15393: $? = 0
# configure:15400: result: yes
# configure:15410: checking sys/param.h usability
# configure:15410: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15410: $? = 0
# configure:15410: result: yes
# configure:15410: checking sys/param.h presence
# configure:15410: clang -E conftest.c
# configure:15410: $? = 0
# configure:15410: result: yes
# configure:15410: checking for sys/param.h
# configure:15410: result: yes
# configure:15422: checking for sys/types.h
# configure:15422: result: yes
# configure:15434: checking sys/endian.h usability
# configure:15434: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:79:10: fatal error: 'sys/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:15434: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_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
# | #include
# configure:15434: result: no
# configure:15434: checking sys/endian.h presence
# configure:15434: clang -E conftest.c
# conftest.c:46:10: fatal error: 'sys/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:15434: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:15434: result: no
# configure:15434: checking for sys/endian.h
# configure:15434: result: no
# configure:15446: checking sys/filio.h usability
# configure:15446: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:79:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:15446: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_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
# | #include
# configure:15446: result: no
# configure:15446: checking sys/filio.h presence
# configure:15446: clang -E conftest.c
# conftest.c:46:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:15446: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:15446: result: no
# configure:15446: checking for sys/filio.h
# configure:15446: result: no
# configure:15458: checking for sys/mount.h
# configure:15458: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15458: $? = 0
# configure:15458: result: yes
# configure:15471: checking sys/socket.h usability
# configure:15471: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15471: $? = 0
# configure:15471: result: yes
# configure:15471: checking sys/socket.h presence
# configure:15471: clang -E conftest.c
# configure:15471: $? = 0
# configure:15471: result: yes
# configure:15471: checking for sys/socket.h
# configure:15471: result: yes
# configure:15483: checking sys/statvfs.h usability
# configure:15483: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15483: $? = 0
# configure:15483: result: yes
# configure:15483: checking sys/statvfs.h presence
# configure:15483: clang -E conftest.c
# configure:15483: $? = 0
# configure:15483: result: yes
# configure:15483: checking for sys/statvfs.h
# configure:15483: result: yes
# configure:15495: checking sys/vfs.h usability
# configure:15495: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15495: $? = 0
# configure:15495: result: yes
# configure:15495: checking sys/vfs.h presence
# configure:15495: clang -E conftest.c
# configure:15495: $? = 0
# configure:15495: result: yes
# configure:15495: checking for sys/vfs.h
# configure:15495: result: yes
# configure:15507: checking endian.h usability
# configure:15507: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15507: $? = 0
# configure:15507: result: yes
# configure:15507: checking endian.h presence
# configure:15507: clang -E conftest.c
# configure:15507: $? = 0
# configure:15507: result: yes
# configure:15507: checking for endian.h
# configure:15507: result: yes
# configure:15519: checking execinfo.h usability
# configure:15519: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15519: $? = 0
# configure:15519: result: yes
# configure:15519: checking execinfo.h presence
# configure:15519: clang -E conftest.c
# configure:15519: $? = 0
# configure:15519: result: yes
# configure:15519: checking for execinfo.h
# configure:15519: result: yes
# configure:15531: checking netinet/in.h usability
# configure:15531: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15531: $? = 0
# configure:15531: result: yes
# configure:15531: checking netinet/in.h presence
# configure:15531: clang -E conftest.c
# configure:15531: $? = 0
# configure:15531: result: yes
# configure:15531: checking for netinet/in.h
# configure:15531: result: yes
# configure:15543: checking for pthread_np.h
# configure:15543: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:55:10: fatal error: 'pthread_np.h' file not found
# #include
# ^
# 1 error generated.
# configure:15543: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# | #include
# |
# | #include
# configure:15543: result: no
# configure:15556: checking stddef.h usability
# configure:15556: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15556: $? = 0
# configure:15556: result: yes
# configure:15556: checking stddef.h presence
# configure:15556: clang -E conftest.c
# configure:15556: $? = 0
# configure:15556: result: yes
# configure:15556: checking for stddef.h
# configure:15556: result: yes
# configure:15568: checking for stdlib.h
# configure:15568: result: yes
# configure:15580: checking for unistd.h
# configure:15580: result: yes
# configure:15592: checking priv.h usability
# configure:15592: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:89:10: fatal error: 'priv.h' file not found
# #include
# ^
# 1 error generated.
# configure:15592: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_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
# | #include
# configure:15592: result: no
# configure:15592: checking priv.h presence
# configure:15592: clang -E conftest.c
# conftest.c:56:10: fatal error: 'priv.h' file not found
# #include
# ^
# 1 error generated.
# configure:15592: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:15592: result: no
# configure:15592: checking for priv.h
# configure:15592: result: no
# configure:15604: checking for an ANSI C-conforming const
# configure:15669: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15669: $? = 0
# configure:15676: result: yes
# configure:15684: checking for struct sockaddr.sa_len
# configure:15684: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:67:13: error: no member named 'sa_len' in 'struct sockaddr'
# if (ac_aggr.sa_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:15684: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:15684: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:67:20: error: no member named 'sa_len' in 'struct sockaddr'
# if (sizeof ac_aggr.sa_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:15684: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (sizeof ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:15684: result: no
# configure:15702: checking return type of signal handlers
# configure:15720: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:62:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:15720: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:15727: result: void
# configure:15735: checking for size_t
# configure:15735: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15735: $? = 0
# configure:15735: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:93:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:15735: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | /* 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:15735: result: yes
# configure:15748: checking for vprintf
# configure:15748: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# conftest.c:80:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:80:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:15748: $? = 0
# configure:15748: result: yes
# configure:15754: checking for _doprnt
# configure:15754: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-d3a213.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15754: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:15754: result: no
# configure:15767: checking for strerror
# configure:15767: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:81:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:15767: $? = 0
# configure:15767: result: yes
# configure:15776: checking whether strerror_r is declared
# configure:15776: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15776: $? = 0
# configure:15776: result: yes
# configure:15789: checking for strerror_r
# configure:15789: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15789: $? = 0
# configure:15789: result: yes
# configure:15798: checking whether strerror_r returns char *
# configure:15822: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:15822: $? = 0
# configure:15860: result: yes
# configure:15870: checking for dladdr
# configure:15870: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-0dee93.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dladdr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15870: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | /* end confdefs.h. */
# | /* Define dladdr to an innocuous variant, in case declares dladdr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dladdr innocuous_dladdr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dladdr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dladdr
# |
# | /* 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 dladdr ();
# | /* 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_dladdr || defined __stub___dladdr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dladdr ();
# | ;
# | return 0;
# | }
# configure:15870: result: no
# configure:15881: checking for socket
# configure:15881: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15881: $? = 0
# configure:15881: result: yes
# configure:15892: checking for strptime
# configure:15892: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15892: $? = 0
# configure:15892: result: yes
# configure:15903: checking for fmtcheck
# configure:15903: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-e371bf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fmtcheck'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15903: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | /* end confdefs.h. */
# | /* Define fmtcheck to an innocuous variant, in case declares fmtcheck.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define fmtcheck innocuous_fmtcheck
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char fmtcheck (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef fmtcheck
# |
# | /* 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 fmtcheck ();
# | /* 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_fmtcheck || defined __stub___fmtcheck
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return fmtcheck ();
# | ;
# | return 0;
# | }
# configure:15903: result: no
# configure:15914: checking for getdtablesize
# configure:15914: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15914: $? = 0
# configure:15914: result: yes
# configure:15925: checking for nanosleep
# configure:15925: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15925: $? = 0
# configure:15925: result: yes
# configure:15936: checking for setppriv
# configure:15936: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-789a48.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `setppriv'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15936: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | /* end confdefs.h. */
# | /* Define setppriv to an innocuous variant, in case declares setppriv.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setppriv innocuous_setppriv
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setppriv (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef setppriv
# |
# | /* 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 setppriv ();
# | /* 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_setppriv || defined __stub___setppriv
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return setppriv ();
# | ;
# | return 0;
# | }
# configure:15936: result: no
# configure:15947: checking for fallocate
# configure:15947: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15947: $? = 0
# configure:15947: result: yes
# configure:15958: checking for closefrom
# configure:15958: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-f8346f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `closefrom'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15958: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | /* end confdefs.h. */
# | /* Define closefrom to an innocuous variant, in case declares closefrom.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define closefrom innocuous_closefrom
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char closefrom (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef closefrom
# |
# | /* 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 closefrom ();
# | /* 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_closefrom || defined __stub___closefrom
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return closefrom ();
# | ;
# | return 0;
# | }
# configure:15958: result: no
# configure:15972: checking for pthread_set_name_np
# configure:15972: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-f92c8d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_set_name_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15972: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | /* end confdefs.h. */
# | /* Define pthread_set_name_np to an innocuous variant, in case declares pthread_set_name_np.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_set_name_np innocuous_pthread_set_name_np
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_set_name_np (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_set_name_np
# |
# | /* 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 pthread_set_name_np ();
# | /* 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_pthread_set_name_np || defined __stub___pthread_set_name_np
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_set_name_np ();
# | ;
# | return 0;
# | }
# configure:15972: result: no
# configure:15983: checking for pthread_mutex_isowned_np
# configure:15983: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-0bc554.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_mutex_isowned_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15983: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | /* end confdefs.h. */
# | /* Define pthread_mutex_isowned_np to an innocuous variant, in case declares pthread_mutex_isowned_np.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_mutex_isowned_np innocuous_pthread_mutex_isowned_np
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_mutex_isowned_np (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_mutex_isowned_np
# |
# | /* 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 pthread_mutex_isowned_np ();
# | /* 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_pthread_mutex_isowned_np || defined __stub___pthread_mutex_isowned_np
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_mutex_isowned_np ();
# | ;
# | return 0;
# | }
# configure:15983: result: no
# configure:15994: checking for pthread_timedjoin_np
# configure:15994: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:15994: $? = 0
# configure:15994: result: yes
# configure:16009: checking whether we have support for visibility attributes
# configure:16038: clang -std=gnu99 -o conftest -pthread -Werror conftest.c >&5
# configure:16038: $? = 0
# configure:16038: ./conftest
# configure:16038: $? = 0
# configure:16049: result: yes
# configure:16071: checking for malloc_conf in -ljemalloc
# configure:16096: clang -std=gnu99 -o conftest -pthread conftest.c -ljemalloc >&5
# configure:16096: $? = 0
# configure:16105: result: yes
# configure:16193: checking for setproctitle
# configure:16193: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-c007ab.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `setproctitle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16193: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# | /* end confdefs.h. */
# | /* Define setproctitle to an innocuous variant, in case declares setproctitle.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setproctitle innocuous_setproctitle
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setproctitle (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef setproctitle
# |
# | /* 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 setproctitle ();
# | /* 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_setproctitle || defined __stub___setproctitle
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return setproctitle ();
# | ;
# | return 0;
# | }
# configure:16193: result: no
# configure:16202: checking for library containing backtrace
# configure:16233: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:16233: $? = 0
# configure:16250: result: none required
# configure:16261: checking whether daemon() works
# configure:16273: checking for daemon
# configure:16273: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:16273: $? = 0
# configure:16273: result: yes
# configure:16292: checking for special C compiler options needed for large files
# configure:16337: result: no
# configure:16343: checking for _FILE_OFFSET_BITS value needed for large files
# configure:16368: clang -std=gnu99 -c -pthread conftest.c >&5
# configure:16368: $? = 0
# configure:16400: result: no
# configure:16488: checking for clock_gettime
# configure:16488: clang -std=gnu99 -o conftest -pthread conftest.c -lrt >&5
# configure:16488: $? = 0
# configure:16488: result: yes
# configure:16499: checking for gethrtime
# configure:16499: clang -std=gnu99 -o conftest -pthread conftest.c -lrt >&5
# /tmp/conftest-86a18c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `gethrtime'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16499: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_DAEMON 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# | /* Define gethrtime to an innocuous variant, in case declares gethrtime.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define gethrtime innocuous_gethrtime
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char gethrtime (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef gethrtime
# |
# | /* 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 gethrtime ();
# | /* 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_gethrtime || defined __stub___gethrtime
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return gethrtime ();
# | ;
# | return 0;
# | }
# configure:16499: result: no
# configure:16522: checking for kqueue
# configure:16522: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-842534.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `kqueue'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16522: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_DAEMON 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# | /* Define kqueue to an innocuous variant, in case declares kqueue.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define kqueue innocuous_kqueue
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char kqueue (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef kqueue
# |
# | /* 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 kqueue ();
# | /* 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_kqueue || defined __stub___kqueue
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return kqueue ();
# | ;
# | return 0;
# | }
# configure:16522: result: no
# configure:16547: checking for epoll_ctl
# configure:16547: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# configure:16547: $? = 0
# configure:16547: result: yes
# configure:16572: checking for port_create
# configure:16572: clang -std=gnu99 -o conftest -pthread conftest.c >&5
# /tmp/conftest-d6b190.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `port_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16572: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_DAEMON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_EPOLL_CTL 1
# | /* end confdefs.h. */
# | /* Define port_create to an innocuous variant, in case declares port_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define port_create innocuous_port_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char port_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef port_create
# |
# | /* 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 port_create ();
# | /* 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_port_create || defined __stub___port_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return port_create ();
# | ;
# | return 0;
# | }
# configure:16572: result: no
# configure:16606: checking for python3
# configure:16622: found /usr/bin/python3
# configure:16633: result: python3
# configure:16649: checking whether SO_ACCEPTFILTER is declared
# configure:16649: clang -std=gnu99 -c -pthread conftest.c >&5
# conftest.c:85:10: error: use of undeclared identifier 'SO_ACCEPTFILTER'
# (void) SO_ACCEPTFILTER;
# ^
# 1 error generated.
# configure:16649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_DAEMON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_EPOLL_CTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# |
# | int
# | main ()
# | {
# | #ifndef SO_ACCEPTFILTER
# | #ifdef __cplusplus
# | (void) SO_ACCEPTFILTER;
# | #else
# | (void) SO_ACCEPTFILTER;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16649: result: no
# configure:16676: checking whether SO_RCVTIMEO works
# configure:16712: clang -std=gnu99 -o conftest -pthread conftest.c -lnsl >&5
# configure:16712: $? = 0
# configure:16712: ./conftest
# configure:16712: $? = 0
# configure:16723: result: yes
# configure:16734: checking whether SO_SNDTIMEO works
# configure:16770: clang -std=gnu99 -o conftest -pthread conftest.c -lnsl >&5
# configure:16770: $? = 0
# configure:16770: ./conftest
# configure:16770: $? = 0
# configure:16781: result: yes
# configure:16799: checking for TCP_KEEP(CNT|IDLE|INTVL) socket options
# configure:16838: clang -std=gnu99 -o conftest -pthread conftest.c -lnsl >&5
# configure:16838: $? = 0
# configure:16838: ./conftest
# configure:16838: $? = 0
# configure:16849: result: yes
# configure:16874: checking if LD -Wl,--version-script works
# configure:16892: clang -std=gnu99 -o conftest -pthread -Wl,--version-script=conftest.map conftest.c >&5
# /usr/bin/ld:conftest.map:2: syntax error in VERSION script
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16892: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Varnish"
# | #define PACKAGE_TARNAME "varnish"
# | #define PACKAGE_VERSION "4.1.2"
# | #define PACKAGE_STRING "Varnish 4.1.2"
# | #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "varnish"
# | #define VERSION "4.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_PTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBDL 1
# | #define HAVE_NCURSESW 1
# | #define HAVE_CURSES 1
# | #define HAVE_CURSES_ENHANCED 1
# | #define HAVE_CURSES_COLOR 1
# | #define HAVE_CURSES_OBSOLETE 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_LIBNSL 1
# | #define USE_PCRE_JIT 1
# | #define HAVE_EDITLINE_READLINE_H 1
# | #define HAVE_LIBEDIT 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_EXECINFO_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_FALLOCATE 1
# | #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_DAEMON 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_EPOLL_CTL 1
# | #define SO_RCVTIMEO_WORKS 1
# | #define SO_SNDTIMEO_WORKS 1
# | #define HAVE_TCP_KEEP 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:16920: clang -std=gnu99 -o conftest -pthread -Wl,--version-script=conftest.map conftest.c >&5
# configure:16920: $? = 0
# configure:16932: result: yes
# configure:16957: checking whether C compiler accepts -Werror=unused-result
# configure:16976: clang -std=gnu99 -c -pthread -Wall -Werror -Werror=unused-result conftest.c >&5
# configure:16976: $? = 0
# configure:16985: result: yes
# configure:17071: checking whether C compiler accepts -fstack-protector
# configure:17090: clang -std=gnu99 -c -pthread -Wall -Werror -Wno-error=unused-result -fstack-protector conftest.c >&5
# configure:17090: $? = 0
# configure:17098: result: yes
# configure:17101: checking whether the linker accepts -fstack-protector
# configure:17120: clang -std=gnu99 -o conftest -pthread -Wall -Werror -Wno-error=unused-result -fstack-protector conftest.c >&5
# configure:17120: $? = 0
# configure:17129: result: yes
# configure:17487: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Varnish config.status 4.1.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on cbc9ddd1579e
#
# config.status:1273: creating Makefile
# config.status:1273: creating bin/Makefile
# config.status:1273: creating bin/varnishadm/Makefile
# config.status:1273: creating bin/varnishd/Makefile
# config.status:1273: creating bin/varnishlog/Makefile
# config.status:1273: creating bin/varnishstat/Makefile
# config.status:1273: creating bin/varnishtop/Makefile
# config.status:1273: creating bin/varnishhist/Makefile
# config.status:1273: creating bin/varnishtest/Makefile
# config.status:1273: creating bin/varnishncsa/Makefile
# config.status:1273: creating doc/Makefile
# config.status:1273: creating doc/graphviz/Makefile
# config.status:1273: creating doc/sphinx/Makefile
# config.status:1273: creating doc/sphinx/conf.py
# config.status:1273: creating etc/Makefile
# config.status:1273: creating include/Makefile
# config.status:1273: creating lib/Makefile
# config.status:1273: creating lib/libvarnish/Makefile
# config.status:1273: creating lib/libvarnishapi/Makefile
# config.status:1273: creating lib/libvarnishtools/Makefile
# config.status:1273: creating lib/libvarnishcompat/Makefile
# config.status:1273: creating lib/libvcc/Makefile
# config.status:1273: creating lib/libvgz/Makefile
# config.status:1273: creating lib/libvmod_debug/Makefile
# config.status:1273: creating lib/libvmod_std/Makefile
# config.status:1273: creating lib/libvmod_directors/Makefile
# config.status:1273: creating man/Makefile
# config.status:1273: creating varnishapi.pc
# config.status:1273: creating varnishapi-uninstalled.pc
# config.status:1273: creating config.h
# config.status:1502: executing depfiles commands
# config.status:1502: executing libtool commands
# config.status:1502: executing mkdir commands
#
# ## ---------------- ##
# ## 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_CURSES_LIB_set=
# ac_cv_env_CURSES_LIB_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBEDIT_CFLAGS_set=
# ac_cv_env_LIBEDIT_CFLAGS_value=
# ac_cv_env_LIBEDIT_LIBS_set=
# ac_cv_env_LIBEDIT_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PCRE_CFLAGS_set=
# ac_cv_env_PCRE_CFLAGS_value=
# ac_cv_env_PCRE_LIBS_set=
# ac_cv_env_PCRE_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_VCC_CC_set=
# ac_cv_env_VCC_CC_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__doprnt=no
# ac_cv_func_clock_gettime=yes
# ac_cv_func_closefrom=no
# ac_cv_func_daemon=yes
# ac_cv_func_dladdr=no
# ac_cv_func_epoll_ctl=yes
# ac_cv_func_fallocate=yes
# ac_cv_func_fmtcheck=no
# ac_cv_func_getdtablesize=yes
# ac_cv_func_gethrtime=no
# ac_cv_func_kqueue=no
# ac_cv_func_nanosleep=yes
# ac_cv_func_port_create=no
# ac_cv_func_pthread_mutex_isowned_np=no
# ac_cv_func_pthread_set_name_np=no
# ac_cv_func_pthread_timedjoin_np=yes
# ac_cv_func_setppriv=no
# ac_cv_func_setproctitle=no
# ac_cv_func_socket=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_strptime=yes
# ac_cv_func_vprintf=yes
# ac_cv_have_decl_SO_ACCEPTFILTER=no
# ac_cv_have_decl_strerror_r=yes
# ac_cv_have_tcp_keep=yes
# ac_cv_have_viz=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_edit_readline_readline_h=no
# ac_cv_header_editline_readline_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_priv_h=no
# ac_cv_header_pthread_np_h=no
# 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_endian_h=no
# ac_cv_header_sys_filio_h=no
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_statvfs_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_vfs_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_dl_dlopen=yes
# ac_cv_lib_jemalloc_malloc_conf=yes
# ac_cv_lib_m_cos=yes
# ac_cv_lib_nsl_getaddrinfo=yes
# ac_cv_lib_rt_clock_gettime=yes
# ac_cv_lib_socket_socket=no
# ac_cv_member_struct_sockaddr_sa_len=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_DOT=dot
# ac_cv_prog_PYTHON=python3
# ac_cv_prog_RST2HTML=rst2html
# ac_cv_prog_RST2MAN=rst2man
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_backtrace='none required'
# ac_cv_search_pthread_create='none required'
# ac_cv_so_rcvtimeo_works=yes
# ac_cv_so_sndtimeo_works=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# ax_cv_check_cflags___Werror_unused_result=yes
# ax_cv_check_cflags___fstack_protector=yes
# ax_cv_check_ldflags___fstack_protector=yes
# ax_cv_curses=yes
# ax_cv_curses_color=yes
# ax_cv_curses_enhanced=yes
# ax_cv_curses_obsolete=yes
# ax_cv_curses_which=ncursesw
# ax_cv_header_ncurses_h_with_ncursesw=yes
# ax_cv_header_ncursesw_curses_h=no
# ax_cv_header_ncursesw_h=no
# ax_cv_ncursesw=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_LIBEDIT_CFLAGS=-I/usr/include/editline
# pkg_cv_LIBEDIT_LIBS='-ledit -lncurses'
# pkg_cv_PCRE_CFLAGS=
# pkg_cv_PCRE_LIBS=-lpcre
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/varnish/src/varnish-4.1.2/build-aux/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_LT_LDFLAGS=''
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/varnish/src/varnish-4.1.2/build-aux/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/varnish/src/varnish-4.1.2/build-aux/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/varnish/src/varnish-4.1.2/build-aux/missing --run automake-1.11'
# AWK='gawk'
# CC='clang -std=gnu99'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pthread -Wall -Werror -Wno-error=unused-result'
# CPP='clang -E'
# CPPFLAGS=''
# CURSES_LIB='-lncursesw'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DL_LIBS='-ldl '
# DOT='dot'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_TESTS_FALSE=''
# ENABLE_TESTS_TRUE='#'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_DOT_FALSE='#'
# HAVE_DOT_TRUE=''
# HAVE_LD_VERSION_SCRIPT_FALSE='#'
# HAVE_LD_VERSION_SCRIPT_TRUE=''
# HAVE_RST2HTML_FALSE='#'
# HAVE_RST2HTML_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# JEMALLOC_LDADD='-ljemalloc'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBEDIT_CFLAGS='-I/usr/include/editline'
# LIBEDIT_LIBS='-ledit -lncurses'
# LIBM='-lm'
# LIBOBJS=''
# LIBS=' '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBUMEM=''
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/varnish/src/varnish-4.1.2/build-aux/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NET_LIBS='-lnsl '
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='varnish'
# PACKAGE_BUGREPORT='varnish-dev@varnish-cache.org'
# PACKAGE_NAME='Varnish'
# PACKAGE_STRING='Varnish 4.1.2'
# PACKAGE_TARNAME='varnish'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.1.2'
# PATH_SEPARATOR=':'
# PCRE_CFLAGS=''
# PCRE_CONFIG=''
# PCRE_LIBS='-lpcre'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_CC='clang -std=gnu99'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# PYTHON='python3'
# RANLIB='ranlib'
# RST2HTML='rst2html'
# RST2MAN='rst2man'
# RT_LIBS='-lrt '
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VARNISH_STATE_DIR='${localstatedir}/varnish'
# VCC_CC='exec clang -std=gnu99 -Wall -Werror -Wno-error=unused-result -pthread -fpic -shared -Wl,-x -o %o %s'
# VERSION='4.1.2'
# VTC_TESTS='tests/a00000.vtc tests/a00001.vtc tests/a00002.vtc tests/a00003.vtc tests/a00004.vtc tests/a00005.vtc tests/a00006.vtc tests/a00007.vtc tests/a00008.vtc tests/a00009.vtc tests/a00010.vtc tests/a00011.vtc tests/a00012.vtc tests/b00000.vtc tests/b00001.vtc tests/b00002.vtc tests/b00003.vtc tests/b00004.vtc tests/b00005.vtc tests/b00006.vtc tests/b00007.vtc tests/b00008.vtc tests/b00009.vtc tests/b00010.vtc tests/b00011.vtc tests/b00012.vtc tests/b00013.vtc tests/b00014.vtc tests/b00015.vtc tests/b00016.vtc tests/b00017.vtc tests/b00018.vtc tests/b00019.vtc tests/b00020.vtc tests/b00021.vtc tests/b00022.vtc tests/b00023.vtc tests/b00024.vtc tests/b00025.vtc tests/b00026.vtc tests/b00027.vtc tests/b00028.vtc tests/b00029.vtc tests/b00030.vtc tests/b00031.vtc tests/b00032.vtc tests/b00033.vtc tests/b00034.vtc tests/b00036.vtc tests/b00037.vtc tests/b00038.vtc tests/b00039.vtc tests/b00040.vtc tests/b00041.vtc tests/b00042.vtc tests/b00043.vtc tests/b00044.vtc tests/b00045.vtc tests/b00046.vtc tests/b00047.vtc tests/b00048.vtc tests/c00001.vtc tests/c00002.vtc tests/c00003.vtc tests/c00004.vtc tests/c00005.vtc tests/c00006.vtc tests/c00007.vtc tests/c00008.vtc tests/c00009.vtc tests/c00010.vtc tests/c00011.vtc tests/c00012.vtc tests/c00013.vtc tests/c00014.vtc tests/c00015.vtc tests/c00016.vtc tests/c00017.vtc tests/c00018.vtc tests/c00019.vtc tests/c00020.vtc tests/c00021.vtc tests/c00022.vtc tests/c00023.vtc tests/c00024.vtc tests/c00025.vtc tests/c00026.vtc tests/c00027.vtc tests/c00028.vtc tests/c00031.vtc tests/c00032.vtc tests/c00034.vtc tests/c00035.vtc tests/c00036.vtc tests/c00037.vtc tests/c00038.vtc tests/c00039.vtc tests/c00040.vtc tests/c00041.vtc tests/c00042.vtc tests/c00043.vtc tests/c00044.vtc tests/c00045.vtc tests/c00046.vtc tests/c00047.vtc tests/c00048.vtc tests/c00049.vtc tests/c00050.vtc tests/c00051.vtc tests/c00052.vtc tests/c00053.vtc tests/c00054.vtc tests/c00055.vtc tests/c00056.vtc tests/c00057.vtc tests/c00058.vtc tests/c00059.vtc tests/c00060.vtc tests/c00061.vtc tests/c00062.vtc tests/c00063.vtc tests/c00064.vtc tests/c00065.vtc tests/c00066.vtc tests/c00067.vtc tests/c00068.vtc tests/c00069.vtc tests/c00070.vtc tests/c00071.vtc tests/c00072.vtc tests/c00074.vtc tests/d00000.vtc tests/d00001.vtc tests/d00002.vtc tests/d00003.vtc tests/d00004.vtc tests/d00005.vtc tests/d00006.vtc tests/d00007.vtc tests/d00008.vtc tests/d00009.vtc tests/d00010.vtc tests/d00011.vtc tests/d00012.vtc tests/d00013.vtc tests/e00000.vtc tests/e00001.vtc tests/e00002.vtc tests/e00003.vtc tests/e00004.vtc tests/e00005.vtc tests/e00006.vtc tests/e00007.vtc tests/e00008.vtc tests/e00009.vtc tests/e00010.vtc tests/e00011.vtc tests/e00012.vtc tests/e00013.vtc tests/e00014.vtc tests/e00015.vtc tests/e00016.vtc tests/e00017.vtc tests/e00018.vtc tests/e00019.vtc tests/e00020.vtc tests/e00021.vtc tests/e00022.vtc tests/e00023.vtc tests/e00024.vtc tests/e00025.vtc tests/e00026.vtc tests/e00027.vtc tests/e00028.vtc tests/e00030.vtc tests/g00000.vtc tests/g00001.vtc tests/g00002.vtc tests/g00003.vtc tests/g00004.vtc tests/g00005.vtc tests/g00006.vtc tests/g00007.vtc tests/j00000.vtc tests/j00001.vtc tests/j00002.vtc tests/l00000.vtc tests/l00001.vtc tests/l00002.vtc tests/l00003.vtc tests/l00004.vtc tests/l00005.vtc tests/m00000.vtc tests/m00001.vtc tests/m00002.vtc tests/m00003.vtc tests/m00004.vtc tests/m00005.vtc tests/m00006.vtc tests/m00007.vtc tests/m00008.vtc tests/m00011.vtc tests/m00012.vtc tests/m00013.vtc tests/m00014.vtc tests/m00015.vtc tests/m00016.vtc tests/m00017.vtc tests/m00018.vtc tests/m00019.vtc tests/m00020.vtc tests/m00021.vtc tests/m00022.vtc tests/m00023.vtc tests/o00000.vtc tests/o00001.vtc tests/p00000.vtc tests/p00002.vtc tests/p00003.vtc tests/p00004.vtc tests/p00005.vtc tests/p00006.vtc tests/p00007.vtc tests/p00008.vtc tests/p00009.vtc tests/r00102.vtc tests/r00251.vtc tests/r00255.vtc tests/r00262.vtc tests/r00263.vtc tests/r00292.vtc tests/r00306.vtc tests/r00310.vtc tests/r00318.vtc tests/r00325.vtc tests/r00326.vtc tests/r00345.vtc tests/r00386.vtc tests/r00387.vtc tests/r00400.vtc tests/r00409.vtc tests/r00411.vtc tests/r00412.vtc tests/r00416.vtc tests/r00425.vtc tests/r00427.vtc tests/r00433.vtc tests/r00445.vtc tests/r00466.vtc tests/r00476.vtc tests/r00494.vtc tests/r00495.vtc tests/r00498.vtc tests/r00502.vtc tests/r00506.vtc tests/r00524.vtc tests/r00545.vtc tests/r00549.vtc tests/r00558.vtc tests/r00561.vtc tests/r00590.vtc tests/r00612.vtc tests/r00641.vtc tests/r00655.vtc tests/r00667.vtc tests/r00679.vtc tests/r00686.vtc tests/r00694.vtc tests/r00700.vtc tests/r00702.vtc tests/r00704.vtc tests/r00722.vtc tests/r00730.vtc tests/r00733.vtc tests/r00742.vtc tests/r00763.vtc tests/r00769.vtc tests/r00776.vtc tests/r00781.vtc tests/r00789.vtc tests/r00795.vtc tests/r00801.vtc tests/r00803.vtc tests/r00806.vtc tests/r00832.vtc tests/r00861.vtc tests/r00873.vtc tests/r00878.vtc tests/r00887.vtc tests/r00894.vtc tests/r00896.vtc tests/r00902.vtc tests/r00911.vtc tests/r00913.vtc tests/r00915.vtc tests/r00916.vtc tests/r00917.vtc tests/r00921.vtc tests/r00936.vtc tests/r00940.vtc tests/r00941.vtc tests/r00942.vtc tests/r00948.vtc tests/r00956.vtc tests/r00961.vtc tests/r00962.vtc tests/r00963.vtc tests/r00965.vtc tests/r00972.vtc tests/r00979.vtc tests/r00980.vtc tests/r00984.vtc tests/r01002.vtc tests/r01014.vtc tests/r01029.vtc tests/r01030.vtc tests/r01036.vtc tests/r01037.vtc tests/r01038.vtc tests/r01068.vtc tests/r01073.vtc tests/r01086.vtc tests/r01092.vtc tests/r01109.vtc tests/r01113.vtc tests/r01120.vtc tests/r01123.vtc tests/r01134.vtc tests/r01140.vtc tests/r01144.vtc tests/r01145.vtc tests/r01156.vtc tests/r01157.vtc tests/r01164.vtc tests/r01168.vtc tests/r01169.vtc tests/r01175.vtc tests/r01176.vtc tests/r01184.vtc tests/r01206.vtc tests/r01211.vtc tests/r01212.vtc tests/r01218.vtc tests/r01225.vtc tests/r01255.vtc tests/r01266.vtc tests/r01274.vtc tests/r01275.vtc tests/r01284.vtc tests/r01287.vtc tests/r01296.vtc tests/r01312.vtc tests/r01320.vtc tests/r01332.vtc tests/r01333.vtc tests/r01335.vtc tests/r01337.vtc tests/r01349.vtc tests/r01350.vtc tests/r01355.vtc tests/r01356.vtc tests/r01367.vtc tests/r01391.vtc tests/r01395.vtc tests/r01398.vtc tests/r01399.vtc tests/r01401.vtc tests/r01404.vtc tests/r01406.vtc tests/r01417.vtc tests/r01419.vtc tests/r01441.vtc tests/r01442.vtc tests/r01468.vtc tests/r01478.vtc tests/r01485.vtc tests/r01490.vtc tests/r01493.vtc tests/r01494.vtc tests/r01498.vtc tests/r01499.vtc tests/r01501.vtc tests/r01504.vtc tests/r01510.vtc tests/r01512.vtc tests/r01518.vtc tests/r01524.vtc tests/r01532.vtc tests/r01557.vtc tests/r01562.vtc tests/r01566.vtc tests/r01569.vtc tests/r01575.vtc tests/r01577.vtc tests/r01578.vtc tests/r01581.vtc tests/r01598.vtc tests/r01602.vtc tests/r01608.vtc tests/r01612.vtc tests/r01613.vtc tests/r01624.vtc tests/r01627.vtc tests/r01637.vtc tests/r01638.vtc tests/r01641.vtc tests/r01644.vtc tests/r01646.vtc tests/r01648.vtc tests/r01650.vtc tests/r01660.vtc tests/r01665.vtc tests/r01672.vtc tests/r01684.vtc tests/r01688.vtc tests/r01691.vtc tests/r01693.vtc tests/r01729.vtc tests/r01730.vtc tests/r01737.vtc tests/r01739.vtc tests/r01746.vtc tests/r01755.vtc tests/r01761.vtc tests/r01762.vtc tests/r01765.vtc tests/r01768.vtc tests/r01770.vtc tests/r01775.vtc tests/r01777.vtc tests/r01781.vtc tests/r01783.vtc tests/r01801.vtc tests/r01804.vtc tests/r01807.vtc tests/r01810.vtc tests/r01813.vtc tests/r01818.vtc tests/r01821.vtc tests/r01826.vtc tests/r01837.vtc tests/r01838.vtc tests/r01843.vtc tests/r01847.vtc tests/r01857.vtc tests/r01858.vtc tests/s00000.vtc tests/s00001.vtc tests/s00002.vtc tests/s00003.vtc tests/s00004.vtc tests/u00000.vtc tests/u00001.vtc tests/v00000.vtc tests/v00001.vtc tests/v00005.vtc tests/v00006.vtc tests/v00008.vtc tests/v00010.vtc tests/v00011.vtc tests/v00012.vtc tests/v00013.vtc tests/v00014.vtc tests/v00015.vtc tests/v00016.vtc tests/v00017.vtc tests/v00018.vtc tests/v00019.vtc tests/v00020.vtc tests/v00021.vtc tests/v00024.vtc tests/v00025.vtc tests/v00027.vtc tests/v00031.vtc tests/v00032.vtc tests/v00033.vtc tests/v00034.vtc tests/v00037.vtc tests/v00038.vtc tests/v00039.vtc tests/v00040.vtc tests/v00041.vtc tests/v00042.vtc tests/v00043.vtc tests/v00044.vtc tests/v00045.vtc tests/v00046.vtc'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# ax_pthread_config=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# 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'
# install_sh='${SHELL} /tmp/varnish/src/varnish-4.1.2/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# libvgz_extra_cflags=''
# localedir='${datarootdir}/locale'
# localstatedir='/var/lib'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
# varnishconfdir='${sysconfdir}/varnish'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Varnish"
# #define PACKAGE_TARNAME "varnish"
# #define PACKAGE_VERSION "4.1.2"
# #define PACKAGE_STRING "Varnish 4.1.2"
# #define PACKAGE_BUGREPORT "varnish-dev@varnish-cache.org"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define PACKAGE "varnish"
# #define VERSION "4.1.2"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_PTHREAD 1
# #define HAVE_LIBRT 1
# #define HAVE_LIBDL 1
# #define HAVE_NCURSESW 1
# #define HAVE_CURSES 1
# #define HAVE_CURSES_ENHANCED 1
# #define HAVE_CURSES_COLOR 1
# #define HAVE_CURSES_OBSOLETE 1
# #define HAVE_NCURSES_H 1
# #define HAVE_LIBNSL 1
# #define USE_PCRE_JIT 1
# #define HAVE_EDITLINE_READLINE_H 1
# #define HAVE_LIBEDIT 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STATVFS_H 1
# #define HAVE_SYS_VFS_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_STRERROR 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define HAVE_SOCKET 1
# #define HAVE_STRPTIME 1
# #define HAVE_GETDTABLESIZE 1
# #define HAVE_NANOSLEEP 1
# #define HAVE_FALLOCATE 1
# #define HAVE_PTHREAD_TIMEDJOIN_NP 1
# #define HAVE_BACKTRACE 1
# #define HAVE_DAEMON 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_EPOLL_CTL 1
# #define SO_RCVTIMEO_WORKS 1
# #define SO_SNDTIMEO_WORKS 1
# #define HAVE_TCP_KEEP 1
# #define VCC_CC "exec clang -std=gnu99 -Wall -Werror -Wno-error=unused-result -pthread -fpic -shared -Wl,-x -o %o %s"
#
# configure: exit 0