[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/70: gnu: cmake-bootstrap: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
27/70: gnu: cmake-bootstrap: Fix build with gcc-14. |
Date: |
Sat, 14 Dec 2024 06:00:02 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 18fac6715917e08a2d7d690467dfab66916c6a45
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 13:09:32 2024 +0100
gnu: cmake-bootstrap: Fix build with gcc-14.
Apparently cmake-minimal cannot be updated because of the introducion of a
circular cppdap dependency.
* gnu/packages/cmake.scm (%common-disabled-tests): Add failing "LoadCommand"
and "LoadedCommandOneConfig" tests.
Change-Id: Ic71aa92c327f7853248748d6eab4db9309c90408
---
gnu/packages/cmake.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 8310dc55fa..e2cec04946 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -141,7 +141,10 @@ using the CMake build system.")
;; This test requires 'ldconfig' which is not available in Guix.
"RunCMake.install"
;; This test fails for unknown reason.
- "RunCMake.file-GET_RUNTIME_DEPENDENCIES"))
+ "RunCMake.file-GET_RUNTIME_DEPENDENCIES"
+ ;; These tests fail with gcc-14.
+ "LoadCommand"
+ "LoadedCommandOneConfig"))
(define %common-disabled-tests/hurd
'("CTestTestTimeout"
- 31/70: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., (continued)
- 31/70: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/14
- 35/70: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/14
- 32/70: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/14
- 41/70: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/14
- 54/70: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/14
- 38/70: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/14
- 51/70: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/14
- 03/70: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/14
- 09/70: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/14
- 22/70: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/14
- 27/70: gnu: cmake-bootstrap: Fix build with gcc-14.,
guix-commits <=
- 30/70: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/14
- 42/70: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/14
- 55/70: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/14
- 67/70: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/14
- 16/70: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/14
- 24/70: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/14
- 34/70: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/14
- 40/70: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/14
- 39/70: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/14
- 57/70: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/14