judahrand commented on PR #34234:
URL: https://github.com/apache/arrow/pull/34234#issuecomment-1434614898

   I'm struggling to run the tests locally as I can't get Arrow to build on an 
M1 Mac.
   
   ```
   Undefined symbols for architecture arm64:
     "testing::Matcher<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&>::Matcher(char const*)", referenced from:
         testing::Matcher<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&> 
testing::internal::MatcherCastImpl<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&, char const*>::CastImpl<true>(char const* 
const&, std::__1::integral_constant<bool, true>, 
std::__1::integral_constant<bool, true>) in array_test.cc.o
         testing::Matcher<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&> 
testing::internal::MatcherCastImpl<std::__1::basic_string_view<char, 
std::__1::char_traits<char> > const&, char const*>::CastImpl<true>(char const* 
const&, std::__1::integral_constant<bool, true>, 
std::__1::integral_constant<bool, true>) in array_binary_test.cc.o
   ld: symbol(s) not found for architecture arm64
   clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
   make[2]: *** [src/arrow/CMakeFiles/arrow-array-test.dir/build.make:208: 
build/debug/arrow-array-test] Error 1
   make[1]: *** [CMakeFiles/Makefile2:1714: 
src/arrow/CMakeFiles/arrow-array-test.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   [ 54%] Built target arrow-public-api-test
   ```


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