[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/136: gnu: texlive-xdvi-bin: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
36/136: gnu: texlive-xdvi-bin: Fix build with gcc-14. |
Date: |
Wed, 1 Jan 2025 10:24:25 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 42763d70e8230a58a22bc0e9b2f9a6b1d3553744
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 f5dd1243ab..a318f8befc 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.
;;;
@@ -90827,7 +90828,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
- 45/136: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., (continued)
- 45/136: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/01/01
- 72/136: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/01
- 87/136: gnu: gavl: Fix build by using gcc-13., guix-commits, 2025/01/01
- 83/136: gnu: xf86-video-nouveau: Fix build with gcc-14., guix-commits, 2025/01/01
- 91/136: gnu: jamvm-1-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/01
- 15/136: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/01
- 17/136: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/01
- 21/136: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/01
- 26/136: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/01/01
- 29/136: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/01
- 36/136: gnu: texlive-xdvi-bin: Fix build with gcc-14.,
guix-commits <=
- 38/136: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/01
- 39/136: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/01
- 47/136: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/01
- 49/136: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/01
- 53/136: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/01
- 61/136: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/01
- 62/136: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/01
- 65/136: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/01
- 68/136: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/01/01
- 73/136: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/01