[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/75: gnu: pth: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
46/75: gnu: pth: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:38 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 7aab2bbc35e20819ddfa9aebc4c65422d0c2cd3a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 16:38:51 2024 +0100
gnu: pth: Fix build with gcc-14.
* gnu/packages/pth.scm (pth)[arguments]: Add #:configure-flags to relax
gcc-14's strictness.
Change-Id: Ifb215f3ae393a268b15dc0316b34c5bb8607b46f
---
gnu/packages/pth.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/pth.scm b/gnu/packages/pth.scm
index 8efede068c..6211741385 100644
--- a/gnu/packages/pth.scm
+++ b/gnu/packages/pth.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021 Thiago Jung Bauermann <bauermann@kolabnow.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -40,7 +41,9 @@
"0ckjqw5kz5m30srqi87idj7xhpw6bpki43mj07bazjm2qmh3cdbj"))))
(build-system gnu-build-system)
(arguments
- '(#:parallel-build? #f
+ '(#:configure-flags
+ '("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
+ #:parallel-build? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'update-config-scripts
- 51/75: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., (continued)
- 51/75: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 57/75: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 58/75: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/15
- 05/75: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 13/75: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 02/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 22/75: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 24/75: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/15
- 25/75: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 43/75: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 46/75: gnu: pth: Fix build with gcc-14.,
guix-commits <=
- 40/75: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/75: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 39/75: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 67/75: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/15
- 55/75: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 56/75: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 41/75: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 60/75: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 48/75: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/15
- 62/75: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15