This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libsodium configure 1.0.15, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --enable-static --enable-shared --with-pic --prefix=/home/tdedhar/Documents/viki/node_modules/sodium/deps/build ## --------- ## ## Platform. ## ## --------- ## hostname = tdeb uname -m = x86_64 uname -r = 4.9.0-6-amd64 uname -s = Linux uname -v = #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin PATH: /home/tdedhar/Documents/viki/node_modules/sodium/node_modules/.bin PATH: /home/tdedhar/Documents/viki/node_modules/.bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2382: checking build system type configure:2396: result: x86_64-pc-linux-gnu configure:2416: checking host system type configure:2429: result: x86_64-pc-linux-gnu configure:2465: checking for a BSD-compatible install configure:2533: result: /usr/bin/install -c configure:2544: checking whether build environment is sane configure:2599: result: yes configure:2750: checking for a thread-safe mkdir -p configure:2789: result: /bin/mkdir -p configure:2796: checking for gawk configure:2812: found /usr/bin/gawk configure:2823: result: gawk configure:2834: checking whether make sets $(MAKE) configure:2856: result: yes configure:2885: checking whether make supports nested variables configure:2902: result: yes configure:2991: checking whether UID '1000' is supported by ustar format configure:2994: result: yes configure:3001: checking whether GID '1000' is supported by ustar format configure:3004: result: yes configure:3012: checking how to create a ustar tar archive configure:3023: tar --version tar (GNU tar) 1.29 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3026: $? = 0 configure:3066: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3069: $? = 0 configure:3073: tar -xf - &5 gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3668: $? = 0 configure:3657: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --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 --with-sysroot=/ --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 --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) configure:3668: $? = 0 configure:3657: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3668: $? = 1 configure:3657: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3668: $? = 1 configure:3688: checking whether the C compiler works configure:3710: gcc conftest.c >&5 configure:3714: $? = 0 configure:3762: result: yes configure:3765: checking for C compiler default output file name configure:3767: result: a.out configure:3773: checking for suffix of executables configure:3780: gcc -o conftest conftest.c >&5 configure:3784: $? = 0 configure:3806: result: configure:3828: checking whether we are cross compiling configure:3836: gcc -o conftest conftest.c >&5 configure:3840: $? = 0 configure:3847: ./conftest configure:3851: $? = 0 configure:3866: result: no configure:3871: checking for suffix of object files configure:3893: gcc -c conftest.c >&5 configure:3897: $? = 0 configure:3918: result: o configure:3922: checking whether we are using the GNU C compiler configure:3941: gcc -c conftest.c >&5 configure:3941: $? = 0 configure:3950: result: yes configure:3959: checking whether gcc accepts -g configure:3979: gcc -c -g conftest.c >&5 configure:3979: $? = 0 configure:4020: result: yes configure:4037: checking for gcc option to accept ISO C89 configure:4100: gcc -c -g -O2 conftest.c >&5 configure:4100: $? = 0 configure:4113: result: none needed configure:4138: checking whether gcc understands -c and -o together configure:4160: gcc -c conftest.c -o conftest2.o configure:4163: $? = 0 configure:4160: gcc -c conftest.c -o conftest2.o configure:4163: $? = 0 configure:4175: result: yes configure:4194: checking dependency style of gcc configure:4305: result: gcc3 configure:4449: checking for a sed that does not truncate output configure:4513: result: /bin/sed configure:4523: checking how to run the C preprocessor configure:4554: gcc -E conftest.c configure:4554: $? = 0 configure:4568: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4568: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | /* end confdefs.h. */ | #include configure:4593: result: gcc -E configure:4613: gcc -E conftest.c configure:4613: $? = 0 configure:4627: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4627: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | /* end confdefs.h. */ | #include configure:4656: checking for grep that handles long lines and -e configure:4714: result: /bin/grep configure:4719: checking for egrep configure:4781: result: /bin/grep -E configure:4971: checking whether gcc is Clang configure:4996: result: no configure:5119: checking whether pthreads work with -pthread configure:5213: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:5213: $? = 0 configure:5222: result: yes configure:5241: checking for joinable pthread attribute configure:5259: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:5259: $? = 0 configure:5267: result: PTHREAD_CREATE_JOINABLE configure:5281: checking whether more special flags are required for pthreads configure:5294: result: no configure:5302: checking for PTHREAD_PRIO_INHERIT configure:5318: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:5318: $? = 0 configure:5327: result: yes configure:5979: checking for gcc option to accept ISO C99 configure:6128: gcc -c -g -O2 -pthread conftest.c >&5 configure:6128: $? = 0 configure:6141: result: none needed configure:6165: checking dependency style of gcc configure:6274: result: gcc3 configure:6289: checking for ANSI C header files configure:6309: gcc -c -g -O2 -pthread conftest.c >&5 configure:6309: $? = 0 configure:6382: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:6382: $? = 0 configure:6382: ./conftest configure:6382: $? = 0 configure:6393: result: yes configure:6406: checking for sys/types.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for sys/stat.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for stdlib.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for string.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for memory.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for strings.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for inttypes.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for stdint.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6406: checking for unistd.h configure:6406: gcc -c -g -O2 -pthread conftest.c >&5 configure:6406: $? = 0 configure:6406: result: yes configure:6419: checking minix/config.h usability configure:6419: gcc -c -g -O2 -pthread conftest.c >&5 conftest.c:56:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6419: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6419: result: no configure:6419: checking minix/config.h presence configure:6419: gcc -E conftest.c conftest.c:23:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6419: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 configure:6419: result: no configure:6419: checking for minix/config.h configure:6419: result: no configure:6440: checking whether it is safe to define __EXTENSIONS__ configure:6458: gcc -c -g -O2 -pthread conftest.c >&5 configure:6458: $? = 0 configure:6465: result: yes configure:6481: checking for __native_client__ defined configure:6503: gcc -c -g -O2 -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:36:3: error: unknown type name 'choke' choke me ^~~~~ configure:6503: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | #ifdef __native_client__ | int ok; | #else | choke me | #endif | | ; | return 0; | } configure:6510: result: no configure:6517: checking for _FORTIFY_SOURCE defined configure:6539: gcc -c -g -O2 -pthread conftest.c >&5 conftest.c: In function 'main': conftest.c:36:3: error: unknown type name 'choke' choke me ^~~~~ configure:6539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | #ifdef _FORTIFY_SOURCE | int ok; | #else | choke me | #endif | | ; | return 0; | } configure:6546: result: no configure:6552: checking whether C compiler accepts -D_FORTIFY_SOURCE=2 configure:6571: gcc -o conftest -g -O2 -pthread -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:6571: $? = 0 configure:6580: result: yes configure:6591: checking whether C compiler accepts -fvisibility=hidden configure:6610: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:6610: $? = 0 configure:6619: result: yes configure:6633: checking whether C compiler accepts -fPIC configure:6652: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:6652: $? = 0 configure:6661: result: yes configure:6674: checking whether C compiler accepts -fPIE configure:6693: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:6693: $? = 0 configure:6702: result: yes configure:6706: checking whether the linker accepts -pie configure:6725: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:6725: $? = 0 configure:6734: result: yes configure:6753: checking whether C compiler accepts -fno-strict-aliasing configure:6772: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:6772: $? = 0 configure:6781: result: yes configure:6789: checking whether C compiler accepts -fno-strict-overflow configure:6808: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:6808: $? = 0 configure:6817: result: yes configure:6877: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:6877: $? = 0 configure:7113: checking whether C compiler accepts -fstack-protector configure:7132: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7132: $? = 0 configure:7141: result: yes configure:7145: checking whether the linker accepts -fstack-protector configure:7164: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -D_FORTIFY_SOURCE=2 -pie -fstack-protector conftest.c >&5 configure:7164: $? = 0 configure:7173: result: yes configure:7194: checking whether C compiler accepts -Wwrite-strings configure:7213: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7213: $? = 0 configure:7222: result: yes configure:7230: checking whether C compiler accepts -Wdiv-by-zero configure:7249: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7249: $? = 0 configure:7258: result: yes configure:7266: checking whether C compiler accepts -Wsometimes-uninitialized configure:7285: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wsometimes-uninitialized -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 gcc: error: unrecognized command line option '-Wsometimes-uninitialized'; did you mean '-Wmaybe-uninitialized'? configure:7285: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x | ; | return 0; | } configure:7294: result: no configure:7306: checking whether C compiler accepts -Wall configure:7325: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7325: $? = 0 configure:7335: result: yes configure:7344: checking whether C compiler accepts -Wall -Wextra configure:7363: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7363: $? = 0 configure:7373: result: yes configure:7382: checking for clang configure:7399: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c: In function 'main': conftest.c:34:2: error: #error Not clang #error Not clang ^~~~~ configure:7399: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | #ifndef __clang__ | #error Not clang | #endif | | ; | return 0; | } configure:7442: result: no configure:7449: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast configure:7468: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7468: $? = 0 configure:7478: result: yes configure:7487: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align configure:7506: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7506: $? = 0 configure:7516: result: yes configure:7525: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual configure:7544: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7544: $? = 0 configure:7554: result: yes configure:7563: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond configure:7582: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7582: $? = 0 configure:7592: result: yes configure:7601: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal configure:7620: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7620: $? = 0 configure:7630: result: yes configure:7639: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 configure:7658: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7658: $? = 0 configure:7668: result: yes configure:7677: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations configure:7696: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7696: $? = 0 configure:7706: result: yes configure:7715: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes configure:7734: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7734: $? = 0 configure:7744: result: yes configure:7753: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs configure:7772: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7772: $? = 0 configure:7782: result: yes configure:7791: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits configure:7810: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7810: $? = 0 configure:7820: result: yes configure:7829: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas configure:7848: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7848: $? = 0 configure:7858: result: yes configure:7867: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id configure:7886: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7886: $? = 0 configure:7896: result: yes configure:7905: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference configure:7924: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7924: $? = 0 configure:7934: result: yes configure:7943: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration configure:7962: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:7962: $? = 0 configure:7972: result: yes configure:7981: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith configure:8000: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:8000: $? = 0 configure:8010: result: yes configure:8019: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls configure:8038: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 configure:8038: $? = 0 configure:8048: result: yes configure:8057: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32 configure:8076: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32 -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 gcc: error: unrecognized command line option '-Wshorten-64-to-32' configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x | ; | return 0; | } configure:8086: result: no configure:8095: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes configure:8114: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ configure:8114: $? = 0 configure:8124: result: yes configure:8133: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum configure:8152: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ configure:8152: $? = 0 configure:8162: result: yes configure:8171: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl configure:8190: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl -D_FORTIFY_SOURCE=2 -pie conftest.c >&5 gcc: error: unrecognized command line option '-Wvariable-decl'; did you mean '-fvtable-gc'? configure:8190: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x | ; | return 0; | } configure:8200: result: no configure:8209: checking whether the linker accepts -Wl,-z,relro configure:8228: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro conftest.c >&5 configure:8228: $? = 0 configure:8237: result: yes configure:8245: checking whether the linker accepts -Wl,-z,now configure:8264: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 configure:8264: $? = 0 configure:8273: result: yes configure:8281: checking whether the linker accepts -Wl,-z,noexecstack configure:8300: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:8300: $? = 0 configure:8309: result: yes configure:8318: checking for a broken clang + AVX512 combination configure:8335: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c: In function 'main': conftest.c:34:2: error: #error Not a broken clang + AVX512 combination #error Not a broken clang + AVX512 combination ^~~~~ configure:8335: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__AVX512F__) && defined(__clang__) && __clang_major__ < 4) | #error Not a broken clang + AVX512 combination | #endif | | ; | return 0; | } configure:8378: result: no configure:8385: checking whether segmentation violations can be caught when using the C compiler configure:8422: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:8422: $? = 0 configure:8422: ./conftest configure:8422: $? = 0 configure:8433: result: yes configure:8446: checking whether SIGABRT can be caught when using the C compiler configure:8498: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:8498: $? = 0 configure:8498: ./conftest configure:8498: $? = 0 configure:8509: result: yes configure:8568: checking how to print strings configure:8595: result: printf configure:8616: checking for a sed that does not truncate output configure:8680: result: /bin/sed configure:8698: checking for fgrep configure:8760: result: /bin/grep -F configure:8795: checking for ld used by gcc configure:8862: result: /usr/bin/ld configure:8869: checking if the linker (/usr/bin/ld) is GNU ld configure:8884: result: yes configure:8896: checking for BSD- or MS-compatible name lister (nm) configure:8950: result: /usr/bin/nm -B configure:9080: checking the name lister (/usr/bin/nm -B) interface configure:9087: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:9090: /usr/bin/nm -B "conftest.o" configure:9093: output 0000000000000000 B some_variable configure:9100: result: BSD nm configure:9103: checking whether ln -s works configure:9107: result: yes configure:9115: checking the maximum length of command line arguments configure:9246: result: 1572864 configure:9294: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:9334: result: func_convert_file_noop configure:9341: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:9361: result: func_convert_file_noop configure:9368: checking for /usr/bin/ld option to reload object files configure:9375: result: -r configure:9449: checking for objdump configure:9465: found /usr/bin/objdump configure:9476: result: objdump configure:9508: checking how to recognize dependent libraries configure:9708: result: pass_all configure:9793: checking for dlltool configure:9823: result: no configure:9853: checking how to associate runtime and link libraries configure:9880: result: printf %s\n configure:9940: checking for ar configure:9956: found /usr/bin/ar configure:9967: result: ar configure:10004: checking for archiver @FILE support configure:10021: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:10021: $? = 0 configure:10024: ar cru libconftest.a @conftest.lst >&5 ar: `u' modifier ignored since `D' is the default (see `U') configure:10027: $? = 0 configure:10032: ar cru libconftest.a @conftest.lst >&5 ar: `u' modifier ignored since `D' is the default (see `U') ar: conftest.o: No such file or directory configure:10035: $? = 1 configure:10047: result: @ configure:10105: checking for strip configure:10121: found /usr/bin/strip configure:10132: result: strip configure:10204: checking for ranlib configure:10220: found /usr/bin/ranlib configure:10231: result: ranlib configure:10333: checking command to parse /usr/bin/nm -B output from gcc object configure:10486: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:10489: $? = 0 configure:10493: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:10496: $? = 0 configure:10562: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c conftstm.o >&5 configure:10565: $? = 0 configure:10603: result: ok configure:10650: checking for sysroot configure:10680: result: no configure:10687: checking for a working dd configure:10725: result: /bin/dd configure:10729: checking how to truncate binary pipes configure:10744: result: /bin/dd bs=4096 count=1 configure:10880: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:10883: $? = 0 configure:11073: checking for mt configure:11089: found /bin/mt configure:11100: result: mt configure:11123: checking if mt is a manifest tool configure:11129: mt '-?' configure:11137: result: no configure:11811: checking for dlfcn.h configure:11811: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:11811: $? = 0 configure:11811: result: yes configure:12067: checking for objdir configure:12082: result: .libs configure:12346: checking if gcc supports -fno-rtti -fno-exceptions configure:12364: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:12368: $? = 0 configure:12381: result: no configure:12739: checking for gcc option to produce PIC configure:12746: result: -fPIC -DPIC configure:12754: checking if gcc PIC flag -fPIC -DPIC works configure:12772: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5 configure:12776: $? = 0 configure:12789: result: yes configure:12818: checking if gcc static flag -static works configure:12846: result: yes configure:12861: checking if gcc supports -c -o file.o configure:12882: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5 configure:12886: $? = 0 configure:12908: result: yes configure:12916: checking if gcc supports -c -o file.o configure:12963: result: yes configure:12996: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:14259: result: yes configure:14296: checking whether -lc should be explicitly linked in configure:14304: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:14307: $? = 0 configure:14322: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:14325: $? = 0 configure:14339: result: no configure:14499: checking dynamic linker characteristics configure:15080: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-rpath -Wl,/foo conftest.c >&5 configure:15080: $? = 0 configure:15329: result: GNU/Linux ld.so configure:15451: checking how to hardcode library paths into programs configure:15476: result: immediate configure:16024: checking whether stripping libraries is possible configure:16029: result: yes configure:16064: checking if libtool supports shared libraries configure:16066: result: yes configure:16069: checking whether to build shared libraries configure:16094: result: yes configure:16097: checking whether to build static libraries configure:16101: result: yes configure:16184: checking for ar configure:16211: result: ar configure:16239: checking whether C compiler accepts -mmmx configure:16258: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mmmx -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16258: $? = 0 configure:16267: result: yes configure:16275: checking for MMX instructions set configure:16291: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mmmx -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16291: $? = 0 configure:16292: result: yes configure:16297: checking whether C compiler accepts -mmmx configure:16325: result: yes configure:16341: checking whether C compiler accepts -msse2 configure:16360: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -msse2 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16360: $? = 0 configure:16369: result: yes configure:16377: checking for SSE2 instructions set configure:16397: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -msse2 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16397: $? = 0 configure:16398: result: yes configure:16403: checking whether C compiler accepts -msse2 configure:16431: result: yes configure:16447: checking whether C compiler accepts -msse3 configure:16466: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -msse3 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16466: $? = 0 configure:16475: result: yes configure:16483: checking for SSE3 instructions set configure:16500: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -msse3 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16500: $? = 0 configure:16501: result: yes configure:16506: checking whether C compiler accepts -msse3 configure:16534: result: yes configure:16550: checking whether C compiler accepts -mssse3 configure:16569: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mssse3 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16569: $? = 0 configure:16578: result: yes configure:16586: checking for SSSE3 instructions set configure:16602: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mssse3 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16602: $? = 0 configure:16603: result: yes configure:16608: checking whether C compiler accepts -mssse3 configure:16636: result: yes configure:16652: checking whether C compiler accepts -msse4.1 configure:16671: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -msse4.1 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16671: $? = 0 configure:16680: result: yes configure:16688: checking for SSE4.1 instructions set configure:16704: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -msse4.1 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16704: $? = 0 configure:16705: result: yes configure:16710: checking whether C compiler accepts -msse4.1 configure:16738: result: yes configure:16754: checking whether C compiler accepts -mavx configure:16773: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16773: $? = 0 configure:16782: result: yes configure:16790: checking for AVX instructions set configure:16809: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16809: $? = 0 configure:16810: result: yes configure:16815: checking whether C compiler accepts -mavx configure:16843: result: yes configure:16859: checking whether C compiler accepts -mavx2 configure:16878: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx2 -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:16878: $? = 0 configure:16887: result: yes configure:16895: checking for AVX2 instructions set configure:16918: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx2 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16918: $? = 0 configure:16919: result: yes configure:16924: checking whether C compiler accepts -mavx2 configure:16952: result: yes configure:16960: checking if _mm256_broadcastsi128_si256 is correctly defined configure:16979: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx2 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:16979: $? = 0 configure:16980: result: yes configure:16999: checking whether C compiler accepts -mavx512f configure:17018: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx512f -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:17018: $? = 0 configure:17027: result: yes configure:17035: checking for AVX512F instructions set configure:17057: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -mavx512f -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17057: $? = 0 configure:17058: result: yes configure:17063: checking whether C compiler accepts -mavx512f configure:17091: result: yes configure:17107: checking whether C compiler accepts -maes configure:17126: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -maes -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:17126: $? = 0 configure:17135: result: yes configure:17143: checking whether C compiler accepts -mpclmul configure:17162: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -maes -mpclmul -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:17162: $? = 0 configure:17171: result: yes configure:17179: checking for AESNI instructions set and PCLMULQDQ configure:17200: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -maes -mpclmul -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17200: $? = 0 configure:17201: result: yes configure:17206: checking whether C compiler accepts -maes configure:17234: result: yes configure:17242: checking whether C compiler accepts -mpclmul configure:17270: result: yes configure:17303: checking sys/mman.h usability configure:17303: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17303: $? = 0 configure:17303: result: yes configure:17303: checking sys/mman.h presence configure:17303: gcc -E -D_FORTIFY_SOURCE=2 conftest.c configure:17303: $? = 0 configure:17303: result: yes configure:17303: checking for sys/mman.h configure:17303: result: yes configure:17303: checking intrin.h usability configure:17303: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c:75:20: fatal error: intrin.h: No such file or directory #include ^ compilation terminated. configure:17303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:17303: result: no configure:17303: checking intrin.h presence configure:17303: gcc -E -D_FORTIFY_SOURCE=2 conftest.c conftest.c:42:20: fatal error: intrin.h: No such file or directory #include ^ compilation terminated. configure:17303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include configure:17303: result: no configure:17303: checking for intrin.h configure:17303: result: no configure:17314: checking if _xgetbv() is available configure:17327: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 conftest.c:42:21: fatal error: intrin.h: No such file or directory #include ^ compilation terminated. configure:17327: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | int | main () | { | (void) _xgetbv(0) | ; | return 0; | } configure:17334: result: no configure:17341: checking for inline configure:17357: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17357: $? = 0 configure:17365: result: inline configure:17390: checking whether byte ordering is bigendian configure:17596: result: no configure:17616: checking whether __STDC_LIMIT_MACROS is required configure:17635: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17635: $? = 0 configure:17636: result: no configure:17649: checking whether we can use x86_64 asm code configure:17679: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17679: $? = 0 configure:17680: result: yes configure:17706: checking whether we can assemble AVX opcodes configure:17730: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17730: $? = 0 configure:17731: result: yes configure:17754: checking for 128-bit arithmetic configure:17794: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17794: $? = 0 configure:17795: result: yes configure:17819: checking for cpuid instruction configure:17838: gcc -c -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:17838: $? = 0 configure:17839: result: yes configure:17857: checking if the .private_extern asm directive is supported configure:17879: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 conftest.c: Assembler messages: conftest.c:52: Error: unknown pseudo-op: `.private_extern' conftest.c:53: Error: unknown pseudo-op: `.private_extern' configure:17879: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | #define NATIVE_LITTLE_ENDIAN 1 | #define HAVE_AMD64_ASM 1 | #define HAVE_AVX_ASM 1 | #define HAVE_TI_MODE 1 | #define HAVE_CPUID 1 | /* end confdefs.h. */ | | int | main () | { | | __asm__ __volatile__ (".private_extern dummy_symbol \n" | ".private_extern _dummy_symbol \n" | ".globl dummy_symbol \n" | ".globl _dummy_symbol \n" | "dummy_symbol: \n" | "_dummy_symbol: \n" | " nop \n" | ); | | ; | return 0; | } configure:17884: result: no configure:17890: checking if the .hidden asm directive is supported configure:17912: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:17912: $? = 0 configure:17913: result: yes configure:17942: checking if weak symbols are supported configure:17962: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:17962: $? = 0 configure:17963: result: yes configure:17975: checking if data alignment is required configure:18009: result: no configure:18016: checking if atomic operations are supported configure:18034: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18034: $? = 0 configure:18035: result: yes configure:18053: checking for arc4random configure:18053: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 /tmp/ccxsfNPO.o: In function `main': /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/conftest.c:85: undefined reference to `arc4random' collect2: error: ld returned 1 exit status configure:18053: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | #define NATIVE_LITTLE_ENDIAN 1 | #define HAVE_AMD64_ASM 1 | #define HAVE_AVX_ASM 1 | #define HAVE_TI_MODE 1 | #define HAVE_CPUID 1 | #define ASM_HIDE_SYMBOL .hidden | #define HAVE_WEAK_SYMBOLS 1 | #define CPU_UNALIGNED_ACCESS 1 | #define HAVE_ATOMIC_OPS 1 | /* end confdefs.h. */ | /* Define arc4random to an innocuous variant, in case declares arc4random. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random innocuous_arc4random | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef arc4random | | /* 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 arc4random (); | /* 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_arc4random || defined __stub___arc4random | choke me | #endif | | int | main () | { | return arc4random (); | ; | return 0; | } configure:18053: result: no configure:18053: checking for arc4random_buf configure:18053: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 /tmp/cc1jWXpR.o: In function `main': /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/conftest.c:85: undefined reference to `arc4random_buf' collect2: error: ld returned 1 exit status configure:18053: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | #define NATIVE_LITTLE_ENDIAN 1 | #define HAVE_AMD64_ASM 1 | #define HAVE_AVX_ASM 1 | #define HAVE_TI_MODE 1 | #define HAVE_CPUID 1 | #define ASM_HIDE_SYMBOL .hidden | #define HAVE_WEAK_SYMBOLS 1 | #define CPU_UNALIGNED_ACCESS 1 | #define HAVE_ATOMIC_OPS 1 | /* end confdefs.h. */ | /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf. | For example, HP-UX 11i declares gettimeofday. */ | #define arc4random_buf innocuous_arc4random_buf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char arc4random_buf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef arc4random_buf | | /* 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 arc4random_buf (); | /* 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_arc4random_buf || defined __stub___arc4random_buf | choke me | #endif | | int | main () | { | return arc4random_buf (); | ; | return 0; | } configure:18053: result: no configure:18065: checking for mmap configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18065: $? = 0 configure:18065: result: yes configure:18065: checking for mlock configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18065: $? = 0 configure:18065: result: yes configure:18065: checking for madvise configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18065: $? = 0 configure:18065: result: yes configure:18065: checking for mprotect configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18065: $? = 0 configure:18065: result: yes configure:18065: checking for memset_s configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 /tmp/ccvzFdy7.o: In function `main': /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/conftest.c:89: undefined reference to `memset_s' collect2: error: ld returned 1 exit status configure:18065: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | #define NATIVE_LITTLE_ENDIAN 1 | #define HAVE_AMD64_ASM 1 | #define HAVE_AVX_ASM 1 | #define HAVE_TI_MODE 1 | #define HAVE_CPUID 1 | #define ASM_HIDE_SYMBOL .hidden | #define HAVE_WEAK_SYMBOLS 1 | #define CPU_UNALIGNED_ACCESS 1 | #define HAVE_ATOMIC_OPS 1 | #define HAVE_MMAP 1 | #define HAVE_MLOCK 1 | #define HAVE_MADVISE 1 | #define HAVE_MPROTECT 1 | /* end confdefs.h. */ | /* Define memset_s to an innocuous variant, in case declares memset_s. | For example, HP-UX 11i declares gettimeofday. */ | #define memset_s innocuous_memset_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memset_s (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef memset_s | | /* 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 memset_s (); | /* 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_memset_s || defined __stub___memset_s | choke me | #endif | | int | main () | { | return memset_s (); | ; | return 0; | } configure:18065: result: no configure:18065: checking for explicit_bzero configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 /tmp/ccDoBhD9.o: In function `main': /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/conftest.c:89: undefined reference to `explicit_bzero' collect2: error: ld returned 1 exit status configure:18065: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | #define NATIVE_LITTLE_ENDIAN 1 | #define HAVE_AMD64_ASM 1 | #define HAVE_AVX_ASM 1 | #define HAVE_TI_MODE 1 | #define HAVE_CPUID 1 | #define ASM_HIDE_SYMBOL .hidden | #define HAVE_WEAK_SYMBOLS 1 | #define CPU_UNALIGNED_ACCESS 1 | #define HAVE_ATOMIC_OPS 1 | #define HAVE_MMAP 1 | #define HAVE_MLOCK 1 | #define HAVE_MADVISE 1 | #define HAVE_MPROTECT 1 | /* end confdefs.h. */ | /* Define explicit_bzero to an innocuous variant, in case declares explicit_bzero. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_bzero innocuous_explicit_bzero | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_bzero (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef explicit_bzero | | /* 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 explicit_bzero (); | /* 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_explicit_bzero || defined __stub___explicit_bzero | choke me | #endif | | int | main () | { | return explicit_bzero (); | ; | return 0; | } configure:18065: result: no configure:18065: checking for nanosleep configure:18065: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18065: $? = 0 configure:18065: result: yes configure:18079: checking for posix_memalign configure:18079: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 conftest.c:79:6: warning: conflicting types for built-in function 'posix_memalign' char posix_memalign (); ^~~~~~~~~~~~~~ configure:18079: $? = 0 configure:18079: result: yes configure:18079: checking for getpid configure:18079: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5 configure:18079: $? = 0 configure:18079: result: yes configure:18421: checking if gcc/ld supports -Wl,--output-def configure:18442: gcc -o conftest -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -D_FORTIFY_SOURCE=2 -Wl,--output-def,conftest.def conftest.c >&5 /usr/bin/ld: unrecognized option '--output-def' /usr/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status configure:18442: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsodium" | #define PACKAGE_TARNAME "libsodium" | #define PACKAGE_VERSION "1.0.15" | #define PACKAGE_STRING "libsodium 1.0.15" | #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" | #define PACKAGE_URL "https://github.com/jedisct1/libsodium" | #define PACKAGE "libsodium" | #define VERSION "1.0.15" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CATCHABLE_SEGV 1 | #define HAVE_CATCHABLE_ABRT 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MMINTRIN_H 1 | #define HAVE_EMMINTRIN_H 1 | #define HAVE_PMMINTRIN_H 1 | #define HAVE_TMMINTRIN_H 1 | #define HAVE_SMMINTRIN_H 1 | #define HAVE_AVXINTRIN_H 1 | #define HAVE_AVX2INTRIN_H 1 | #define HAVE_AVX512FINTRIN_H 1 | #define HAVE_WMMINTRIN_H 1 | #define HAVE_SYS_MMAN_H 1 | #define NATIVE_LITTLE_ENDIAN 1 | #define HAVE_AMD64_ASM 1 | #define HAVE_AVX_ASM 1 | #define HAVE_TI_MODE 1 | #define HAVE_CPUID 1 | #define ASM_HIDE_SYMBOL .hidden | #define HAVE_WEAK_SYMBOLS 1 | #define CPU_UNALIGNED_ACCESS 1 | #define HAVE_ATOMIC_OPS 1 | #define HAVE_MMAP 1 | #define HAVE_MLOCK 1 | #define HAVE_MADVISE 1 | #define HAVE_MPROTECT 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_GETPID 1 | #define CONFIGURED 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:18453: result: no configure:18615: checking that generated files are newer than configure configure:18621: result: done configure:18684: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libsodium config.status 1.0.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on tdeb config.status:1093: creating Makefile config.status:1093: creating builds/Makefile config.status:1093: creating contrib/Makefile config.status:1093: creating dist-build/Makefile config.status:1093: creating libsodium.pc config.status:1093: creating libsodium-uninstalled.pc config.status:1093: creating msvc-scripts/Makefile config.status:1093: creating src/Makefile config.status:1093: creating src/libsodium/Makefile config.status:1093: creating src/libsodium/include/Makefile config.status:1093: creating src/libsodium/include/sodium/version.h config.status:1093: creating test/default/Makefile config.status:1093: creating test/Makefile config.status:1265: executing depfiles commands config.status:1265: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_defined__FORTIFY_SOURCE=no ac_cv_defined___native_client__=no ac_cv_env_AR_set= ac_cv_env_AR_value= ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CWFLAGS_set= ac_cv_env_CWFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_SAFECODE_HOME_set= ac_cv_env_SAFECODE_HOME_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_arc4random=no ac_cv_func_arc4random_buf=no ac_cv_func_explicit_bzero=no ac_cv_func_getpid=yes ac_cv_func_madvise=yes ac_cv_func_memset_s=no ac_cv_func_mlock=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_nanosleep=yes ac_cv_func_posix_memalign=yes ac_cv_header_dlfcn_h=yes ac_cv_header_intrin_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no 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_mman_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-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar ax_cv_PTHREAD_CLANG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no ax_cv_check_cCATCHABLE_ABRT=yes ax_cv_check_cCATCHABLE_SEGV=yes ax_cv_check_cflags___D_FORTIFY_SOURCE_2=yes ax_cv_check_cflags___Wdiv_by_zero=yes ax_cv_check_cflags___Wsometimes_uninitialized=no ax_cv_check_cflags___Wwrite_strings=yes ax_cv_check_cflags____Wall=yes ax_cv_check_cflags____Wall__Wextra=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration__Wpointer_arith=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration__Wpointer_arith__Wredundant_decls=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration__Wpointer_arith__Wredundant_decls__Wshorten_64_to_32=no ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration__Wpointer_arith__Wredundant_decls__Wstrict_prototypes=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration__Wpointer_arith__Wredundant_decls__Wstrict_prototypes__Wswitch_enum=yes ax_cv_check_cflags____Wall__Wextra__Wbad_function_cast__Wcast_align__Wcast_qual__Wduplicated_cond__Wfloat_equal__Wformat_2__Wmissing_declarations__Wmissing_prototypes__Wnested_externs__Wno_type_limits__Wno_unknown_pragmas__Wnormalized_id__Wnull_dereference__Wold_style_declaration__Wpointer_arith__Wredundant_decls__Wstrict_prototypes__Wswitch_enum__Wvariable_decl=no ax_cv_check_cflags___fPIC=yes ax_cv_check_cflags___fPIE=yes ax_cv_check_cflags___fno_strict_aliasing=yes ax_cv_check_cflags___fno_strict_overflow=yes ax_cv_check_cflags___fstack_protector=yes ax_cv_check_cflags___fvisibility_hidden=yes ax_cv_check_cflags___maes=yes ax_cv_check_cflags___mavx2=yes ax_cv_check_cflags___mavx512f=yes ax_cv_check_cflags___mavx=yes ax_cv_check_cflags___mmmx=yes ax_cv_check_cflags___mpclmul=yes ax_cv_check_cflags___msse2=yes ax_cv_check_cflags___msse3=yes ax_cv_check_cflags___msse4_1=yes ax_cv_check_cflags___mssse3=yes ax_cv_check_ldflags___Wl__z_noexecstack=yes ax_cv_check_ldflags___Wl__z_now=yes ax_cv_check_ldflags___Wl__z_relro=yes ax_cv_check_ldflags___fstack_protector=yes ax_cv_check_ldflags___pie=yes gl_cv_ld_output_def=no lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## @echo "Need to use GNU make and reconfigure with --enable-valgrind"' ACLOCAL='${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AS='as' AUTOCONF='${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing automake-1.15' AWK='gawk' CC='gcc' CCAS='gcc' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-g -O2 -pthread' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero' CFLAGS_AESNI='-maes' CFLAGS_AVX2='-mavx2' CFLAGS_AVX512F='-mavx512f' CFLAGS_AVX='-mavx' CFLAGS_MMX='-mmmx' CFLAGS_PCLMUL='-mpclmul' CFLAGS_SSE2='-msse2' CFLAGS_SSE3='-msse3' CFLAGS_SSE41='-msse4.1' CFLAGS_SSSE3='-mssse3' CPP='gcc -E' CPPFLAGS=' -D_FORTIFY_SOURCE=2' CWFLAGS=' -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.15\" -DPACKAGE_STRING=\"libsodium\ 1.0.15\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.15\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_CATCHABLE_SEGV=1 -DHAVE_CATCHABLE_ABRT=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SMMINTRIN_H=1 -DHAVE_AVXINTRIN_H=1 -DHAVE_AVX2INTRIN_H=1 -DHAVE_AVX512FINTRIN_H=1 -DHAVE_WMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_AVX_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DASM_HIDE_SYMBOL=.hidden -DHAVE_WEAK_SYMBOLS=1 -DCPU_UNALIGNED_ACCESS=1 -DHAVE_ATOMIC_OPS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_GETPID=1 -DCONFIGURED=1' DEPDIR='.deps' DLLTOOL='false' DLL_VERSION='8' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMSCRIPTEN_FALSE='' EMSCRIPTEN_TRUE='#' ENABLE_VALGRIND_drd='no' ENABLE_VALGRIND_helgrind='no' ENABLE_VALGRIND_memcheck='no' ENABLE_VALGRIND_sgcheck='no' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' HAVE_AMD64_ASM_FALSE='#' HAVE_AMD64_ASM_TRUE='' HAVE_AMD64_ASM_V='1' HAVE_AVX_ASM_FALSE='#' HAVE_AVX_ASM_TRUE='' HAVE_AVX_ASM_V='1' HAVE_CPUID_V='1' HAVE_LD_OUTPUT_DEF_FALSE='' HAVE_LD_OUTPUT_DEF_TRUE='#' HAVE_TI_MODE_FALSE='#' HAVE_TI_MODE_TRUE='' HAVE_TI_MODE_V='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' ISODATE='2018-04-05' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS=' -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack' LIBOBJS='' LIBS=' ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='build-aux/ltmain.sh' LIBTOOL_EXTRA_FLAGS=' -version-info 23:0:0' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing makeinfo' MANIFEST_TOOL=':' MINIMAL_FALSE='' MINIMAL_TRUE='#' MKDIR_P='/bin/mkdir -p' NATIVECLIENT_FALSE='' NATIVECLIENT_TRUE='#' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libsodium' PACKAGE_BUGREPORT='https://github.com/jedisct1/libsodium/issues' PACKAGE_NAME='libsodium' PACKAGE_STRING='libsodium 1.0.15' PACKAGE_TARNAME='libsodium' PACKAGE_URL='https://github.com/jedisct1/libsodium' PACKAGE_VERSION='1.0.15' PATH_SEPARATOR=':' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' SAFECODE_HOME='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SODIUM_LIBRARY_MINIMAL_DEF='' SODIUM_LIBRARY_VERSION='23:0:0' SODIUM_LIBRARY_VERSION_MAJOR='10' SODIUM_LIBRARY_VERSION_MINOR='0' STRIP='strip' TEST_LDFLAGS='' VALGRIND='' VALGRIND_CHECK_RULES=' VALGRIND_ENABLED='no' VALGRIND_ENABLED_FALSE='' VALGRIND_ENABLED_TRUE='#' VERSION='1.0.15' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' check-valgrind: datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/tdedhar/Documents/viki/node_modules/sodium/deps/build' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' valgrind_enabled_tools='' valgrind_tools='memcheck helgrind drd sgcheck' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libsodium" #define PACKAGE_TARNAME "libsodium" #define PACKAGE_VERSION "1.0.15" #define PACKAGE_STRING "libsodium 1.0.15" #define PACKAGE_BUGREPORT "https://github.com/jedisct1/libsodium/issues" #define PACKAGE_URL "https://github.com/jedisct1/libsodium" #define PACKAGE "libsodium" #define VERSION "1.0.15" #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_CATCHABLE_SEGV 1 #define HAVE_CATCHABLE_ABRT 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_MMINTRIN_H 1 #define HAVE_EMMINTRIN_H 1 #define HAVE_PMMINTRIN_H 1 #define HAVE_TMMINTRIN_H 1 #define HAVE_SMMINTRIN_H 1 #define HAVE_AVXINTRIN_H 1 #define HAVE_AVX2INTRIN_H 1 #define HAVE_AVX512FINTRIN_H 1 #define HAVE_WMMINTRIN_H 1 #define HAVE_SYS_MMAN_H 1 #define NATIVE_LITTLE_ENDIAN 1 #define HAVE_AMD64_ASM 1 #define HAVE_AVX_ASM 1 #define HAVE_TI_MODE 1 #define HAVE_CPUID 1 #define ASM_HIDE_SYMBOL .hidden #define HAVE_WEAK_SYMBOLS 1 #define CPU_UNALIGNED_ACCESS 1 #define HAVE_ATOMIC_OPS 1 #define HAVE_MMAP 1 #define HAVE_MLOCK 1 #define HAVE_MADVISE 1 #define HAVE_MPROTECT 1 #define HAVE_NANOSLEEP 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_GETPID 1 #define CONFIGURED 1 configure: exit 0