Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wplacement_new failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2010939984/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2010939984.dir/build.make CMakeFiles/cmTryCompileExec2010939984.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2010939984.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_FLAG_Wplacement_new -Wplacement-new -o CMakeFiles/cmTryCompileExec2010939984.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wplacement-new' gmake[1]: *** [CMakeFiles/cmTryCompileExec2010939984.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2010939984/fast] Error 2 Source file was: int main() { return 0; } Determining if the system is big endian passed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2955881525/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2955881525.dir/build.make CMakeFiles/cmTryCompileExec2955881525.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2955881525.dir/TestEndianess.c.o /usr/lib64/ccache/cc -o CMakeFiles/cmTryCompileExec2955881525.dir/TestEndianess.c.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/TestEndianess.c Linking C executable cmTryCompileExec2955881525 /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2955881525.dir/link.txt --verbose=1 /usr/lib64/ccache/cc CMakeFiles/cmTryCompileExec2955881525.dir/TestEndianess.c.o -o cmTryCompileExec2955881525 -rdynamic gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' TestEndianess.c: /* A 16 bit integer is required. */ typedef unsigned short cmakeint16; /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." On a big endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." On a little endian machine the characters will be exchanged pairwise. */ const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_little[argc]; require += info_big[argc]; (void)argv; return require; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_AVX failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec1699696655/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1699696655.dir/build.make CMakeFiles/cmTryCompileExec1699696655.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1699696655.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_AVX -o CMakeFiles/cmTryCompileExec1699696655.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:3:6: error: #error "__AVX__ flag not set, no support for AVX" #error "__AVX__ flag not set, no support for AVX" ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:15:7: error: ‘__m256d’ does not name a type __m256d data; ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx: In member function ‘VectorizedArray& VectorizedArray::operator+=(const VectorizedArray&)’: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:9: error: ‘data’ was not declared in this scope data = _mm256_add_pd (data, vec.data); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:41: error: ‘const class VectorizedArray’ has no member named ‘data’ data = _mm256_add_pd (data, vec.data); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:45: error: ‘_mm256_add_pd’ was not declared in this scope data = _mm256_add_pd (data, vec.data); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:26:7: error: ‘__m256d’ was not declared in this scope __m256d a, b; ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:26:15: error: expected ‘;’ before ‘a’ __m256d a, b; ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:29:17: error: ‘data’ was not declared in this scope __m256d * data = ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:30:26: error: expected type-specifier before ‘__m256d’ reinterpret_cast<__m256d*>(_mm_malloc (2*vector_bytes, vector_bytes)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:30:26: error: expected ‘>’ before ‘__m256d’ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:30:26: error: expected ‘(’ before ‘__m256d’ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:30:34: error: expected primary-expression before ‘>’ token reinterpret_cast<__m256d*>(_mm_malloc (2*vector_bytes, vector_bytes)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:30:78: error: expected ‘)’ before ‘;’ token reinterpret_cast<__m256d*>(_mm_malloc (2*vector_bytes, vector_bytes)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:31:49: error: ‘a’ was not declared in this scope double * ptr = reinterpret_cast(&a); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:35:7: error: ‘b’ was not declared in this scope b = _mm256_set1_pd ((volatile double)(2.25)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:35:50: error: ‘_mm256_set1_pd’ was not declared in this scope b = _mm256_set1_pd ((volatile double)(2.25)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:36:36: error: ‘_mm256_add_pd’ was not declared in this scope data[0] = _mm256_add_pd (a, b); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:37:42: error: ‘_mm256_mul_pd’ was not declared in this scope data[1] = _mm256_mul_pd (b, data[0]); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:46:9: error: ‘class VectorizedArray’ has no member named ‘data’ c.data = b; ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:47:9: error: ‘class VectorizedArray’ has no member named ‘data’ d.data = b; ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:49:42: error: ‘class VectorizedArray’ has no member named ‘data’ ptr = reinterpret_cast(&e.data); ^ gmake[1]: *** [CMakeFiles/cmTryCompileExec1699696655.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec1699696655/fast] Error 2 Return value: 1 Source file was: #ifndef __AVX__ #error "__AVX__ flag not set, no support for AVX" #endif #include class VectorizedArray { public: VectorizedArray & operator += (const VectorizedArray &vec) { data = _mm256_add_pd (data, vec.data); return *this; } __m256d data; }; inline VectorizedArray operator + (const VectorizedArray &u, const VectorizedArray &v) { VectorizedArray tmp = u; return tmp+=v; } int main() { __m256d a, b; const unsigned int vector_bytes = sizeof(__m256d); const int n_vectors = vector_bytes/sizeof(double); __m256d * data = reinterpret_cast<__m256d*>(_mm_malloc (2*vector_bytes, vector_bytes)); double * ptr = reinterpret_cast(&a); ptr[0] = (volatile double)(1.0); for (int i=1; i(&data[1]); unsigned int return_value = 0; if (ptr[0] != 7.3125) return_value = 1; for (int i=1; i(&e.data); for (int i=0; i(_mm_malloc (2*vector_bytes, vector_bytes)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:26: error: expected ‘>’ before ‘__m512d’ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:26: error: expected ‘(’ before ‘__m512d’ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:34: error: expected primary-expression before ‘>’ token reinterpret_cast<__m512d*>(_mm_malloc (2*vector_bytes, vector_bytes)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:12:78: error: expected ‘)’ before ‘;’ token reinterpret_cast<__m512d*>(_mm_malloc (2*vector_bytes, vector_bytes)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:13:49: error: ‘a’ was not declared in this scope double * ptr = reinterpret_cast(&a); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:18:7: error: ‘b’ was not declared in this scope b = _mm512_set1_pd(x); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:18:27: error: ‘_mm512_set1_pd’ was not declared in this scope b = _mm512_set1_pd(x); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:19:36: error: ‘_mm512_add_pd’ was not declared in this scope data[0] = _mm512_add_pd (a, b); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:20:42: error: ‘_mm512_mul_pd’ was not declared in this scope data[1] = _mm512_mul_pd (b, data[0]); ^ gmake[1]: *** [CMakeFiles/cmTryCompileExec2520697899.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2520697899/fast] Error 2 Return value: 1 Source file was: #ifndef __AVX512F__ #error "__AVX512F__ flag not set, no support for AVX512" #endif #include int main() { __m512d a, b; const unsigned int vector_bytes = sizeof(__m512d); const int n_vectors = vector_bytes/sizeof(double); __m512d * data = reinterpret_cast<__m512d*>(_mm_malloc (2*vector_bytes, vector_bytes)); double * ptr = reinterpret_cast(&a); ptr[0] = (volatile double)(1.0); for (int i=1; i(&data[1]); unsigned int return_value = 0; if (ptr[0] != 7.3125) return_value = 1; for (int i=1; i(42); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:5:37: error: expected primary-expression before ‘int’ auto ptr = std::make_unique(42); ^ gmake[1]: *** [CMakeFiles/cmTryCompileExec208351314.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec208351314/fast] Error 2 Source file was: #include int main() { auto ptr = std::make_unique(42); return 0; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX14_CONSTEXPR_STDMAXMIN failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec810900494/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec810900494.dir/build.make CMakeFiles/cmTryCompileExec810900494.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec810900494.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_CXX14_CONSTEXPR_STDMAXMIN -std=c++1y -o CMakeFiles/cmTryCompileExec810900494.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:5:43: error: call to non-constexpr function ‘const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = int]’ constexpr int max = std::max(0,1); ^ gmake[1]: *** [CMakeFiles/cmTryCompileExec810900494.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec810900494/fast] Error 2 Source file was: #include int main() { constexpr int max = std::max(0,1); } Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec3029276885/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3029276885.dir/build.make CMakeFiles/cmTryCompileExec3029276885.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec3029276885.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_CXX14_CLANGAUTODEBUG_BUG_OK -std=c++1y -Og -ggdb -o CMakeFiles/cmTryCompileExec3029276885.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:14: internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19499 struct foo ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/ccXAdWTF.out file, please attach this to your bugreport. gmake[1]: *** [CMakeFiles/cmTryCompileExec3029276885.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec3029276885/fast] Error 2 Source file was: struct foo { auto func(); }; int main() { foo bar; } Performing C++ SOURCE FILE Test DEAL_II_COMPILER_DEFAULTS_TO_CXX11_OR_NEWER failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec658478724/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec658478724.dir/build.make CMakeFiles/cmTryCompileExec658478724.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec658478724.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_COMPILER_DEFAULTS_TO_CXX11_OR_NEWER -o CMakeFiles/cmTryCompileExec658478724.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:5:6: error: #error "The compiler does not default to C++11 or newer." # error "The compiler does not default to C++11 or newer." ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:18: error: top-level declaration of ‘main’ specifies ‘auto’ auto main() -> int ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:18: error: trailing return type only available with -std=c++11 or -std=gnu++11 gmake[1]: *** [CMakeFiles/cmTryCompileExec658478724.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec658478724/fast] Error 2 Source file was: #include #if __cplusplus < 201103L # error "The compiler does not default to C++11 or newer." #endif auto main() -> int { auto p0 = std::unique_ptr(); auto p1 = std::move(p0); } Performing C++ SOURCE FILE Test DEAL_II_HAVE_ATTRIBUTE_FALLTHROUGH failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec1934423470/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1934423470.dir/build.make CMakeFiles/cmTryCompileExec1934423470.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1934423470.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_ATTRIBUTE_FALLTHROUGH -Werror -Wextra -std=c++11 -o CMakeFiles/cmTryCompileExec1934423470.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:11: error: expected primary-expression before ‘__attribute__’ __attribute__((fallthrough)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:11: error: expected ‘;’ before ‘__attribute__’ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:13:11: error: expected primary-expression before ‘__attribute__’ __attribute__((fallthrough)); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:13:11: error: expected ‘;’ before ‘__attribute__’ gmake[1]: *** [CMakeFiles/cmTryCompileExec1934423470.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec1934423470/fast] Error 2 Source file was: int main() { int i = 42; int j = 10; switch(i) { case 1: ++j; __attribute__((fallthrough)); case 2: ++j; __attribute__((fallthrough)); default: break; } } Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX11_IS_TRIVIALLY_COPYABLE failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2641704406/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2641704406.dir/build.make CMakeFiles/cmTryCompileExec2641704406.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2641704406.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_CXX11_IS_TRIVIALLY_COPYABLE -std=c++11 -o CMakeFiles/cmTryCompileExec2641704406.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:3:15: error: ‘is_trivially_copyable’ is not a member of ‘std’ int main(){ std::is_trivially_copyable bob; } ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:3:42: error: expected primary-expression before ‘int’ int main(){ std::is_trivially_copyable bob; } ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:3:42: error: expected ‘;’ before ‘int’ gmake[1]: *** [CMakeFiles/cmTryCompileExec2641704406.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2641704406/fast] Error 2 Source file was: #include int main(){ std::is_trivially_copyable bob; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec243486792/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec243486792.dir/build.make CMakeFiles/cmTryCompileExec243486792.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec243486792.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS -std=c++11 -o CMakeFiles/cmTryCompileExec243486792.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:6:14: error: no match for ‘operator*’ (operand types are ‘double’ and ‘std::complex’) double() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:6:14: note: candidates are: In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:402:5: note: template std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&) operator*(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:402:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:6:36: note: deduced conflicting types for parameter ‘_Tp’ (‘double’ and ‘float’) double() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:393:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&) operator*(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8.2/complex:393:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:6:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘double’ double() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:384:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&) operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:384:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:6:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘double’ double() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:7:27: error: no match for ‘operator*’ (operand types are ‘std::complex’ and ‘double’) std::complex() * double(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:7:27: note: candidates are: In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:402:5: note: template std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&) operator*(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:402:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:7:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘double’ std::complex() * double(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:393:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&) operator*(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8.2/complex:393:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:7:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘float’ and ‘double’) std::complex() * double(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:384:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&) operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:384:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:7:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘double’ std::complex() * double(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:13: error: no match for ‘operator*’ (operand types are ‘float’ and ‘std::complex’) float() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:13: note: candidates are: In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:402:5: note: template std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&) operator*(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:402:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:36: note: deduced conflicting types for parameter ‘_Tp’ (‘float’ and ‘double’) float() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:393:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&) operator*(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8.2/complex:393:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘float’ float() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:384:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&) operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:384:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘float’ float() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:9:28: error: no match for ‘operator*’ (operand types are ‘std::complex’ and ‘float’) std::complex() * float(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:9:28: note: candidates are: In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:402:5: note: template std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&) operator*(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:402:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:9:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘float’ std::complex() * float(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:393:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&) operator*(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8.2/complex:393:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:9:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘double’ and ‘float’) std::complex() * float(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:384:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&) operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:384:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:9:36: note: mismatched types ‘const std::complex<_Tp>’ and ‘float’ std::complex() * float(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:28: error: no match for ‘operator*’ (operand types are ‘std::complex’ and ‘std::complex’) std::complex() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:28: note: candidates are: In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:402:5: note: template std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&) operator*(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:402:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:50: note: deduced conflicting types for parameter ‘_Tp’ (‘std::complex’ and ‘float’) std::complex() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:393:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&) operator*(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8.2/complex:393:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:50: note: deduced conflicting types for parameter ‘const _Tp’ (‘double’ and ‘std::complex’) std::complex() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:384:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&) operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:384:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:10:50: note: deduced conflicting types for parameter ‘_Tp’ (‘double’ and ‘float’) std::complex() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:11:27: error: no match for ‘operator*’ (operand types are ‘std::complex’ and ‘std::complex’) std::complex() * std::complex(); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:11:27: note: candidates are: In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:402:5: note: template std::complex<_Tp> std::operator*(const _Tp&, const std::complex<_Tp>&) operator*(const _Tp& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:402:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:11:50: note: deduced conflicting types for parameter ‘_Tp’ (‘std::complex’ and ‘double’) std::complex() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:393:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const _Tp&) operator*(const complex<_Tp>& __x, const _Tp& __y) ^ /usr/include/c++/4.8.2/complex:393:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:11:50: note: deduced conflicting types for parameter ‘const _Tp’ (‘float’ and ‘std::complex’) std::complex() * std::complex(); ^ In file included from /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:0: /usr/include/c++/4.8.2/complex:384:5: note: template std::complex<_Tp> std::operator*(const std::complex<_Tp>&, const std::complex<_Tp>&) operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) ^ /usr/include/c++/4.8.2/complex:384:5: note: template argument deduction/substitution failed: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:11:50: note: deduced conflicting types for parameter ‘_Tp’ (‘float’ and ‘double’) std::complex() * std::complex(); ^ gmake[1]: *** [CMakeFiles/cmTryCompileExec243486792.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec243486792/fast] Error 2 Source file was: #include int main() { double() * std::complex(); std::complex() * double(); float() * std::complex(); std::complex() * float(); std::complex() * std::complex(); std::complex() * std::complex(); return 0; } Performing C++ SOURCE FILE Test DEAL_II_COMPILER_HAS_CXX14_ATTRIBUTE_DEPRECATED failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec157220683/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec157220683.dir/build.make CMakeFiles/cmTryCompileExec157220683.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec157220683.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_COMPILER_HAS_CXX14_ATTRIBUTE_DEPRECATED -pedantic -fPIC -Wall -Wextra -Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch -Woverloaded-virtual -Wno-deprecated-declarations -Wno-literal-suffix -std=c++11 -Werror -Wno-deprecated-declarations -Wno-deprecated -Wno-unused-command-line-argument -o CMakeFiles/cmTryCompileExec157220683.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:2:38: error: ‘deprecated’ attribute directive ignored [-Werror=attributes] [[deprecated]] int old_fn (); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:6:33: error: ‘deprecated’ attribute directive ignored [-Werror=attributes] struct [[deprecated]] bob ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:8:37: error: ‘deprecated’ attribute directive ignored [-Werror=attributes] [[deprecated]] bob(int i); ^ /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx:9:38: error: ‘deprecated’ attribute directive ignored [-Werror=attributes] [[deprecated]] void test(); ^ cc1plus: error: unrecognized command line option "-Wno-unused-command-line-argument" [-Werror] cc1plus: all warnings being treated as errors gmake[1]: *** [CMakeFiles/cmTryCompileExec157220683.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec157220683/fast] Error 2 Source file was: [[deprecated]] int old_fn (); int old_fn () { return 0; } int (*fn_ptr)() = old_fn; struct [[deprecated]] bob { [[deprecated]] bob(int i); [[deprecated]] void test(); }; int main () {} Determining if the pthread_create exist failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2207302964/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2207302964.dir/build.make CMakeFiles/cmTryCompileExec2207302964.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2207302964.dir/CheckSymbolExists.c.o /usr/lib64/ccache/cc -o CMakeFiles/cmTryCompileExec2207302964.dir/CheckSymbolExists.c.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTryCompileExec2207302964 /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2207302964.dir/link.txt --verbose=1 /usr/lib64/ccache/cc CMakeFiles/cmTryCompileExec2207302964.dir/CheckSymbolExists.c.o -o cmTryCompileExec2207302964 -rdynamic CMakeFiles/cmTryCompileExec2207302964.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status gmake[1]: *** [cmTryCompileExec2207302964] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2207302964/fast] Error 2 File /home/maj136/dealii9.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: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2600135838/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2600135838.dir/build.make CMakeFiles/cmTryCompileExec2600135838.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2600135838.dir/CheckFunctionExists.c.o /usr/lib64/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec2600135838.dir/CheckFunctionExists.c.o -c /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/share/cmake-3.2/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2600135838 /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2600135838.dir/link.txt --verbose=1 /usr/lib64/ccache/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec2600135838.dir/CheckFunctionExists.c.o -o cmTryCompileExec2600135838 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [cmTryCompileExec2600135838] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2600135838/fast] Error 2 Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_flifetime_dse=1 failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec742591272/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec742591272.dir/build.make CMakeFiles/cmTryCompileExec742591272.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec742591272.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_FLAG_flifetime_dse=1 -flifetime-dse=1 -o CMakeFiles/cmTryCompileExec742591272.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-flifetime-dse=1' gmake[1]: *** [CMakeFiles/cmTryCompileExec742591272.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec742591272/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wimplicit_fallthrough=0 failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2590712679/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2590712679.dir/build.make CMakeFiles/cmTryCompileExec2590712679.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2590712679.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_FLAG_Wimplicit_fallthrough=0 -Wimplicit-fallthrough=0 -o CMakeFiles/cmTryCompileExec2590712679.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wimplicit-fallthrough=0' gmake[1]: *** [CMakeFiles/cmTryCompileExec2590712679.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2590712679/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wnested_anon_types failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec1673448653/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1673448653.dir/build.make CMakeFiles/cmTryCompileExec1673448653.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1673448653.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_FLAG_Wnested_anon_types -Wnested-anon-types -o CMakeFiles/cmTryCompileExec1673448653.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wnested-anon-types' gmake[1]: *** [CMakeFiles/cmTryCompileExec1673448653.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec1673448653/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wimplicit_fallthrough failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec1653428865/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1653428865.dir/build.make CMakeFiles/cmTryCompileExec1653428865.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1653428865.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_FLAG_Wimplicit_fallthrough -Wimplicit-fallthrough -o CMakeFiles/cmTryCompileExec1653428865.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wimplicit-fallthrough' gmake[1]: *** [CMakeFiles/cmTryCompileExec1653428865.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec1653428865/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wcast_function_type failed with the following output: Change Dir: /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTryCompileExec2768865062/fast" /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2768865062.dir/build.make CMakeFiles/cmTryCompileExec2768865062.dir/build gmake[1]: Entering directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' /usr/local/src/.hashdist/bld/cmake/adha2ex3su3d/bin/cmake -E cmake_progress_report /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2768865062.dir/src.cxx.o /usr/lib64/ccache/c++ -DDEAL_II_HAVE_FLAG_Wcast_function_type -Wcast-function-type -o CMakeFiles/cmTryCompileExec2768865062.dir/src.cxx.o -c /home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wcast-function-type' gmake[1]: *** [CMakeFiles/cmTryCompileExec2768865062.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory `/home/maj136/dealii9.0/build/CMakeFiles/CMakeTmp' gmake: *** [cmTryCompileExec2768865062/fast] Error 2 Source file was: int main() { return 0; }