[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/71: gnu: texlive-xdvi-bin: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
36/71: gnu: texlive-xdvi-bin: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 03:42:54 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit f368d102171cda775c62a12fe13e90a40241475d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 10 20:45:38 2024 +0100
gnu: texlive-xdvi-bin: Fix build with gcc-14.
* gnu/packages/tex.scm (texlive-xdvi-bin): Add CFLAGS to #:configure-flags
to
relax gcc-14's strictness.
Change-Id: Ia4f50c46911c4c4f97b8d9ba554db6f194a2c96e
---
gnu/packages/tex.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9f8cccecc8..4221becb8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29,6 +29,7 @@
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
;;; Copyright © 2023 Timothy Sample <samplet@ngyro.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -90824,7 +90825,10 @@ that it will build with web2c out of the box.")
(arguments
(substitute-keyword-arguments (package-arguments texlive-bin)
((#:configure-flags flags)
- #~(cons "--enable-xdvik" (delete "--enable-web2c" #$flags)))
+ #~(cons*
+ "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
+ "--enable-xdvik"
+ (delete "--enable-web2c" #$flags)))
((#:phases phases)
#~(modify-phases #$phases
(replace 'check
- 34/71: gnu: gcc-boot0: Fix building for aarch64-linux., (continued)
- 34/71: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/15
- 47/71: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/15
- 45/71: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/15
- 50/71: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/15
- 49/71: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/15
- 51/71: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 53/71: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/15
- 40/71: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 42/71: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 41/71: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 36/71: gnu: texlive-xdvi-bin: Fix build with gcc-14.,
guix-commits <=
- 44/71: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/15
- 37/71: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/15
- 57/71: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 62/71: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 56/71: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 59/71: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 70/71: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/15
- 61/71: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 69/71: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/15
- 55/71: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15