raulcd opened a new issue, #46609: URL: https://github.com/apache/arrow/issues/46609
### Describe the bug, including details regarding any error messages, version, and platform. The [verify-rc-source-cpp-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15254527831/job/42898860113) and [verify-rc-source-integration-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/15254528904/job/42898868151) are failing when building gmock: ``` [ 22%] Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o In file included from /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/src/gmock-all.cc:39: In file included from /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock.h:61: /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h:101:1: error: use of undeclared identifier 'GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED' MATCHER(IsTrue, negation ? "is false" : "is true") { ^ /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:5554:7: note: expanded from macro 'MATCHER' GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED ::testing::MatchResultListener* \ ^ In file included from /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/src/gmock-all.cc:39: In file included from /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock.h:61: /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h:109:1: error: use of undeclared identifier 'GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED' MATCHER(IsFalse, negation ? "is true" : "is false") { ^ /var/folders/q7/x09_16xd767gr8lwc56pjb_m0000gn/T/arrow-HEAD.XXXXX.enIdQGfD/cpp-build/_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h:5554:7: note: expanded from macro 'MATCHER' GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED ::testing::MatchResultListener* \ ^ 2 errors generated. ``` ### Component(s) Continuous Integration, Release -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org