vibhatha commented on PR #43310:
URL: https://github.com/apache/arrow/pull/43310#issuecomment-2242267030

   1. One warning is that the object files have been built for macOS 13.0 but 
linked with 10.5
   2. Undefined symbols
   
   ```bash
   ld: Undefined symbols:
     testing::internal::MakeAndRegisterTestInfo(std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char>>, char const*, char 
const*, char const*, testing::internal::CodeLocation, void const*, void (*)(), 
void (*)(), testing::internal::TestFactoryBase*), referenced from:
        __GLOBAL__sub_I_adapter_test.cc in adapter_test.cc.o
   ```
   
   Seems like here the compiler cannot resolve 
`testing::internal::MakeAndRegisterTestInfo`. 
   
   I am looking into this... And there are no other CI failures related to C++ 
PRs in this association, I suspect library installation issue in the build 
scripts? 


-- 
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]

Reply via email to