-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
INSTALL fails on F34 with R 4.1.0 #32
Comments
The error is:
I am afraid that no much I can help. |
@zhengxwen : No it is not a memory exhaustion failure. On a PC with 16GB, memory usage never passed 4GB running R CMD check with only system processes running other than the R check processes. I suspect this is the first sign of issues with gcc 11.1.1 with the new use of |
Fedora 33 has gcc 10.3.1 on another of my systems. For R 4.0.5, |
Negating |
Dear zhengxwen, |
gdsfmt_1.29.1 (devel) and gdsfmt_1.28.1 (release) could avoid the problem |
Great, 1.28.1 works, thank you |
The package fails to install on Fedora 34 with gcc/g++ 11.1.1 and R 4.1.0. Attached check log and zipped install outfile:
00check.log
00install.zip
I do not use or need the package, but it is used by a package that I check regularly in a reverse dependency chain (I haven't identified which). I simply did BiocManager::install(version="3.13", force=TRUE), and gdsfmt was the only failure. I wonder whether bundling libraries is such a good idea when a simple configure.ac might find installed copies that probably worked.
The text was updated successfully, but these errors were encountered: