[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/246: gnu: gettext: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
11/246: gnu: gettext: Fix build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:08 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 3373444e9986fe175658fd9219a6dcb637253c7b
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
- branch core-packages-team created (now 5e7c01875c), guix-commits, 2025/01/13
- 20/246: gnu: libstdc++: Fix build for linux with gcc-14., guix-commits, 2025/01/13
- 26/246: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/01/13
- 11/246: gnu: gettext: Fix build with gcc-14.,
guix-commits <=
- 10/246: gnu: zip: Fix build with gcc-14., guix-commits, 2025/01/13
- 14/246: gnu: automake: Fix build with gcc-14., guix-commits, 2025/01/13
- 25/246: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/01/13
- 35/246: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/13
- 31/246: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2025/01/13
- 27/246: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/13
- 32/246: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/13
- 48/246: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/13
- 49/246: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/13
- 50/246: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/01/13