h-vetinari commented on issue #49137: URL: https://github.com/apache/arrow/issues/49137#issuecomment-3846341791
Not sure how it worked before; perhaps no code used the affected libc++ facilities before; in any case, the fix should be simply as described in the [docs](https://conda-forge.org/docs/maintainer/knowledge_base/#newer-c-features-with-old-sdk) mentioned in the error logs: ``` CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY" ``` -- 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]
