bkietz opened a new issue, #36379: URL: https://github.com/apache/arrow/issues/36379
### Describe the bug, including details regarding any error messages, version, and platform. In https://github.com/apache/arrow/pull/36334 I saw some [link errors](https://github.com/apache/arrow/actions/runs/5404201927/jobs/9818061642?pr=36334#step:9:1282). For CI jobs which build bundled GTest we're getting an undefined symbol trying to look up the internal [FormatMatcherDescription](https://github.com/google/googletest/blame/687c589949eaf8734484491a6882a7fc56aebc12/googlemock/include/gmock/gmock-matchers.h#L3875) function. That function is present in the bundled version of GTest (v1.11), but its signature [is different in that version](https://github.com/google/googletest/blob/release-1.11.0/googlemock/include/gmock/gmock-matchers.h#L3705). This suggests that somehow although we're building GTest v1.11 the tests are `#include`ing headers from a more recent version of GTest and we just haven't noticed before now. ### Component(s) C++ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
