JesseLovelace commented on PR #47503:
URL: https://github.com/apache/arrow/pull/47503#issuecomment-3463185037

   @raulcd Looking at the Ubuntu C++ failures, and the Ubuntu R failure, 
there's a linkage error for `absl::crc32c`
   
   When I look at the logs for these tests, I see this:
   
   ```
   -- Found abslAlt: 1 (found version "20220623") 
   -- Providing CMake module for FindabslAlt as part of Arrow CMake package
   ```
   
   And notably I don't see any log like `Building Abseil-cpp from source`
   
   I think what's going on is that the machines these tests has an old version 
of absl installed and are using that instead of building it from source, which 
is causing the linkage to fail. If you look at the logs for successful tests, 
you can see that they are either finding a newer version of absl from 
`FindabslAlt`, or they're building absl from source.
   
   Do you know if there's any way to configure these tests to always build absl 
from source? Or if there's something I need to add to 
`ThirdpartyToolchain.cmake` to make that happen? 


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