[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/246: gnu: guile-gi: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
218/246: gnu: guile-gi: Fix build with gcc-14. |
Date: |
Sun, 12 Jan 2025 10:21:49 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 262e8fbb66da3bf7ee973bcc8f5046a8993310df
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Jan 5 13:34:57 2025 +0100
gnu: guile-gi: Fix build with gcc-14.
* gnu/packages/guile-xyz.scm (guile-gi)[arguments]: Add CFLAGS
to #:configure-flags to relax gcc-14's strictness.
Change-Id: I1aa6b2118f09e12e3ce06833e56d624fd047a9ae
---
gnu/packages/guile-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d3ff74dcc1..2cf62e6b2b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2016, 2017, 2021 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016, 2017 Adonay "adfeno" Felipe Nogueira
<https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org>
;;; Copyright © 2016, 2021 Amirouche <amirouche@hypermove.net>
-;;; Copyright © 2016, 2019, 2021, 2023, 2024 Janneke Nieuwenhuizen
<janneke@gnu.org>
+;;; Copyright © 2016, 2019, 2021, 2023, 2024, 2025 Janneke Nieuwenhuizen
<janneke@gnu.org>
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2017 David Thompson <davet@gnu.org>
;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -3650,7 +3650,8 @@ list of components. This module takes care of that for
you.")
"019mbhgyga57k2074kg97mh3qsa8ny9l0kjgqids8cg3c6vbjdby"))))
(build-system glib-or-gtk-build-system)
(arguments
- `(#:configure-flags '("--with-gnu-filesystem-hierarchy")
+ `(#:configure-flags '("CFLAGS=-Wno-error=incompatible-pointer-types"
+ "--with-gnu-filesystem-hierarchy")
#:modules ((guix build glib-or-gtk-build-system)
(guix build utils)
(ice-9 popen)
- 184/246: gnu: python-gast: Update to 0.6.0., (continued)
- 184/246: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/12
- 188/246: gnu: icu4c: Revert to 71., guix-commits, 2025/01/12
- 191/246: gnu: ghc-8.4.4: Build with gcc-13., guix-commits, 2025/01/12
- 195/246: gnu: xdg-desktop-portal-1.16.0: Fix build., guix-commits, 2025/01/12
- 198/246: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/01/12
- 205/246: gnu: python-cython-next: Build with gcc-13., guix-commits, 2025/01/12
- 196/246: gnu: r-fast: Fix build with gcc-14., guix-commits, 2025/01/12
- 214/246: gnu: gsequencer: Update to 7.4.12; fixes build with gcc-14., guix-commits, 2025/01/12
- 216/246: gnu: gnome-recipes: Fix build with gcc-14., guix-commits, 2025/01/12
- 217/246: gnu: midori: Fix build with gcc-14., guix-commits, 2025/01/12
- 218/246: gnu: guile-gi: Fix build with gcc-14.,
guix-commits <=
- 220/246: gnu: icedtea-7: Fix build with gcc-14., guix-commits, 2025/01/12
- 221/246: gnu: cheese: Fix build with gcc-14., guix-commits, 2025/01/12
- 62/246: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/12
- 69/246: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2025/01/12
- 159/246: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14., guix-commits, 2025/01/12
- 161/246: gnu: r: Fix build with gcc-14., guix-commits, 2025/01/12
- 176/246: gnu: gf2x: Fix build with gcc-14., guix-commits, 2025/01/12
- 183/246: gnu: python-geventhttpclient: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/12
- 189/246: gnu: libedit: Fix build with gcc-14., guix-commits, 2025/01/12
- 190/246: gnu: ghc-8.0.2: Build with gcc-13., guix-commits, 2025/01/12