-
Notifications
You must be signed in to change notification settings - Fork 52
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
rhub error on some platforms #602
Comments
Yes, I believe that this is a bug and it happens because the You can clear the cache manually and re-run the failed builds as a workaround for now. |
Thanks for the quick response, I cleared all the caches and re-ran ubuntu-clang which did indeed pass. ❯ checking compilation flags used ... WARNING |
I am not sure what your question is here. AFAICT CRAN does not use gcc13 to do checks any more, and probably in the meanwhile R got some new checks for compiler flags, so you get this warning. You can safely ignore these if that's your question. |
Many thanks, I'm a bit of a noob so not sure what a compiler flag is really. In any case it's good to know I can ignore them, thanks! |
Compiler flags are command line options to the compiler, to change its behavior. E.g. using
We should probably remove gcc13, or mark it as archived or unused: #604. |
Actually, I'll keep this open until the cache mismatch is fixed. |
Just to report my current experience: rhub fail to:
|
@CorradoLanera Those look like completely different errors to me. You can't use a repo with renv currently: #596 stringi is broken on R-devel: https://cran.r-project.org/web/checks/check_results_stringi.html |
ok, thanks! |
The cache key issue is now fixed in r-hub/actions v1.1.7 (https://github.com/r-hub/actions/blob/main/NEWS.md), so I am closing this now. |
Hi, I'm getting the following error on some platforms, e.g. ubuntu-clang:
Error in
dyn.load(file, DLLpath = DLLpath, ...)
: unable to load shared object '/github/home/R/x86_64-pc-linux-gnu-library/4.5/collapse/libs/collapse.so':libc++.so.1: cannot open shared object file: No such file or directory
The rhub run can be found here: https://github.com/NicChr/cheapr/actions/runs/8779659032/job/24088092947
I'm not sure why I'm getting the error but it seems to happen when calling some collapse functions, which is the main dependency of my package.
The text was updated successfully, but these errors were encountered: