nealrichardson commented on PR #13404: URL: https://github.com/apache/arrow/pull/13404#issuecomment-1165551127
> I confirmed that we can solve the Curl's symbol problem by defining `CURL_STATICLIB` in google-cloud-cpp. I also opened a pull request to google-cloud-cpp: [googleapis/google-cloud-cpp#9345](https://github.com/googleapis/google-cloud-cpp/pull/9345) > 🎉 > R 4.2 CI job succeeded and R 4.1 CI job failed because R 4.2 uses ucrt and R 4.1 uses msvcrt. ucrt provides `_dupenv_s()` but msvcrt doesn't. google-cloud-cpp uses `_dupenv_s()`. Our existing CI jobs disable GCS because of this: https://github.com/apache/arrow/blob/master/.github/workflows/cpp.yml#L279-L281 > > Error log: https://github.com/apache/arrow/runs/7036333396?check_suite_focus=true#step:11:589 > > ``` > C:/rtools40/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.3.0/../../../../i686-w64-mingw32/bin/ld.exe: ../windows/arrow-8.0.0.9000/lib/i386/libarrow_bundled_dependencies.a(getenv.cc.obj):(.text+0x22): undefined reference to `_imp___dupenv_s' > ``` Is this not something that can be patched/shimmed in? > > Can we disable GCS for R 4.1? Surely. I'll look for the cleanest way to do that. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org