[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/216: gnu: colord-minimal: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
154/216: gnu: colord-minimal: Fix build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:34 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit a9af65746b4318f5c297cf4a0a5c2402a7e394e0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 19:26:00 2025 +0100
gnu: colord-minimal: Fix build with gcc-14.
* gnu/packages/gnome.scm (colord-minimal)[arguments]: Add phase
"relax-gcc-14-strictness".
Change-Id: I0c91b7bb16a1ee80db1757626c0025ebde652f3a
---
gnu/packages/gnome.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 61dd09af11..df3b8ca99d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5680,6 +5680,10 @@ file.")
(not (target-little-endian?))))
#:phases
#~(modify-phases %standard-phases
+ (add-before 'configure 'relax-gcc-14-strictness
+ (lambda _
+ (setenv "CFLAGS"
+ "-g -O2 -Wno-error=incompatible-pointer-types")))
(add-after 'unpack 'disable-problematic-tests
(lambda _
;; Skip the colord-test-private, which requires a *system* D-Bus
- 117/216: gnu; glibc-2.33: Fix build with gcc-14., (continued)
- 117/216: gnu; glibc-2.33: Fix build with gcc-14., guix-commits, 2025/01/04
- 100/216: gnu: mediasdk: Update to 23.2.2 and fix build with gcc-14., guix-commits, 2025/01/04
- 95/216: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/01/04
- 97/216: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., guix-commits, 2025/01/04
- 122/216: gnu: mypaint-brushes-1.3.1: Revert to automake-1.16.5; fixes build., guix-commits, 2025/01/04
- 116/216: gnu: libdom: Fix build with gcc-14., guix-commits, 2025/01/04
- 110/216: gnu: glibc-2.35: Fix build with gcc-14., guix-commits, 2025/01/04
- 151/216: gnu: tbb-2020.3: Fix build with gcc-14., guix-commits, 2025/01/04
- 142/216: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14., guix-commits, 2025/01/04
- 149/216: gnu: podofo: Fix build with gcc-14., guix-commits, 2025/01/04
- 154/216: gnu: colord-minimal: Fix build with gcc-14.,
guix-commits <=
- 161/216: gnu: r: Fix build with gcc-14., guix-commits, 2025/01/04
- 61/216: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/04
- 70/216: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2025/01/04
- 68/216: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/01/04
- 114/216: gnu: libimobiledevice: Fix build with gcc-14., guix-commits, 2025/01/04
- 157/216: gnu: zsh: Fix build with gcc-14., guix-commits, 2025/01/04
- 168/216: gnu: gunicorn: Update to 22.0.0., guix-commits, 2025/01/04
- 170/216: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/01/04
- 127/216: gnu: python-2.7: Fix build with gcc-14., guix-commits, 2025/01/04
- 171/216: Revert "gnu: r-rcppparallel: Fix build with gcc-14.", guix-commits, 2025/01/04