[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
195/290: gnu: telepathy-logger: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
195/290: gnu: telepathy-logger: Fix build with gcc-14. |
Date: |
Mon, 31 Mar 2025 05:07:18 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit f0b839ee9688e43170f6fd306941b6c51d226a2a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Jan 5 09:59:31 2025 +0100
gnu: telepathy-logger: Fix build with gcc-14.
* gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Use
G-Expressions. Add #:configure-flags to relax gcc-14's strictness.
Change-Id: I72e7a045cc29f704777f599933f9fceb25f3f6bb
---
gnu/packages/freedesktop.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 07cc4a4886..5c0494b637 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2293,15 +2293,17 @@ between protocols to provide a unified interface for
applications.")
"1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg"))))
(build-system gnu-build-system)
(arguments
- '(#:parallel-tests? #f
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'pre-check
- (lambda _
- (setenv "HOME" (getenv "TMPDIR"))
- #t)))))
+ (list
+ #:parallel-tests? #f
+ #:configure-flags
+ #~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'pre-check
+ (lambda _
+ (setenv "HOME" (getenv "TMPDIR")))))))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
+ `(("glib:bin" ,glib "bin") ;for glib-genmarshal, etc.
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
- 196/290: gnu: gucharmap: Fix build with gcc-14., (continued)
- 196/290: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/03/31
- 225/290: gnu: glibc: Update to 2.40., guix-commits, 2025/03/31
- 222/290: gexp: Improve support of Unicode characters., guix-commits, 2025/03/31
- 246/290: gnu: tcsh: Update to 6.24.15., guix-commits, 2025/03/31
- 242/290: gnu: libxcrypt: Update to 4.4.38., guix-commits, 2025/03/31
- 72/290: gnu: gtk+-2: Fix build with gcc-14., guix-commits, 2025/03/31
- 108/290: gnu: libimobiledevice: Fix build with gcc-14., guix-commits, 2025/03/31
- 116/290: gnu: openexr-2: Fix build with gcc-14., guix-commits, 2025/03/31
- 107/290: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/03/31
- 124/290: gnu: icu4c: Update to 76.1; fixes build with gcc-14., guix-commits, 2025/03/31
- 195/290: gnu: telepathy-logger: Fix build with gcc-14.,
guix-commits <=
- 189/290: gnu: ffmpeg-3.4.13: Fix build with gcc-14., guix-commits, 2025/03/31
- 226/290: gnu: libseccomp: Update to 2.6.0., guix-commits, 2025/03/31
- 232/290: gnu: zstd: Update to 1.5.6., guix-commits, 2025/03/31
- 253/290: gnu: libtasn1: Update to 4.20.0., guix-commits, 2025/03/31
- 252/290: gnu: libpsl: Update to 0.21.5., guix-commits, 2025/03/31
- 256/290: gnu: sed: Update to 4.9., guix-commits, 2025/03/31
- 259/290: gnu: gnumach-headers: Fix build., guix-commits, 2025/03/31
- 278/290: gnu: guile: Add GUILE_EXTENSIONS_PATH to native-search-paths., guix-commits, 2025/03/31
- 245/290: gnu: python-pytz: Update to 2025.1., guix-commits, 2025/03/31
- 228/290: gnu: ed: Update to 1.21., guix-commits, 2025/03/31