Advertisement
fspkwon

CMAKE Build Error: Gentoo Stable Clean Install

Dec 28th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. ---------------------------------------------
  2. CMake has bootstrapped. Now run gmake.
  3. >>> Source prepared.
  4. >>> Configuring source in /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6 ...
  5. * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6"
  6. * Build directory (BUILD_DIR): "/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build"
  7. /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6/Bootstrap.cmk/cmake -C /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_USE_SYSTEM_LIBRARIES=ON -DCMake_ENABLE_DEBUGGER=no -DCMAKE_DOC_DIR=/share/doc/cmake-3.30.6 -DCMAKE_MAN_DIR=/share/man -DCMAKE_DATA_DIR=/share/cmake -DSPHINX_MAN=no -DSPHINX_HTML=no -DBUILD_CursesDialog=yes -DBUILD_TESTING=no -DBUILD_QtDialog=no -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build/gentoo_toolchain.cmake /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6
  8. loading initial cache file /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build/gentoo_common_config.cmake
  9. -- The C compiler identification is GNU 14.2.1
  10. -- The CXX compiler identification is GNU 14.2.1
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Detecting CXX compiler ABI info
  17. -- Detecting CXX compiler ABI info - done
  18. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
  19. -- Detecting CXX compile features
  20. -- Detecting CXX compile features - done
  21. -- Checking if compiler supports C11 _Thread_local
  22. -- Checking if compiler supports C11 _Thread_local - yes
  23. -- Checking if compiler supports needed C++17 constructs
  24. -- Checking if compiler supports needed C++17 constructs - yes
  25. -- Checking if compiler supports C++ make_unique
  26. -- Checking if compiler supports C++ make_unique - no
  27. -- Checking if compiler supports C++ unique_ptr
  28. -- Checking if compiler supports C++ unique_ptr - no
  29. -- Checking if compiler supports C++ filesystem
  30. -- Checking if compiler supports C++ filesystem - no
  31. CMake Error at CMakeLists.txt:93 (message):
  32. The C++ compiler does not support C++11 (e.g. std::unique_ptr).
  33.  
  34.  
  35. -- Configuring incomplete, errors occurred!
  36. * ERROR: dev-build/cmake-3.30.6::gentoo failed (configure phase):
  37. * cmake failed
  38. *
  39. * Call stack:
  40. * ebuild.sh, line 136: Called src_configure
  41. * environment, line 2241: Called cmake_src_configure
  42. * environment, line 1107: Called die
  43. * The specific snippet of code:
  44. * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
  45. *
  46. * If you need support, post the output of `emerge --info '=dev-build/cmake-3.30.6::gentoo'`,
  47. * the complete build log and the output of `emerge -pqv '=dev-build/cmake-3.30.6::gentoo'`.
  48. * The complete build log is located at '/var/tmp/portage/dev-build/cmake-3.30.6/temp/build.log'.
  49. * The ebuild environment file is located at '/var/tmp/portage/dev-build/cmake-3.30.6/temp/environment'.
  50. * Working directory: '/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build'
  51. * S: '/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6'
  52.  
  53. >>> Failed to emerge dev-build/cmake-3.30.6, Log file:
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement