Performing C SOURCE FILE Test ARCH_32_BIT failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_d385f [1/2] Building C object CMakeFiles/cmTC_d385f.dir/src.c.o FAILED: CMakeFiles/cmTC_d385f.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -DARCH_32_BIT -o CMakeFiles/cmTC_d385f.dir/src.c.o -c src.c src.c:2:2: error: #error not 64bit 2 | #error not 64bit | ^~~~~ ninja: build stopped: subcommand failed. Source file was: #if !(defined(__i386__) || defined(_M_IX86)) #error not 64bit #endif int main(void) { return 0; } Determining if files intrin.h exist failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_54087 [1/2] Building C object CMakeFiles/cmTC_54087.dir/HAVE_C_INTRIN_H.c.o FAILED: CMakeFiles/cmTC_54087.dir/HAVE_C_INTRIN_H.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_54087.dir/HAVE_C_INTRIN_H.c.o -c /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CheckIncludeFiles/HAVE_C_INTRIN_H.c /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CheckIncludeFiles/HAVE_C_INTRIN_H.c:2:10: fatal error: intrin.h: No such file or directory 2 | #include | ^~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source: /* */ #include int main(void){return 0;} Determining if the include file intrin.h exists failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_1b043 [1/2] Building CXX object CMakeFiles/cmTC_1b043.dir/CheckIncludeFile.cxx.o FAILED: CMakeFiles/cmTC_1b043.dir/CheckIncludeFile.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_1b043.dir/CheckIncludeFile.cxx.o -c CheckIncludeFile.cxx CheckIncludeFile.cxx:1:10: fatal error: intrin.h: No such file or directory 1 | #include | ^~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the function _aligned_malloc exists failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_0b239 [1/2] Building C object CMakeFiles/cmTC_0b239.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_0b239 FAILED: cmTC_0b239 : && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=_aligned_malloc -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_0b239.dir/CheckFunctionExists.c.o -o cmTC_0b239 && : /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_0b239.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `_aligned_malloc' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the _LIBCPP_VERSION exist failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_fcd56 [1/2] Building CXX object CMakeFiles/cmTC_fcd56.dir/CheckSymbolExists.cxx.o FAILED: CMakeFiles/cmTC_fcd56.dir/CheckSymbolExists.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_fcd56.dir/CheckSymbolExists.cxx.o -c CheckSymbolExists.cxx CheckSymbolExists.cxx: In function ‘int main(int, char**)’: CheckSymbolExists.cxx:8:19: error: ‘_LIBCPP_VERSION’ was not declared in this scope 8 | return ((int*)(&_LIBCPP_VERSION))[argc]; | ^~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. File /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _LIBCPP_VERSION return ((int*)(&_LIBCPP_VERSION))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_AVX512 failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_a83e4 [1/2] Building C object CMakeFiles/cmTC_a83e4.dir/src.c.o FAILED: CMakeFiles/cmTC_a83e4.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -DHAVE_AVX512 -O2 -pipe -march=native -O3 -std=c99 -Wall -Wextra -Wshadow -Wcast-qual -fno-strict-aliasing -Werror -Wno-array-bounds -Wno-maybe-uninitialized -Wno-abi -fno-omit-frame-pointer -o CMakeFiles/cmTC_a83e4.dir/src.c.o -c src.c src.c:3:2: error: #error no avx512bw 3 | #error no avx512bw | ^~~~~ ninja: build stopped: subcommand failed. Source file was: #include #if !defined(__AVX512BW__) #error no avx512bw #endif int main(){ __m512i z = _mm512_setzero_si512(); (void)_mm512_abs_epi8(z); } Performing C SOURCE FILE Test CC_SELF_ASSIGN failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_b17ca [1/2] Building C object CMakeFiles/cmTC_b17ca.dir/src.c.o FAILED: CMakeFiles/cmTC_b17ca.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -DCC_SELF_ASSIGN -Wself-assign -o CMakeFiles/cmTC_b17ca.dir/src.c.o -c src.c x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-Wself-assign' ninja: build stopped: subcommand failed. Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test CXX_SELF_ASSIGN failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_02efc [1/2] Building CXX object CMakeFiles/cmTC_02efc.dir/src.cxx.o FAILED: CMakeFiles/cmTC_02efc.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=native -DCXX_SELF_ASSIGN -Wself-assign -o CMakeFiles/cmTC_02efc.dir/src.cxx.o -c src.cxx x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-Wself-assign' ninja: build stopped: subcommand failed. Source file was: int main() { return 0; } Performing C SOURCE FILE Test CC_PAREN_EQUALITY failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_bab98 [1/2] Building C object CMakeFiles/cmTC_bab98.dir/src.c.o FAILED: CMakeFiles/cmTC_bab98.dir/src.c.o /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe -march=native -DCC_PAREN_EQUALITY -Wparentheses-equality -o CMakeFiles/cmTC_bab98.dir/src.c.o -c src.c x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-Wparentheses-equality' ninja: build stopped: subcommand failed. Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test CXX_WEAK_VTABLES failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_66048 [1/2] Building CXX object CMakeFiles/cmTC_66048.dir/src.cxx.o FAILED: CMakeFiles/cmTC_66048.dir/src.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=native -DCXX_WEAK_VTABLES -Wweak-vtables -o CMakeFiles/cmTC_66048.dir/src.cxx.o -c src.cxx x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-Wweak-vtables' ninja: build stopped: subcommand failed. Source file was: int main() { return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_f95f8 [1/2] Building C object CMakeFiles/cmTC_f95f8.dir/CheckSymbolExists.c.o [2/2] Linking C executable cmTC_f95f8 FAILED: cmTC_f95f8 : && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_f95f8.dir/CheckSymbolExists.c.o -o cmTC_f95f8 && : /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_f95f8.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text.startup+0x3): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. File /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_1ca52 [1/2] Building C object CMakeFiles/cmTC_1ca52.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_1ca52 FAILED: cmTC_1ca52 : && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/cmTC_1ca52.dir/CheckFunctionExists.c.o -o cmTC_1ca52 -lpthreads && : /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the include file pthread_np.h exists failed with the following output: Change Dir: /var/tmp/portage/dev-libs/hyperscan-5.1.0/work/hyperscan-5.1.0_build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/ninja cmTC_68eb7 [1/2] Building CXX object CMakeFiles/cmTC_68eb7.dir/CheckIncludeFile.cxx.o FAILED: CMakeFiles/cmTC_68eb7.dir/CheckIncludeFile.cxx.o /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -O2 -pipe -march=native -o CMakeFiles/cmTC_68eb7.dir/CheckIncludeFile.cxx.o -c CheckIncludeFile.cxx CheckIncludeFile.cxx:1:10: fatal error: pthread_np.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed.