assignUser commented on code in PR #37684:
URL: https://github.com/apache/arrow/pull/37684#discussion_r1340789459


##########
r/tools/nixlibs.R:
##########
@@ -231,11 +259,15 @@ determine_binary_from_stderr <- function(errs) {
     return(NULL)
     # Else, determine which other binary will work
   } else if (any(grepl("Using OpenSSL version 1.0", errs))) {
+    if(on_macos) {
+      cat("*** OpenSSL 1.0 is not supported on macOS\n")

Review Comment:
   The existing messages also don't contain any advice ` OpenSSL found but 
version >= 1.0.2 is required for some features`  also this won't fail the 
build, just fall back to source build. 



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