[Lldb-commits] [lldb] Make SBBreakpoint/SBBreakpointLocation.SetCondition(nullptr) work again. (PR #162370)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 8 14:51:32 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win` running on `as-builder-10` while building `lldb` at step 7 "cmake-configure".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/197/builds/9662
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (cmake-configure) failure: cmake (failure)
...
-- Looking for sys/resource.h - not found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Clang version: 22.0.0git
-- Performing Test HAVE_LINKER_FLAG_LONG_PLT
-- Performing Test HAVE_LINKER_FLAG_LONG_PLT - Success
-- Found Perl: C:/Program Files/Git/usr/bin/perl.exe (found version "5.38.2")
-- Found Python3: C:/Python312/python.exe (found version "3.12.7") found components: Interpreter
-- Found SWIG: C:/Python312/Scripts/swig4.0.exe (found suitable version "4.3.0", minimum required is "4")
-- Enable SWIG to generate LLDB bindings: TRUE
-- Enable editline support in LLDB: FALSE
-- Enable curses support in LLDB: FALSE
-- Enable LZMA compression support in LLDB: FALSE
-- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) (Required is at least version "5.3")
-- Could NOT find LuaAndSwig (missing: LUA_LIBRARIES LUA_INCLUDE_DIR LUA_VERSION_MINOR LUA_VERSION_MAJOR)
-- Enable Lua scripting support in LLDB: FALSE
-- Found Python3: C:/Python312/python.exe (found version "3.12.7") found components: Interpreter Development Development.Module Development.Embed
-- Found PythonAndSwig: C:/Python312/libs/python312.lib
-- Enable Python scripting support in LLDB: TRUE
-- Enable Libxml 2 support in LLDB: FALSE
-- Enable libfbsdvmcore support in LLDB: 0
-- LLDB version: 22.0.0git
-- Looking for ppoll
-- Looking for ppoll - not found
-- Looking for ptsname_r
-- Looking for ptsname_r - not found
-- Looking for accept4
-- Looking for accept4 - not found
-- Looking for termios.h
-- Looking for termios.h - not 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 - not found
-- Looking for __NR_process_vm_readv
-- Looking for __NR_process_vm_readv - not found
-- Looking for compression_encode_buffer in compression
-- Looking for compression_encode_buffer in compression - not found
-- Skipping FreeBSDKernel plugin due to missing libfbsdvmcore
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found make: C:/ninja/make.exe
-- Configuring incomplete, errors occurred!
See also "C:/buildbot/as-builder-10/lldb-x-aarch64/build/CMakeFiles/CMakeOutput.log".
See also "C:/buildbot/as-builder-10/lldb-x-aarch64/build/CMakeFiles/CMakeError.log".
CMake Error at C:/buildbot/as-builder-10/lldb-x-aarch64/llvm-project/lldb/unittests/CMakeLists.txt:25 (message):
The LLDBBreakpointTests are not allowed to link liblldb.
Call Stack (most recent call first):
C:/buildbot/as-builder-10/lldb-x-aarch64/llvm-project/lldb/unittests/Breakpoint/CMakeLists.txt:1 (add_lldb_unittest)
```
</details>
https://github.com/llvm/llvm-project/pull/162370
More information about the lldb-commits
mailing list