The build took 00h 02m 52s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
93,587 |
ansic |
11,943 |
tcl |
8,092 |
perl |
3,900 |
sh |
1,591 |
ruby |
1,028 |
makefile |
120,141 |
total |
The process tree of the build process is here.
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:
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/libexecCMD: 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: redis 3.2.1-1 (Thu Apr 13 17:55:10 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...make: Entering directory '/tmp/redis/src/redis-3.2.1'cd src && make allmake[1]: Entering directory '/tmp/redis/src/redis-3.2.1/src'rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html(cd ../deps && make distclean)make[2]: Entering directory '/tmp/redis/src/redis-3.2.1/deps'(cd hiredis && make clean) > /dev/null || true(cd linenoise && make clean) > /dev/null || true(cd lua && make clean) > /dev/null || true(cd geohash-int && make clean) > /dev/null || true(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true(rm -f .make-*)make[2]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps'(rm -f .make-*)echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settingsecho WARN=-Wall -W >> .make-settingsecho OPT=-O2 >> .make-settingsecho MALLOC=jemalloc >> .make-settingsecho CFLAGS= >> .make-settingsecho LDFLAGS= >> .make-settingsecho REDIS_CFLAGS= >> .make-settingsecho REDIS_LDFLAGS= >> .make-settingsecho PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -O2 -g -ggdb -I../deps/geohash-int -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settingsecho PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings(cd ../deps && make hiredis linenoise lua geohash-int jemalloc)make[2]: Entering directory '/tmp/redis/src/redis-3.2.1/deps'(cd hiredis && make clean) > /dev/null || true(cd linenoise && make clean) > /dev/null || true(cd lua && make clean) > /dev/null || true(cd geohash-int && make clean) > /dev/null || true(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true(rm -f .make-*)(echo "" > .make-cflags)(echo "" > .make-ldflags)[32;1mMAKE[0m [37;1mhiredis[0mcd hiredis && make staticmake[3]: Entering directory '/tmp/redis/src/redis-3.2.1/deps/hiredis'clang -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.cIn file included from net.c:34:In file included from /usr/include/sys/types.h:25:/usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^1 warning generated.clang -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.cIn file included from hiredis.c:33:In file included from /usr/include/string.h:25:/usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^1 warning generated.clang -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.cclang -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.cIn file included from async.c:33:In file included from /usr/include/stdlib.h:24:/usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^1 warning generated.ar rcs libhiredis.a net.o hiredis.o sds.o async.omake[3]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps/hiredis'[32;1mMAKE[0m [37;1mlinenoise[0mcd linenoise && makemake[3]: Entering directory '/tmp/redis/src/redis-3.2.1/deps/linenoise'clang -Wall -Os -g -c linenoise.cmake[3]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps/linenoise'[32;1mMAKE[0m [37;1mlua[0mcd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' " MYLDFLAGS="" AR="ar rcu"make[3]: Entering directory '/tmp/redis/src/redis-3.2.1/deps/lua/src'clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lapi.o lapi.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lcode.o lcode.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldebug.o ldebug.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldo.o ldo.cldo.c:496:7: warning: unused variable 'c' [-Wunused-variable] int c = luaZ_lookahead(p->z); ^1 warning generated.clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldump.o ldump.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lfunc.o lfunc.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lgc.o lgc.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o llex.o llex.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmem.o lmem.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lobject.o lobject.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lopcodes.o lopcodes.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lparser.o lparser.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstate.o lstate.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstring.o lstring.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltable.o ltable.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltm.o ltm.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lundump.o lundump.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lvm.o lvm.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lzio.o lzio.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o strbuf.o strbuf.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o fpconv.o fpconv.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lauxlib.o lauxlib.clauxlib.c:577:61: warning: while loop has empty body [-Wempty-body] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; ^lauxlib.c:577:61: note: put the semicolon on a separate line to silence this warning1 warning generated.clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lbaselib.o lbaselib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldblib.o ldblib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o liolib.o liolib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmathlib.o lmathlib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loslib.o loslib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltablib.o ltablib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstrlib.o lstrlib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loadlib.o loadlib.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o linit.o linit.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cjson.o lua_cjson.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_struct.o lua_struct.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cmsgpack.o lua_cmsgpack.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_bit.o lua_bit.car rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object filesar: `u' modifier ignored since `D' is the default (see `U')ranlib liblua.aclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua.o lua.cclang -o lua lua.o liblua.a -lm liblua.a(loslib.o): In function `os_tmpname':loslib.c:(.text+0x7ad): warning: the use of `tmpnam' is dangerous, better use `mkstemp'clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o luac.o luac.cclang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o print.o print.cclang -o luac luac.o print.o liblua.a -lm make[3]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps/lua/src'[32;1mMAKE[0m [37;1mgeohash-int[0mcd geohash-int && makemake[3]: Entering directory '/tmp/redis/src/redis-3.2.1/deps/geohash-int'clang -Wall -O2 -g -c geohash.cclang -Wall -O2 -g -c geohash_helper.cmake[3]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps/geohash-int'[32;1mMAKE[0m [37;1mjemalloc[0mcd jemalloc && ./configure --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS=""checking for xsltproc... /usr/bin/xsltprocchecking for gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking whether byte ordering is bigendian... nochecking size of void *... 8checking size of int... 4checking size of long... 8checking size of intmax_t... 8checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking whether pause instruction is compilable... yeschecking for ar... archecking malloc.h usability... yeschecking malloc.h presence... yeschecking for malloc.h... yeschecking whether malloc_usable_size definition can use const argument... nochecking whether __attribute__ syntax is compilable... yeschecking whether compiler supports -fvisibility=hidden... yeschecking whether compiler supports -Werror... yeschecking whether tls_model attribute is compilable... yeschecking whether compiler supports -Werror... yeschecking whether alloc_size attribute is compilable... nochecking whether compiler supports -Werror... yeschecking whether format(gnu_printf, ...) attribute is compilable... nochecking whether compiler supports -Werror... yeschecking whether format(printf, ...) attribute is compilable... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking for ranlib... ranlibchecking for ld... /usr/bin/ldchecking for autoconf... /usr/bin/autoconfchecking for memalign... yeschecking for valloc... yeschecking configured backtracing method... N/Achecking for sbrk... yeschecking whether utrace(2) is compilable... nochecking whether valgrind is compilable... nochecking whether a program using __builtin_ffsl is compilable... yeschecking LG_PAGE... 12checking pthread.h usability... yeschecking pthread.h presence... yeschecking for pthread.h... yeschecking for pthread_create in -lpthread... yeschecking for library containing clock_gettime... none requiredchecking for secure_getenv... yeschecking for issetugid... nochecking for _malloc_thread_cleanup... nochecking for _pthread_mutex_init_calloc_cb... nochecking for TLS... yeschecking whether C11 atomics is compilable... nochecking whether atomic(9) is compilable... nochecking whether Darwin OSAtomic*() is compilable... nochecking whether madvise(2) is compilable... yeschecking whether to force 32-bit __sync_{add,sub}_and_fetch()... nochecking whether to force 64-bit __sync_{add,sub}_and_fetch()... nochecking for __builtin_clz... yeschecking whether Darwin OSSpin*() is compilable... nochecking whether glibc malloc hook is compilable... yeschecking whether glibc memalign hook is compilable... yeschecking whether pthreads adaptive mutexes is compilable... yeschecking for stdbool.h that conforms to C99... yeschecking for _Bool... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating jemalloc.pcconfig.status: creating doc/html.xslconfig.status: creating doc/manpages.xslconfig.status: creating doc/jemalloc.xmlconfig.status: creating include/jemalloc/jemalloc_macros.hconfig.status: creating include/jemalloc/jemalloc_protos.hconfig.status: creating include/jemalloc/jemalloc_typedefs.hconfig.status: creating include/jemalloc/internal/jemalloc_internal.hconfig.status: creating test/test.shconfig.status: creating test/include/test/jemalloc_test.hconfig.status: creating config.stampconfig.status: creating bin/jemalloc-configconfig.status: creating bin/jemalloc.shconfig.status: creating bin/jeprofconfig.status: creating include/jemalloc/jemalloc_defs.hconfig.status: creating include/jemalloc/internal/jemalloc_internal_defs.hconfig.status: creating test/include/test/jemalloc_test_defs.hconfig.status: executing include/jemalloc/internal/private_namespace.h commandsconfig.status: executing include/jemalloc/internal/private_unnamespace.h commandsconfig.status: executing include/jemalloc/internal/public_symbols.txt commandsconfig.status: executing include/jemalloc/internal/public_namespace.h commandsconfig.status: executing include/jemalloc/internal/public_unnamespace.h commandsconfig.status: executing include/jemalloc/internal/size_classes.h commandsconfig.status: executing include/jemalloc/jemalloc_protos_jet.h commandsconfig.status: executing include/jemalloc/jemalloc_rename.h commandsconfig.status: executing include/jemalloc/jemalloc_mangle.h commandsconfig.status: executing include/jemalloc/jemalloc_mangle_jet.h commandsconfig.status: executing include/jemalloc/jemalloc.h commands===============================================================================jemalloc version : 4.0.3-0-ge9192eacf8935e29fc62fddc2701f7942b1cc02clibrary revision : 2CONFIG : --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS= CC=clang CPPFLAGS=CC : clangCFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hiddenCPPFLAGS : -D_GNU_SOURCE -D_REENTRANTLDFLAGS : EXTRA_LDFLAGS : LIBS : -lpthreadTESTLIBS : RPATH_EXTRA : XSLTPROC : /usr/bin/xsltprocXSLROOT : PREFIX : /usr/localBINDIR : /usr/local/binDATADIR : /usr/local/shareINCLUDEDIR : /usr/local/includeLIBDIR : /usr/local/libMANDIR : /usr/local/share/mansrcroot : abs_srcroot : /tmp/redis/src/redis-3.2.1/deps/jemalloc/objroot : abs_objroot : /tmp/redis/src/redis-3.2.1/deps/jemalloc/JEMALLOC_PREFIX : je_JEMALLOC_PRIVATE_NAMESPACE : je_install_suffix : autogen : 0cc-silence : 1debug : 0code-coverage : 0stats : 1prof : 0prof-libunwind : 0prof-libgcc : 0prof-gcc : 0tcache : 1fill : 1utrace : 0valgrind : 0xmalloc : 0munmap : 0lazy_lock : 0tls : 1cache-oblivious : 1===============================================================================cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.amake[3]: Entering directory '/tmp/redis/src/redis-3.2.1/deps/jemalloc'clang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.cclang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.car crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/pages.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.oar: `u' modifier ignored since `D' is the default (see `U')make[3]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps/jemalloc'make[2]: Leaving directory '/tmp/redis/src/redis-3.2.1/deps' [34mCC[0m [33madlist.o[0m [34mCC[0m [33mquicklist.o[0m [34mCC[0m [33mae.o[0mIn file included from ae.c:53:./ae_epoll.c:75:31: warning: missing field 'data' initializer [-Wmissing-field-initializers] struct epoll_event ee = {0}; /* avoid valgrind warning */ ^./ae_epoll.c:92:31: warning: missing field 'data' initializer [-Wmissing-field-initializers] struct epoll_event ee = {0}; /* avoid valgrind warning */ ^2 warnings generated. [34mCC[0m [33manet.o[0m [34mCC[0m [33mdict.o[0m [34mCC[0m [33mserver.o[0m [34mCC[0m [33msds.o[0m [34mCC[0m [33mzmalloc.o[0m [34mCC[0m [33mlzf_c.o[0m [34mCC[0m [33mlzf_d.o[0m [34mCC[0m [33mpqsort.o[0m [34mCC[0m [33mzipmap.o[0m [34mCC[0m [33msha1.o[0m [34mCC[0m [33mziplist.o[0m [34mCC[0m [33mrelease.o[0m [34mCC[0m [33mnetworking.o[0m [34mCC[0m [33mutil.o[0m [34mCC[0m [33mobject.o[0m [34mCC[0m [33mdb.o[0m [34mCC[0m [33mreplication.o[0m [34mCC[0m [33mrdb.o[0m [34mCC[0m [33mt_string.o[0m [34mCC[0m [33mt_list.o[0m [34mCC[0m [33mt_set.o[0m [34mCC[0m [33mt_zset.o[0m [34mCC[0m [33mt_hash.o[0m [34mCC[0m [33mconfig.o[0m [34mCC[0m [33maof.o[0m [34mCC[0m [33mpubsub.o[0m [34mCC[0m [33mmulti.o[0m [34mCC[0m [33mdebug.o[0m [34mCC[0m [33msort.o[0m [34mCC[0m [33mintset.o[0m [34mCC[0m [33msyncio.o[0m [34mCC[0m [33mcluster.o[0m [34mCC[0m [33mcrc16.o[0m [34mCC[0m [33mendianconv.o[0m [34mCC[0m [33mslowlog.o[0m [34mCC[0m [33mscripting.o[0m [34mCC[0m [33mbio.o[0m [34mCC[0m [33mrio.o[0m [34mCC[0m [33mrand.o[0m [34mCC[0m [33mmemtest.o[0m [34mCC[0m [33mcrc64.o[0m [34mCC[0m [33mbitops.o[0m [34mCC[0m [33msentinel.o[0m [34mCC[0m [33mnotify.o[0m [34mCC[0m [33msetproctitle.o[0m [34mCC[0m [33mblocked.o[0m [34mCC[0m [33mhyperloglog.o[0m [34mCC[0m [33mlatency.o[0m [34mCC[0m [33msparkline.o[0m [34mCC[0m [33mredis-check-rdb.o[0m [34mCC[0m [33mgeo.o[0m [34;1mLINK[0m [37;1mredis-server[0m [34;1mINSTALL[0m [37;1mredis-sentinel[0m [34mCC[0m [33mredis-cli.o[0m [34;1mLINK[0m [37;1mredis-cli[0m [34mCC[0m [33mredis-benchmark.o[0m [34;1mLINK[0m [37;1mredis-benchmark[0m [34;1mINSTALL[0m [37;1mredis-check-rdb[0m [34mCC[0m [33mredis-check-aof.o[0m [34;1mLINK[0m [37;1mredis-check-aof[0mHint: It's a good idea to run 'make test' ;)make[1]: Leaving directory '/tmp/redis/src/redis-3.2.1/src'make: Leaving directory '/tmp/redis/src/redis-3.2.1'==> Entering fakeroot environment...==> Starting package()...cd src && make installmake[1]: Entering directory '/tmp/redis/src/redis-3.2.1/src'Hint: It's a good idea to run 'make test' ;) [34;1mINSTALL[0m [37;1minstall[0m [34;1mINSTALL[0m [37;1minstall[0m [34;1mINSTALL[0m [37;1minstall[0m [34;1mINSTALL[0m [37;1minstall[0m [34;1mINSTALL[0m [37;1minstall[0mmake[1]: Leaving directory '/tmp/redis/src/redis-3.2.1/src'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "redis"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Adding install file... -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: redis 3.2.1-1 (Thu Apr 13 17:56:17 UTC 2017)CMD: pacman --query --file redis-3.2.1-1-x86_64.pkg.tar.xz
Creating hybrid package for 'redis'
Trying to find vanilla package 'redis'...
CMD: pacman --query --file /mirror/python2-redis-2.10.5-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-redis-2.10.5-1.pkg.tar.xz
CMD: pacman --query --file /mirror/hiredis-0.13.3-1.pkg.tar.xz
CMD: pacman --query --file /mirror/redis-3.2.1-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO/.BUILDINFO/.INSTALL/.MTREE/etc/redis.conf/etc/logrotate.d/redis/usr/bin/redis-check-rdb/usr/bin/redis-benchmark/usr/bin/redis-check-aof/usr/bin/redis-sentinel/usr/bin/redis-server/usr/bin/redis-cli/usr/share/licenses/redis/LICENSE/usr/lib/systemd/system/redis.service/sysroot/usr/lib/systemd/system/redis.serviceGenerating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .INSTALL etc usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf redis.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/redis.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/redis.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/redis.pkg.tar.xz
Attempting to access local repository, attempt 3
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/redis.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/redis.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/redis/src/redis-3.2.1/deps/jemalloc/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops LDFLAGS=## --------- #### Platform. #### --------- ##hostname = 8ae543fa2222uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2540: checking for xsltprocconfigure:2558: found /usr/bin/xsltprocconfigure:2571: result: /usr/bin/xsltprocconfigure:2652: checking for gccconfigure:2679: result: clangconfigure:2908: checking for C compiler versionconfigure:2917: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:2928: $? = 0configure:2917: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:2928: $? = 0configure:2917: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2928: $? = 1configure:2917: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2928: $? = 1configure:2948: checking whether the C compiler worksconfigure:2970: clang -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:2974: $? = 0configure:3022: result: yesconfigure:3025: checking for C compiler default output file nameconfigure:3027: result: a.outconfigure:3033: checking for suffix of executablesconfigure:3040: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:3044: $? = 0configure:3066: result:configure:3088: checking whether we are cross compilingconfigure:3096: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:3100: $? = 0configure:3107: ./conftestconfigure:3111: $? = 0configure:3126: result: noconfigure:3131: checking for suffix of object filesconfigure:3153: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:3157: $? = 0configure:3178: result: oconfigure:3182: checking whether we are using the GNU C compilerconfigure:3201: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:3201: $? = 0configure:3210: result: yesconfigure:3219: checking whether clang accepts -gconfigure:3239: clang -c -g conftest.c >&5configure:3239: $? = 0configure:3280: result: yesconfigure:3297: checking for clang option to accept ISO C89configure:3360: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:3360: $? = 0configure:3373: result: none neededconfigure:3807: checking how to run the C preprocessorconfigure:3838: clang -E conftest.cconfigure:3838: $? = 0configure:3852: clang -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3852: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3877: result: clang -Econfigure:3897: clang -E conftest.cconfigure:3897: $? = 0configure:3911: clang -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3911: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3941: checking for grep that handles long lines and -econfigure:3999: result: /usr/bin/grepconfigure:4004: checking for egrepconfigure:4066: result: /usr/bin/grep -Econfigure:4071: checking for ANSI C header filesconfigure:4091: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4091: $? = 0configure:4164: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4164: $? = 0configure:4164: ./conftestconfigure:4164: $? = 0configure:4175: result: yesconfigure:4188: checking for sys/types.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for sys/stat.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for stdlib.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for string.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for memory.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for strings.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for inttypes.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for stdint.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4188: checking for unistd.hconfigure:4188: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4188: $? = 0configure:4188: result: yesconfigure:4200: checking whether byte ordering is bigendianconfigure:4215: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5conftest.c:20:9: error: unknown type name 'not'not a universal capable compiler^conftest.c:20:14: error: expected ';' after top level declaratornot a universal capable compiler^;2 errors generated.configure:4215: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #ifndef __APPLE_CC__| not a universal capable compiler| #endif| typedef int dummy;|configure:4260: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4260: $? = 0configure:4278: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5conftest.c:26:4: error: use of undeclared identifier 'not'not big endian^1 error generated.configure:4278: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | #include || int| main ()| {| #if BYTE_ORDER != BIG_ENDIAN| not big endian| #endif|| ;| return 0;| }configure:4406: result: noconfigure:4438: checking size of void *configure:4443: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4443: $? = 0configure:4443: ./conftestconfigure:4443: $? = 0configure:4457: result: 8configure:4483: checking size of intconfigure:4488: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4488: $? = 0configure:4488: ./conftestconfigure:4488: $? = 0configure:4502: result: 4configure:4528: checking size of longconfigure:4533: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4533: $? = 0configure:4533: ./conftestconfigure:4533: $? = 0configure:4547: result: 8configure:4573: checking size of intmax_tconfigure:4578: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4578: $? = 0configure:4578: ./conftestconfigure:4578: $? = 0configure:4592: result: 8configure:4649: checking build system typeconfigure:4663: result: x86_64-unknown-linux-gnuconfigure:4683: checking host system typeconfigure:4696: result: x86_64-unknown-linux-gnuconfigure:4723: checking whether pause instruction is compilableconfigure:4739: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops conftest.c >&5configure:4739: $? = 0configure:4747: result: yesconfigure:4834: checking for arconfigure:4850: found /usr/bin/arconfigure:4861: result: arconfigure:5024: checking malloc.h usabilityconfigure:5024: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5configure:5024: $? = 0configure:5024: result: yesconfigure:5024: checking malloc.h presenceconfigure:5024: clang -E -D_GNU_SOURCE conftest.cconfigure:5024: $? = 0configure:5024: result: yesconfigure:5024: checking for malloc.hconfigure:5024: result: yesconfigure:5030: checking whether malloc_usable_size definition can use const argumentconfigure:5046: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5conftest.c:35:12: error: conflicting types for 'malloc_usable_size'size_t malloc_usable_size(const void *ptr);^/usr/include/malloc.h:129:15: note: previous declaration is hereextern size_t malloc_usable_size (void *__ptr) __THROW;^1 error generated.configure:5046: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| /* end confdefs.h. */| #include | #include | size_t malloc_usable_size(const void *ptr);|| int| main ()| {|| ;| return 0;| }configure:5054: result: noconfigure:5089: checking whether __attribute__ syntax is compilableconfigure:5105: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5configure:5105: $? = 0configure:5113: result: yesconfigure:5121: checking whether compiler supports -fvisibility=hiddenconfigure:5143: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:5143: $? = 0configure:5145: result: yesconfigure:5160: checking whether compiler supports -Werrorconfigure:5182: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5configure:5182: $? = 0configure:5184: result: yesconfigure:5196: checking whether tls_model attribute is compilableconfigure:5214: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5configure:5214: $? = 0configure:5222: result: yesconfigure:5235: checking whether compiler supports -Werrorconfigure:5257: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5configure:5257: $? = 0configure:5259: result: yesconfigure:5271: checking whether alloc_size attribute is compilableconfigure:5287: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5conftest.c:40:39: error: unknown attribute 'alloc_size' ignored [-Werror,-Wunknown-attributes]void *foo(size_t size) __attribute__((alloc_size(1)));^1 error generated.configure:5287: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| /* end confdefs.h. */| #include | int| main ()| {| void *foo(size_t size) __attribute__((alloc_size(1)));| ;| return 0;| }configure:5295: result: noconfigure:5305: checking whether compiler supports -Werrorconfigure:5327: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5configure:5327: $? = 0configure:5329: result: yesconfigure:5341: checking whether format(gnu_printf, ...) attribute is compilableconfigure:5357: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5conftest.c:40:51: error: 'format' attribute argument not supported: gnu_printf [-Werror,-Wignored-attributes]void *foo(const char *format, ...) __attribute__((format(gnu_printf, 1, 2)));^1 error generated.configure:5357: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| /* end confdefs.h. */| #include | int| main ()| {| void *foo(const char *format, ...) __attribute__((format(gnu_printf, 1, 2)));| ;| return 0;| }configure:5365: result: noconfigure:5375: checking whether compiler supports -Werrorconfigure:5397: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5configure:5397: $? = 0configure:5399: result: yesconfigure:5411: checking whether format(printf, ...) attribute is compilableconfigure:5427: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5configure:5427: $? = 0configure:5435: result: yesconfigure:5488: checking for a BSD-compatible installconfigure:5556: result: /usr/bin/install -cconfigure:5610: checking for ranlibconfigure:5626: found /usr/bin/ranlibconfigure:5637: result: ranlibconfigure:5661: checking for ldconfigure:5679: found /usr/bin/ldconfigure:5692: result: /usr/bin/ldconfigure:5702: checking for autoconfconfigure:5720: found /usr/bin/autoconfconfigure:5733: result: /usr/bin/autoconfconfigure:5744: checking for memalignconfigure:5744: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:5744: $? = 0configure:5744: result: yesconfigure:5751: checking for vallocconfigure:5751: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:5751: $? = 0configure:5751: result: yesconfigure:6493: checking configured backtracing methodconfigure:6495: result: N/Aconfigure:6551: checking for sbrkconfigure:6551: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:6551: $? = 0configure:6551: result: yesconfigure:6606: checking whether utrace(2) is compilableconfigure:6630: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5conftest.c:53:10: fatal error: 'sys/ktrace.h' file not found#include ^1 error generated.configure:6630: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| /* end confdefs.h. */|| #include | #include | #include | #include | #include || int| main ()| {|| utrace((void *)0, 0);|| ;| return 0;| }configure:6638: result: noconfigure:6665: checking whether valgrind is compilableconfigure:6688: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5conftest.c:49:10: fatal error: 'valgrind/valgrind.h' file not found#include ^1 error generated.configure:6688: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| /* end confdefs.h. */|| #include | #include || #if !defined(VALGRIND_RESIZEINPLACE_BLOCK)| # error "Incompatible Valgrind version"| #endif|| int| main ()| {|| ;| return 0;| }configure:6696: result: noconfigure:6748: checking whether a program using __builtin_ffsl is compilableconfigure:6773: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:6773: $? = 0configure:6781: result: yesconfigure:6874: checking LG_PAGEconfigure:6925: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:6925: $? = 0configure:6925: ./conftestconfigure:6925: $? = 0configure:6935: result: 12configure:6994: checking pthread.h usabilityconfigure:6994: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5configure:6994: $? = 0configure:6994: result: yesconfigure:6994: checking pthread.h presenceconfigure:6994: clang -E -D_GNU_SOURCE conftest.cconfigure:6994: $? = 0configure:6994: result: yesconfigure:6994: checking for pthread.hconfigure:6994: result: yesconfigure:7006: checking for pthread_create in -lpthreadconfigure:7031: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE conftest.c -lpthread >&5configure:7031: $? = 0configure:7040: result: yesconfigure:7111: checking for library containing clock_gettimeconfigure:7142: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c >&5configure:7142: $? = 0configure:7159: result: none requiredconfigure:7170: checking for secure_getenvconfigure:7170: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5configure:7170: $? = 0configure:7170: result: yesconfigure:7183: checking for issetugidconfigure:7183: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5/tmp/conftest-c80af1.o: In function `main':/tmp/redis/src/redis-3.2.1/deps/jemalloc/conftest.c:90: undefined reference to `issetugid'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:7183: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| /* end confdefs.h. */| /* Define issetugid to an innocuous variant, in case declares issetugid. | For example, HP-UX 11i declares gettimeofday. */ | #define issetugid innocuous_issetugid|| /* System header to define __stub macros and hopefully few prototypes,| which can conflict with char issetugid (); below.| Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ || #ifdef __STDC__| # include | #else| # include | #endif|| #undef issetugid|| /* 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 issetugid ();| /* 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_issetugid || defined __stub___issetugid| choke me| #endif|| int| main ()| {| return issetugid ();| ;| return 0;| }configure:7183: result: noconfigure:7196: checking for _malloc_thread_cleanupconfigure:7196: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5/tmp/conftest-357100.o: In function `main':/tmp/redis/src/redis-3.2.1/deps/jemalloc/conftest.c:90: undefined reference to `_malloc_thread_cleanup'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:7196: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| /* end confdefs.h. */| /* Define _malloc_thread_cleanup to an innocuous variant, in case declares _malloc_thread_cleanup. | For example, HP-UX 11i declares gettimeofday. */ | #define _malloc_thread_cleanup innocuous__malloc_thread_cleanup|| /* System header to define __stub macros and hopefully few prototypes,| which can conflict with char _malloc_thread_cleanup (); below.| Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ || #ifdef __STDC__| # include | #else| # include | #endif|| #undef _malloc_thread_cleanup|| /* 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 _malloc_thread_cleanup ();| /* 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__malloc_thread_cleanup || defined __stub____malloc_thread_cleanup| choke me| #endif|| int| main ()| {| return _malloc_thread_cleanup ();| ;| return 0;| }configure:7196: result: noconfigure:7210: checking for _pthread_mutex_init_calloc_cbconfigure:7210: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5/tmp/conftest-fbf4cc.o: In function `main':/tmp/redis/src/redis-3.2.1/deps/jemalloc/conftest.c:90: undefined reference to `_pthread_mutex_init_calloc_cb'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:7210: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| /* end confdefs.h. */| /* Define _pthread_mutex_init_calloc_cb to an innocuous variant, in case declares _pthread_mutex_init_calloc_cb. | For example, HP-UX 11i declares gettimeofday. */ | #define _pthread_mutex_init_calloc_cb innocuous__pthread_mutex_init_calloc_cb|| /* System header to define __stub macros and hopefully few prototypes,| which can conflict with char _pthread_mutex_init_calloc_cb (); below.| Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ || #ifdef __STDC__| # include | #else| # include | #endif|| #undef _pthread_mutex_init_calloc_cb|| /* Override any GCC internal prototype to avoid an error.| Use char because int might match the return type of a GCC| builtin and then its argument prototype would still apply. */| #ifdef __cplusplus| extern "C"| #endif| char _pthread_mutex_init_calloc_cb ();| /* The GNU C library defines this for functions which it implements| to always fail with ENOSYS. Some functions are actually named| something starting with __ and the normal name is an alias. */| #if defined __stub__pthread_mutex_init_calloc_cb || defined __stub____pthread_mutex_init_calloc_cb| choke me| #endif|| int| main ()| {| return _pthread_mutex_init_calloc_cb ();| ;| return 0;| }configure:7210: result: noconfigure:7341: checking for TLSconfigure:7360: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c >&5configure:7360: $? = 0configure:7361: result: yesconfigure:7389: checking whether C11 atomics is compilableconfigure:7418: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:62:2: error: Atomics not available#error Atomics not available^conftest.c:71:14: error: unknown type name 'atomic_uint_least64_t'; did you mean 'uint_least64_t'?volatile atomic_uint_least64_t *a = (volatile atomic_uint_least64_t *)p;^~~~~~~~~~~~~~~~~~~~~uint_least64_t/usr/include/stdint.h:80:27: note: 'uint_least64_t' declared heretypedef unsigned long int uint_least64_t;^conftest.c:71:51: error: unknown type name 'atomic_uint_least64_t'; did you mean 'uint_least64_t'?volatile atomic_uint_least64_t *a = (volatile atomic_uint_least64_t *)p;^~~~~~~~~~~~~~~~~~~~~uint_least64_t/usr/include/stdint.h:80:27: note: 'uint_least64_t' declared heretypedef unsigned long int uint_least64_t;^conftest.c:72:18: warning: implicit declaration of function 'atomic_fetch_add' is invalid in C99 [-Wimplicit-function-declaration]uint64_t r = atomic_fetch_add(a, x) + x;^1 warning and 3 errors generated.configure:7418: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| /* end confdefs.h. */|| #include | #if (__STDC_VERSION__ >= 201112L) && !defined(__STDC_NO_ATOMICS__)| #include | #else| #error Atomics not available| #endif|| int| main ()| {|| uint64_t *p = (uint64_t *)0;| uint64_t x = 1;| volatile atomic_uint_least64_t *a = (volatile atomic_uint_least64_t *)p;| uint64_t r = atomic_fetch_add(a, x) + x;| return (r == 0);|| ;| return 0;| }configure:7426: result: noconfigure:7436: checking whether atomic(9) is compilableconfigure:7467: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:59:10: fatal error: 'machine/atomic.h' file not found#include ^1 error generated.configure:7467: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| /* end confdefs.h. */|| #include | #include | #include || int| main ()| {|| {| uint32_t x32 = 0;| volatile uint32_t *x32p = &x32;| atomic_fetchadd_32(x32p, 1);| }| {| unsigned long xlong = 0;| volatile unsigned long *xlongp = &xlong;| atomic_fetchadd_long(xlongp, 1);| }|| ;| return 0;| }configure:7475: result: noconfigure:7485: checking whether Darwin OSAtomic*() is compilableconfigure:7515: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:58:10: fatal error: 'libkern/OSAtomic.h' file not found#include ^1 error generated.configure:7515: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| /* end confdefs.h. */|| #include | #include || int| main ()| {|| {| int32_t x32 = 0;| volatile int32_t *x32p = &x32;| OSAtomicAdd32(1, x32p);| }| {| int64_t x64 = 0;| volatile int64_t *x64p = &x64;| OSAtomicAdd64(1, x64p);| }|| ;| return 0;| }configure:7523: result: noconfigure:7533: checking whether madvise(2) is compilableconfigure:7555: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5configure:7555: $? = 0configure:7563: result: yesconfigure:7576: checking whether to force 32-bit __sync_{add,sub}_and_fetch()configure:7604: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:72:51: error: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 is defined, no need to force#error __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 is defined, no need to force^1 error generated.configure:7604: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| #define JEMALLOC_HAVE_MADVISE| /* end confdefs.h. */|| #include || int| main ()| {|| #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4| {| uint32_t x32 = 0;| __sync_add_and_fetch(&x32, 42);| __sync_sub_and_fetch(&x32, 1);| }| #else| #error __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 is defined, no need to force| #endif|| ;| return 0;| }configure:7612: result: noconfigure:7621: checking whether to force 64-bit __sync_{add,sub}_and_fetch()configure:7649: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:72:51: error: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 is defined, no need to force#error __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 is defined, no need to force^1 error generated.configure:7649: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| #define JEMALLOC_HAVE_MADVISE| /* end confdefs.h. */|| #include || int| main ()| {|| #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8| {| uint64_t x64 = 0;| __sync_add_and_fetch(&x64, 42);| __sync_sub_and_fetch(&x64, 1);| }| #else| #error __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 is defined, no need to force| #endif|| ;| return 0;| }configure:7657: result: noconfigure:7668: checking for __builtin_clzconfigure:7693: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:65:61: warning: unused variable 'y' [-Wunused-variable]int y = __builtin_clz(x);^conftest.c:69:61: warning: unused variable 'y' [-Wunused-variable]int y = __builtin_clzl(x);^2 warnings generated.configure:7693: $? = 0configure:7701: result: yesconfigure:7711: checking whether Darwin OSSpin*() is compilableconfigure:7734: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5conftest.c:60:10: fatal error: 'libkern/OSAtomic.h' file not found#include ^1 error generated.configure:7734: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| #define JEMALLOC_HAVE_MADVISE| #define JEMALLOC_HAVE_BUILTIN_CLZ| /* end confdefs.h. */|| #include | #include || int| main ()| {|| OSSpinLock lock = 0;| OSSpinLockLock(&lock);| OSSpinLockUnlock(&lock);|| ;| return 0;| }configure:7742: result: noconfigure:7929: checking whether glibc malloc hook is compilableconfigure:7956: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5configure:7956: $? = 0configure:7964: result: yesconfigure:7973: checking whether glibc memalign hook is compilableconfigure:7996: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5configure:7996: $? = 0configure:8004: result: yesconfigure:8013: checking whether pthreads adaptive mutexes is compilableconfigure:8036: clang -o conftest -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5configure:8036: $? = 0configure:8044: result: yesconfigure:8052: checking for stdbool.h that conforms to C99configure:8119: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c >&5conftest.c:111:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]bool e = &s;~ ^conftest.c:115: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:115: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:115: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:115: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:115: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:115: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:115: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:115: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:116:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]~^conftest.c:116:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]~^conftest.c:116:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]~^12 warnings generated.configure:8119: $? = 0configure:8126: result: yesconfigure:8128: checking for _Boolconfigure:8128: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c >&5configure:8128: $? = 0configure:8128: clang -c -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden -D_GNU_SOURCE -D_REENTRANT conftest.c >&5conftest.c:98:20: error: expected expressionif (sizeof ((_Bool)))^1 error generated.configure:8128: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_VOID_P 8| #define LG_SIZEOF_PTR 3| #define SIZEOF_INT 4| #define LG_SIZEOF_INT 2| #define SIZEOF_LONG 8| #define LG_SIZEOF_LONG 3| #define SIZEOF_INTMAX_T 8| #define LG_SIZEOF_INTMAX_T 3| #define CPU_SPINWAIT __asm__ volatile("pause")| #define JEMALLOC_HAS_ALLOCA_H 1| #define JEMALLOC_PURGE_MADVISE_DONTNEED| #define JEMALLOC_THREADED_INIT| #define JEMALLOC_USE_CXX_THROW| #define HAVE_MALLOC_H 1| #define JEMALLOC_USABLE_SIZE_CONST| #define JEMALLOC_HAVE_ATTR| #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF| #define JEMALLOC_OVERRIDE_MEMALIGN| #define JEMALLOC_OVERRIDE_VALLOC| #define JEMALLOC_PREFIX "je_"| #define JEMALLOC_CPREFIX "JE_"| #define JEMALLOC_PRIVATE_NAMESPACE je_| #define JEMALLOC_CC_SILENCE| #define JEMALLOC_STATS| #define JEMALLOC_TCACHE| #define JEMALLOC_MAPS_COALESCE| #define JEMALLOC_DSS| #define JEMALLOC_FILL| #define JEMALLOC_CACHE_OBLIVIOUS| #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl| #define JEMALLOC_INTERNAL_FFS __builtin_ffs| #define LG_TINY_MIN 3| #define LG_QUANTUM 3| #define LG_PAGE 12| #define HAVE_PTHREAD_H 1| #define JEMALLOC_HAVE_SECURE_GETENV| #define JEMALLOC_TLS| #define JEMALLOC_HAVE_MADVISE| #define JEMALLOC_HAVE_BUILTIN_CLZ| #define JEMALLOC_GLIBC_MALLOC_HOOK| #define JEMALLOC_GLIBC_MEMALIGN_HOOK| #define JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP| /* 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:8128: result: yesconfigure:8295: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 8ae543fa2222config.status:1009: creating Makefileconfig.status:1009: creating jemalloc.pcconfig.status:1009: creating doc/html.xslconfig.status:1009: creating doc/manpages.xslconfig.status:1009: creating doc/jemalloc.xmlconfig.status:1009: creating include/jemalloc/jemalloc_macros.hconfig.status:1009: creating include/jemalloc/jemalloc_protos.hconfig.status:1009: creating include/jemalloc/jemalloc_typedefs.hconfig.status:1009: creating include/jemalloc/internal/jemalloc_internal.hconfig.status:1009: creating test/test.shconfig.status:1009: creating test/include/test/jemalloc_test.hconfig.status:1009: creating config.stampconfig.status:1009: creating bin/jemalloc-configconfig.status:1009: creating bin/jemalloc.shconfig.status:1009: creating bin/jeprofconfig.status:1009: creating include/jemalloc/jemalloc_defs.hconfig.status:1009: creating include/jemalloc/internal/jemalloc_internal_defs.hconfig.status:1009: creating test/include/test/jemalloc_test_defs.hconfig.status:1198: executing include/jemalloc/internal/private_namespace.h commandsconfig.status:1198: executing include/jemalloc/internal/private_unnamespace.h commandsconfig.status:1198: executing include/jemalloc/internal/public_symbols.txt commandsconfig.status:1198: executing include/jemalloc/internal/public_namespace.h commandsconfig.status:1198: executing include/jemalloc/internal/public_unnamespace.h commandsconfig.status:1198: executing include/jemalloc/internal/size_classes.h commandsconfig.status:1198: executing include/jemalloc/jemalloc_protos_jet.h commandsconfig.status:1198: executing include/jemalloc/jemalloc_rename.h commandsconfig.status:1198: executing include/jemalloc/jemalloc_mangle.h commandsconfig.status:1198: executing include/jemalloc/jemalloc_mangle_jet.h commandsconfig.status:1198: executing include/jemalloc/jemalloc.h commandsconfigure:9599: result: ===============================================================================configure:9601: result: jemalloc version : 4.0.3-0-ge9192eacf8935e29fc62fddc2701f7942b1cc02cconfigure:9603: result: library revision : 2configure:9605: result:configure:9607: result: CONFIG : --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS= CC=clang CPPFLAGS=configure:9609: result: CC : clangconfigure:9611: result: CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hiddenconfigure:9613: result: CPPFLAGS : -D_GNU_SOURCE -D_REENTRANTconfigure:9615: result: LDFLAGS :configure:9617: result: EXTRA_LDFLAGS :configure:9619: result: LIBS : -lpthreadconfigure:9621: result: TESTLIBS :configure:9623: result: RPATH_EXTRA :configure:9625: result:configure:9627: result: XSLTPROC : /usr/bin/xsltprocconfigure:9629: result: XSLROOT :configure:9631: result:configure:9633: result: PREFIX : /usr/localconfigure:9635: result: BINDIR : /usr/local/binconfigure:9637: result: DATADIR : /usr/local/shareconfigure:9639: result: INCLUDEDIR : /usr/local/includeconfigure:9641: result: LIBDIR : /usr/local/libconfigure:9643: result: MANDIR : /usr/local/share/manconfigure:9645: result:configure:9647: result: srcroot :configure:9649: result: abs_srcroot : /tmp/redis/src/redis-3.2.1/deps/jemalloc/configure:9651: result: objroot :configure:9653: result: abs_objroot : /tmp/redis/src/redis-3.2.1/deps/jemalloc/configure:9655: result:configure:9657: result: JEMALLOC_PREFIX : je_configure:9659: result: JEMALLOC_PRIVATE_NAMESPACEconfigure:9661: result: : je_configure:9663: result: install_suffix :configure:9665: result: autogen : 0configure:9667: result: cc-silence : 1configure:9669: result: debug : 0configure:9671: result: code-coverage : 0configure:9673: result: stats : 1configure:9675: result: prof : 0configure:9677: result: prof-libunwind : 0configure:9679: result: prof-libgcc : 0configure:9681: result: prof-gcc : 0configure:9683: result: tcache : 1configure:9685: result: fill : 1configure:9687: result: utrace : 0configure:9689: result: valgrind : 0configure:9691: result: xmalloc : 0configure:9693: result: munmap : 0configure:9695: result: lazy_lock : 0configure:9697: result: tls : 1configure:9699: result: cache-oblivious : 1configure:9701: result: ===============================================================================## ---------------- #### Cache variables. #### ---------------- ##ac_cv_big_endian=0ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_bigendian=noac_cv_c_compiler_gnu=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value='-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops 'ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_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=ac_cv_env_host_alias_value=ac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func__malloc_thread_cleanup=noac_cv_func__pthread_mutex_init_calloc_cb=noac_cv_func_issetugid=noac_cv_func_memalign=yesac_cv_func_sbrk=yesac_cv_func_secure_getenv=yesac_cv_func_valloc=yesac_cv_header_inttypes_h=yesac_cv_header_malloc_h=yesac_cv_header_memory_h=yesac_cv_header_pthread_h=yesac_cv_header_stdbool_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_lib_pthread_pthread_create=yesac_cv_objext=oac_cv_path_AUTOCONF=/usr/bin/autoconfac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_LD=/usr/bin/ldac_cv_path_XSLTPROC=/usr/bin/xsltprocac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CPP='clang -E'ac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_CC=clangac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_search_clock_gettime='none required'ac_cv_sizeof_int=4ac_cv_sizeof_intmax_t=8ac_cv_sizeof_long=8ac_cv_sizeof_void_p=8ac_cv_type__Bool=yesje_cv_alloc_size=noje_cv_atomic9=noje_cv_attribute=yesje_cv_builtin_clz=yesje_cv_c11atomics=noje_cv_cflags_appended=-Werrorje_cv_format_gnu_printf=noje_cv_format_printf=yesje_cv_gcc_builtin_ffsl=yesje_cv_glibc_malloc_hook=yesje_cv_glibc_memalign_hook=yesje_cv_lg_page=12je_cv_madvise=yesje_cv_osatomic=noje_cv_osspin=noje_cv_pause=yesje_cv_pthread_mutex_adaptive_np=yesje_cv_sync_compare_and_swap_4=noje_cv_sync_compare_and_swap_8=noje_cv_tls_model=yesje_cv_utrace=noje_cv_valgrind=no## ----------------- #### Output variables. #### ----------------- ##AR='ar'ARFLAGS='crus'AROUT=' $@'AUTOCONF='/usr/bin/autoconf'BINDIR='/usr/local/bin'CC='clang'CC_MM='1'CFLAGS='-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden'CONFIG='--with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence '\''CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops '\'' LDFLAGS= CC=clang CPPFLAGS='CPP='clang -E'CPPFLAGS=' -D_GNU_SOURCE -D_REENTRANT'CTARGET='-o $@'DATADIR='/usr/local/share'DEFS='-DHAVE_CONFIG_H'DSO_LDFLAGS='-shared -Wl,-soname,$(@F)'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/bin/grep -E'EXEEXT=''EXTRA_LDFLAGS=''GREP='/usr/bin/grep'INCLUDEDIR='/usr/local/include'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'JEMALLOC_CPREFIX='JE_'LD='/usr/bin/ld'LDFLAGS=''LDTARGET='-o $@'LD_PRELOAD_VAR='LD_PRELOAD'LIBDIR='/usr/local/lib'LIBOBJS=''LIBS=' -lpthread'LTLIBOBJS=''MANDIR='/usr/local/share/man'MKLIB=''OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATH_SEPARATOR=':'PIC_CFLAGS='-fPIC -DPIC'PREFIX='/usr/local'RANLIB='ranlib'RPATH='-Wl,-rpath,$(1)'RPATH_EXTRA=''SHELL='/bin/sh'SOREV='so.2'TESTLIBS=''XSLROOT=''XSLTPROC='/usr/bin/xsltproc'a='a'abi='elf'abs_objroot='/tmp/redis/src/redis-3.2.1/deps/jemalloc/'abs_srcroot='/tmp/redis/src/redis-3.2.1/deps/jemalloc/'ac_ct_CC='clang'bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'cfghdrs_in='include/jemalloc/jemalloc_defs.h.in include/jemalloc/internal/jemalloc_internal_defs.h.in include/jemalloc/internal/private_namespace.sh include/jemalloc/internal/private_unnamespace.sh include/jemalloc/internal/private_symbols.txt include/jemalloc/internal/public_namespace.sh include/jemalloc/internal/public_unnamespace.sh include/jemalloc/internal/size_classes.sh include/jemalloc/jemalloc_rename.sh include/jemalloc/jemalloc_mangle.sh include/jemalloc/jemalloc.sh test/include/test/jemalloc_test_defs.h.in'cfghdrs_out='include/jemalloc/jemalloc_defs.h include/jemalloc/jemalloc.h include/jemalloc/internal/private_namespace.h include/jemalloc/internal/private_unnamespace.h include/jemalloc/internal/public_symbols.txt include/jemalloc/internal/public_namespace.h include/jemalloc/internal/public_unnamespace.h include/jemalloc/internal/size_classes.h include/jemalloc/jemalloc_protos_jet.h include/jemalloc/jemalloc_rename.h include/jemalloc/jemalloc_mangle.h include/jemalloc/jemalloc_mangle_jet.h include/jemalloc/internal/jemalloc_internal_defs.h test/include/test/jemalloc_test_defs.h'cfgoutputs_in='Makefile.in jemalloc.pc.in doc/html.xsl.in doc/manpages.xsl.in doc/jemalloc.xml.in include/jemalloc/jemalloc_macros.h.in include/jemalloc/jemalloc_protos.h.in include/jemalloc/jemalloc_typedefs.h.in include/jemalloc/internal/jemalloc_internal.h.in test/test.sh.in test/include/test/jemalloc_test.h.in'cfgoutputs_out='Makefile jemalloc.pc doc/html.xsl doc/manpages.xsl doc/jemalloc.xml include/jemalloc/jemalloc_macros.h include/jemalloc/jemalloc_protos.h include/jemalloc/jemalloc_typedefs.h include/jemalloc/internal/jemalloc_internal.h test/test.sh test/include/test/jemalloc_test.h'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'enable_autogen='0'enable_cache_oblivious='1'enable_code_coverage='0'enable_debug='0'enable_fill='1'enable_lazy_lock='0'enable_munmap='0'enable_prof='0'enable_stats='1'enable_tcache='1'enable_tls='1'enable_utrace='0'enable_valgrind='0'enable_xmalloc='0'enable_zone_allocator=''exe=''exec_prefix='/usr/local'host='x86_64-unknown-linux-gnu'host_alias=''host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'htmldir='${docdir}'importlib='so'includedir='${prefix}/include'infodir='${datarootdir}/info'install_suffix=''je_='je_'jemalloc_version='4.0.3-0-ge9192eacf8935e29fc62fddc2701f7942b1cc02c'jemalloc_version_bugfix='3'jemalloc_version_gid='e9192eacf8935e29fc62fddc2701f7942b1cc02c'jemalloc_version_major='4'jemalloc_version_minor='0'jemalloc_version_nrev='0'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'libprefix='lib'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'o='o'objroot=''oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr/local'private_namespace='je_'program_transform_name='s,x,x,'psdir='${docdir}'rev='2'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'so='so'srcroot=''sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#define 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 SIZEOF_VOID_P 8#define LG_SIZEOF_PTR 3#define SIZEOF_INT 4#define LG_SIZEOF_INT 2#define SIZEOF_LONG 8#define LG_SIZEOF_LONG 3#define SIZEOF_INTMAX_T 8#define LG_SIZEOF_INTMAX_T 3#define CPU_SPINWAIT __asm__ volatile("pause")#define JEMALLOC_HAS_ALLOCA_H 1#define JEMALLOC_PURGE_MADVISE_DONTNEED#define JEMALLOC_THREADED_INIT#define JEMALLOC_USE_CXX_THROW#define HAVE_MALLOC_H 1#define JEMALLOC_USABLE_SIZE_CONST#define JEMALLOC_HAVE_ATTR#define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))#define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF#define JEMALLOC_OVERRIDE_MEMALIGN#define JEMALLOC_OVERRIDE_VALLOC#define JEMALLOC_PREFIX "je_"#define JEMALLOC_CPREFIX "JE_"#define JEMALLOC_PRIVATE_NAMESPACE je_#define JEMALLOC_CC_SILENCE#define JEMALLOC_STATS#define JEMALLOC_TCACHE#define JEMALLOC_MAPS_COALESCE#define JEMALLOC_DSS#define JEMALLOC_FILL#define JEMALLOC_CACHE_OBLIVIOUS#define JEMALLOC_INTERNAL_FFSL __builtin_ffsl#define JEMALLOC_INTERNAL_FFS __builtin_ffs#define LG_TINY_MIN 3#define LG_QUANTUM 3#define LG_PAGE 12#define HAVE_PTHREAD_H 1#define JEMALLOC_HAVE_SECURE_GETENV#define JEMALLOC_TLS#define JEMALLOC_HAVE_MADVISE#define JEMALLOC_HAVE_BUILTIN_CLZ#define JEMALLOC_GLIBC_MALLOC_HOOK#define JEMALLOC_GLIBC_MEMALIGN_HOOK#define JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP#define HAVE__BOOL 1#define HAVE_STDBOOL_H 1configure: exit 0