[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/246: gnu: xmlto: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
26/246: gnu: xmlto: Fix build with gcc-14. |
Date: |
Fri, 10 Jan 2025 10:47:19 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit a94c9747e5fb83c253d977a4c265257f22a93e56
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 11:52:26 2024 +0100
gnu: xmlto: Fix build with gcc-14.
* gnu/packages/xml.scm (xmlto)[arguments]: Add CFLAGS to #:configure-flags
to relax gcc-14's strictness.
Change-Id: I4eb5c18dede03f197aebb6d99c61e1cee307b471
---
gnu/packages/xml.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 414add23b0..b82447bd7e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1160,7 +1160,8 @@ code for classes that correspond to data structures
defined by XMLSchema.")
;; Make sure the reference to util-linux's 'getopt' is kept in 'xmlto'.
(list
#:configure-flags
- #~(list (string-append "GETOPT="
+ #~(list "CFLAGS=-g -O2 -Wno-error=implicit-int"
+ (string-append "GETOPT="
#$(this-package-input "util-linux")
"/bin/getopt"))))
(native-inputs
- 194/246: gnu: Add gettext-minimal-0.21., (continued)
- 194/246: gnu: Add gettext-minimal-0.21., guix-commits, 2025/01/10
- 191/246: gnu: ghc-8.4.4: Build with gcc-13., guix-commits, 2025/01/10
- 207/246: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/01/10
- 219/246: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/01/10
- 202/246: gnu: mplayer: Fix build with gcc-14., guix-commits, 2025/01/10
- 215/246: gnu: folks: Fix build with gcc-14., guix-commits, 2025/01/10
- 240/246: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2025/01/10
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/10
- 34/246: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/10
- 27/246: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/10
- 26/246: gnu: xmlto: Fix build with gcc-14.,
guix-commits <=
- 44/246: gnu: ntp: Fix build with gcc-14., guix-commits, 2025/01/10
- 75/246: gnu: xorg-server-for-test: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/10
- 54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/10
- 111/246: gnu: nvi: Fix build with gcc-14., guix-commits, 2025/01/10
- 108/246: gnu: tracker: Fix build with gcc-14., guix-commits, 2025/01/10
- 93/246: gnu: vde2: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/10
- 89/246: gnu: libshout: Fix build with gcc-14., guix-commits, 2025/01/10
- 113/246: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/01/10
- 117/246: gnu; glibc-2.33: Fix build with gcc-14., guix-commits, 2025/01/10
- 112/246: gnu: json-c-0.13: Fix build with gcc-13., guix-commits, 2025/01/10