Build of memcached with vanilla 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: memcached 1.4.25-1 (Wed Aug 24 13:32:17 UTC 2016)
# ==> 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/sbin/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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for icc in use... no
# checking for clang in use... no
# 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 gcc 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/sbin/gcov
# checking for main in -lgcov... yes
# 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... none required
# 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/sbin/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'
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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-memcached.Tpo .deps/memcached-memcached.Po
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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-items.Tpo .deps/memcached-items.Po
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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-assoc.Tpo .deps/memcached-assoc.Po
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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-thread.Tpo .deps/memcached-thread.Po
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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-stats.Tpo .deps/memcached-stats.Po
# gcc -DHAVE_CONFIG_H -I. -DNDEBUG -pthread -pthread -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-util.Tpo .deps/memcached-util.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-cache.Tpo .deps/memcached-cache.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-memcached.Tpo .deps/memcached_debug-memcached.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-assoc.Tpo .deps/memcached_debug-assoc.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-thread.Tpo .deps/memcached_debug-thread.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-daemon.Tpo .deps/memcached_debug-daemon.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-stats.Tpo .deps/memcached_debug-stats.Po
# gcc -DHAVE_CONFIG_H -I. -fprofile-arcs -ftest-coverage -pthread -pthread -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-util.Tpo .deps/memcached_debug-util.Po
# gcc -DHAVE_CONFIG_H -I. -pthread -pthread -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/memcached_debug-cache.Tpo .deps/memcached_debug-cache.Po
# mv -f .deps/sizes.Tpo .deps/sizes.Po
# gcc -DHAVE_CONFIG_H -I. -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT testapp.o -MD -MP -MF .deps/testapp.Tpo -c -o testapp.o testapp.c
# gcc -DHAVE_CONFIG_H -I. -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -pthread -pthread -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
# gcc -DHAVE_CONFIG_H -I. -pthread -pthread -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
# gcc -pthread -pthread -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 -levent
# gcc -fprofile-arcs -ftest-coverage -pthread -pthread -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 -lgcov -levent
# gcc -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o sizes sizes.o -levent
# mv -f .deps/testapp.Tpo .deps/testapp.Po
# gcc -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o timedrun timedrun.o -levent
# gcc -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o testapp testapp.o util.o cache.o -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/sbin/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/sbin/mkdir -p '/tmp/memcached/pkg/memcached/usr/include/memcached'
# /usr/sbin/mkdir -p '/tmp/memcached/pkg/memcached/usr/bin'
# /usr/bin/install -c -m 644 protocol_binary.h '/tmp/memcached/pkg/memcached/usr/include/memcached'
# /usr/bin/install -c memcached '/tmp/memcached/pkg/memcached/usr/bin'
# 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 (Wed Aug 24 13:32:28 UTC 2016)

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 = 8bfeb46a3ae8
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/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/sbin/strip
# configure:2670: result: strip
# configure:2695: checking for a thread-safe mkdir -p
# configure:2734: result: /usr/sbin/mkdir -p
# configure:2741: checking for gawk
# configure:2757: found /usr/sbin/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:3014: result: no
# configure:3024: checking for gcc
# configure:3040: found /usr/sbin/gcc
# configure:3051: result: gcc
# configure:3280: checking for C compiler version
# configure:3289: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3300: $? = 0
# configure:3289: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3300: $? = 0
# configure:3289: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3300: $? = 1
# configure:3289: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3300: $? = 1
# configure:3320: checking whether the C compiler works
# configure:3342: gcc 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: gcc -o conftest conftest.c >&5
# configure:3416: $? = 0
# configure:3438: result:
# configure:3460: checking whether we are cross compiling
# configure:3468: gcc -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: gcc -c conftest.c >&5
# configure:3529: $? = 0
# configure:3550: result: o
# configure:3554: checking whether we are using the GNU C compiler
# configure:3573: gcc -c conftest.c >&5
# configure:3573: $? = 0
# configure:3582: result: yes
# configure:3591: checking whether gcc accepts -g
# configure:3611: gcc -c -g conftest.c >&5
# configure:3611: $? = 0
# configure:3652: result: yes
# configure:3669: checking for gcc option to accept ISO C89
# configure:3732: gcc -c conftest.c >&5
# configure:3732: $? = 0
# configure:3745: result: none needed
# configure:3770: checking whether gcc understands -c and -o together
# configure:3792: gcc -c conftest.c -o conftest2.o
# configure:3795: $? = 0
# configure:3792: gcc -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 gcc
# configure:4000: result: gcc3
# configure:4024: checking how to run the C preprocessor
# configure:4055: gcc -E conftest.c
# configure:4055: $? = 0
# configure:4069: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:4114: gcc -E conftest.c
# configure:4114: $? = 0
# configure:4128: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:4220: checking for egrep
# configure:4282: result: /usr/sbin/grep -E
# configure:4289: checking for icc in use
# configure:4298: result: no
# configure:4318: checking for clang in use
# configure:4335: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:17:12: error: unknown type name 'not'
# not clang
# ^~~
# configure:4335: $? = 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. */
# |
# | int
# | main ()
# | {
# |
# | #ifndef __clang__
# | not clang
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4341: result: no
# configure:4350: checking for ANSI C header files
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4443: gcc -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: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for sys/stat.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for stdlib.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for string.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for memory.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for strings.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for inttypes.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for stdint.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4467: checking for unistd.h
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4480: checking whether __SUNPRO_C is declared
# configure:4480: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:61:10: error: '__SUNPRO_C' undeclared (first use in this function)
# (void) __SUNPRO_C;
# ^~~~~~~~~~
# conftest.c:61:10: note: each undeclared identifier is reported only once for each function it appears in
# 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 gcc option to accept ISO C99
# configure:4650: gcc -c -pthread conftest.c >&5
# configure:4650: $? = 0
# configure:4663: result: none needed
# configure:4704: checking sasl/sasl.h usability
# configure:4704: gcc -c -pthread conftest.c >&5
# configure:4704: $? = 0
# configure:4704: result: yes
# configure:4704: checking sasl/sasl.h presence
# configure:4704: gcc -E conftest.c
# configure:4704: $? = 0
# configure:4704: result: yes
# configure:4704: checking for sasl/sasl.h
# configure:4704: result: yes
# configure:4934: checking for gcov
# configure:4952: found /usr/sbin/gcov
# configure:4965: result: /usr/sbin/gcov
# configure:4975: checking for main in -lgcov
# configure:4994: gcc -o conftest -pthread -pthread conftest.c -lgcov >&5
# configure:4994: $? = 0
# configure:5003: result: yes
# configure:5162: checking for library containing clock_gettime
# configure:5193: gcc -o conftest -pthread -pthread conftest.c >&5
# configure:5193: $? = 0
# configure:5210: result: none required
# configure:5220: checking for library containing socket
# configure:5251: gcc -o conftest -pthread -pthread conftest.c >&5
# configure:5251: $? = 0
# configure:5268: result: none required
# configure:5276: checking for library containing gethostbyname
# configure:5307: gcc -o conftest -pthread -pthread conftest.c >&5
# configure:5307: $? = 0
# configure:5324: result: none required
# configure:5349: checking for libevent directory
# configure:5393: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:5393: $? = 0
# configure:5429: result: (system)
# configure:5448: checking for library containing umem_cache_create
# configure:5479: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# /tmp/ccMV2o1E.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `umem_cache_create'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread -pthread conftest.c -lumem -levent >&5
# /usr/sbin/ld: cannot find -lumem
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# /tmp/cc7qzgoM.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `gethugepagesizes'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread -pthread conftest.c -lhugetlbfs -levent >&5
# /usr/sbin/ld: cannot find -lhugetlbfs
# collect2: error: ld returned 1 exit status
# 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: gcc -c -pthread -pthread conftest.c >&5
# configure:5628: $? = 0
# configure:5635: result: yes
# configure:5637: checking for _Bool
# configure:5637: gcc -c -pthread -pthread conftest.c >&5
# configure:5637: $? = 0
# configure:5637: gcc -c -pthread -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:58:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# 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: gcc -c -pthread -pthread 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: gcc -c -pthread -pthread conftest.c >&5
# configure:5745: $? = 0
# configure:5753: result: yes
# configure:5769: checking for an ANSI C-conforming const
# configure:5835: gcc -c -pthread -pthread conftest.c >&5
# configure:5835: $? = 0
# configure:5842: result: yes
# configure:5853: checking for socklen_t
# configure:5875: gcc -c -pthread -pthread conftest.c >&5
# configure:5875: $? = 0
# configure:5887: result: yes
# configure:5898: checking for endianness
# configure:5925: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# conftest.c: In function 'main':
# conftest.c:32:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(*c == 1);
# ^~~~
# conftest.c:32:9: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:32:9: note: include '' or provide a declaration of 'exit'
# 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: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# conftest.c:31:23: warning: extra tokens at end of #include directive
# #include */
# ^
# conftest.c: In function 'main':
# conftest.c:38:18: warning: implicit declaration of function 'htonll' [-Wimplicit-function-declaration]
# return htonll(0);
# ^~~~~~
# /tmp/ccRhtnsq.o: In function `main':
# conftest.c:(.text+0xf): undefined reference to `htonll'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6029: $? = 0
# configure:6046: result: none required
# configure:6060: checking for mlockall
# configure:6060: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6060: $? = 0
# configure:6060: result: yes
# configure:6071: checking for getpagesizes
# configure:6071: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# /tmp/ccw9bIKG.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `getpagesizes'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# /tmp/ccCkanSM.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `memcntl'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6093: $? = 0
# configure:6093: result: yes
# configure:6104: checking for clock_gettime
# configure:6104: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6104: $? = 0
# configure:6104: result: yes
# configure:6115: checking for accept4
# configure:6115: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6115: $? = 0
# configure:6115: result: yes
# configure:6129: checking for alignment
# configure:6175: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6175: $? = 0
# configure:6175: ./conftest
# configure:6175: $? = 0
# configure:6190: result: none
# configure:6200: checking for GCC atomics
# configure:6218: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# configure:6218: $? = 0
# configure:6226: result: yes
# configure:6231: checking for setppriv
# configure:6231: gcc -o conftest -pthread -pthread conftest.c -levent >&5
# /tmp/cclfT0H8.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `setppriv'
# collect2: error: ld returned 1 exit status
# 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: gcc -c -pthread -pthread conftest.c >&5
# conftest.c:66:18: fatal error: umem.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:33:18: fatal error: umem.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/xsltproc
# configure:6365: result: /usr/sbin/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 8bfeb46a3ae8
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_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_lib_gcov_main=yes
# ac_cv_libevent_dir='(system)'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_PROFILER=/usr/sbin/gcov
# ac_cv_path_XML2RFC=no
# ac_cv_path_XSLTPROC=/usr/sbin/xsltproc
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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='none required'
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls'
# CPP='gcc -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/sbin/grep -E'
# ENABLE_SASL=''
# ENABLE_SASL_FALSE=''
# ENABLE_SASL_TRUE='#'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-levent '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/memcached/src/memcached-1.4.25/missing makeinfo'
# MKDIR_P='/usr/sbin/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/sbin/gcov'
# PROFILER_FLAGS='-fprofile-arcs -ftest-coverage'
# PROFILER_LDFLAGS='-lgcov'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.4.25'
# XML2RFC='no'
# XSLTPROC='/usr/sbin/xsltproc'
# ac_ct_CC='gcc'
# 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