You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/07/16 21:49:56 UTC

[GitHub] [arrow] kou commented on issue #36707: [R] Windows builds are failing at the link stage

kou commented on issue #36707:
URL: https://github.com/apache/arrow/issues/36707#issuecomment-1637197533

   This is also caused by mixing OpenSSL:
   
   OpenSSL 3 is provided by R's MSYS2 packages recently: https://github.com/apache/arrow/actions/runs/5566743012/jobs/10168091288?pr=36706#step:7:215
   
   ```text
   downloading mingw-w64-ucrt-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz...
   ```
   
   But OpenSSL 1 provided by GitHub Actions runner is used: https://github.com/apache/arrow/actions/runs/5566743012/jobs/10168091288?pr=36706#step:7:454
   
   ```text
   -- Found OpenSSL: C:/Program Files/OpenSSL/lib/libcrypto.lib (found suitable version "1.1.1u", minimum required is "1.0.2")  
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org