* Package: sys-libs/libcxxabi-17.0.0_pre20230609:0 * Repository: gentoo * Maintainer: llvm@gentoo.org * USE: abi_x86_32 abi_x86_64 amd64 clang elibc_glibc kernel_linux * FEATURES: ccache compressdebug installsources network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox * Checking whether python3_11 is suitable ... * >=dev-lang/python-3.11.3:3.11 ... [ ok ] * python_check_deps ... [ ok ] * Using python3.11 to build (via PYTHON_COMPAT iteration) >>> Unpacking source... * Unpacking from llvm-project-62c0bdabfa32f6e32b17b45425b15309db340dfb.tar.gz ... [ ok ] >>> Source unpacked in /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work >>> Preparing source in /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes" * Build directory (BUILD_DIR): "/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes_build" >>> Source prepared. * Clang 16 testing: this build is using a /etc/portage/bashrc hook! * Clang 16 testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>> Configuring source in /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes ... * abi_x86_32.x86: running multilib-minimal_abi_src_configure * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes" * Build directory (BUILD_DIR): "/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes_build-abi_x86_32.x86" cmake -C /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes_build-abi_x86_32.x86/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_COMPILER_TARGET=i686-pc-linux-gnu -DPython3_EXECUTABLE=/usr/bin/python3.11 -DLLVM_ENABLE_RUNTIMES=libcxxabi;libcxx -DLLVM_INCLUDE_TESTS=OFF -DLLVM_LIBDIR_SUFFIX= -DLIBCXXABI_ENABLE_SHARED=ON -DLIBCXXABI_ENABLE_STATIC=no -DLIBCXXABI_INCLUDE_TESTS=no -DLIBCXXABI_USE_COMPILER_RT=OFF -DLIBCXXABI_LIBUNWIND_INCLUDES=/usr/include -DLIBCXX_LIBDIR_SUFFIX= -DLIBCXX_ENABLE_SHARED=ON -DLIBCXX_ENABLE_STATIC=OFF -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF -DLIBCXX_HAS_MUSL_LIBC=no -DLIBCXX_HAS_GCC_S_LIB=OFF -DLIBCXX_INCLUDE_BENCHMARKS=OFF -DLIBCXX_INCLUDE_TESTS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes_build-abi_x86_32.x86/gentoo_toolchain.cmake /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes loading initial cache file /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes_build-abi_x86_32.x86/gentoo_common_config.cmake CMake Deprecation Warning at /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0091 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) CMake Deprecation Warning at /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) -- The C compiler identification is Clang 17.0.0 -- The CXX compiler identification is Clang 17.0.0 -- The ASM compiler identification is Clang with GNU-like command-line -- Found assembler: /usr/lib/ccache/bin/i686-pc-linux-gnu-clang -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/lib/ccache/bin/i686-pc-linux-gnu-clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/lib/ccache/bin/i686-pc-linux-gnu-clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find LLVM (missing: LLVM_DIR) -- Could NOT find Clang (missing: Clang_DIR) -- Performing Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG -- Performing Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG - Success -- Performing Test C_SUPPORTS_START_NO_UNUSED_ARGUMENTS -- Performing Test C_SUPPORTS_START_NO_UNUSED_ARGUMENTS - Success -- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG -- Performing Test CXX_SUPPORTS_NOSTDLIBXX_FLAG - Success -- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG -- Performing Test CXX_SUPPORTS_NOSTDINCXX_FLAG - Success -- Linker detection: GNU ld -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success -- Performing Test C_SUPPORTS_WERROR_DATE_TIME -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success -- Performing Test C_SUPPORTS_CMAKE_CXX_FLAGS -- Performing Test C_SUPPORTS_CMAKE_CXX_FLAGS - Failed -- Performing Test CXX_SUPPORTS_CMAKE_CXX_FLAGS -- Performing Test CXX_SUPPORTS_CMAKE_CXX_FLAGS - Failed -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Failed -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Success -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success CMake Error at /var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/llvm/cmake/modules/HandleLLVMOptions.cmake:821 (CHECK_C_SOURCE_COMPILES): Unknown CMake command "CHECK_C_SOURCE_COMPILES". Call Stack (most recent call first): CMakeLists.txt:156 (include) -- Configuring incomplete, errors occurred! * ERROR: sys-libs/libcxxabi-17.0.0_pre20230609::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 136: Called src_configure * environment, line 4067: Called cmake-multilib_src_configure * environment, line 1212: Called multilib-minimal_src_configure * environment, line 2678: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' * environment, line 2928: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' * environment, line 2633: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' * environment, line 2631: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' * environment, line 552: Called multilib-minimal_abi_src_configure * environment, line 2672: Called multilib_src_configure * environment, line 3164: Called cmake_src_configure * environment, line 1473: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=sys-libs/libcxxabi-17.0.0_pre20230609::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-libs/libcxxabi-17.0.0_pre20230609::gentoo'`. * The complete build log is located at '/var/log/portage/build/sys-libs/libcxxabi-17.0.0_pre20230609:20230610-145321.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/temp/environment'. * Working directory: '/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes_build-abi_x86_32.x86' * S: '/var/tmp/portage/sys-libs/libcxxabi-17.0.0_pre20230609/work/runtimes'