-
Notifications
You must be signed in to change notification settings - Fork 53
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 Solaris fails to compile RcppEigen package #109
Comments
This is an issue for me as well. I'm trying to fix a compile error on Solaris, but don't have any Solaris machine available to test it on. The error message that I get is slightly different:
|
If you scroll up in the log, can you see where it failed to install RcppEigen? |
It looks like it is due to a disk space issue on the Solaris server (see below). The log is available here 193#> trying URL 'https://cran.r-hub.io/src/contrib/Rcpp_0.12.15.tar.gz' 591#> ERROR: dependency ‘Rcpp’ is not available for package ‘plyr’ |
I am having a similar issue with solaris running out of space while installing package dependencies: |
Cleaned up, should be ok now. |
Getting a similar error but for Windows: https://builder.r-hub.io/status/ANTsRCore_0.5.6.2.tar.gz-f3fcfdbe914d485d88462a5e41664db7#L254 |
Like @muschellij2 , having an issue on Windows Server 2008 with "No space left on device". Originally posted on Issue #176 |
RcppEigen compiles just fine now. |
I'm having trouble checking a package that uses RcppEigen using the Solaris platform. I get the following message when it tries to install my package:
I'm trying to build in Solaris as we had an Error in our CRAN check that we would like to replicate and then fix. Not sure if this problem is known on rhub re: RcppEigen.
I'm also not sure if there's a way for me to incorporate Ripley's config: https://www.stats.ox.ac.uk/pub/bdr/Rconfig/r-patched-solaris-x86
This could also be a problem with RcppEigen? I'm just not sure and any advice would be appreciated, thanks.
edit: as you can see, it passes fine on CRAN's solaris machine https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/estimatr-00check.html
The text was updated successfully, but these errors were encountered: