Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 762989 Details for
Bug 831723
sci-libs/dealii-9.3.1-r4 fails to compile: llvm issue?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1-CMakeError.log
1-CMakeError.log (text/plain), 27.20 KB, created by
Agostino Sarubbo
on 2022-01-21 11:32:21 UTC
(
hide
)
Description:
1-CMakeError.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2022-01-21 11:32:21 UTC
Size:
27.20 KB
patch
obsolete
>Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wno_placement_new failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_8cd9b && [1/2] Building CXX object CMakeFiles/cmTC_8cd9b.dir/src.cxx.o >warning: unknown warning option '-Wno-placement-new' [-Wunknown-warning-option] >1 warning generated. >[2/2] Linking CXX executable cmTC_8cd9b > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wno_literal_suffix failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_e3e80 && [1/2] Building CXX object CMakeFiles/cmTC_e3e80.dir/src.cxx.o >warning: unknown warning option '-Wno-literal-suffix'; did you mean '-Wno-literal-range'? [-Wunknown-warning-option] >1 warning generated. >[2/2] Linking CXX executable cmTC_e3e80 > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wno_class_memaccess failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_d434a && [1/2] Building CXX object CMakeFiles/cmTC_d434a.dir/src.cxx.o >warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option] >1 warning generated. >[2/2] Linking CXX executable cmTC_d434a > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_funroll_all_loops failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_b9045 && [1/2] Building CXX object CMakeFiles/cmTC_b9045.dir/src.cxx.o >clang-13: warning: optimization flag '-funroll-all-loops' is not supported [-Wignored-optimization-argument] >[2/2] Linking CXX executable cmTC_b9045 > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX17_FEATURES failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_d5de5 && [1/2] Building CXX object CMakeFiles/cmTC_d5de5.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_d5de5.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_CXX17_FEATURES -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -MD -MT CMakeFiles/cmTC_d5de5.dir/src.cxx.o -MF CMakeFiles/cmTC_d5de5.dir/src.cxx.o.d -o CMakeFiles/cmTC_d5de5.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:7:8: error: "insufficient support for C++17" > # error "insufficient support for C++17" > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:11:16: error: no member named 'apply' in namespace 'std' > using std::apply; > ~~~~~^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:12:16: error: no member named 'optional' in namespace 'std' > using std::optional; > ~~~~~^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:14:7: warning: use of the 'nodiscard' attribute is a C++17 extension [-Wc++17-extensions] > [[nodiscard]] int test_nodiscard() > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:26:13: warning: use of the 'fallthrough' attribute is a C++17 extension [-Wc++17-extensions] > [[fallthrough]]; > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:31:9: warning: use of the 'maybe_unused' attribute is a C++17 extension [-Wc++17-extensions] > [[maybe_unused]] int i = test_nodiscard(); > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:34:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions] > if constexpr(flag) > ^ >4 warnings and 3 errors generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <iostream> > #include <optional> > #include <tuple> > > #if __cplusplus < 201703L && !defined(_MSC_VER) && !defined(__INTEL_COMPILER) > # error "insufficient support for C++17" > #endif > > //check for some C++17 features that we use in our headers: > using std::apply; > using std::optional; > > [[nodiscard]] int test_nodiscard() > { > return 1; > } > > int main() > { > const unsigned int n=1; > switch (n) > { > case 1: > std::cout << n; > [[fallthrough]]; > case 2: > std::cout << n; > } > > [[maybe_unused]] int i = test_nodiscard(); > > constexpr bool flag = false; > if constexpr(flag) > return 1; > return 0; > } > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX20_FEATURES failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_98da0 && [1/2] Building CXX object CMakeFiles/cmTC_98da0.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_98da0.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_CXX20_FEATURES -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -MD -MT CMakeFiles/cmTC_98da0.dir/src.cxx.o -MF CMakeFiles/cmTC_98da0.dir/src.cxx.o.d -o CMakeFiles/cmTC_98da0.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:6:8: error: "insufficient support for C++20" > # error "insufficient support for C++20" > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:10:8: error: "insufficient support for C++20" > # error "insufficient support for C++20" > ^ >2 errors generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <cmath> > #include <ranges> > > #if __cplusplus < 201709L && !defined(_MSC_VER) && !defined(__INTEL_COMPILER) > # error "insufficient support for C++20" > #endif > > #if !(defined __cpp_lib_ranges) || (__cpp_lib_ranges < 201911) > # error "insufficient support for C++20" > #endif > > int main() > { > } > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_f7dce && [1/2] Building CXX object CMakeFiles/cmTC_f7dce.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_f7dce.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -Werror -Wno-unused-command-line-argument -MD -MT CMakeFiles/cmTC_f7dce.dir/src.cxx.o -MF CMakeFiles/cmTC_f7dce.dir/src.cxx.o.d -o CMakeFiles/cmTC_f7dce.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:6:14: error: invalid operands to binary expression ('double' and 'std::complex<float>') > double() * std::complex<float>(); > ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:410:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('double' vs. 'float') > operator*(const _Tp& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:392:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'double' > operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:401:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'double' > operator*(const complex<_Tp>& __x, const _Tp& __y) > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:7:27: error: invalid operands to binary expression ('std::complex<float>' and 'double') > std::complex<float>() * double(); > ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:401:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('float' vs. 'double') > operator*(const complex<_Tp>& __x, const _Tp& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:392:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'double' > operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:410:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'double' > operator*(const _Tp& __x, const complex<_Tp>& __y) > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:8:13: error: invalid operands to binary expression ('float' and 'std::complex<double>') > float() * std::complex<double>(); > ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:410:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('float' vs. 'double') > operator*(const _Tp& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:392:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'float' > operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:401:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'float' > operator*(const complex<_Tp>& __x, const _Tp& __y) > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:9:28: error: invalid operands to binary expression ('std::complex<double>' and 'float') > std::complex<double>() * float(); > ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:401:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('double' vs. 'float') > operator*(const complex<_Tp>& __x, const _Tp& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:392:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'float' > operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:410:5: note: candidate template ignored: could not match 'complex<type-parameter-0-0>' against 'float' > operator*(const _Tp& __x, const complex<_Tp>& __y) > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:10:28: error: invalid operands to binary expression ('std::complex<double>' and 'std::complex<float>') > std::complex<double>() * std::complex<float>(); > ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:392:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('double' vs. 'float') > operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:401:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('double' vs. 'std::complex<float>') > operator*(const complex<_Tp>& __x, const _Tp& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:410:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('std::complex<double>' vs. 'float') > operator*(const _Tp& __x, const complex<_Tp>& __y) > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:11:27: error: invalid operands to binary expression ('std::complex<float>' and 'std::complex<double>') > std::complex<float>() * std::complex<double>(); > ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:392:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('float' vs. 'double') > operator*(const complex<_Tp>& __x, const complex<_Tp>& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:401:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('float' vs. 'std::complex<double>') > operator*(const complex<_Tp>& __x, const _Tp& __y) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/complex:410:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('std::complex<float>' vs. 'double') > operator*(const _Tp& __x, const complex<_Tp>& __y) > ^ >6 errors generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <complex> > > int main() > { > double() * std::complex<float>(); > std::complex<float>() * double(); > float() * std::complex<double>(); > std::complex<double>() * float(); > std::complex<double>() * std::complex<float>(); > std::complex<float>() * std::complex<double>(); > > return 0; > } > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX17_ATTRIBUTE_DEPRECATED failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_74b49 && [1/2] Building CXX object CMakeFiles/cmTC_74b49.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_74b49.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_CXX17_ATTRIBUTE_DEPRECATED -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -Werror -Wno-unused-command-line-argument -MD -MT CMakeFiles/cmTC_74b49.dir/src.cxx.o -MF CMakeFiles/cmTC_74b49.dir/src.cxx.o.d -o CMakeFiles/cmTC_74b49.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:13:9: error: attributes on an enumerator declaration are a C++17 extension [-Werror,-Wc++17-extensions] > red [[deprecated]] > ^ >1 error generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > [[deprecated]] int old_fn (); > int old_fn () { return 0; } > > struct [[deprecated]] bob > { > [[deprecated]] bob(int i); > [[deprecated]] void test(); > }; > > enum color > { > red [[deprecated]] > }; > > template <int dim> > struct foo {}; > using bar [[deprecated]] = foo<2>; > > int main () {} > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX17_ATTRIBUTE_FALLTHROUGH failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_688a4 && [1/2] Building CXX object CMakeFiles/cmTC_688a4.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_688a4.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_CXX17_ATTRIBUTE_FALLTHROUGH -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -Werror -Wno-unused-command-line-argument -MD -MT CMakeFiles/cmTC_688a4.dir/src.cxx.o -MF CMakeFiles/cmTC_688a4.dir/src.cxx.o.d -o CMakeFiles/cmTC_688a4.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:10:11: error: use of the 'fallthrough' attribute is a C++17 extension [-Werror,-Wc++17-extensions] > [[fallthrough]]; > ^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:13:11: error: use of the 'fallthrough' attribute is a C++17 extension [-Werror,-Wc++17-extensions] > [[fallthrough]]; > ^ >2 errors generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > int main() > { > int i = 42; > int j = 10; > switch(i) > { > case 1: > ++j; > [[fallthrough]]; > case 2: > ++j; > [[fallthrough]]; > default: > break; > } > } > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX17_BESSEL_FUNCTIONS failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_001aa && [1/2] Building CXX object CMakeFiles/cmTC_001aa.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_001aa.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_CXX17_BESSEL_FUNCTIONS -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -Werror -Wno-unused-command-line-argument -MD -MT CMakeFiles/cmTC_001aa.dir/src.cxx.o -MF CMakeFiles/cmTC_001aa.dir/src.cxx.o.d -o CMakeFiles/cmTC_001aa.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:3:14: error: no member named 'cyl_bessel_j' in namespace 'std' > using std::cyl_bessel_j; > ~~~~~^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:4:14: error: no member named 'cyl_bessel_jf' in namespace 'std' > using std::cyl_bessel_jf; > ~~~~~^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:5:14: error: no member named 'cyl_bessel_jl' in namespace 'std' > using std::cyl_bessel_jl; > ~~~~~^ >3 errors generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <cmath> > using std::cyl_bessel_j; > using std::cyl_bessel_jf; > using std::cyl_bessel_jl; > int main() > { > } > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_CXX17_LEGENDRE_FUNCTIONS failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_73d2e && [1/2] Building CXX object CMakeFiles/cmTC_73d2e.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_73d2e.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_CXX17_LEGENDRE_FUNCTIONS -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wno-psabi -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -Og -ggdb -Werror -Wno-unused-command-line-argument -MD -MT CMakeFiles/cmTC_73d2e.dir/src.cxx.o -MF CMakeFiles/cmTC_73d2e.dir/src.cxx.o.d -o CMakeFiles/cmTC_73d2e.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:3:14: error: no member named 'legendre' in namespace 'std' > using std::legendre; > ~~~~~^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:4:14: error: no member named 'legendref' in namespace 'std' > using std::legendref; > ~~~~~^ >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:5:14: error: no member named 'legendrel' in namespace 'std' > using std::legendrel; > ~~~~~^ >3 errors generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <cmath> > using std::legendre; > using std::legendref; > using std::legendrel; > int main() > { > } > >Performing C++ SOURCE FILE Test MKL_SYMBOL_CHECK failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_dfcf7 && [1/2] Building CXX object CMakeFiles/cmTC_dfcf7.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_dfcf7.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DMKL_SYMBOL_CHECK -O3 -DNDEBUG -MD -MT CMakeFiles/cmTC_dfcf7.dir/src.cxx.o -MF CMakeFiles/cmTC_dfcf7.dir/src.cxx.o.d -o CMakeFiles/cmTC_dfcf7.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: 'mkl.h' file not found > #include <mkl.h> > ^~~~~~~ >1 error generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <mkl.h> > #include <vector> > int main(){ > const int m = 5; > const int n = 2; > std::vector<double> A(m*n,0.); > std::vector<double> B(m*n,0.); > mkl_domatcopy('C', 'T', m, n, 1., A.data(), n, B.data(), m); > return 0; > } >Performing C++ SOURCE FILE Test DEAL_II_HAS_AUTO_PTR failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_04e1d && [1/2] Building CXX object CMakeFiles/cmTC_04e1d.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_04e1d.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAS_AUTO_PTR -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -Werror -O3 -DNDEBUG -MD -MT CMakeFiles/cmTC_04e1d.dir/src.cxx.o -MF CMakeFiles/cmTC_04e1d.dir/src.cxx.o.d -o CMakeFiles/cmTC_04e1d.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx:9:12: error: 'auto_ptr<int>' is deprecated: use 'std::unique_ptr' instead [-Werror,-Wdeprecated-declarations] > std::auto_ptr<int> x(i); > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/backward/auto_ptr.h:287:7: note: 'auto_ptr<int>' has been explicitly marked deprecated here > } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr"); > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/x86_64-pc-linux-gnu/bits/c++config.h:102:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' ># define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11/x86_64-pc-linux-gnu/bits/c++config.h:94:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' > __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) > ^ >1 error generated. >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <memory> > #include <boost/config.hpp> > > int main() > { > #ifndef BOOST_NO_AUTO_PTR > int *i = new int; > std::auto_ptr<int> x(i); > #endif > return 0; > } > >Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_flifetime_dse=1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_992f4 && [1/2] Building CXX object CMakeFiles/cmTC_992f4.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_992f4.dir/src.cxx.o >/usr/lib/llvm/13/bin/x86_64-pc-linux-gnu-clang++ -DDEAL_II_HAVE_FLAG_flifetime_dse=1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -mavx2 -O3 -DNDEBUG -flifetime-dse=1 -MD -MT CMakeFiles/cmTC_992f4.dir/src.cxx.o -MF CMakeFiles/cmTC_992f4.dir/src.cxx.o.d -o CMakeFiles/cmTC_992f4.dir/src.cxx.o -c /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp/src.cxx >clang-13: error: unknown argument: '-flifetime-dse=1' >ninja: build stopped: subcommand failed. > > >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: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_1d5ab && [1/2] Building CXX object CMakeFiles/cmTC_1d5ab.dir/src.cxx.o >warning: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Wunknown-warning-option] >1 warning generated. >[2/2] Linking CXX executable cmTC_1d5ab > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wstringop_overflow=0 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_9822b && [1/2] Building CXX object CMakeFiles/cmTC_9822b.dir/src.cxx.o >warning: unknown warning option '-Wstringop-overflow=0'; did you mean '-Wshift-overflow'? [-Wunknown-warning-option] >1 warning generated. >[2/2] Linking CXX executable cmTC_9822b > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test DEAL_II_HAVE_FLAG_Wtautological_overlap_compare=0 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/dealii-9.3.1-r4/work/dealii-9.3.1_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_d93bd && [1/2] Building CXX object CMakeFiles/cmTC_d93bd.dir/src.cxx.o >warning: unknown warning option '-Wtautological-overlap-compare=0'; did you mean '-Wtautological-overlap-compare'? [-Wunknown-warning-option] >1 warning generated. >[2/2] Linking CXX executable cmTC_d93bd > > >Source file was: >int main() { return 0; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 831723
:
762988
| 762989