openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.81k stars 1.68k forks source link

OpenEthereum compiling features secretstore error jemalloc-sys v0.3.2 #11856

Open BronacusAmmon opened 4 years ago

BronacusAmmon commented 4 years ago

Trying to compile openethereum with feature secretstore (cargo build --features secretstore --release) gets stopped at error: failed to run custom build command for jemalloc-sys v0.3.2

thread 'main' panicked at 'command did not execute successfully: "make" "srcroot=../jemalloc/" "install_lib_static" "install_include" "-j" "8" expected success, got: exit code: 2'

I have make installed at version 4.1 so I don't understand why make is causing a panic

Below is the log file I'm trying to parse through for the cause 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

$ /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/configure --disable-cxx --with-jemalloc-prefix=rjem --with-private-namespace=rjem --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --prefix=/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out

---------

Platform.

---------

hostname = LAPTOP-LRIHET14 uname -m = x86_64 uname -r = 4.4.0-18362-Microsoft uname -s = Linux uname -v = #836-Microsoft Mon May 05 16:04:00 PST 2020

/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: /home/western/.cargo/bin PATH: /home/western/.cargo/bin PATH: /home/western/.local/bin PATH: /home/western/.cargo/bin PATH: /home/western/.local/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /mnt/c/Program Files (x86)/Common Files/Oracle/Java/javapath PATH: /mnt/c/WINDOWS/system32 PATH: /mnt/c/WINDOWS PATH: /mnt/c/WINDOWS/System32/Wbem PATH: /mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/ PATH: /mnt/c/Program Files/Java/jdk-10.0.1/bin PATH: /mnt/c/Program Files/Java/jre1.8.0_171/bin PATH: /mnt/c/WINDOWS/System32/OpenSSH/ PATH: /mnt/c/Program Files/Intel/WiFi/bin/ PATH: /mnt/c/Program Files/Common Files/Intel/WirelessCommon/ PATH: /mnt/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL PATH: /mnt/c/Program Files/Intel/Intel(R) Management Engine Components/DAL PATH: /mnt/c/Program Files/Git/cmd PATH: /mnt/c/HashiCorp/Vagrant/bin PATH: /mnt/c/Program Files (x86)/Brackets/command PATH: /mnt/c/Program Files/PuTTY/ PATH: /mnt/c/Program Files/dotnet/ PATH: /mnt/c/Program Files/Microsoft SQL Server/130/Tools/Binn/ PATH: /mnt/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/170/Tools/Binn/ PATH: /mnt/c/Program Files/MySQL/MySQL Shell 8.0/bin/ PATH: /mnt/c/Users/Western/AppData/Local/Microsoft/WindowsApps PATH: /mnt/c/Users/Western/AppData/Local/atom/bin PATH: /mnt/c/Users/Western/AppData/Local/Programs/Microsoft VS Code/bin PATH: /mnt/c/Users/Western/AppData/Local/atom/app-1.45.0 PATH: /mnt/c/Users/Western/AppData/Local/atom/bin PATH: /mnt/c/Users/Western/.dotnet/tools PATH: /mnt/c/Users/Western/AppData/Local/GitHubDesktop/bin PATH: /snap/bin

-----------

Core tests.

-----------

configure:2641: checking for xsltproc configure:2672: result: false configure:2713: checking for x86_64-unknown-linux-gnu-gcc configure:2740: result: cc configure:3009: checking for C compiler version configure:3018: cc --version >&5 cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3029: $? = 0 configure:3018: cc -v >&5 Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) configure:3029: $? = 0 configure:3018: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:3029: $? = 1 configure:3018: cc -qversion >&5 cc: error: unrecognized command line option '-qversion'; did you mean '--version'? cc: fatal error: no input files compilation terminated. configure:3029: $? = 1 configure:3049: checking whether the C compiler works configure:3071: cc -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3075: $? = 0 configure:3123: result: yes configure:3126: checking for C compiler default output file name configure:3128: result: a.out configure:3134: checking for suffix of executables configure:3141: cc -o conftest -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3145: $? = 0 configure:3167: result: configure:3189: checking whether we are cross compiling configure:3197: cc -o conftest -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3201: $? = 0 configure:3208: ./conftest configure:3212: $? = 0 configure:3227: result: no configure:3232: checking for suffix of object files configure:3254: cc -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3258: $? = 0 configure:3279: result: o configure:3283: checking whether we are using the GNU C compiler configure:3302: cc -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3302: $? = 0 configure:3311: result: yes configure:3320: checking whether cc accepts -g configure:3340: cc -c -g -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3340: $? = 0 configure:3381: result: yes configure:3398: checking for cc option to accept ISO C89 configure:3461: cc -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3461: $? = 0 configure:3474: result: none needed configure:3539: checking whether compiler is cray configure:3559: cc -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:15:11: error: expected '=', ',', ';', 'asm' or 'attribute' before '-' token int fail-1; ^ conftest.c:15:11: warning: statement with no effect [-Wunused-value] configure:3559: $? = 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 "" / end confdefs.h. /
int
main ()
{
#ifndef _CRAYC
int fail-1;
#endif
;
return 0;
}
configure:3566: result: no configure:3603: checking whether compiler supports -std=gnu11 configure:3634: cc -c -std=gnu11 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3634: $? = 0 configure:3636: result: yes configure:3718: checking whether compiler supports -Wall configure:3749: cc -c -std=gnu11 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3749: $? = 0 configure:3751: result: yes configure:3769: checking whether compiler supports -Wshorten-64-to-32 configure:3800: cc -c -std=gnu11 -Wall -Wshorten-64-to-32 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 cc: error: unrecognized command line option '-Wshorten-64-to-32' configure:3800: $? = 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. /
int
main ()
{
return 0;
;
return 0;
}

configure:3806: result: no configure:3820: checking whether compiler supports -Wsign-compare configure:3851: cc -c -std=gnu11 -Wall -Wsign-compare -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3851: $? = 0 configure:3853: result: yes configure:3871: checking whether compiler supports -Wundef configure:3902: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3902: $? = 0 configure:3904: result: yes configure:3922: checking whether compiler supports -Wno-format-zero-length configure:3953: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:3953: $? = 0 configure:3955: result: yes configure:3973: checking whether compiler supports -pipe configure:4004: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:4004: $? = 0 configure:4006: result: yes configure:4024: checking whether compiler supports -g3 configure:4055: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:4055: $? = 0 configure:4057: result: yes configure:4505: checking how to run the C preprocessor configure:4536: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c configure:4536: $? = 0 configure:4550: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory

include

      ^~~~~~~~~~~~~~~~~~

compilation terminated. configure:4550: $? = 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:4575: result: cc -E configure:4595: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c configure:4595: $? = 0 configure:4609: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory

include

      ^~~~~~~~~~~~~~~~~~
compilation terminated. configure:4609: $? = 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:6055: checking for grep that handles long lines and -e configure:6113: result: /bin/grep configure:6118: checking for egrep configure:6180: result: /bin/grep -E configure:6185: checking for ANSI C header files configure:6205: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6205: $? = 0 configure:6278: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6278: $? = 0 configure:6278: ./conftest configure:6278: $? = 0 configure:6289: result: yes configure:6302: checking for sys/types.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for sys/stat.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for stdlib.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for string.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for memory.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for strings.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for inttypes.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for stdint.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for unistd.h configure:6302: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6314: checking whether byte ordering is bigendian configure:6329: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 conftest.c:21:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:21:15: error: expected '=', ',', ';', 'asm' or 'attribute' before 'universal' not a universal capable compiler ^~~~~ conftest.c:21:15: error: unknown type name 'universal' configure:6329: $? = 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:6374: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6374: $? = 0 configure:6392: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:27:4: error: unknown type name 'not'; did you mean 'ino_t'? not big endian ^~~ ino_t conftest.c:27:12: error: expected '=', ',', ';', 'asm' or 'attribute' before 'endian' not big endian ^~ configure:6392: $? = 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 <sys/types.h> #include <sys/param.h>
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
configure:6520: result: no configure:6564: checking size of void configure:6569: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6569: $? = 0 configure:6569: ./conftest configure:6569: $? = 0 configure:6583: result: 8 configure:6610: checking size of int configure:6615: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6615: $? = 0 configure:6615: ./conftest configure:6615: $? = 0 configure:6629: result: 4 configure:6655: checking size of long configure:6660: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6660: $? = 0 configure:6660: ./conftest configure:6660: $? = 0 configure:6674: result: 8 configure:6700: checking size of long long configure:6705: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6705: $? = 0 configure:6705: ./conftest configure:6705: $? = 0 configure:6719: result: 8 configure:6745: checking size of intmax_t configure:6750: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6750: $? = 0 configure:6750: ./conftest configure:6750: $? = 0 configure:6764: result: 8 configure:6792: checking build system type configure:6806: result: x86_64-unknown-linux-gnu configure:6826: checking host system type configure:6839: result: x86_64-unknown-linux-gnu configure:6905: checking whether pause instruction is compilable configure:6921: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:6921: $? = 0 configure:6929: result: yes configure:6979: checking number of significant virtual address bits configure:7030: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 configure:7030: $? = 0 configure:7030: ./conftest configure:7030: $? = 0 configure:7040: result: 48 configure:7112: checking for x86_64-unknown-linux-gnu-ar configure:7142: result: no configure:7152: checking for ar configure:7168: found /usr/bin/ar configure:7179: result: ar configure:7208: checking for x86_64-unknown-linux-gnu-nm configure:7238: result: no configure:7248: checking for nm configure:7264: found /usr/bin/nm configure:7275: result: nm configure:7302: checking for gawk configure:7318: found /usr/bin/gawk configure:7329: result: gawk configure:7541: checking malloc.h usability configure:7541: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:7541: $? = 0 configure:7541: result: yes configure:7541: checking malloc.h presence configure:7541: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c configure:7541: $? = 0 configure:7541: result: yes configure:7541: checking for malloc.h configure:7541: result: yes configure:7547: checking whether malloc_usable_size definition can use const argument configure:7563: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 conftest.c:42:12: error: conflicting types for 'malloc_usable_size' size_t malloc_usable_size(const void ptr); ^~~~~~ In file included from conftest.c:40:0: /usr/include/malloc.h:134:15: note: previous declaration of 'malloc_usable_size' was here extern size_t malloc_usable_size (void *ptr) THROW; ^~~~~~ configure:7563: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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:7571: result: no configure:7608: checking for library containing log configure:7639: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c >&5 conftest.c:48:6: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] char log (); ^~~ /tmp/ccv97H0c.o: In function main': /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/conftest.c:52: undefined reference tolog' collect2: error: ld returned 1 exit status configure:7639: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #define JEMALLOC_THREADED_INIT #define JEMALLOC_USE_CXX_THROW #define HAVE_MALLOC_H 1 #define JEMALLOC_USABLE_SIZE_CONST / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char log ();
int
main ()
{
return log ();
;
return 0;
}
configure:7639: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 conftest.c:48:6: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] char log (); ^~~ configure:7639: $? = 0 configure:7656: result: -lm configure:7674: checking whether attribute syntax is compilable configure:7690: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:7690: $? = 0 configure:7698: result: yes configure:7706: checking whether compiler supports -fvisibility=hidden configure:7737: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:7737: $? = 0 configure:7739: result: yes configure:7757: checking whether compiler supports -fvisibility=hidden configure:7794: -c -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.cpp >&5 /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/configure: line 1659: -c: command not found configure:7794: $? = 127 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #define JEMALLOC_THREADED_INIT #define JEMALLOC_USE_CXX_THROW #define HAVE_MALLOC_H 1 #define JEMALLOC_USABLE_SIZE_CONST #define JEMALLOC_HAVE_ATTR / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}
configure:7800: result: no configure:7824: checking whether compiler supports -Werror configure:7855: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:7855: $? = 0 configure:7857: result: yes configure:7875: checking whether compiler supports -herror_on_warning configure:7906: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -herror_on_warning -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 cc: error: unrecognized command line option '-h' configure:7906: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #define JEMALLOC_THREADED_INIT #define JEMALLOC_USE_CXX_THROW #define HAVE_MALLOC_H 1 #define JEMALLOC_USABLE_SIZE_CONST #define JEMALLOC_HAVE_ATTR / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}
configure:7912: result: no configure:7926: checking whether tls_model attribute is compilable configure:7944: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:7944: $? = 0 configure:7952: result: yes configure:7967: checking whether compiler supports -Werror configure:7998: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:7998: $? = 0 configure:8000: result: yes configure:8018: checking whether compiler supports -herror_on_warning configure:8049: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -herror_on_warning -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 cc: error: unrecognized command line option '-h' configure:8049: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #define JEMALLOC_THREADED_INIT #define JEMALLOC_USE_CXX_THROW #define HAVE_MALLOC_H 1 #define JEMALLOC_USABLE_SIZE_CONST #define JEMALLOC_HAVE_ATTR / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}
configure:8055: result: no configure:8069: checking whether alloc_size attribute is compilable configure:8085: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:8085: $? = 0 configure:8093: result: yes configure:8111: checking whether compiler supports -Werror configure:8142: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:8142: $? = 0 configure:8144: result: yes configure:8162: checking whether compiler supports -herror_on_warning configure:8193: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -herror_on_warning -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 cc: error: unrecognized command line option '-h' configure:8193: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}
configure:8199: result: no configure:8213: checking whether format(gnu_printf, ...) attribute is compilable configure:8229: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:8229: $? = 0 configure:8237: result: yes configure:8255: checking whether compiler supports -Werror configure:8286: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:8286: $? = 0 configure:8288: result: yes configure:8306: checking whether compiler supports -herror_on_warning configure:8337: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -herror_on_warning -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 cc: error: unrecognized command line option '-h' configure:8337: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}
configure:8343: result: no configure:8357: checking whether format(printf, ...) attribute is compilable configure:8373: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:8373: $? = 0 configure:8381: result: yes configure:8441: checking for a BSD-compatible install configure:8509: result: /usr/bin/install -c configure:8523: checking for x86_64-unknown-linux-gnu-ranlib configure:8553: result: no configure:8563: checking for ranlib configure:8579: found /usr/bin/ranlib configure:8590: result: ranlib configure:8614: checking for ld configure:8632: found /usr/bin/ld configure:8645: result: /usr/bin/ld configure:8655: checking for autoconf configure:8673: found /usr/bin/autoconf configure:8686: result: /usr/bin/autoconf configure:8746: checking for memalign configure:8746: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:8746: $? = 0 configure:8746: result: yes configure:8753: checking for valloc configure:8753: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:8753: $? = 0 configure:8753: result: yes configure:8961: checking whether compiler supports -O3 configure:8992: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:8992: $? = 0 configure:8994: result: yes configure:9012: checking whether compiler supports -O3 configure:9049: -c -O3 -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.cpp >&5 /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/configure: line 1659: -c: command not found configure:9049: $? = 127 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}

configure:9055: result: no configure:9075: checking whether compiler supports -funroll-loops configure:9106: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:9106: $? = 0 configure:9108: result: yes configure:9673: checking configured backtracing method configure:9675: result: N/A configure:9703: checking for sbrk configure:9703: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:9703: $? = 0 configure:9703: result: yes configure:9758: checking whether utrace(2) is compilable configure:9782: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 conftest.c:61:10: fatal error: sys/ktrace.h: No such file or directory

include <sys/ktrace.h>

      ^~~~~~~~~~~~~~
compilation terminated. configure:9782: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL / end confdefs.h. /
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <sys/ktrace.h>
int
main ()
{
utrace((void *)0, 0);
;
return 0;
}
configure:9790: result: no configure:9861: checking whether a program using __builtin_unreachable is compilable configure:9885: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:9885: $? = 0 configure:9893: result: yes configure:9905: checking whether a program using __builtin_ffsl is compilable configure:9930: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:9930: $? = 0 configure:9938: result: yes configure:10022: checking LG_PAGE configure:10073: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm >&5 configure:10073: $? = 0 configure:10073: ./conftest configure:10073: $? = 0 configure:10083: result: 12 configure:10205: checking pthread.h usability configure:10205: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:10205: $? = 0 configure:10205: result: yes configure:10205: checking pthread.h presence configure:10205: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c configure:10205: $? = 0 configure:10205: result: yes configure:10205: checking for pthread.h configure:10205: result: yes configure:10217: checking for pthread_create in -lpthread configure:10242: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lpthread -lm >&5 configure:10242: $? = 0 configure:10251: result: yes configure:10328: checking dlfcn.h usability configure:10328: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c >&5 configure:10328: $? = 0 configure:10328: result: yes configure:10328: checking dlfcn.h presence configure:10328: cc -E -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE conftest.c configure:10328: $? = 0 configure:10328: result: yes configure:10328: checking for dlfcn.h configure:10328: result: yes configure:10333: checking for dlsym configure:10333: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread >&5 /tmp/ccUQs5ce.o: In function main': /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/conftest.c:100: undefined reference todlsym' collect2: error: ld returned 1 exit status configure:10333: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 / end confdefs.h. / /* Define dlsym to an innocuous variant, in case declares dlsym. For example, HP-UX 11i declares gettimeofday. */ #define dlsym innocuous_dlsym
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlsym (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef dlsym
/* 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 dlsym ();
/* 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_dlsym defined __stub___dlsym
choke me
#endif
int
main ()
{
return dlsym ();
;
return 0;
}

configure:10333: result: no configure:10337: checking for dlsym in -ldl configure:10362: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -ldl -lm -lpthread >&5 configure:10362: $? = 0 configure:10371: result: yes configure:10392: checking whether pthread_atfork(3) is compilable configure:10412: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10412: $? = 0 configure:10420: result: yes configure:10428: checking whether pthread_setname_np(3) is compilable configure:10448: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10448: $? = 0 configure:10456: result: yes configure:10474: checking for library containing clock_gettime configure:10505: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10505: $? = 0 configure:10522: result: none required configure:10657: checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable configure:10679: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10679: $? = 0 configure:10687: result: yes configure:10696: checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable configure:10722: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10722: $? = 0 configure:10730: result: yes configure:10739: checking whether mach_absolute_time() is compilable configure:10759: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c:72:10: fatal error: mach/mach_time.h: No such file or directory

include <mach/mach_time.h>

      ^~~~~~~~~~~~~~~~~~
compilation terminated. configure:10759: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 / end confdefs.h. /
#include <mach/mach_time.h>
int
main ()
{
mach_absolute_time();
;
return 0;
}
configure:10767: result: no configure:10792: checking whether compiler supports -Werror configure:10823: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:10823: $? = 0 configure:10825: result: yes configure:10843: checking whether syscall(2) is compilable configure:10864: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10864: $? = 0 configure:10872: result: yes configure:10889: checking for secure_getenv configure:10889: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10889: $? = 0 configure:10889: result: yes configure:10902: checking for sched_getcpu configure:10902: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10902: $? = 0 configure:10902: result: yes configure:10915: checking for sched_setaffinity configure:10915: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:10915: $? = 0 configure:10915: result: yes configure:10928: checking for issetugid configure:10928: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 /tmp/ccHbshzd.o: In function main': /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/conftest.c:109: undefined reference toissetugid' collect2: error: ld returned 1 exit status configure:10928: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY / 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:10928: result: no configure:10941: checking for _malloc_thread_cleanup configure:10941: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 /tmp/ccw8hHqq.o: In function main': /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/conftest.c:109: undefined reference to_malloc_thread_cleanup' collect2: error: ld returned 1 exit status configure:10941: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY / 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 stubmalloc_thread_cleanup defined stub__malloc_thread_cleanup
choke me
#endif
int
main ()
{
return _malloc_thread_cleanup ();
;
return 0;
}
configure:10941: result: no configure:10956: checking for _pthread_mutex_init_calloc_cb configure:10956: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 /tmp/ccfurLzi.o: In function main': /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/conftest.c:109: undefined reference to_pthread_mutex_init_calloc_cb' collect2: error: ld returned 1 exit status configure:10956: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY / 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 stubpthread_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:10956: result: no configure:11015: checking for TLS configure:11034: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:11034: $? = 0 configure:11035: result: yes configure:11056: checking whether C11 atomics is compilable configure:11085: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11085: $? = 0 configure:11093: result: yes configure:11103: checking whether GCC atomic atomics is compilable configure:11126: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:85:9: warning: unused variable 'y' [-Wunused-variable] int y = atomic_fetch_add(&x, val, ATOMIC_RELAXED); ^ configure:11126: $? = 0 configure:11134: result: yes configure:11144: checking whether GCC sync atomics is compilable configure:11166: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11166: $? = 0 configure:11174: result: yes configure:11184: checking whether Darwin OSAtomic*() is compilable configure:11214: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c:80:10: fatal error: libkern/OSAtomic.h: No such file or directory

include <libkern/OSAtomic.h>

      ^~~~~~~~~~~~~~~~~~~~
compilation terminated. configure:11214: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY #define JEMALLOC_TLS #define JEMALLOC_C11_ATOMICS 1 #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 #define JEMALLOC_GCC_SYNC_ATOMICS 1 / end confdefs.h. /
#include <libkern/OSAtomic.h>
#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:11222: result: no configure:11232: checking whether madvise(2) is compilable configure:11252: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11252: $? = 0 configure:11260: result: yes configure:11268: checking whether madvise(..., MADV_FREE) is compilable configure:11288: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11288: $? = 0 configure:11296: result: yes configure:11316: checking whether madvise(..., MADV_DONTNEED) is compilable configure:11336: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11336: $? = 0 configure:11344: result: yes configure:11353: checking whether madvise(..., MADV_DO[NT]DUMP) is compilable configure:11374: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -DREENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11374: $? = 0 configure:11382: result: yes configure:11391: checking whether madvise(..., MADV[NO]HUGEPAGE) is compilable configure:11412: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11412: $? = 0 configure:11420: result: yes configure:11440: checking whether to force 32-bit sync_{add,sub}_and_fetch() configure:11468: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:98:51: error: #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

                                               ^~~~~
configure:11468: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY #define JEMALLOC_TLS #define JEMALLOC_C11_ATOMICS 1 #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 #define JEMALLOC_GCC_SYNC_ATOMICS 1 #define JEMALLOC_HAVE_MADVISE #define JEMALLOC_PURGE_MADVISE_FREE #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_MADVISE_DONTDUMP #define JEMALLOC_HAVE_MADVISE_HUGE / 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:11476: result: no configure:11485: checking whether to force 64-bit sync_{add,sub}_and_fetch() configure:11513: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:98:51: error: #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

                                               ^~~~~
configure:11513: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY #define JEMALLOC_TLS #define JEMALLOC_C11_ATOMICS 1 #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 #define JEMALLOC_GCC_SYNC_ATOMICS 1 #define JEMALLOC_HAVE_MADVISE #define JEMALLOC_PURGE_MADVISE_FREE #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_MADVISE_DONTDUMP #define JEMALLOC_HAVE_MADVISE_HUGE / 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:11521: result: no configure:11532: checking for builtin_clz configure:11557: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:91:61: warning: unused variable 'y' [-Wunused-variable] int y = builtin_clz(x); ^ conftest.c:95:61: warning: unused variable 'y' [-Wunused-variable] int y = __builtin_clzl(x); ^ configure:11557: $? = 0 configure:11565: result: yes configure:11575: checking whether Darwin os_unfairlock*() is compilable configure:11602: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c:86:10: fatal error: os/lock.h: No such file or directory

include <os/lock.h>

      ^~~~~~~~~~~
compilation terminated. configure:11602: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY #define JEMALLOC_TLS #define JEMALLOC_C11_ATOMICS 1 #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 #define JEMALLOC_GCC_SYNC_ATOMICS 1 #define JEMALLOC_HAVE_MADVISE #define JEMALLOC_PURGE_MADVISE_FREE #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_MADVISE_DONTDUMP #define JEMALLOC_HAVE_MADVISE_HUGE #define JEMALLOC_HAVE_BUILTIN_CLZ / end confdefs.h. /
#include <os/lock.h>
#include
int
main ()
{
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101200
#error "os_unfair_lock is not supported"
#else
os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;
os_unfair_lock_lock(&lock);
os_unfair_lock_unlock(&lock);
#endif
;
return 0;
}

configure:11610: result: no configure:11620: checking whether Darwin OSSpin*() is compilable configure:11643: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c:86:10: fatal error: libkern/OSAtomic.h: No such file or directory

include <libkern/OSAtomic.h>

      ^~~~~~~~~~~~~~~~~~~~
compilation terminated. configure:11643: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY #define JEMALLOC_TLS #define JEMALLOC_C11_ATOMICS 1 #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 #define JEMALLOC_GCC_SYNC_ATOMICS 1 #define JEMALLOC_HAVE_MADVISE #define JEMALLOC_PURGE_MADVISE_FREE #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_MADVISE_DONTDUMP #define JEMALLOC_HAVE_MADVISE_HUGE #define JEMALLOC_HAVE_BUILTIN_CLZ / end confdefs.h. /
#include <libkern/OSAtomic.h>
#include
int
main ()
{
OSSpinLock lock = 0;
OSSpinLockLock(&lock);
OSSpinLockUnlock(&lock);
;
return 0;
}
configure:11651: result: no configure:11720: checking whether glibc malloc hook is compilable configure:11747: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11747: $? = 0 configure:11755: result: yes configure:11767: checking whether glibc memalign hook is compilable configure:11790: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 conftest.c: In function 'main': conftest.c:96:9: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] void *ptr = 0L; ^~~ configure:11790: $? = 0 configure:11798: result: yes configure:11810: checking whether pthreads adaptive mutexes is compilable configure:11833: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:11833: $? = 0 configure:11841: result: yes configure:11852: checking whether compiler supports -D_GNU_SOURCE configure:11883: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:11883: $? = 0 configure:11885: result: yes configure:11903: checking whether compiler supports -Werror configure:11934: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:11934: $? = 0 configure:11936: result: yes configure:11954: checking whether compiler supports -herror_on_warning configure:11985: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -Werror -herror_on_warning -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 cc: error: unrecognized command line option '-h' configure:11985: $? = 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 HAVE_CPU_SPINWAIT 1 #define CPU_SPINWAIT asm volatile("pause") #define LG_VADDR 48 #define LG_VADDR 48 #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS #define JEMALLOC_HAS_ALLOCA_H 1 #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY #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_HAVE_ATTR_ALLOC_SIZE #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF #define JEMALLOC_PREFIX "rjem" #define JEMALLOC_CPREFIX "RJEM" #define JEMALLOC_OVERRIDE_MEMALIGN #define JEMALLOC_OVERRIDE_VALLOC #define JEMALLOC_PRIVATE_NAMESPACE _rjemje #define JEMALLOC_CONFIG_MALLOC_CONF "" #define JEMALLOC_STATS #define JEMALLOC_MAPS_COALESCE #define JEMALLOC_RETAIN #define JEMALLOC_DSS #define JEMALLOC_FILL #define JEMALLOC_CACHE_OBLIVIOUS #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl #define JEMALLOC_INTERNAL_FFS __builtin_ffs #define LG_PAGE 12 #define LG_HUGEPAGE 21 #define JEMALLOC_HAVE_PTHREAD #define HAVE_PTHREAD_H 1 #define HAVE_DLFCN_H 1 #define JEMALLOC_HAVE_DLSYM #define JEMALLOC_HAVE_PTHREAD_ATFORK #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 #define JEMALLOC_USE_SYSCALL #define JEMALLOC_HAVE_SECURE_GETENV #define JEMALLOC_HAVE_SCHED_GETCPU #define JEMALLOC_HAVE_SCHED_SETAFFINITY #define JEMALLOC_TLS #define JEMALLOC_C11_ATOMICS 1 #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 #define JEMALLOC_GCC_SYNC_ATOMICS 1 #define JEMALLOC_HAVE_MADVISE #define JEMALLOC_PURGE_MADVISE_FREE #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_MADVISE_DONTDUMP #define JEMALLOC_HAVE_MADVISE_HUGE #define JEMALLOC_HAVE_BUILTIN_CLZ #define JEMALLOC_TLS_MODEL attribute((tls_model("initial-exec"))) #define JEMALLOC_BACKGROUND_THREAD 1 #define JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP / end confdefs.h. /
int
main ()
{
return 0;
;
return 0;
}

configure:11991: result: no configure:12005: checking whether strerror_r returns char with gnu source is compilable configure:12030: cc -o conftest -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -D_GNU_SOURCE -Werror -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall conftest.c -lm -lpthread -ldl >&5 configure:12030: $? = 0 configure:12038: result: yes configure:12054: checking for stdbool.h that conforms to C99 configure:12121: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:138:14: warning: the address of 's' will always evaluate as 'true' [-Waddress] bool e = &s; ^~~~ conftest.c:142:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:142:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:143:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress] ^ conftest.c:143:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress] ^ conftest.c:143:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress] ^ configure:12121: $? = 0 configure:12128: result: yes configure:12130: checking for _Bool configure:12130: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:12130: $? = 0 configure:12130: cc -c -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:125:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:12130: $? = 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 HAVE_CPU_SPINWAIT 1 | #define CPU_SPINWAIT asm volatile("pause") | #define LG_VADDR 48 | #define LG_VADDR 48 | #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS
| #define JEMALLOC_HAS_ALLOCA_H 1 | #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY
| #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_HAVE_ATTR_ALLOC_SIZE
| #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF
| #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF
| #define JEMALLOC_PREFIX "rjem" | #define JEMALLOC_CPREFIX "RJEM" | #define JEMALLOC_OVERRIDE_MEMALIGN
| #define JEMALLOC_OVERRIDE_VALLOC
| #define JEMALLOC_PRIVATE_NAMESPACE _rjemje | #define JEMALLOC_CONFIG_MALLOC_CONF "" | #define JEMALLOC_STATS
| #define JEMALLOC_MAPS_COALESCE
| #define JEMALLOC_RETAIN
| #define JEMALLOC_DSS
| #define JEMALLOC_FILL
| #define JEMALLOC_CACHE_OBLIVIOUS
| #define JEMALLOC_INTERNAL_UNREACHABLE builtin_unreachable | #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll | #define JEMALLOC_INTERNAL_FFSL builtin_ffsl | #define JEMALLOC_INTERNAL_FFS __builtin_ffs | #define LG_PAGE 12 | #define LG_HUGEPAGE 21 | #define JEMALLOC_HAVE_PTHREAD
| #define HAVE_PTHREAD_H 1 | #define HAVE_DLFCN_H 1 | #define JEMALLOC_HAVE_DLSYM
| #define JEMALLOC_HAVE_PTHREAD_ATFORK
| #define JEMALLOC_HAVE_PTHREAD_SETNAME_NP
| #define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1 | #define JEMALLOC_HAVE_CLOCK_MONOTONIC 1 | #define JEMALLOC_USE_SYSCALL
| #define JEMALLOC_HAVE_SECURE_GETENV
| #define JEMALLOC_HAVE_SCHED_GETCPU
| #define JEMALLOC_HAVE_SCHED_SETAFFINITY
| #define JEMALLOC_TLS | #define JEMALLOC_C11_ATOMICS 1 | #define JEMALLOC_GCC_ATOMIC_ATOMICS 1 | #define JEMALLOC_GCC_SYNC_ATOMICS 1 | #define JEMALLOC_HAVE_MADVISE
| #define JEMALLOC_PURGE_MADVISE_FREE
| #define JEMALLOC_PURGE_MADVISE_DONTNEED
| #define JEMALLOC_MADVISE_DONTDUMP
| #define JEMALLOC_HAVE_MADVISE_HUGE
| #define JEMALLOC_HAVE_BUILTIN_CLZ
| #define JEMALLOC_TLS_MODEL attribute((tls_model("initial-exec"))) | #define JEMALLOC_BACKGROUND_THREAD 1 | #define JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
| #define JEMALLOC_STRERROR_R_RETURNS_CHAR_WITH_GNU_SOURCE
| / end confdefs.h. / | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #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:12130: result: yes configure:12297: 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 LAPTOP-LRIHET14

config.status:1060: creating Makefile config.status:1060: creating jemalloc.pc config.status:1060: creating doc/html.xsl config.status:1060: creating doc/manpages.xsl config.status:1060: creating doc/jemalloc.xml config.status:1060: creating include/jemalloc/jemalloc_macros.h config.status:1060: creating include/jemalloc/jemalloc_protos.h config.status:1060: creating include/jemalloc/jemalloc_typedefs.h config.status:1060: creating include/jemalloc/internal/jemalloc_preamble.h config.status:1060: creating test/test.sh config.status:1060: creating test/include/test/jemalloc_test.h config.status:1060: creating config.stamp config.status:1060: creating bin/jemalloc-config config.status:1060: creating bin/jemalloc.sh config.status:1060: creating bin/jeprof config.status:1060: creating include/jemalloc/jemalloc_defs.h config.status:1220: include/jemalloc/jemalloc_defs.h is unchanged config.status:1060: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status:1220: include/jemalloc/internal/jemalloc_internal_defs.h is unchanged config.status:1060: creating test/include/test/jemalloc_test_defs.h config.status:1220: test/include/test/jemalloc_test_defs.h is unchanged config.status:1234: executing include/jemalloc/internal/public_symbols.txt commands config.status:1234: executing include/jemalloc/internal/private_symbols.awk commands config.status:1234: executing include/jemalloc/internal/private_symbols_jet.awk commands config.status:1234: executing include/jemalloc/internal/public_namespace.h commands config.status:1234: executing include/jemalloc/internal/public_unnamespace.h commands config.status:1234: executing include/jemalloc/internal/size_classes.h commands config.status:1234: executing include/jemalloc/jemalloc_protos_jet.h commands config.status:1234: executing include/jemalloc/jemalloc_rename.h commands config.status:1234: executing include/jemalloc/jemalloc_mangle.h commands config.status:1234: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status:1234: executing include/jemalloc/jemalloc.h commands configure:13611: result: =============================================================================== configure:13613: result: jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 configure:13615: result: library revision : 2 configure:13617: result: configure:13619: result: CONFIG : --disable-cxx --with-jemalloc-prefix=rjem --with-private-namespace=rjem --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu '--prefix=/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out' build_alias=x86_64-unknown-linux-gnu host_alias=x86_64-unknown-linux-gnu CC=cc 'CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' 'LDFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' 'CPPFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' configure:13621: result: CC : cc configure:13623: result: CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops configure:13625: result: SPECIFIED_CFLAGS : -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall configure:13627: result: EXTRA_CFLAGS : configure:13629: result: CPPFLAGS : -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT configure:13631: result: CXX : configure:13633: result: CONFIGURE_CXXFLAGS : configure:13635: result: SPECIFIED_CXXFLAGS : configure:13637: result: EXTRA_CXXFLAGS : configure:13639: result: LDFLAGS : -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall configure:13641: result: EXTRA_LDFLAGS : configure:13643: result: DSO_LDFLAGS : -shared -Wl,-soname,$(@F) configure:13645: result: LIBS : -lm -lpthread -ldl configure:13647: result: RPATH_EXTRA : configure:13649: result: configure:13651: result: XSLTPROC : false configure:13653: result: XSLROOT : configure:13655: result: configure:13657: result: PREFIX : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out configure:13659: result: BINDIR : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/bin configure:13661: result: DATADIR : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/share configure:13663: result: INCLUDEDIR : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/include configure:13665: result: LIBDIR : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/lib configure:13667: result: MANDIR : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/share/man configure:13669: result: configure:13671: result: srcroot : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/ configure:13673: result: abs_srcroot : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/ configure:13675: result: objroot : configure:13677: result: abs_objroot : /mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/ configure:13679: result: configure:13681: result: JEMALLOC_PREFIX : rjem configure:13683: result: JEMALLOC_PRIVATE_NAMESPACE configure:13685: result: : _rjemje configure:13687: result: install_suffix : configure:13689: result: malloc_conf : configure:13691: result: autogen : 0 configure:13693: result: debug : 0 configure:13695: result: stats : 1 configure:13697: result: prof : 0 configure:13699: result: prof-libunwind : 0 configure:13701: result: prof-libgcc : 0 configure:13703: result: prof-gcc : 0 configure:13705: result: fill : 1 configure:13707: result: utrace : 0 configure:13709: result: xmalloc : 0 configure:13711: result: log : 0 configure:13713: result: lazy_lock : 0 configure:13715: result: cache-oblivious : 1 configure:13717: result: cxx : 0 configure:13719: 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_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_funcmalloc_thread_cleanup=no ac_cv_funcpthread_mutex_init_calloc_cb=no ac_cv_func_dlsym=no ac_cv_func_issetugid=no ac_cv_func_memalign=yes ac_cv_func_sbrk=yes ac_cv_func_sched_getcpu=yes ac_cv_func_sched_setaffinity=yes ac_cv_func_secure_getenv=yes ac_cv_func_valloc=yes ac_cv_header_dlfcn_h=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_dl_dlsym=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_AUTOCONF=/usr/bin/autoconf ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_LD=/usr/bin/ld ac_cv_path_XSLTPROC=false ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_NM=nm 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_search_log=-lm 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=yes je_cv_attribute=yes je_cv_builtin_clz=yes je_cv_c11_atomics=yes je_cv_cflags_added= je_cv_clock_monotonic=yes je_cv_clock_monotonic_coarse=yes je_cv_cray=no je_cv_cray_prgenv_wrapper= je_cv_cxxflags_added= je_cv_format_gnu_printf=yes je_cv_format_printf=yes je_cv_gcc_atomic_atomics=yes je_cv_gcc_builtin_ffsl=yes je_cv_gcc_builtin_unreachable=yes je_cv_gcc_sync_atomics=yes je_cv_glibc_malloc_hook=yes je_cv_glibc_memalign_hook=yes je_cv_lg_hugepage=21 je_cv_lg_page=12 je_cv_lg_vaddr=48 je_cv_mach_absolute_time=no je_cv_madv_dontdump=yes je_cv_madv_dontneed=yes je_cv_madv_free=yes je_cv_madvise=yes je_cv_os_unfair_lock=no je_cv_osatomic=no je_cv_osspin=no je_cv_pause=yes je_cv_pthread_atfork=yes je_cv_pthread_mutex_adaptive_np=yes je_cv_pthread_setname_np=yes je_cv_strerror_r_returns_char_with_gnu_source=yes je_cv_sync_compare_and_swap_4=no je_cv_sync_compare_and_swap_8=no je_cv_syscall=yes je_cv_thp=yes je_cv_tls_model=yes je_cv_utrace=no

-----------------

Output variables.

-----------------

AR='ar' ARFLAGS='crus' AROUT=' $@' AUTOCONF='/usr/bin/autoconf' AWK='gawk' BINDIR='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/bin' CC='cc' CC_MM='1' CFLAGS='-std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' CONFIG='--disable-cxx --with-jemalloc-prefix=rjem --with-private-namespace=rjem --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu '\''--prefix=/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out'\'' build_alias=x86_64-unknown-linux-gnu host_alias=x86_64-unknown-linux-gnu CC=cc '\''CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall'\'' '\''LDFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall'\'' '\''CPPFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall'\''' CONFIGURE_CFLAGS='-std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops' CONFIGURE_CXXFLAGS='' CPP='cc -E' CPPFLAGS='-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall -D_GNU_SOURCE -D_REENTRANT' CTARGET='-o $@' CXX='' CXXFLAGS='' DATADIR='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/share' DEFS='-DHAVE_CONFIG_H' DSO_LDFLAGS='-shared -Wl,-soname,$(@F)' DUMP_SYMS='nm -a' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXTRA_CFLAGS='' EXTRA_CXXFLAGS='' EXTRA_LDFLAGS='' GREP='/bin/grep' HAVE_CXX14='' INCLUDEDIR='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/include' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' JEMALLOC_CPREFIX='RJEM' JEMALLOC_PREFIX='rjem' LD='/usr/bin/ld' LDFLAGS='-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' LDTARGET='-o $@' LD_PRELOAD_VAR='LD_PRELOAD' LIBDIR='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/lib' LIBOBJS='' LIBS='-lm -lpthread -ldl' LM='-lm' LTLIBOBJS='' MANDIR='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/share/man' MKLIB='' NM='nm' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PIC_CFLAGS='-fPIC -DPIC' PREFIX='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out' RANLIB='ranlib' RPATH='-Wl,-rpath,$(1)' RPATH_EXTRA='' SHELL='/bin/bash' SOREV='so.2' SPECIFIED_CFLAGS='-O3 -ffunction-sections -fdata-sections -fPIC -m64 -Wall' SPECIFIED_CXXFLAGS='' TEST_LD_MODE='' XSLROOT='' XSLTPROC='false' a='a' abi='elf' abs_objroot='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/build/' abs_srcroot='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/' ac_ct_CC='' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='x86_64-unknown-linux-gnu' 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_symbols.sh include/jemalloc/internal/private_namespace.sh 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_symbols.awk include/jemalloc/internal/private_symbols_jet.awk 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_preamble.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_preamble.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_cxx='0' enable_debug='0' enable_fill='1' enable_initial_exec_tls='1' enable_lazy_lock='0' enable_log='0' enable_prof='0' enable_stats='1' enable_tls='1' enable_utrace='0' enable_xmalloc='0' enable_zone_allocator='' exe='' exec_prefix='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out' host='x86_64-unknown-linux-gnu' host_alias='x86_64-unknown-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' importlib='so' includedir='${prefix}/include' infodir='${datarootdir}/info' installsuffix='' je='je_' jemalloc_version='0.0.0-0-g0000000000000000000000000000000000000000' jemalloc_version_bugfix='0' jemalloc_version_gid='0000000000000000000000000000000000000000' jemalloc_version_major='0' jemalloc_version_minor='0' jemalloc_version_nrev='0' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libprefix='lib' link_whole_archive='0' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' o='o' objroot='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out' private_namespace='_rjemje' program_transform_name='s,x,x,' psdir='${docdir}' rev='2' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' so='so' srcroot='/mnt/c/Parity/secretStore/openethereum/target/release/build/jemalloc-sys-d45ee04a1e20b1e7/out/jemalloc/' 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 HAVE_CPU_SPINWAIT 1

define CPU_SPINWAIT asm volatile("pause")

define LG_VADDR 48

define LG_VADDR 48

define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS

define JEMALLOC_HAS_ALLOCA_H 1

define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY

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_HAVE_ATTR_ALLOC_SIZE

define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF

define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF

define JEMALLOC_PREFIX "rjem"

define JEMALLOC_CPREFIX "RJEM"

define JEMALLOC_OVERRIDE_MEMALIGN

define JEMALLOC_OVERRIDE_VALLOC

define JEMALLOC_PRIVATE_NAMESPACE _rjemje

define JEMALLOC_CONFIG_MALLOC_CONF ""

define JEMALLOC_STATS

define JEMALLOC_MAPS_COALESCE

define JEMALLOC_RETAIN

define JEMALLOC_DSS

define JEMALLOC_FILL

define JEMALLOC_CACHE_OBLIVIOUS

define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable

define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll

define JEMALLOC_INTERNAL_FFSL __builtin_ffsl

define JEMALLOC_INTERNAL_FFS __builtin_ffs

define LG_PAGE 12

define LG_HUGEPAGE 21

define JEMALLOC_HAVE_PTHREAD

define HAVE_PTHREAD_H 1

define HAVE_DLFCN_H 1

define JEMALLOC_HAVE_DLSYM

define JEMALLOC_HAVE_PTHREAD_ATFORK

define JEMALLOC_HAVE_PTHREAD_SETNAME_NP

define JEMALLOC_HAVE_CLOCK_MONOTONIC_COARSE 1

define JEMALLOC_HAVE_CLOCK_MONOTONIC 1

define JEMALLOC_USE_SYSCALL

define JEMALLOC_HAVE_SECURE_GETENV

define JEMALLOC_HAVE_SCHED_GETCPU

define JEMALLOC_HAVE_SCHED_SETAFFINITY

define JEMALLOC_TLS

define JEMALLOC_C11_ATOMICS 1

define JEMALLOC_GCC_ATOMIC_ATOMICS 1

define JEMALLOC_GCC_SYNC_ATOMICS 1

define JEMALLOC_HAVE_MADVISE

define JEMALLOC_PURGE_MADVISE_FREE

define JEMALLOC_PURGE_MADVISE_DONTNEED

define JEMALLOC_MADVISE_DONTDUMP

define JEMALLOC_HAVE_MADVISE_HUGE

define JEMALLOC_HAVE_BUILTIN_CLZ

define JEMALLOC_TLS_MODEL attribute((tls_model("initial-exec")))

define JEMALLOC_BACKGROUND_THREAD 1

define JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP

define JEMALLOC_STRERROR_R_RETURNS_CHAR_WITH_GNU_SOURCE

define HAVE__BOOL 1

define HAVE_STDBOOL_H 1

configure: exit 0

rakita commented 4 years ago

Tested master branch on Linux, it compiled without a problem.

BronacusAmmon commented 4 years ago

I think it has to do with WSL, I opened a VM and compiled there with the same packages and it worked, has anyone else experienced WSL being unable to compile?

rakita commented 4 years ago

I use MSYS console that you get when installing git to compile on windows, and build passes. I think your problem is related to the configuration of tools and not particularly with OE.