[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/75: gnu: gettext: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
11/75: gnu: gettext: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:27 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit bb967143eb4a3d15757b60ecf0b34e80580bf06b
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 08:14:37 2024 +0100
gnu: gettext: Fix build with gcc-14.
* gnu/packages/gettext.scm (gettext-minimal) [arguments]: In phase
"patch-tests", skip failing "xgettext-javascript-6" test.
Change-Id: Ibac01c139e135c3a9c13f9077b4fbc6a7db93207
---
gnu/packages/gettext.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 7862c296bd..1e501ee517 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -93,6 +93,9 @@
#t))
(add-before 'check 'patch-tests
(lambda* (#:key inputs #:allow-other-keys)
+ ;; This test fails
+ (substitute* "gettext-tools/tests/xgettext-javascript-6"
+ (("^#!.*" all) (string-append all "exit 77;\n")))
(let* ((bash (which "sh")))
;; Some of the files we're patching are
;; ISO-8859-1-encoded, so choose it as the default
- 41/75: gnu: bdb-4.8: Fix build with gcc-14., (continued)
- 41/75: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 60/75: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 48/75: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/15
- 62/75: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 54/75: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/15
- 14/75: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/15
- 69/75: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/15
- 06/75: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 03/75: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 08/75: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 11/75: gnu: gettext: Fix build with gcc-14.,
guix-commits <=
- 01/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/15
- 17/75: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/15
- 19/75: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/15
- 31/75: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 16/75: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15
- 52/75: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 35/75: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/15
- 47/75: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/15
- 74/75: squash! REMOVEME gnu: Add gcc-11-fixed, enhancing `relax-gcc-14s-strictness' stage., guix-commits, 2024/12/15
- 10/75: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/15