[llvm] [CMake] Configure ccache using command line options (PR #134857)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 12:26:42 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-runtime-cuda-clang` running on `as-builder-7` while building `llvm` at step 6 "cmake-configure-flang".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/7/builds/13411
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (cmake-configure-flang) failure: cmake (failure)
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Enabling MLIR as a dependency to flang
-- bolt project is disabled
-- clang project is enabled
-- clang-tools-extra project is enabled
-- compiler-rt project is disabled
-- cross-project-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- lld project is enabled
-- lldb project is disabled
-- mlir project is enabled
-- openmp project is enabled
-- polly project is disabled
-- pstl project is disabled
-- flang project is enabled
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) (Required
is at least version "3.8")
Reason given by package:
Interpreter: Cannot use the interpreter "/usr/bin/python3.10"
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindPython/Support.cmake:3180 (find_package_handle_standard_args)
/usr/share/cmake-3.22/Modules/FindPython3.cmake:490 (include)
CMakeLists.txt:1001 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/flang/CMakeFiles/CMakeOutput.log".
```
</details>
https://github.com/llvm/llvm-project/pull/134857
More information about the llvm-commits
mailing list