[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/21: gnu: gettext: Fix build for x86_64-linux with gcc-14.
From: |
guix-commits |
Subject: |
10/21: gnu: gettext: Fix build for x86_64-linux with gcc-14. |
Date: |
Thu, 5 Dec 2024 14:57:11 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 1232ebec40fdd6ec05148b101525879b3411d87e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 08:14:37 2024 +0100
gnu: gettext: Fix build for x86_64-linux 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
- branch core-packages-team created (now 005529027d), guix-commits, 2024/12/05
- 02/21: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/05
- 05/21: gnu: commencement: gcc-final: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 09/21: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/05
- 10/21: gnu: gettext: Fix build for x86_64-linux with gcc-14.,
guix-commits <=
- 03/21: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/05
- 15/21: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/05
- 18/21: gnu: elfutils: Update to 0.192., guix-commits, 2024/12/05
- 01/21: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/05
- 08/21: gnu: libffi: Update to 3.4.6., guix-commits, 2024/12/05
- 11/21: gnu: gettext: Update to 0.23., guix-commits, 2024/12/05
- 04/21: gnu: commencement: gcc-boot0: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/05
- 13/21: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/05
- 14/21: gnu: automake: Update to 1.17., guix-commits, 2024/12/05
- 16/21: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/05