[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/61: gnu: cmake-bootstrap: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
29/61: gnu: cmake-bootstrap: Fix build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:41:59 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit c95dae0142a1abc762788541545e1233cc6c112c
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/61: gnu: llvm-13: Fix build with gcc-14., (continued)
- 31/61: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/12
- 09/61: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/12
- 01/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/12
- 14/61: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/12
- 16/61: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/12
- 19/61: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/12
- 18/61: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/12
- 23/61: gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12
- 25/61: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/12
- 26/61: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/12
- 29/61: gnu: cmake-bootstrap: Fix build with gcc-14.,
guix-commits <=
- 27/61: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 28/61: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/12
- 32/61: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 33/61: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/12
- 34/61: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12
- 35/61: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/12
- 36/61: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/12
- 37/61: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/12
- 38/61: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 40/61: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/12