Bug 1924267
| Summary: | F34FailsToInstall: R-zoo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | R-zoo | Assignee: | José Matos <jamatos> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jamatos |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-04 17:32:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1924565 | ||
| Bug Blocks: | 1868279 | ||
|
Description
Miro Hrončok
2021-02-02 21:54:40 UTC
Argh.....
Don't you love the way as in R dashes and dots are used in versions?
R-zoo requires R(lattice) >= 0.20.27 while R-core provides R(lattice) = 0.20-41.
It is even worse:
# repoquery -q --repo=rawhide{,-source} --provides R-core | grep lattice
R(lattice) = 0.20-41
R-lattice = 0.20.41
Notice the difference between the last 2 lines...
Now that R has been built with the correct settings: # repoquery -q --repo=rawhide --provides R-core | grep lattice R(lattice) = 0.20.41 R-lattice = 0.20.41 we can close this bug since R-zoo can again be installed in F34. |