h-vetinari commented on issue #41333:
URL: https://github.com/apache/arrow/issues/41333#issuecomment-2073572553

   The failures in conda-forge look like something happening in the 
`absl::lts_20240116::Status::~Status(void)` destructor, which reminds me of 
this [issue](https://github.com/abseil/abseil-cpp/issues/1624), that ended up 
being due to an abseil-consuming library not having defined `-DNDEBUG` (or 
rather, not respecting the `CPP_FLAGS` for the preprocessor).
   
   Probably worth double-checking if `-DNDEBUG` is defined. Also, for 
completeness, in conda-forge we're basically on newest abseil/grpc/protobuf, 
we're using shared (not static) builds, and we're using MSVC not MinGW.


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