* Package: dev-util/lldb-9.0.0  * Repository: gentoo  * Maintainer: llvm@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ncurses python python_single_target_python3_6 python_targets_python2_7 python_targets_python3_6 userland_GNU  * FEATURES: compressdebug network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... * Unpacking lldb-9.0.0.src.tar.xz ... >>> Source unpacked in /tmp/portage/dev-util/lldb-9.0.0/work >>> Preparing source in /tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0.src ... >>> Source prepared. >>> Configuring source in /tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0.src ... >>> Working in BUILD_DIR: "/tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build" cmake -C /tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DLLDB_DISABLE_CURSES=no -DLLDB_DISABLE_LIBEDIT=yes -DLLDB_DISABLE_PYTHON=no -DLLDB_USE_SYSTEM_SIX=1 -DLLVM_ENABLE_TERMINFO=yes -DLLDB_INCLUDE_TESTS=no -DHAVE_LIBDL=ON -DHAVE_LIBPTHREAD=ON -DCURSES_NEED_NCURSES=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build/gentoo_toolchain.cmake /tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0.src loading initial cache file /tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build/gentoo_common_config.cmake CMake Warning (dev) at gentoo_common_config.cmake:8 (SET): implicitly converting 'BOOLEAN' to 'STRING' type. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as project(ProjectName) near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 9.2.0 -- The CXX compiler identification is GNU 9.2.0 -- Check for working C compiler: /usr/sbin/x86_64-pc-linux-gnu-gcc -- Check for working C compiler: /usr/sbin/x86_64-pc-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/sbin/x86_64-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/sbin/x86_64-pc-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Linker detection: GNU Gold -- Performing Test C_SUPPORTS_FPIC -- Performing Test C_SUPPORTS_FPIC - Success -- Performing Test CXX_SUPPORTS_FPIC -- Performing Test CXX_SUPPORTS_FPIC - Success -- Building with -fPIC -- 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 - Failed -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Performing Test CXX_SUPPORTS_CXX_STD -- Performing Test CXX_SUPPORTS_CXX_STD - Success -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FDATA_SECTIONS -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success CMake Warning (dev) at /usr/lib/llvm/9/lib64/cmake/llvm/HandleLLVMOptions.cmake:802 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'LLVM_ENABLE_EH'. Call Stack (most recent call first): cmake/modules/LLDBStandalone.cmake:76 (include) CMakeLists.txt:17 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/lib/llvm/9/lib64/cmake/llvm/HandleLLVMOptions.cmake:803 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'LLVM_ENABLE_RTTI'. Call Stack (most recent call first): cmake/modules/LLDBStandalone.cmake:76 (include) CMakeLists.txt:17 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/lib/llvm/9/lib64/cmake/llvm/HandleLLVMOptions.cmake:906 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'LLVM_EXPORT_SYMBOLS_FOR_PLUGINS'. Call Stack (most recent call first): cmake/modules/LLDBStandalone.cmake:76 (include) CMakeLists.txt:17 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Looking for os_signpost_interval_begin -- Looking for os_signpost_interval_begin - not found -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success -- Performing Test LLVM_HAS_ATOMICS -- Performing Test LLVM_HAS_ATOMICS - Success -- Found PythonInterp: /tmp/portage/dev-util/lldb-9.0.0/temp/python3.6/bin/python (found version "3.6.9") -- Found PythonLibs: /usr/lib64/libpython3.6m.so (found version "3.6.9") -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS - Success -- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS -- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS - Success -- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING -- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING - Success -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER - Success -- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION -- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION - Success -- Performing Test CXX_SUPPORTS_NO_GNU_ANONYMOUS_STRUCT -- Performing Test CXX_SUPPORTS_NO_GNU_ANONYMOUS_STRUCT - Success -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES - Success -- LLDB version: 9.0.0 -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.9") -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for wsyncup in /usr/lib64/libcurses.so -- Looking for wsyncup in /usr/lib64/libcurses.so - found -- Looking for cbreak in /usr/lib64/libncurses.so -- Looking for cbreak in /usr/lib64/libncurses.so - not found -- Found Curses: /usr/lib64/libncurses.so -- Looking for __GLIBCXX__ -- Looking for __GLIBCXX__ - found -- Performing Test LLDB_USING_LIBSTDCXX_4_9 -- Performing Test LLDB_USING_LIBSTDCXX_4_9 - Success -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /usr/include -- Looking for ppoll -- Looking for ppoll - found -- Looking for sigaction -- Looking for sigaction - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for termios.h -- Looking for termios.h - found -- Looking for include files sys/types.h, sys/event.h -- Looking for include files sys/types.h, sys/event.h - not found -- Looking for process_vm_readv -- Looking for process_vm_readv - found -- Looking for __NR_process_vm_readv -- Looking for __NR_process_vm_readv - found -- Looking for compression_encode_buffer in compression -- Looking for compression_encode_buffer in compression - not found -- Found SWIG: /usr/sbin/swig (found version "4.0.0") -- Symbols (liblldb): exporting all symbols from the lldb namespace /usr/sbin/doxygen: error while loading shared libraries: libclang.so.8: cannot open shared object file: No such file or directory CMake Warning at /usr/share/cmake/Modules/FindDoxygen.cmake:434 (message): Unable to determine doxygen version: 127 Call Stack (most recent call first): /usr/share/cmake/Modules/FindDoxygen.cmake:597 (_Doxygen_find_doxygen) docs/CMakeLists.txt:1 (include) -- Found Doxygen: /usr/sbin/doxygen (found version "") found components: doxygen dot /usr/sbin/doxygen: error while loading shared libraries: libclang.so.8: cannot open shared object file: No such file or directory CMake Error at /usr/share/cmake/Modules/FindDoxygen.cmake:676 (message): Unable to generate Doxyfile template: 127 Call Stack (most recent call first): docs/CMakeLists.txt:1 (include) -- Configuring incomplete, errors occurred! See also "/tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build/CMakeFiles/CMakeOutput.log". See also "/tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build/CMakeFiles/CMakeError.log". * ERROR: dev-util/lldb-9.0.0::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 125: Called src_configure * environment, line 3128: Called cmake-utils_src_configure * environment, line 1057: 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 '=dev-util/lldb-9.0.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-util/lldb-9.0.0::gentoo'`. * The complete build log is located at '/tmp/portage/dev-util/lldb-9.0.0/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/dev-util/lldb-9.0.0/temp/environment'. * Working directory: '/tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0_build' * S: '/tmp/portage/dev-util/lldb-9.0.0/work/lldb-9.0.0.src'