On Wed, Feb 26, 2025 at 11:39 AM John David Anglin wrote: > Binutils ld has a new warning...it causes the following tests to fail > ... > actual-stderr> /usr/bin/ld: warning: exec has a LOAD segment with RWX > permissions
CMake's tests fail due to this unexpected incidental output from the toolchain. I don't think the warning itself is a problem for binaries inside the test suite. I've opened an upstream CMake merge request to filter out that output: * https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10398 -Brad