Summary: | bootstrap-prefix.sh: bootstrap fails on Darwin because all versions of cmake are masked | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Guilherme Amadio <amadio> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=733480 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Guilherme Amadio
![]() The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa03db0def068f4d4f3485b3e479909e6e479a1c commit fa03db0def068f4d4f3485b3e479909e6e479a1c Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-07-04 18:05:17 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-07-04 19:36:06 +0000 dev-util/cmake: 3.13.5 version bump, EAPI-7 bump Bug: https://bugs.gentoo.org/689234 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-util/cmake/Manifest | 2 +- .../{cmake-3.13.4.ebuild => cmake-3.13.5.ebuild} | 25 ++++++++++------------ 2 files changed, 12 insertions(+), 15 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93701cbe5848d56531a9d950bfd97d908eed1e8 commit c93701cbe5848d56531a9d950bfd97d908eed1e8 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-07-04 17:58:29 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-07-04 19:36:06 +0000 dev-util/cmake: Restore 3.13.4 for prefix Bug: https://bugs.gentoo.org/689234 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-util/cmake/Manifest | 1 + dev-util/cmake/cmake-3.13.4.ebuild | 228 +++++++++++++++++++++ dev-util/cmake/files/cmake-3.0.2-FindLAPACK.patch | 43 ++++ .../cmake/files/cmake-3.11.0_rc2-FindBLAS.patch | 23 +++ .../files/cmake-3.11.4-fix-boost-detection.patch | 13 ++ .../cmake/files/cmake-3.13.4-prefix-dirs.patch | 127 ++++++++++++ 6 files changed, 435 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6c251b4b3cd8f2d275efce32d441a83536ef42 commit 3e6c251b4b3cd8f2d275efce32d441a83536ef42 Author: Guilherme Amadio <amadio@gentoo.org> AuthorDate: 2019-07-05 11:46:10 +0000 Commit: Guilherme Amadio <amadio@gentoo.org> CommitDate: 2019-07-05 14:17:30 +0000 profiles/prefix/darwin/macos/package.mask: update mask for CMake After a while, this mask started masking all available versions of CMake. Upon request, CMake 3.14.5 has been added back to the tree, to allow bootstrapping on Darwin again, therefore the mask update. Bug: https://bugs.gentoo.org/689234 Signed-off-by: Guilherme Amadio <amadio@gentoo.org> profiles/prefix/darwin/macos/package.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Is that mask still necessary? We cannot keep this forever and upstream projects will move on to higher minimum version requirements eventually. as far as I know there were no improvements to cmake, so we need the older version still |