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
I have studied the Github action in my repo thoroughly and believe that this qualifies as an issue. Forgive if it is not. See below:
The bug
Github actions fails on macOS r-devel, but not r-release, due to missing Fortran linkers, I think1. The issue is similar to that of #724, but for a newer version.
The log
The precise error:
ld: warning: search path '/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0' not foundld: library 'emutls_w' not found
* r-devel on macOS were failing, this has been fixed in r-lib/actions#965, so all devel tests are reintroduced.
* r-devel on windows has been enabled. This is mainly due to devtools::win_check() failing for r-devel. Might aswell test everything...
Hi @gaborcsardi,
I have studied the Github action in my repo thoroughly and believe that this qualifies as an issue. Forgive if it is not. See below:
The bug
Github actions fails on macOS r-devel, but not r-release, due to missing Fortran linkers, I think1. The issue is similar to that of #724, but for a newer version.
The log
The precise error:
The full log can be found here
Expected behaviour
I would have expected that the search path for the gfortran would be found on r-devel, and "just work" similar to r-release I guess.
Best,
Footnotes
I am rather new in this field, so I am not really familiar with the lingo yet. ↩
The text was updated successfully, but these errors were encountered: