New comment by bvdeenen on void-packages repository https://github.com/void-linux/void-packages/pull/53766#issuecomment-2565897231 Comment: The github action that fails seems to be a simple reformatting of an error message: ``` CMake Error at /builddir/cmake-3.31.3/Tests/RunCMake/RunCMake.cmake:286 (message): Stub-fail - FAILED: stderr does not match that expected. Command was: command> "/builddir/cmake-3.31.3/build/bin/cmake" "-E" "env" "LANG=C" "/builddir/cmake-3.31.3/build/Tests/RunCMake/RuntimePath/Stub-build/StubExe" Actual stdout: actual-stdout> Expected stderr to match: expect-stderr> (error while loading shared libraries: libStub\.so\.1|Library not loaded: '?@rpath/libStub\.1\.dylib'?|(Cannot|Could not) load module libStub\.a\(libStub\.so\.1\)|fatal: libStub\.so\.1: open failed|Shared object "libStub\.so\.1" not found) Actual stderr: actual-stderr> Error loading shared library libStub.so.1: No such file or directory (needed by /builddir/cmake-3.31.3/build/Tests/RunCMake/RuntimePath/Stub-build/libStubUse.so) actual-stderr> Error relocating /builddir/cmake-3.31.3/build/Tests/RunCMake/RuntimePath/Stub-build/libStubUse.so: Stub: symbol not found ```