Advertisement
fspkwon

Error in Building CMAKE

Dec 28th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 KB | None | 0 0
  1. CMake has bootstrapped. Now run gmake.
  2. >>> Source prepared.
  3. >>> Configuring source in /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6 ...
  4. * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6"
  5. * Build directory (BUILD_DIR): "/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build"
  6. /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
  7. loading initial cache file /var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build/gentoo_common_config.cmake
  8. -- The C compiler identification is GNU 14.2.1
  9. -- The CXX compiler identification is GNU 14.2.1
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
  18. -- Detecting CXX compile features
  19. -- Detecting CXX compile features - done
  20. -- Checking if compiler supports C11 _Thread_local
  21. -- Checking if compiler supports C11 _Thread_local - yes
  22. -- Checking if compiler supports needed C++17 constructs
  23. -- Checking if compiler supports needed C++17 constructs - yes
  24. -- Checking if compiler supports C++ make_unique
  25. -- Checking if compiler supports C++ make_unique - no
  26. -- Checking if compiler supports C++ unique_ptr
  27. -- Checking if compiler supports C++ unique_ptr - no
  28. -- Checking if compiler supports C++ filesystem
  29. -- Checking if compiler supports C++ filesystem - no
  30. CMake Error at CMakeLists.txt:93 (message):
  31. The C++ compiler does not support C++11 (e.g. std::unique_ptr).
  32.  
  33.  
  34. -- Configuring incomplete, errors occurred!
  35. * ERROR: dev-build/cmake-3.30.6::gentoo failed (configure phase):
  36. * cmake failed
  37. *
  38. * Call stack:
  39. * ebuild.sh, line 136: Called src_configure
  40. * environment, line 2241: Called cmake_src_configure
  41. * environment, line 1107: Called die
  42. * The specific snippet of code:
  43. * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
  44. *
  45. * If you need support, post the output of `emerge --info '=dev-build/cmake-3.30.6::gentoo'`,
  46. * the complete build log and the output of `emerge -pqv '=dev-build/cmake-3.30.6::gentoo'`.
  47. * The complete build log is located at '/var/tmp/portage/dev-build/cmake-3.30.6/temp/build.log'.
  48. * The ebuild environment file is located at '/var/tmp/portage/dev-build/cmake-3.30.6/temp/environment'.
  49. * Working directory: '/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build'
  50. * S: '/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6'
  51.  
  52. >>> Failed to emerge dev-build/cmake-3.30.6, Log file:
  53.  
  54. >>> '/var/tmp/portage/dev-build/cmake-3.30.6/temp/build.log'
  55.  
  56. * Messages for package dev-build/cmake-3.30.6:
  57.  
  58. * ERROR: dev-build/cmake-3.30.6::gentoo failed (configure phase):
  59. * cmake failed
  60. *
  61. * Call stack:
  62. * ebuild.sh, line 136: Called src_configure
  63. * environment, line 2241: Called cmake_src_configure
  64. * environment, line 1107: Called die
  65. * The specific snippet of code:
  66. * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
  67. *
  68. * If you need support, post the output of `emerge --info '=dev-build/cmake-3.30.6::gentoo'`,
  69. * the complete build log and the output of `emerge -pqv '=dev-build/cmake-3.30.6::gentoo'`.
  70. * The complete build log is located at '/var/tmp/portage/dev-build/cmake-3.30.6/temp/build.log'.
  71. * The ebuild environment file is located at '/var/tmp/portage/dev-build/cmake-3.30.6/temp/environment'.
  72. * Working directory: '/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6_build'
  73. * S: '/var/tmp/portage/dev-build/cmake-3.30.6/work/cmake-3.30.6'
  74. livecd / # emerge --info
  75. Portage 3.0.66.1 (python 3.12.8-final-0, default/linux/amd64/23.0, gcc-14, glibc-2.40-r5, 6.6.62-gentoo-dist x86_64)
  76. =================================================================
  77. System uname: Linux-6.6.62-gentoo-dist-x86_64-Intel-R-_Core-TM-_i5-7360U_CPU_@_2.30GHz-with-glibc2.40
  78. KiB Mem: 7987204 total, 3017272 free
  79. KiB Swap: 33316860 total, 32507304 free
  80. Timestamp of repository gentoo: Sat, 28 Dec 2024 17:00:01 +0000
  81. Head commit of repository gentoo: 8c0ea437ce9f58837bca8f2ff7ec8725231ed4f2
  82. sh bash 5.2_p37
  83. ld GNU ld (Gentoo 2.43 p3) 2.43.1
  84. app-misc/pax-utils: 1.3.8::gentoo
  85. app-shells/bash: 5.2_p37::gentoo
  86. dev-build/autoconf: 2.72-r1::gentoo
  87. dev-build/automake: 1.16.5-r2::gentoo
  88. dev-build/libtool: 2.4.7-r4::gentoo
  89. dev-build/make: 4.4.1-r100::gentoo
  90. dev-build/meson: 1.5.2::gentoo
  91. dev-lang/perl: 5.40.0::gentoo
  92. dev-lang/python: 3.12.8::gentoo, 3.13.1::gentoo
  93. sys-apps/baselayout: 2.17::gentoo
  94. sys-apps/openrc: 0.55.1::gentoo
  95. sys-apps/sandbox: 2.39::gentoo
  96. sys-devel/binutils: 2.43-r2::gentoo
  97. sys-devel/binutils-config: 5.5.2::gentoo
  98. sys-devel/gcc: 14.2.1_p20241221::gentoo
  99. sys-devel/gcc-config: 2.11::gentoo
  100. sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers)
  101. sys-libs/glibc: 2.40-r5::gentoo
  102. Repositories:
  103.  
  104. gentoo
  105. location: /var/db/repos/gentoo
  106. sync-type: rsync
  107. sync-uri: rsync://rsync.gentoo.org/gentoo-portage
  108. priority: -1000
  109. volatile: False
  110. sync-rsync-extra-opts:
  111. sync-rsync-verify-max-age: 3
  112. sync-rsync-verify-metamanifest: yes
  113. sync-rsync-verify-jobs: 1
  114.  
  115. Binary Repositories:
  116.  
  117. gentoobinhost
  118. priority: 1
  119. sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64
  120.  
  121. ACCEPT_KEYWORDS="amd64"
  122. ACCEPT_LICENSE="@FREE"
  123. CBUILD="x86_64-pc-linux-gnu"
  124. CFLAGS="-O2 -pipe -march=skylake -mtune=skylake -Wno-incompatible-pointer-types -Wno-implicit-function-declaration"
  125. CHOST="x86_64-pc-linux-gnu"
  126. CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
  127. CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d"
  128. CXXFLAGS="-O2 -pipe -march=skylake -mtune=skylake -Wno-incompatible-pointer-types -Wno-implicit-function-declaration"
  129. DISTDIR="/var/cache/distfiles"
  130. ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
  131. FCFLAGS="-O2 -pipe -march=skylake -mtune=skylake -Wno-incompatible-pointer-types -Wno-implicit-function-declaration"
  132. FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
  133. FFLAGS="-O2 -pipe -march=skylake -mtune=skylake -Wno-incompatible-pointer-types -Wno-implicit-function-declaration"
  134. GENTOO_MIRRORS="http://mirror.clarkson.edu/gentoo/"
  135. LANG="en_US.utf8"
  136. LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
  137. LEX="flex"
  138. MAKEOPTS="-j2 -l3"
  139. PKGDIR="/var/cache/binpkgs"
  140. PORTAGE_CONFIGROOT="/"
  141. PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
  142. PORTAGE_TMPDIR="/var/tmp"
  143. RUSTFLAGS=" -C target-cpu=skylake"
  144. SHELL="/bin/bash"
  145. USE="acl alsa amd64 branding bzip2 cet crypt experimental gdbm iconv ipv6 libtirpc multilib ncurses nls openmp pam pcre readline seccomp ssl test-rust unicode xattr zlib" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
  146. Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, SIZE, STRINGS, STRIP, YACC, YFLAGS
  147.  
  148.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement