Build of memcached with clang_glibc toolchain

The build took 00h 01m 08s and was SUCCESSFUL.

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

SLOCLanguage
11,042 ansic
4,231 sh
4,220 perl
1,592 makefile
21,085 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: memcached 1.4.25-1 (Thu Apr 13 17:49:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# 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 icc in use... no
# checking for clang in use... yes
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether __SUNPRO_C is declared... no
# checking for clang option to accept ISO C99... none needed
# checking sasl/sasl.h usability... yes
# checking sasl/sasl.h presence... yes
# checking for sasl/sasl.h... yes
# checking for gcov... /usr/bin/gcov
# checking for library containing clock_gettime... none required
# checking for library containing socket... none required
# checking for library containing gethostbyname... none required
# checking for libevent directory... (system)
# checking for library containing umem_cache_create... no
# checking for library containing gethugepagesizes... no
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for inttypes.h... (cached) yes
# checking for sasl_callback_ft... yes
# checking for print macros for integers (C99 section 7.8.1)... yes
# checking for an ANSI C-conforming const... yes
# checking for socklen_t... yes
# checking for endianness... little
# checking for htonll... no
# checking for library containing pthread_create... -lpthread
# checking for mlockall... yes
# checking for getpagesizes... no
# checking for memcntl... no
# checking for sigignore... yes
# checking for clock_gettime... yes
# checking for accept4... yes
# checking for alignment... none
# checking for GCC atomics... yes
# checking for setppriv... no
# checking umem.h usability... no
# checking umem.h presence... no
# checking for umem.h... no
# checking for xml2rfc... no
# checking for xsltproc... /usr/bin/xsltproc
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/memcached/src/memcached-1.4.25'
# Making all in doc
# make[2]: Entering directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make all-am
# make[3]: Entering directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[2]: Leaving directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[2]: Entering directory '/tmp/memcached/src/memcached-1.4.25'
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-memcached.o -MD -MP -MF .deps/memcached-memcached.Tpo -c -o memcached-memcached.o `test -f 'memcached.c' || echo './'`memcached.c
# mv -f .deps/memcached-memcached.Tpo .deps/memcached-memcached.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-hash.o -MD -MP -MF .deps/memcached-hash.Tpo -c -o memcached-hash.o `test -f 'hash.c' || echo './'`hash.c
# mv -f .deps/memcached-hash.Tpo .deps/memcached-hash.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-jenkins_hash.o -MD -MP -MF .deps/memcached-jenkins_hash.Tpo -c -o memcached-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c
# mv -f .deps/memcached-jenkins_hash.Tpo .deps/memcached-jenkins_hash.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-murmur3_hash.o -MD -MP -MF .deps/memcached-murmur3_hash.Tpo -c -o memcached-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c
# mv -f .deps/memcached-murmur3_hash.Tpo .deps/memcached-murmur3_hash.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-slabs.o -MD -MP -MF .deps/memcached-slabs.Tpo -c -o memcached-slabs.o `test -f 'slabs.c' || echo './'`slabs.c
# mv -f .deps/memcached-slabs.Tpo .deps/memcached-slabs.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-items.o -MD -MP -MF .deps/memcached-items.Tpo -c -o memcached-items.o `test -f 'items.c' || echo './'`items.c
# mv -f .deps/memcached-items.Tpo .deps/memcached-items.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-assoc.o -MD -MP -MF .deps/memcached-assoc.Tpo -c -o memcached-assoc.o `test -f 'assoc.c' || echo './'`assoc.c
# mv -f .deps/memcached-assoc.Tpo .deps/memcached-assoc.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-thread.o -MD -MP -MF .deps/memcached-thread.Tpo -c -o memcached-thread.o `test -f 'thread.c' || echo './'`thread.c
# mv -f .deps/memcached-thread.Tpo .deps/memcached-thread.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-daemon.o -MD -MP -MF .deps/memcached-daemon.Tpo -c -o memcached-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
# mv -f .deps/memcached-daemon.Tpo .deps/memcached-daemon.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-stats.o -MD -MP -MF .deps/memcached-stats.Tpo -c -o memcached-stats.o `test -f 'stats.c' || echo './'`stats.c
# mv -f .deps/memcached-stats.Tpo .deps/memcached-stats.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-util.o -MD -MP -MF .deps/memcached-util.Tpo -c -o memcached-util.o `test -f 'util.c' || echo './'`util.c
# mv -f .deps/memcached-util.Tpo .deps/memcached-util.Po
# clang -DHAVE_CONFIG_H -I. -DNDEBUG -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-cache.o -MD -MP -MF .deps/memcached-cache.Tpo -c -o memcached-cache.o `test -f 'cache.c' || echo './'`cache.c
# mv -f .deps/memcached-cache.Tpo .deps/memcached-cache.Po
# clang -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o memcached memcached-memcached.o memcached-hash.o memcached-jenkins_hash.o memcached-murmur3_hash.o memcached-slabs.o memcached-items.o memcached-assoc.o memcached-thread.o memcached-daemon.o memcached-stats.o memcached-util.o memcached-cache.o -lpthread -levent
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-memcached.o -MD -MP -MF .deps/memcached_debug-memcached.Tpo -c -o memcached_debug-memcached.o `test -f 'memcached.c' || echo './'`memcached.c
# mv -f .deps/memcached_debug-memcached.Tpo .deps/memcached_debug-memcached.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-hash.o -MD -MP -MF .deps/memcached_debug-hash.Tpo -c -o memcached_debug-hash.o `test -f 'hash.c' || echo './'`hash.c
# mv -f .deps/memcached_debug-hash.Tpo .deps/memcached_debug-hash.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-jenkins_hash.o -MD -MP -MF .deps/memcached_debug-jenkins_hash.Tpo -c -o memcached_debug-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c
# mv -f .deps/memcached_debug-jenkins_hash.Tpo .deps/memcached_debug-jenkins_hash.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-murmur3_hash.o -MD -MP -MF .deps/memcached_debug-murmur3_hash.Tpo -c -o memcached_debug-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c
# mv -f .deps/memcached_debug-murmur3_hash.Tpo .deps/memcached_debug-murmur3_hash.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-slabs.o -MD -MP -MF .deps/memcached_debug-slabs.Tpo -c -o memcached_debug-slabs.o `test -f 'slabs.c' || echo './'`slabs.c
# mv -f .deps/memcached_debug-slabs.Tpo .deps/memcached_debug-slabs.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-items.o -MD -MP -MF .deps/memcached_debug-items.Tpo -c -o memcached_debug-items.o `test -f 'items.c' || echo './'`items.c
# mv -f .deps/memcached_debug-items.Tpo .deps/memcached_debug-items.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-assoc.o -MD -MP -MF .deps/memcached_debug-assoc.Tpo -c -o memcached_debug-assoc.o `test -f 'assoc.c' || echo './'`assoc.c
# mv -f .deps/memcached_debug-assoc.Tpo .deps/memcached_debug-assoc.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-thread.o -MD -MP -MF .deps/memcached_debug-thread.Tpo -c -o memcached_debug-thread.o `test -f 'thread.c' || echo './'`thread.c
# mv -f .deps/memcached_debug-thread.Tpo .deps/memcached_debug-thread.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-daemon.o -MD -MP -MF .deps/memcached_debug-daemon.Tpo -c -o memcached_debug-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
# mv -f .deps/memcached_debug-daemon.Tpo .deps/memcached_debug-daemon.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-stats.o -MD -MP -MF .deps/memcached_debug-stats.Tpo -c -o memcached_debug-stats.o `test -f 'stats.c' || echo './'`stats.c
# mv -f .deps/memcached_debug-stats.Tpo .deps/memcached_debug-stats.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-util.o -MD -MP -MF .deps/memcached_debug-util.Tpo -c -o memcached_debug-util.o `test -f 'util.c' || echo './'`util.c
# mv -f .deps/memcached_debug-util.Tpo .deps/memcached_debug-util.Po
# clang -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-cache.o -MD -MP -MF .deps/memcached_debug-cache.Tpo -c -o memcached_debug-cache.o `test -f 'cache.c' || echo './'`cache.c
# mv -f .deps/memcached_debug-cache.Tpo .deps/memcached_debug-cache.Po
# clang -fprofile-arcs -ftest-coverage -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o memcached-debug memcached_debug-memcached.o memcached_debug-hash.o memcached_debug-jenkins_hash.o memcached_debug-murmur3_hash.o memcached_debug-slabs.o memcached_debug-items.o memcached_debug-assoc.o memcached_debug-thread.o memcached_debug-daemon.o memcached_debug-stats.o memcached_debug-util.o memcached_debug-cache.o -lpthread -levent
# clang -DHAVE_CONFIG_H -I. -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT sizes.o -MD -MP -MF .deps/sizes.Tpo -c -o sizes.o sizes.c
# mv -f .deps/sizes.Tpo .deps/sizes.Po
# clang -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o sizes sizes.o -lpthread -levent
# clang -DHAVE_CONFIG_H -I. -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT testapp.o -MD -MP -MF .deps/testapp.Tpo -c -o testapp.o testapp.c
# mv -f .deps/testapp.Tpo .deps/testapp.Po
# clang -DHAVE_CONFIG_H -I. -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# mv -f .deps/util.Tpo .deps/util.Po
# clang -DHAVE_CONFIG_H -I. -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
# mv -f .deps/cache.Tpo .deps/cache.Po
# clang -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o testapp testapp.o util.o cache.o -lpthread -levent
# clang -DHAVE_CONFIG_H -I. -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT timedrun.o -MD -MP -MF .deps/timedrun.Tpo -c -o timedrun.o timedrun.c
# mv -f .deps/timedrun.Tpo .deps/timedrun.Po
# clang -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o timedrun timedrun.o -lpthread -levent
# make[2]: Leaving directory '/tmp/memcached/src/memcached-1.4.25'
# make[1]: Leaving directory '/tmp/memcached/src/memcached-1.4.25'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/memcached/src/memcached-1.4.25'
# Making install in doc
# make[2]: Entering directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make install-am
# make[3]: Entering directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[4]: Entering directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/memcached/pkg/memcached/usr/share/man/man1'
# /usr/bin/install -c -m 644 memcached.1 '/tmp/memcached/pkg/memcached/usr/share/man/man1'
# make[4]: Leaving directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[3]: Leaving directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[2]: Leaving directory '/tmp/memcached/src/memcached-1.4.25/doc'
# make[2]: Entering directory '/tmp/memcached/src/memcached-1.4.25'
# make[3]: Entering directory '/tmp/memcached/src/memcached-1.4.25'
# /usr/bin/mkdir -p '/tmp/memcached/pkg/memcached/usr/bin'
# /usr/bin/install -c memcached '/tmp/memcached/pkg/memcached/usr/bin'
# /usr/bin/mkdir -p '/tmp/memcached/pkg/memcached/usr/include/memcached'
# /usr/bin/install -c -m 644 protocol_binary.h '/tmp/memcached/pkg/memcached/usr/include/memcached'
# make[3]: Leaving directory '/tmp/memcached/src/memcached-1.4.25'
# make[2]: Leaving directory '/tmp/memcached/src/memcached-1.4.25'
# make[1]: Leaving directory '/tmp/memcached/src/memcached-1.4.25'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "memcached"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: memcached 1.4.25-1 (Thu Apr 13 17:49:41 UTC 2017)

CMD: pacman --query --file memcached-1.4.25-1-x86_64.pkg.tar.xz
# memcached 1.4.25-1

Creating hybrid package for 'memcached'

Trying to find vanilla package 'memcached'...

CMD: pacman --query --file /mirror/python-binary-memcached-0.24.6-1.pkg.tar.xz
# python-binary-memcached 0.24.6-1

CMD: pacman --query --file /mirror/libmemcached-1.0.18-2.pkg.tar.xz
# libmemcached 1.0.18-2

CMD: pacman --query --file /mirror/php-memcached-2.2.0-3.pkg.tar.xz
# php-memcached 2.2.0-3

CMD: pacman --query --file /mirror/python2-memcached-1.57-1.pkg.tar.xz
# python2-memcached 1.57-1

CMD: pacman --query --file /mirror/memcached-1.4.25-1.pkg.tar.xz
# memcached 1.4.25-1

Package file has the following structure:
# /.PKGINFO
# /.INSTALL
# /.MTREE
# /usr/share/man/man1/memcached.1.gz
# /usr/include/memcached/protocol_binary.h
# /usr/bin/memcached-tool
# /usr/bin/memcached
# /usr/lib/systemd/system/memcached.service
# /sysroot/usr/lib/systemd/system/memcached.service
# /sysroot/usr/include/memcached/protocol_binary.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .INSTALL usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/memcached.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/memcached.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/memcached/src/memcached-1.4.25/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 memcached configure 1.4.25, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ffbab0ba991b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2326: checking build system type
# configure:2340: result: x86_64-unknown-linux-gnu
# configure:2360: checking host system type
# configure:2373: result: x86_64-unknown-linux-gnu
# configure:2410: checking for a BSD-compatible install
# configure:2478: result: /usr/bin/install -c
# configure:2489: checking whether build environment is sane
# configure:2544: result: yes
# configure:2603: checking for x86_64-unknown-linux-strip
# configure:2633: result: no
# configure:2643: checking for strip
# configure:2659: found /usr/bin/strip
# configure:2670: result: strip
# configure:2695: checking for a thread-safe mkdir -p
# configure:2734: result: /usr/bin/mkdir -p
# configure:2741: checking for gawk
# configure:2757: found /usr/bin/gawk
# configure:2768: result: gawk
# configure:2779: checking whether make sets $(MAKE)
# configure:2801: result: yes
# configure:2830: checking whether make supports nested variables
# configure:2847: result: yes
# configure:2984: checking for x86_64-unknown-linux-gcc
# configure:3011: result: clang
# configure:3280: checking for C compiler version
# configure:3289: 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:3300: $? = 0
# configure:3289: 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:3300: $? = 0
# configure:3289: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3300: $? = 1
# configure:3289: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3300: $? = 1
# configure:3320: checking whether the C compiler works
# configure:3342: clang conftest.c >&5
# configure:3346: $? = 0
# configure:3394: result: yes
# configure:3397: checking for C compiler default output file name
# configure:3399: result: a.out
# configure:3405: checking for suffix of executables
# configure:3412: clang -o conftest conftest.c >&5
# configure:3416: $? = 0
# configure:3438: result:
# configure:3460: checking whether we are cross compiling
# configure:3468: clang -o conftest conftest.c >&5
# configure:3472: $? = 0
# configure:3479: ./conftest
# configure:3483: $? = 0
# configure:3498: result: no
# configure:3503: checking for suffix of object files
# configure:3525: clang -c conftest.c >&5
# configure:3529: $? = 0
# configure:3550: result: o
# configure:3554: checking whether we are using the GNU C compiler
# configure:3573: clang -c conftest.c >&5
# configure:3573: $? = 0
# configure:3582: result: yes
# configure:3591: checking whether clang accepts -g
# configure:3611: clang -c -g conftest.c >&5
# configure:3611: $? = 0
# configure:3652: result: yes
# configure:3669: checking for clang option to accept ISO C89
# configure:3732: clang -c conftest.c >&5
# configure:3732: $? = 0
# configure:3745: result: none needed
# configure:3770: checking whether clang understands -c and -o together
# configure:3792: clang -c conftest.c -o conftest2.o
# configure:3795: $? = 0
# configure:3792: clang -c conftest.c -o conftest2.o
# configure:3795: $? = 0
# configure:3807: result: yes
# configure:3835: checking for style of include used by make
# configure:3863: result: GNU
# configure:3889: checking dependency style of clang
# configure:4000: result: gcc3
# configure:4024: checking how to run the C preprocessor
# configure:4055: clang -E conftest.c
# configure:4055: $? = 0
# configure:4069: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4069: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | /* end confdefs.h. */
# | #include
# configure:4094: result: clang -E
# configure:4114: clang -E conftest.c
# configure:4114: $? = 0
# configure:4128: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4128: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | /* end confdefs.h. */
# | #include
# configure:4157: checking for grep that handles long lines and -e
# configure:4215: result: /usr/bin/grep
# configure:4220: checking for egrep
# configure:4282: result: /usr/bin/grep -E
# configure:4289: checking for icc in use
# configure:4298: result: no
# configure:4318: checking for clang in use
# configure:4335: clang -c conftest.c >&5
# configure:4335: $? = 0
# configure:4341: result: yes
# configure:4350: checking for ANSI C header files
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4443: clang -o conftest conftest.c >&5
# configure:4443: $? = 0
# configure:4443: ./conftest
# configure:4443: $? = 0
# configure:4454: result: yes
# configure:4467: checking for sys/types.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for sys/stat.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for stdlib.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for string.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for memory.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for strings.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for inttypes.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for stdint.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for unistd.h
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4480: checking whether __SUNPRO_C is declared
# configure:4480: clang -c conftest.c >&5
# conftest.c:61:10: error: use of undeclared identifier '__SUNPRO_C'
# (void) __SUNPRO_C;
# ^
# 1 error generated.
# configure:4480: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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
# | int
# | main ()
# | {
# | #ifndef __SUNPRO_C
# | #ifdef __cplusplus
# | (void) __SUNPRO_C;
# | #else
# | (void) __SUNPRO_C;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4480: result: no
# configure:4501: checking for clang option to accept ISO C99
# configure:4650: clang -c conftest.c >&5
# configure:4650: $? = 0
# configure:4663: result: none needed
# configure:4704: checking sasl/sasl.h usability
# configure:4704: clang -c conftest.c >&5
# configure:4704: $? = 0
# configure:4704: result: yes
# configure:4704: checking sasl/sasl.h presence
# configure:4704: clang -E conftest.c
# configure:4704: $? = 0
# configure:4704: result: yes
# configure:4704: checking for sasl/sasl.h
# configure:4704: result: yes
# configure:5068: checking for gcov
# configure:5086: found /usr/bin/gcov
# configure:5099: result: /usr/bin/gcov
# configure:5162: checking for library containing clock_gettime
# configure:5193: clang -o conftest conftest.c >&5
# configure:5193: $? = 0
# configure:5210: result: none required
# configure:5220: checking for library containing socket
# configure:5251: clang -o conftest conftest.c >&5
# configure:5251: $? = 0
# configure:5268: result: none required
# configure:5276: checking for library containing gethostbyname
# configure:5307: clang -o conftest conftest.c >&5
# configure:5307: $? = 0
# configure:5324: result: none required
# configure:5349: checking for libevent directory
# configure:5393: clang -o conftest conftest.c -levent >&5
# configure:5393: $? = 0
# configure:5429: result: (system)
# configure:5448: checking for library containing umem_cache_create
# configure:5479: clang -o conftest conftest.c -levent >&5
# /tmp/conftest-cd9a17.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `umem_cache_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_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 umem_cache_create ();
# | int
# | main ()
# | {
# | return umem_cache_create ();
# | ;
# | return 0;
# | }
# configure:5479: clang -o conftest conftest.c -lumem -levent >&5
# /usr/bin/ld: cannot find -lumem
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_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 umem_cache_create ();
# | int
# | main ()
# | {
# | return umem_cache_create ();
# | ;
# | return 0;
# | }
# configure:5496: result: no
# configure:5504: checking for library containing gethugepagesizes
# configure:5535: clang -o conftest conftest.c -levent >&5
# /tmp/conftest-4728d9.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `gethugepagesizes'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_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 gethugepagesizes ();
# | int
# | main ()
# | {
# | return gethugepagesizes ();
# | ;
# | return 0;
# | }
# configure:5535: clang -o conftest conftest.c -lhugetlbfs -levent >&5
# /usr/bin/ld: cannot find -lhugetlbfs
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5535: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_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 gethugepagesizes ();
# | int
# | main ()
# | {
# | return gethugepagesizes ();
# | ;
# | return 0;
# | }
# configure:5552: result: no
# configure:5561: checking for stdbool.h that conforms to C99
# configure:5628: clang -c conftest.c >&5
# conftest.c:71:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:75:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:75:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:76:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:76:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:76:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:5628: $? = 0
# configure:5635: result: yes
# configure:5637: checking for _Bool
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: clang -c conftest.c >&5
# conftest.c:58:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:5637: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5637: result: yes
# configure:5658: checking for inttypes.h
# configure:5658: result: yes
# configure:5673: checking for sasl_callback_ft
# configure:5697: clang -c conftest.c >&5
# configure:5697: $? = 0
# configure:5709: result: yes
# configure:5721: checking for print macros for integers (C99 section 7.8.1)
# configure:5745: clang -c conftest.c >&5
# configure:5745: $? = 0
# configure:5753: result: yes
# configure:5769: checking for an ANSI C-conforming const
# configure:5835: clang -c conftest.c >&5
# configure:5835: $? = 0
# configure:5842: result: yes
# configure:5853: checking for socklen_t
# configure:5875: clang -c conftest.c >&5
# configure:5875: $? = 0
# configure:5887: result: yes
# configure:5898: checking for endianness
# configure:5925: clang -o conftest conftest.c -levent >&5
# conftest.c:32:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(*c == 1);
# ^
# conftest.c:32:9: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5925: $? = 0
# configure:5925: ./conftest
# configure:5925: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | long val = 1;
# | char *c = (char *) &val;
# | exit(*c == 1);
# |
# | ;
# | return 0;
# | }
# |
# configure:5940: result: little
# configure:5957: checking for htonll
# configure:5979: clang -o conftest conftest.c -levent >&5
# conftest.c:31:23: warning: extra tokens at end of #include directive [-Wextra-tokens]
# #include */
# ^
# //
# conftest.c:38:18: warning: implicit declaration of function 'htonll' is invalid in C99 [-Wimplicit-function-declaration]
# return htonll(0);
# ^
# 2 warnings generated.
# /tmp/conftest-9eb277.o: In function `main':
# conftest.c:(.text+0x14): undefined reference to `htonll'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5979: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #ifdef HAVE_INTTYPES_H
# | #include */
# | #endif
# |
# | int
# | main ()
# | {
# |
# | return htonll(0);
# |
# | ;
# | return 0;
# | }
# configure:5994: result: no
# configure:5998: checking for library containing pthread_create
# configure:6029: clang -o conftest conftest.c -levent >&5
# /usr/bin/ld: /tmp/conftest-6f3f39.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
# /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6029: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 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 pthread_create ();
# | int
# | main ()
# | {
# | return pthread_create ();
# | ;
# | return 0;
# | }
# configure:6029: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6029: $? = 0
# configure:6046: result: -lpthread
# configure:6060: checking for mlockall
# configure:6060: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6060: $? = 0
# configure:6060: result: yes
# configure:6071: checking for getpagesizes
# configure:6071: clang -o conftest conftest.c -lpthread -levent >&5
# /tmp/conftest-c9ee67.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getpagesizes'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6071: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 1
# | #define HAVE_MLOCKALL 1
# | /* end confdefs.h. */
# | /* Define getpagesizes to an innocuous variant, in case declares getpagesizes.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpagesizes innocuous_getpagesizes
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpagesizes (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpagesizes
# |
# | /* 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 getpagesizes ();
# | /* 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_getpagesizes || defined __stub___getpagesizes
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpagesizes ();
# | ;
# | return 0;
# | }
# configure:6071: result: no
# configure:6082: checking for memcntl
# configure:6082: clang -o conftest conftest.c -lpthread -levent >&5
# /tmp/conftest-2ba3a1.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `memcntl'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6082: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 1
# | #define HAVE_MLOCKALL 1
# | /* end confdefs.h. */
# | /* Define memcntl to an innocuous variant, in case declares memcntl.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define memcntl innocuous_memcntl
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char memcntl (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef memcntl
# |
# | /* 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 memcntl ();
# | /* 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_memcntl || defined __stub___memcntl
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return memcntl ();
# | ;
# | return 0;
# | }
# configure:6082: result: no
# configure:6093: checking for sigignore
# configure:6093: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6093: $? = 0
# configure:6093: result: yes
# configure:6104: checking for clock_gettime
# configure:6104: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6104: $? = 0
# configure:6104: result: yes
# configure:6115: checking for accept4
# configure:6115: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6115: $? = 0
# configure:6115: result: yes
# configure:6129: checking for alignment
# configure:6175: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6175: $? = 0
# configure:6175: ./conftest
# configure:6175: $? = 0
# configure:6190: result: none
# configure:6200: checking for GCC atomics
# configure:6218: clang -o conftest conftest.c -lpthread -levent >&5
# configure:6218: $? = 0
# configure:6226: result: yes
# configure:6231: checking for setppriv
# configure:6231: clang -o conftest conftest.c -lpthread -levent >&5
# /tmp/conftest-6127b6.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:6231: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SIGIGNORE 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GCC_ATOMICS 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:6231: result: no
# configure:6262: checking umem.h usability
# configure:6262: clang -c conftest.c >&5
# conftest.c:66:10: fatal error: 'umem.h' file not found
# #include
# ^
# 1 error generated.
# configure:6262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SIGIGNORE 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GCC_ATOMICS 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:6262: result: no
# configure:6262: checking umem.h presence
# configure:6262: clang -E conftest.c
# conftest.c:33:10: fatal error: 'umem.h' file not found
# #include
# ^
# 1 error generated.
# configure:6262: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "memcached"
# | #define PACKAGE_TARNAME "memcached"
# | #define PACKAGE_VERSION "1.4.25"
# | #define PACKAGE_STRING "memcached 1.4.25"
# | #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "memcached"
# | #define VERSION "1.4.25"
# | #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 HAVE_SASL_SASL_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SASL_CALLBACK_FT 1
# | #define ENDIAN_LITTLE 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_SIGIGNORE 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_ACCEPT4 1
# | #define HAVE_GCC_ATOMICS 1
# | /* end confdefs.h. */
# | #include
# configure:6262: result: no
# configure:6262: checking for umem.h
# configure:6262: result: no
# configure:6293: checking for xml2rfc
# configure:6324: result: no
# configure:6334: checking for xsltproc
# configure:6352: found /usr/bin/xsltproc
# configure:6365: result: /usr/bin/xsltproc
# configure:6517: checking that generated files are newer than configure
# configure:6523: result: done
# configure:6570: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by memcached config.status 1.4.25, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ffbab0ba991b
#
# config.status:894: creating Makefile
# config.status:894: creating doc/Makefile
# config.status:894: creating config.h
# config.status:1123: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_alignment=none
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_endian=little
# ac_cv_c_socklen_t=yes
# ac_cv_c_uint64_support=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_accept4=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_getpagesizes=no
# ac_cv_func_memcntl=no
# ac_cv_func_mlockall=yes
# ac_cv_func_setppriv=no
# ac_cv_func_sigignore=yes
# ac_cv_has_sasl_callback_ft=yes
# ac_cv_have_decl___SUNPRO_C=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_sasl_sasl_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_umem_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_libevent_dir='(system)'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PROFILER=/usr/bin/gcov
# ac_cv_path_XML2RFC=no
# ac_cv_path_XSLTPROC=/usr/bin/xsltproc
# 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_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_gethugepagesizes=no
# ac_cv_search_pthread_create=-lpthread
# ac_cv_search_socket='none required'
# ac_cv_search_umem_cache_create=no
# ac_cv_type__Bool=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/memcached/src/memcached-1.4.25/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/memcached/src/memcached-1.4.25/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/memcached/src/memcached-1.4.25/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/memcached/src/memcached-1.4.25/missing automake-1.14'
# AWK='gawk'
# BUILD_CACHE_FALSE='#'
# BUILD_CACHE_TRUE=''
# BUILD_DTRACE_FALSE=''
# BUILD_DTRACE_TRUE='#'
# BUILD_SOLARIS_PRIVS_FALSE=''
# BUILD_SOLARIS_PRIVS_TRUE='#'
# BUILD_SPECIFICATIONS_FALSE=''
# BUILD_SPECIFICATIONS_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DTRACE=''
# DTRACEFLAGS=''
# DTRACE_INSTRUMENT_OBJ_FALSE=''
# DTRACE_INSTRUMENT_OBJ_TRUE='#'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_SASL=''
# ENABLE_SASL_FALSE=''
# ENABLE_SASL_TRUE='#'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpthread -levent '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/memcached/src/memcached-1.4.25/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='memcached'
# PACKAGE_BUGREPORT='memcached@googlegroups.com'
# PACKAGE_NAME='memcached'
# PACKAGE_STRING='memcached 1.4.25'
# PACKAGE_TARNAME='memcached'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.4.25'
# PATH_SEPARATOR=':'
# PROFILER='/usr/bin/gcov'
# PROFILER_FLAGS='-fprofile-arcs -ftest-coverage'
# PROFILER_LDFLAGS=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.4.25'
# XML2RFC='no'
# XSLTPROC='/usr/bin/xsltproc'
# ac_ct_CC=''
# 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 -'
# 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/memcached/src/memcached-1.4.25/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "memcached"
# #define PACKAGE_TARNAME "memcached"
# #define PACKAGE_VERSION "1.4.25"
# #define PACKAGE_STRING "memcached 1.4.25"
# #define PACKAGE_BUGREPORT "memcached@googlegroups.com"
# #define PACKAGE_URL ""
# #define PACKAGE "memcached"
# #define VERSION "1.4.25"
# #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 HAVE_SASL_SASL_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SASL_CALLBACK_FT 1
# #define ENDIAN_LITTLE 1
# #define HAVE_MLOCKALL 1
# #define HAVE_SIGIGNORE 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_ACCEPT4 1
# #define HAVE_ACCEPT4 1
# #define HAVE_GCC_ATOMICS 1
# #define _GNU_SOURCE 1
#
# configure: exit 0