We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug R CMD check fails for macOS r-devel on default setup, but not for gcc-compilers.
R CMD check
gcc
To Reproduce
The log. The error is:
ld: warning: search path '/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0' not found ld: library 'emutls_w' not found
Its the same error as in Issue #965 - but in that issue both clang and gcc compilers produced the error. Now its only clang.
Expected behavior
I would expect the default R-CMD-check to pass for macOS r-devel with default setup, as it does for macOS r-devel with gcc-compiler
R-CMD-check
The text was updated successfully, but these errors were encountered:
The log has expired on my side. Closing issue to avoid bloating the issue board.
Sorry, something went wrong.
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
No branches or pull requests
Describe the bug
R CMD check
fails for macOS r-devel on default setup, but not forgcc
-compilers.To Reproduce
The log. The error is:
Its the same error as in Issue #965 - but in that issue both clang and gcc compilers produced the error. Now its only clang.
Expected behavior
I would expect the default
R-CMD-check
to pass for macOS r-devel with default setup, as it does for macOS r-devel with gcc-compilerThe text was updated successfully, but these errors were encountered: