You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Thanks for the work in maintaining these packages, they've been really helpful to me. I'm trying to update openssl and libssh2 to debug some issues I'm having with Rhdf5lib under the new ucrt tool chain.
I've successfully built updated versions of both libraries (https://github.com/grimbough/rtools-packages/tree/openssl) and can use them locally. However on my Github action workflow I get linker errors with libcrypto.a reporting undefined reference to sscanf'` (see the "Install dependent packages" section here)
sscanf() seems like its part of the C runtime, and I was wondering if you'd seen this before and whether there was some additional link setting I'm missing. Since it works locally, I guess maybe it's just that my actions runner is configured incorrectly. However I don't run into this issue if I try to use the x64-ucrt libraries you already distribute. With all the various version of R-devel and rtools floating around it's a pretty confusing time in the R for Windows world.