Bug 1871685
| Summary: | the R in the latest rpm is still 3.6.0, a lot of packages cannot be installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | yb77639 |
| Component: | R | Assignee: | Tom "spot" Callaway <spotrh> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | ignatenko, i.ucar86, mjw, packaging-team-maint, pmoravco, spotrh, vmukhame |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-08-24 19:15:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
yb77639
2020-08-24 03:38:40 UTC
Nothing to do with rpm. EPEL-7's toolchain is too old to properly support more recent versions of R. It is possible to build newer R versions using the "devtoolset" toolchains (either v8 or v9), but because of how R works, R assumes it can set the compiler flags to match that toolchain. On EPEL-7, the system toolchain does not support those compiler flags, and thus, R modules installed from CRAN will fail in odd ways. Since EPEL packages are not permitted to depend upon devtoolset (only build with them), there is no good way to support a current R package for EPEL-7. My recommendation for you is to strongly consider moving to RHEL/CentOS 8, which has none of these issues. |