Build of jemalloc with clang_glibc toolchain

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

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

SLOCLanguage
35,243 ansic
8,258 perl
3,628 sh
421 makefile
95 cpp
47,645 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: jemalloc 4.2.1-1 (Thu Apr 13 17:52:27 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for xsltproc... /usr/bin/xsltproc
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether compiler supports -std=gnu99... yes
# checking whether compiler supports -Wall... yes
# checking whether compiler supports -Werror=declaration-after-statement... yes
# checking whether compiler supports -Wshorten-64-to-32... yes
# checking whether compiler supports -Wsign-compare... yes
# checking whether compiler supports -pipe... yes
# checking whether compiler supports -g3... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether byte ordering is bigendian... no
# checking size of void *... 8
# checking size of int... 4
# checking size of long... 8
# checking size of long long... 8
# checking size of intmax_t... 8
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether pause instruction is compilable... yes
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking whether malloc_usable_size definition can use const argument... no
# checking whether __attribute__ syntax is compilable... yes
# checking whether compiler supports -fvisibility=hidden... yes
# checking whether compiler supports -Werror... yes
# checking whether tls_model attribute is compilable... yes
# checking whether compiler supports -Werror... yes
# checking whether alloc_size attribute is compilable... no
# checking whether compiler supports -Werror... yes
# checking whether format(gnu_printf, ...) attribute is compilable... no
# checking whether compiler supports -Werror... yes
# checking whether format(printf, ...) attribute is compilable... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for ld... /usr/bin/ld
# checking for autoconf... /usr/bin/autoconf
# checking for memalign... yes
# checking for valloc... yes
# checking whether compiler supports -O3... yes
# checking whether compiler supports -funroll-loops... yes
# checking configured backtracing method... N/A
# checking for sbrk... yes
# checking whether utrace(2) is compilable... no
# checking whether valgrind is compilable... no
# checking whether a program using __builtin_ffsl is compilable... yes
# checking LG_PAGE... 12
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_create in -lpthread... yes
# checking for library containing clock_gettime... none required
# checking for secure_getenv... yes
# checking for issetugid... no
# checking for _malloc_thread_cleanup... no
# checking for _pthread_mutex_init_calloc_cb... no
# checking for TLS... yes
# checking whether C11 atomics is compilable... no
# checking whether atomic(9) is compilable... no
# checking whether Darwin OSAtomic*() is compilable... no
# checking whether madvise(2) is compilable... yes
# checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
# checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
# checking for __builtin_clz... yes
# checking whether Darwin OSSpin*() is compilable... no
# checking whether glibc malloc hook is compilable... yes
# checking whether glibc memalign hook is compilable... yes
# checking whether pthreads adaptive mutexes is compilable... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating jemalloc.pc
# config.status: creating doc/html.xsl
# config.status: creating doc/manpages.xsl
# config.status: creating doc/jemalloc.xml
# config.status: creating include/jemalloc/jemalloc_macros.h
# config.status: creating include/jemalloc/jemalloc_protos.h
# config.status: creating include/jemalloc/jemalloc_typedefs.h
# config.status: creating include/jemalloc/internal/jemalloc_internal.h
# config.status: creating test/test.sh
# config.status: creating test/include/test/jemalloc_test.h
# config.status: creating config.stamp
# config.status: creating bin/jemalloc-config
# config.status: creating bin/jemalloc.sh
# config.status: creating bin/jeprof
# config.status: creating include/jemalloc/jemalloc_defs.h
# config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
# config.status: creating test/include/test/jemalloc_test_defs.h
# config.status: executing include/jemalloc/internal/private_namespace.h commands
# config.status: executing include/jemalloc/internal/private_unnamespace.h commands
# config.status: executing include/jemalloc/internal/public_symbols.txt commands
# config.status: executing include/jemalloc/internal/public_namespace.h commands
# config.status: executing include/jemalloc/internal/public_unnamespace.h commands
# config.status: executing include/jemalloc/internal/size_classes.h commands
# config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
# config.status: executing include/jemalloc/jemalloc_rename.h commands
# config.status: executing include/jemalloc/jemalloc_mangle.h commands
# config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
# config.status: executing include/jemalloc/jemalloc.h commands
# ===============================================================================
# jemalloc version : 4.2.1-0-g3de035335255d553bdb344c32ffdb603816195d8
# library revision : 2
#
# CONFIG : --host=x86_64-unknown-linux --prefix=/usr host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS=
# CC : clang
# CFLAGS : -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
# CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
# LDFLAGS :
# EXTRA_LDFLAGS :
# LIBS : -lpthread
# RPATH_EXTRA :
#
# XSLTPROC : /usr/bin/xsltproc
# XSLROOT :
#
# PREFIX : /usr
# BINDIR : /usr/bin
# DATADIR : /usr/share
# INCLUDEDIR : /usr/include
# LIBDIR : /usr/lib
# MANDIR : /usr/share/man
#
# srcroot :
# abs_srcroot : /tmp/jemalloc/src/jemalloc-4.2.1/
# objroot :
# abs_objroot : /tmp/jemalloc/src/jemalloc-4.2.1/
#
# JEMALLOC_PREFIX :
# JEMALLOC_PRIVATE_NAMESPACE
# : je_
# install_suffix :
# malloc_conf :
# autogen : 0
# cc-silence : 1
# debug : 0
# code-coverage : 0
# stats : 1
# prof : 0
# prof-libunwind : 0
# prof-libgcc : 0
# prof-gcc : 0
# tcache : 1
# fill : 1
# utrace : 0
# valgrind : 0
# xmalloc : 0
# munmap : 0
# lazy_lock : 0
# tls : 1
# cache-oblivious : 1
# ===============================================================================
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.pic.o src/prng.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c
# clang -shared -Wl,-soname,libjemalloc.so.2 -o lib/libjemalloc.so.2 src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o -lpthread
# ln -sf libjemalloc.so.2 lib/libjemalloc.so
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c
# clang -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c
# ar 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/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -d /tmp/jemalloc/pkg/jemalloc/usr/bin
# install -m 755 bin/jemalloc-config /tmp/jemalloc/pkg/jemalloc/usr/bin
# install -m 755 bin/jemalloc.sh /tmp/jemalloc/pkg/jemalloc/usr/bin
# install -m 755 bin/jeprof /tmp/jemalloc/pkg/jemalloc/usr/bin
# install -d /tmp/jemalloc/pkg/jemalloc/usr/include/jemalloc
# install -m 644 include/jemalloc/jemalloc.h /tmp/jemalloc/pkg/jemalloc/usr/include/jemalloc
# install -d /tmp/jemalloc/pkg/jemalloc/usr/lib
# install -m 755 lib/libjemalloc.so.2 /tmp/jemalloc/pkg/jemalloc/usr/lib
# ln -sf libjemalloc.so.2 /tmp/jemalloc/pkg/jemalloc/usr/lib/libjemalloc.so
# install -d /tmp/jemalloc/pkg/jemalloc/usr/lib
# install -m 755 lib/libjemalloc.a /tmp/jemalloc/pkg/jemalloc/usr/lib
# install -m 755 lib/libjemalloc_pic.a /tmp/jemalloc/pkg/jemalloc/usr/lib
# install -d /tmp/jemalloc/pkg/jemalloc/usr/lib/pkgconfig
# install -m 644 jemalloc.pc /tmp/jemalloc/pkg/jemalloc/usr/lib/pkgconfig
# install -d /tmp/jemalloc/pkg/jemalloc/usr/share/doc/jemalloc
# install -m 644 doc/jemalloc.html /tmp/jemalloc/pkg/jemalloc/usr/share/doc/jemalloc
# install -d /tmp/jemalloc/pkg/jemalloc/usr/share/man/man3
# install -m 644 doc/jemalloc.3 /tmp/jemalloc/pkg/jemalloc/usr/share/man/man3
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "jemalloc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: jemalloc 4.2.1-1 (Thu Apr 13 17:53:39 UTC 2017)

CMD: pacman --query --file jemalloc-4.2.1-1-x86_64.pkg.tar.xz
# jemalloc 4.2.1-1

Creating hybrid package for 'jemalloc'

Trying to find vanilla package 'jemalloc'...

CMD: pacman --query --file /mirror/jemalloc-4.2.1-1.pkg.tar.xz
# jemalloc 4.2.1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/jemalloc-config
# /usr/bin/jemalloc.sh
# /usr/bin/jeprof
# /usr/include/jemalloc/jemalloc.h
# /usr/lib/libjemalloc.so
# /usr/lib/libjemalloc.so.2
# /usr/lib/libjemalloc_pic.a
# /usr/lib/pkgconfig/jemalloc.pc
# /usr/share/doc/jemalloc/jemalloc.html
# /usr/share/man/man3/jemalloc.3.gz
# /usr/share/licenses/jemalloc/COPYING
# /sysroot/usr/lib/libjemalloc.so.2
# /sysroot/usr/lib/libjemalloc.so
# /sysroot/usr/lib/libjemalloc.a
# /sysroot/usr/lib/libjemalloc_pic.a
# /sysroot/usr/lib/pkgconfig/jemalloc.pc
# /sysroot/usr/include/jemalloc/jemalloc.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/jemalloc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/jemalloc.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/jemalloc/src/jemalloc-4.2.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a96476a46ada
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2587: checking for xsltproc
# configure:2605: found /usr/bin/xsltproc
# configure:2618: result: /usr/bin/xsltproc
# configure:2659: checking for x86_64-unknown-linux-gcc
# configure:2686: result: clang
# configure:2955: checking for C compiler version
# configure:2964: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2975: $? = 0
# configure:2964: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2975: $? = 0
# configure:2964: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2975: $? = 1
# configure:2964: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2975: $? = 1
# configure:2995: checking whether the C compiler works
# configure:3017: clang conftest.c >&5
# configure:3021: $? = 0
# configure:3069: result: yes
# configure:3072: checking for C compiler default output file name
# configure:3074: result: a.out
# configure:3080: checking for suffix of executables
# configure:3087: clang -o conftest conftest.c >&5
# configure:3091: $? = 0
# configure:3113: result:
# configure:3135: checking whether we are cross compiling
# configure:3143: clang -o conftest conftest.c >&5
# configure:3147: $? = 0
# configure:3154: ./conftest
# configure:3158: $? = 0
# configure:3173: result: no
# configure:3178: checking for suffix of object files
# configure:3200: clang -c conftest.c >&5
# configure:3204: $? = 0
# configure:3225: result: o
# configure:3229: checking whether we are using the GNU C compiler
# configure:3248: clang -c conftest.c >&5
# configure:3248: $? = 0
# configure:3257: result: yes
# configure:3266: checking whether clang accepts -g
# configure:3286: clang -c -g conftest.c >&5
# configure:3286: $? = 0
# configure:3327: result: yes
# configure:3344: checking for clang option to accept ISO C89
# configure:3407: clang -c conftest.c >&5
# configure:3407: $? = 0
# configure:3420: result: none needed
# configure:3477: checking whether compiler supports -std=gnu99
# configure:3499: clang -c -std=gnu99 conftest.c >&5
# configure:3499: $? = 0
# configure:3501: result: yes
# configure:3519: checking whether compiler supports -Wall
# configure:3541: clang -c -std=gnu99 -Wall conftest.c >&5
# configure:3541: $? = 0
# configure:3543: result: yes
# configure:3555: checking whether compiler supports -Werror=declaration-after-statement
# configure:3577: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement conftest.c >&5
# configure:3577: $? = 0
# configure:3579: result: yes
# configure:3591: checking whether compiler supports -Wshorten-64-to-32
# configure:3613: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 conftest.c >&5
# configure:3613: $? = 0
# configure:3615: result: yes
# configure:3627: checking whether compiler supports -Wsign-compare
# configure:3649: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare conftest.c >&5
# configure:3649: $? = 0
# configure:3651: result: yes
# configure:3663: checking whether compiler supports -pipe
# configure:3685: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe conftest.c >&5
# configure:3685: $? = 0
# configure:3687: result: yes
# configure:3699: checking whether compiler supports -g3
# configure:3721: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:3721: $? = 0
# configure:3723: result: yes
# configure:3926: checking how to run the C preprocessor
# configure:3957: clang -E conftest.c
# configure:3957: $? = 0
# configure:3971: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3971: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | /* end confdefs.h. */
# | #include
# configure:3996: result: clang -E
# configure:4016: clang -E conftest.c
# configure:4016: $? = 0
# configure:4030: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4030: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | /* end confdefs.h. */
# | #include
# configure:4060: checking for grep that handles long lines and -e
# configure:4118: result: /usr/bin/grep
# configure:4123: checking for egrep
# configure:4185: result: /usr/bin/grep -E
# configure:4190: checking for ANSI C header files
# configure:4210: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4210: $? = 0
# configure:4283: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4283: $? = 0
# configure:4283: ./conftest
# configure:4283: $? = 0
# configure:4294: result: yes
# configure:4307: checking for sys/types.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for sys/stat.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for stdlib.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for string.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for memory.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for strings.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for inttypes.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for stdint.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4307: checking for unistd.h
# configure:4307: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4307: $? = 0
# configure:4307: result: yes
# configure:4319: checking whether byte ordering is bigendian
# configure:4334: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# conftest.c:21:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:21:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:4334: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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:4379: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4379: $? = 0
# configure:4397: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# conftest.c:27:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:4397: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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:4525: result: no
# configure:4562: checking size of void *
# configure:4567: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4567: $? = 0
# configure:4567: ./conftest
# configure:4567: $? = 0
# configure:4581: result: 8
# configure:4608: checking size of int
# configure:4613: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4613: $? = 0
# configure:4613: ./conftest
# configure:4613: $? = 0
# configure:4627: result: 4
# configure:4653: checking size of long
# configure:4658: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4658: $? = 0
# configure:4658: ./conftest
# configure:4658: $? = 0
# configure:4672: result: 8
# configure:4698: checking size of long long
# configure:4703: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4703: $? = 0
# configure:4703: ./conftest
# configure:4703: $? = 0
# configure:4717: result: 8
# configure:4743: checking size of intmax_t
# configure:4748: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4748: $? = 0
# configure:4748: ./conftest
# configure:4748: $? = 0
# configure:4762: result: 8
# configure:4790: checking build system type
# configure:4804: result: x86_64-unknown-linux-gnu
# configure:4824: checking host system type
# configure:4837: result: x86_64-unknown-linux-gnu
# configure:4902: checking whether pause instruction is compilable
# configure:4918: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 conftest.c >&5
# configure:4918: $? = 0
# configure:4926: result: yes
# configure:4974: checking for x86_64-unknown-linux-ar
# configure:5004: result: no
# configure:5014: checking for ar
# configure:5030: found /usr/bin/ar
# configure:5041: result: ar
# configure:5208: checking malloc.h usability
# configure:5208: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -D_GNU_SOURCE conftest.c >&5
# configure:5208: $? = 0
# configure:5208: result: yes
# configure:5208: checking malloc.h presence
# configure:5208: clang -E -D_GNU_SOURCE conftest.c
# configure:5208: $? = 0
# configure:5208: result: yes
# configure:5208: checking for malloc.h
# configure:5208: result: yes
# configure:5214: checking whether malloc_usable_size definition can use const argument
# configure:5230: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -D_GNU_SOURCE conftest.c >&5
# conftest.c:39: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 here
# extern size_t malloc_usable_size (void *__ptr) __THROW;
# ^
# 1 error generated.
# configure:5230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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:5238: result: no
# configure:5273: checking whether __attribute__ syntax is compilable
# configure:5289: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -D_GNU_SOURCE conftest.c >&5
# configure:5289: $? = 0
# configure:5297: result: yes
# configure:5305: checking whether compiler supports -fvisibility=hidden
# configure:5327: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
# configure:5327: $? = 0
# configure:5329: result: yes
# configure:5344: checking whether compiler supports -Werror
# configure:5366: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# configure:5366: $? = 0
# configure:5368: result: yes
# configure:5380: checking whether tls_model attribute is compilable
# configure:5398: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# configure:5398: $? = 0
# configure:5406: result: yes
# configure:5419: checking whether compiler supports -Werror
# configure:5441: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# configure:5441: $? = 0
# configure:5443: result: yes
# configure:5455: checking whether alloc_size attribute is compilable
# configure:5471: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# conftest.c:44:39: error: unknown attribute 'alloc_size' ignored [-Werror,-Wunknown-attributes]
# void *foo(size_t size) __attribute__((alloc_size(1)));
# ^
# 1 error generated.
# configure:5471: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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:5479: result: no
# configure:5489: checking whether compiler supports -Werror
# configure:5511: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# configure:5511: $? = 0
# configure:5513: result: yes
# configure:5525: checking whether format(gnu_printf, ...) attribute is compilable
# configure:5541: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# conftest.c:44: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:5541: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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:5549: result: no
# configure:5559: checking whether compiler supports -Werror
# configure:5581: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# configure:5581: $? = 0
# configure:5583: result: yes
# configure:5595: checking whether format(printf, ...) attribute is compilable
# configure:5611: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -Werror -D_GNU_SOURCE conftest.c >&5
# configure:5611: $? = 0
# configure:5619: result: yes
# configure:5672: checking for a BSD-compatible install
# configure:5740: result: /usr/bin/install -c
# configure:5754: checking for x86_64-unknown-linux-ranlib
# configure:5784: result: no
# configure:5794: checking for ranlib
# configure:5810: found /usr/bin/ranlib
# configure:5821: result: ranlib
# configure:5845: checking for ld
# configure:5863: found /usr/bin/ld
# configure:5876: result: /usr/bin/ld
# configure:5886: checking for autoconf
# configure:5904: found /usr/bin/autoconf
# configure:5917: result: /usr/bin/autoconf
# configure:5928: checking for memalign
# configure:5928: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
# configure:5928: $? = 0
# configure:5928: result: yes
# configure:5935: checking for valloc
# configure:5935: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
# configure:5935: $? = 0
# configure:5935: result: yes
# configure:6266: checking whether compiler supports -O3
# configure:6288: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -D_GNU_SOURCE conftest.c >&5
# configure:6288: $? = 0
# configure:6290: result: yes
# configure:6302: checking whether compiler supports -funroll-loops
# configure:6324: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# configure:6324: $? = 0
# configure:6326: result: yes
# configure:6692: checking configured backtracing method
# configure:6694: result: N/A
# configure:6750: checking for sbrk
# configure:6750: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# configure:6750: $? = 0
# configure:6750: result: yes
# configure:6805: checking whether utrace(2) is compilable
# configure:6829: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# conftest.c:56:10: fatal error: 'sys/ktrace.h' file not found
# #include
# ^
# 1 error generated.
# configure:6829: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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:6837: result: no
# configure:6864: checking whether valgrind is compilable
# configure:6887: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# conftest.c:52:10: fatal error: 'valgrind/valgrind.h' file not found
# #include
# ^
# 1 error generated.
# configure:6887: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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:6895: result: no
# configure:6947: checking whether a program using __builtin_ffsl is compilable
# configure:6972: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# configure:6972: $? = 0
# configure:6980: result: yes
# configure:7077: checking LG_PAGE
# configure:7128: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# conftest.c:77:14: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
# result = sysconf(_SC_PAGESIZE);
# ~ ^~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# configure:7128: $? = 0
# configure:7128: ./conftest
# configure:7128: $? = 0
# configure:7138: result: 12
# configure:7228: checking pthread.h usability
# configure:7228: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c >&5
# configure:7228: $? = 0
# configure:7228: result: yes
# configure:7228: checking pthread.h presence
# configure:7228: clang -E -D_GNU_SOURCE conftest.c
# configure:7228: $? = 0
# configure:7228: result: yes
# configure:7228: checking for pthread.h
# configure:7228: result: yes
# configure:7240: checking for pthread_create in -lpthread
# configure:7265: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE conftest.c -lpthread >&5
# configure:7265: $? = 0
# configure:7274: result: yes
# configure:7343: checking for library containing clock_gettime
# configure:7374: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:7374: $? = 0
# configure:7391: result: none required
# configure:7400: checking for secure_getenv
# configure:7400: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:7400: $? = 0
# configure:7400: result: yes
# configure:7413: checking for issetugid
# configure:7413: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-74856f.o: In function `main':
# /tmp/jemalloc/src/jemalloc-4.2.1/conftest.c:93: undefined reference to `issetugid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7413: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7413: result: no
# configure:7426: checking for _malloc_thread_cleanup
# configure:7426: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-9bc0fc.o: In function `main':
# /tmp/jemalloc/src/jemalloc-4.2.1/conftest.c:93: undefined reference to `_malloc_thread_cleanup'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7426: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7426: result: no
# configure:7440: checking for _pthread_mutex_init_calloc_cb
# configure:7440: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# /tmp/conftest-2f7264.o: In function `main':
# /tmp/jemalloc/src/jemalloc-4.2.1/conftest.c:93: 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:7440: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7440: result: no
# configure:7571: checking for TLS
# configure:7590: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:7590: $? = 0
# configure:7591: result: yes
# configure:7619: checking whether C11 atomics is compilable
# configure:7648: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:65:2: error: Atomics not available
# #error Atomics not available
# ^
# conftest.c:74: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 here
# typedef unsigned long int uint_least64_t;
# ^
# conftest.c:74: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 here
# typedef unsigned long int uint_least64_t;
# ^
# conftest.c:75: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:7648: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7656: result: no
# configure:7666: checking whether atomic(9) is compilable
# configure:7697: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:62:10: fatal error: 'machine/atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:7697: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7705: result: no
# configure:7715: checking whether Darwin OSAtomic*() is compilable
# configure:7745: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:61:10: fatal error: 'libkern/OSAtomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:7745: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7753: result: no
# configure:7763: checking whether madvise(2) is compilable
# configure:7785: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:7785: $? = 0
# configure:7793: result: yes
# configure:7806: checking whether to force 32-bit __sync_{add,sub}_and_fetch()
# configure:7834: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:75: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:7834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7842: result: no
# configure:7851: checking whether to force 64-bit __sync_{add,sub}_and_fetch()
# configure:7879: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:75: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:7879: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7887: result: no
# configure:7898: checking for __builtin_clz
# configure:7923: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:68:61: warning: unused variable 'y' [-Wunused-variable]
# int y = __builtin_clz(x);
# ^
# conftest.c:72:61: warning: unused variable 'y' [-Wunused-variable]
# int y = __builtin_clzl(x);
# ^
# 2 warnings generated.
# configure:7923: $? = 0
# configure:7931: result: yes
# configure:7941: checking whether Darwin OSSpin*() is compilable
# configure:7964: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# conftest.c:63:10: fatal error: 'libkern/OSAtomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:7964: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:7972: result: no
# configure:8159: checking whether glibc malloc hook is compilable
# configure:8186: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:8186: $? = 0
# configure:8194: result: yes
# configure:8203: checking whether glibc memalign hook is compilable
# configure:8226: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:8226: $? = 0
# configure:8234: result: yes
# configure:8243: checking whether pthreads adaptive mutexes is compilable
# configure:8266: clang -o conftest -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5
# configure:8266: $? = 0
# configure:8274: result: yes
# configure:8282: checking for stdbool.h that conforms to C99
# configure:8349: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# conftest.c:114:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:118: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:118: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:118: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:118: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:118: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:118: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:118: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:118: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:119:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:119:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:119:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:8349: $? = 0
# configure:8356: result: yes
# configure:8358: checking for _Bool
# configure:8358: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:8358: $? = 0
# configure:8358: clang -c -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# conftest.c:101:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:8358: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define JEMALLOC_HAS_RESTRICT 1
# | #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_LONG_LONG 8
# | #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# | #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_PRIVATE_NAMESPACE je_
# | #define JEMALLOC_CONFIG_MALLOC_CONF ""
# | #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_FFSLL __builtin_ffsll
# | #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# | #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# | #define LG_TINY_MIN 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:8358: result: yes
# configure:8525: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a96476a46ada
#
# config.status:1011: creating Makefile
# config.status:1011: creating jemalloc.pc
# config.status:1011: creating doc/html.xsl
# config.status:1011: creating doc/manpages.xsl
# config.status:1011: creating doc/jemalloc.xml
# config.status:1011: creating include/jemalloc/jemalloc_macros.h
# config.status:1011: creating include/jemalloc/jemalloc_protos.h
# config.status:1011: creating include/jemalloc/jemalloc_typedefs.h
# config.status:1011: creating include/jemalloc/internal/jemalloc_internal.h
# config.status:1011: creating test/test.sh
# config.status:1011: creating test/include/test/jemalloc_test.h
# config.status:1011: creating config.stamp
# config.status:1011: creating bin/jemalloc-config
# config.status:1011: creating bin/jemalloc.sh
# config.status:1011: creating bin/jeprof
# config.status:1011: creating include/jemalloc/jemalloc_defs.h
# config.status:1011: creating include/jemalloc/internal/jemalloc_internal_defs.h
# config.status:1011: creating test/include/test/jemalloc_test_defs.h
# config.status:1200: executing include/jemalloc/internal/private_namespace.h commands
# config.status:1200: executing include/jemalloc/internal/private_unnamespace.h commands
# config.status:1200: executing include/jemalloc/internal/public_symbols.txt commands
# config.status:1200: executing include/jemalloc/internal/public_namespace.h commands
# config.status:1200: executing include/jemalloc/internal/public_unnamespace.h commands
# config.status:1200: executing include/jemalloc/internal/size_classes.h commands
# config.status:1200: executing include/jemalloc/jemalloc_protos_jet.h commands
# config.status:1200: executing include/jemalloc/jemalloc_rename.h commands
# config.status:1200: executing include/jemalloc/jemalloc_mangle.h commands
# config.status:1200: executing include/jemalloc/jemalloc_mangle_jet.h commands
# config.status:1200: executing include/jemalloc/jemalloc.h commands
# configure:9829: result: ===============================================================================
# configure:9831: result: jemalloc version : 4.2.1-0-g3de035335255d553bdb344c32ffdb603816195d8
# configure:9833: result: library revision : 2
# configure:9835: result:
# configure:9837: result: CONFIG : --host=x86_64-unknown-linux --prefix=/usr host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS=
# configure:9839: result: CC : clang
# configure:9841: result: CFLAGS : -std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
# configure:9843: result: CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
# configure:9845: result: LDFLAGS :
# configure:9847: result: EXTRA_LDFLAGS :
# configure:9849: result: LIBS : -lpthread
# configure:9851: result: RPATH_EXTRA :
# configure:9853: result:
# configure:9855: result: XSLTPROC : /usr/bin/xsltproc
# configure:9857: result: XSLROOT :
# configure:9859: result:
# configure:9861: result: PREFIX : /usr
# configure:9863: result: BINDIR : /usr/bin
# configure:9865: result: DATADIR : /usr/share
# configure:9867: result: INCLUDEDIR : /usr/include
# configure:9869: result: LIBDIR : /usr/lib
# configure:9871: result: MANDIR : /usr/share/man
# configure:9873: result:
# configure:9875: result: srcroot :
# configure:9877: result: abs_srcroot : /tmp/jemalloc/src/jemalloc-4.2.1/
# configure:9879: result: objroot :
# configure:9881: result: abs_objroot : /tmp/jemalloc/src/jemalloc-4.2.1/
# configure:9883: result:
# configure:9885: result: JEMALLOC_PREFIX :
# configure:9887: result: JEMALLOC_PRIVATE_NAMESPACE
# configure:9889: result: : je_
# configure:9891: result: install_suffix :
# configure:9893: result: malloc_conf :
# configure:9895: result: autogen : 0
# configure:9897: result: cc-silence : 1
# configure:9899: result: debug : 0
# configure:9901: result: code-coverage : 0
# configure:9903: result: stats : 1
# configure:9905: result: prof : 0
# configure:9907: result: prof-libunwind : 0
# configure:9909: result: prof-libgcc : 0
# configure:9911: result: prof-gcc : 0
# configure:9913: result: tcache : 1
# configure:9915: result: fill : 1
# configure:9917: result: utrace : 0
# configure:9919: result: valgrind : 0
# configure:9921: result: xmalloc : 0
# configure:9923: result: munmap : 0
# configure:9925: result: lazy_lock : 0
# configure:9927: result: tls : 1
# configure:9929: result: cache-oblivious : 1
# configure:9931: result: ===============================================================================
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_big_endian=0
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__malloc_thread_cleanup=no
# ac_cv_func__pthread_mutex_init_calloc_cb=no
# ac_cv_func_issetugid=no
# ac_cv_func_memalign=yes
# ac_cv_func_sbrk=yes
# ac_cv_func_secure_getenv=yes
# ac_cv_func_valloc=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_objext=o
# ac_cv_path_AUTOCONF=/usr/bin/autoconf
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_LD=/usr/bin/ld
# ac_cv_path_XSLTPROC=/usr/bin/xsltproc
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_sizeof_int=4
# ac_cv_sizeof_intmax_t=8
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_void_p=8
# ac_cv_type__Bool=yes
# je_cv_alloc_size=no
# je_cv_atomic9=no
# je_cv_attribute=yes
# je_cv_builtin_clz=yes
# je_cv_c11atomics=no
# je_cv_cflags_appended=-funroll-loops
# je_cv_format_gnu_printf=no
# je_cv_format_printf=yes
# je_cv_gcc_builtin_ffsl=yes
# je_cv_glibc_malloc_hook=yes
# je_cv_glibc_memalign_hook=yes
# je_cv_lg_page=12
# je_cv_madvise=yes
# je_cv_osatomic=no
# je_cv_osspin=no
# je_cv_pause=yes
# je_cv_pthread_mutex_adaptive_np=yes
# je_cv_sync_compare_and_swap_4=no
# je_cv_sync_compare_and_swap_8=no
# je_cv_tls_model=yes
# je_cv_utrace=no
# je_cv_valgrind=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# ARFLAGS='crus'
# AROUT=' $@'
# AUTOCONF='/usr/bin/autoconf'
# BINDIR='/usr/bin'
# CC='clang'
# CC_MM='1'
# CFLAGS='-std=gnu99 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops'
# CONFIG='--host=x86_64-unknown-linux --prefix=/usr host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS='
# CPP='clang -E'
# CPPFLAGS=' -D_GNU_SOURCE -D_REENTRANT'
# CTARGET='-o $@'
# DATADIR='/usr/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/include'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# JEMALLOC_CPREFIX=''
# LD='/usr/bin/ld'
# LDFLAGS=''
# LDTARGET='-o $@'
# LD_PRELOAD_VAR='LD_PRELOAD'
# LIBDIR='/usr/lib'
# LIBOBJS=''
# LIBS=' -lpthread'
# LTLIBOBJS=''
# MANDIR='/usr/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'
# RANLIB='ranlib'
# RPATH='-Wl,-rpath,$(1)'
# RPATH_EXTRA=''
# SHELL='/bin/sh'
# SOREV='so.2'
# XSLROOT=''
# XSLTPROC='/usr/bin/xsltproc'
# a='a'
# abi='elf'
# abs_objroot='/tmp/jemalloc/src/jemalloc-4.2.1/'
# abs_srcroot='/tmp/jemalloc/src/jemalloc-4.2.1/'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# 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'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# importlib='so'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_suffix=''
# je_='je_'
# jemalloc_version='4.2.1-0-g3de035335255d553bdb344c32ffdb603816195d8'
# jemalloc_version_bugfix='1'
# jemalloc_version_gid='3de035335255d553bdb344c32ffdb603816195d8'
# jemalloc_version_major='4'
# jemalloc_version_minor='2'
# 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'
# private_namespace='je_'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# rev='2'
# runstatedir='${localstatedir}/run'
# 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 JEMALLOC_HAS_RESTRICT 1
# #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_LONG_LONG 8
# #define LG_SIZEOF_LONG_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_PROC_SYS_VM_OVERCOMMIT_MEMORY
# #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_PRIVATE_NAMESPACE je_
# #define JEMALLOC_CONFIG_MALLOC_CONF ""
# #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_FFSLL __builtin_ffsll
# #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
# #define JEMALLOC_INTERNAL_FFS __builtin_ffs
# #define LG_TINY_MIN 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 1
#
# configure: exit 0