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

rstan dependent package compilation failures on CRAN #1127

Closed
sbfnk opened this issue May 8, 2024 · 2 comments
Closed

rstan dependent package compilation failures on CRAN #1127

sbfnk opened this issue May 8, 2024 · 2 comments

Comments

@sbfnk
Copy link
Contributor

sbfnk commented May 8, 2024

Summary:

Quite a few packages that depend on rstan currently error on some platforms during compilation on CRAN.

Description:

A few examples (the first ones when going through alphabetically) are

https://cran.r-project.org/web/checks/check_results_baggr.html
https://cran.r-project.org/web/checks/check_results_bakR.html
https://cran.r-project.org/web/checks/check_results_baldur.html

The final line in the log is

make[1]: *** [/home/hornik/tmp/R.check/r-patched-gcc/Work/build/etc/Makeconf:200: stanExports_logit.o] Terminated

No error is reported, and we have been unable to reproduce this locally using the same r-patched revision for EpiNow2. Perhaps a memory issue?

If this remains it is likely to cause issues for CRAN submission of packages that depend on rstan

@WardBrian
Copy link
Member

Related: #1122
#1124 (comment)

I believe that these are most likely out-of-memory issues in the compiler (Terminated is distinct from an error and usually means the OS killed the process). If that's the case, it is unclear what we can do about it.

@sbfnk
Copy link
Contributor Author

sbfnk commented May 9, 2024

Seems to have been a transient issue that has resolved itself.

@sbfnk sbfnk closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants