Bug 1816874
Summary: | Please provide a newer version of CMake (currently 3.17) in RHEL8 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Andrew Sanders <asanders> |
Component: | cmake | Assignee: | serge_sans_paille <sguelton> |
Status: | CLOSED ERRATA | QA Contact: | Michal Kolar <mkolar> |
Severity: | medium | Docs Contact: | Eva-Lotte Gebhardt <egebhard> |
Priority: | medium | ||
Version: | 8.4 | CC: | a.korsunsky, carl, dbranchini, denis.arnaud_fedora, fedoraproject, hobbes1069, lvaleeva, mcermak, mnewsome, ngompa13, otikhomi, sguelton, tschelle |
Target Milestone: | rc | Keywords: | FutureFeature, Rebase, Triaged |
Target Release: | 8.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | cmake-3.18.2-8.el8 | Doc Type: | Enhancement |
Doc Text: |
.CMake rebased to version 3.18.2
The CMake build system has been upgraded from version 3.11.4 to version 3.18.2. It is available in RHEL 8.4 as the `cmake-3.18.2-8.el8` package.
To use CMake on a project that requires the version 3.18.2 or less, use the command `cmake_minimum_required(version x.y.z)`.
For further information on new features and deprecated functionalities, see the link:https://cmake.org/cmake/help/latest/release[CMake Release Notes].
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-18 15:16:28 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: | |||
Bug Depends On: | 1827927 | ||
Bug Blocks: | 1756974, 1825061, 1858983, 1863276, 1866550, 1894575, 1958316 |
Comment 21
Alexander Korsunsky
2020-08-21 14:35:48 UTC
Tested against cmake-3.18.2-6.el8. *** Bug 1858941 has been marked as a duplicate of this bug. *** New build: cmake-3.18.2-7.el8 From https://access.redhat.com/articles/rhel-eus, it seems that RHEL 8.4 would be released around mid-2021. Could anyone confirm this or point to more accurate release dates? Per https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates RHEL 8.0 was released on 2019-05-07. https://access.redhat.com/support/policy/updates/errata#RHEL8_Life_Cycle mentions "Minor releases are planned for release every six months through the Full Support phase.". RHEL 8 is currently in the Full Support phase. I.e. based on the above information RHEL 8.4 is likely to be released two years after RHEL 8.0 which would be around May 2021. Disclaimer: Note that I'm purely quoting from publicly available Red Hat documentation here, this is not supposed to be interpreted as any kind of official public statement regarding the RHEL 8.4 release date by any means. (In reply to Tilmann Scheller from comment #30) > [...] based on the above information RHEL 8.4 is likely to be released two > years after RHEL 8.0 which would be around May 2021. Thanks! Verified against cmake-3.18.2-7.el8 *** Bug 1863276 has been marked as a duplicate of this bug. *** *** Bug 1830748 has been marked as a duplicate of this bug. *** Just rebuilt cmake-3.18.2-8.el8 linking with system libarchive instead of bundling it. Verified against cmake-3.18.2-8.el8. When will the newer version of CMake be available for actual use (specifically in EPEL)? Richard, this bug only tracks the CMake rebase in RHEL 8.4, I'm not sure what the EPEL situation/plan is. Please also see https://bugzilla.redhat.com/show_bug.cgi?id=1816874#c30 for some information on when this is expected to ship. Richard, EPEL builds against RHEL, so shortly after RHEL 8.4 is released it will be synced to the EPEL 8 buildroot. If you want to start testing the new cmake package now, it's available in CentOS Stream 8. [root@cs8-container:~]# repoquery -q cmake cmake-0:3.18.2-8.el8.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (cmake bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2021:1747 |