Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action fails on macOS r-devel, but not r-release, because of missing gfortran and emutls_w #965

Closed
serkor1 opened this issue Jan 30, 2025 · 1 comment · Fixed by #966
Labels
bug an unexpected problem or unintended behavior

Comments

@serkor1
Copy link

serkor1 commented Jan 30, 2025

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:

ld: warning: search path '/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0' not found
ld: library 'emutls_w' not found

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

  1. I am rather new in this field, so I am not really familiar with the lingo yet.

@serkor1 serkor1 added the bug an unexpected problem or unintended behavior label Jan 30, 2025
serkor1 added a commit to serkor1/SLmetrics that referenced this issue Feb 3, 2025
* 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...
Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant