[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/74: gnu: cmake-bootstrap: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
27/74: gnu: cmake-bootstrap: Fix build with gcc-14. |
Date: |
Mon, 16 Dec 2024 03:34:56 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit f004ccddc52582ea13738bf098bd07970928c261
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"
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., (continued)
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/16
- 01/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/16
- 09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/16
- 08/74: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/16
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/16
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 17/74: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/16
- 19/74: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/16
- 15/74: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/16
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/16
- 27/74: gnu: cmake-bootstrap: Fix build with gcc-14.,
guix-commits <=
- 29/74: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/16
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/16
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 44/74: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/16
- 33/74: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/16
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/16
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/16
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/16
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/16