[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/249: gnu: localed: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
33/249: gnu: localed: Fix build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:20 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 3ac31dc72198bc758fafd6c6a16d6dfdc834fb68
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 9 11:36:32 2024 +0100
gnu: localed: Fix build with gcc-14.
* gnu/packages/freedesktop.scm (localed)[arguments]: Add c_args to
#:configure-flags
to relax gcc-14's strictness.
Change-Id: I2cb4d9bc7e22ab0bedacbd79b98d33a1b6a27bd0
---
gnu/packages/freedesktop.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 721a0d4c38..4682e55630 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -40,6 +40,7 @@
;;; Copyright © 2024 Dariqq <dariqq@posteo.net>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 dan <i@dan.games>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1051,9 +1052,10 @@ This library provides just sd-bus (and the busctl
utility).")
"idn"
"nss-myhostname"
"nss-systemd")))
- `(#:configure-flags ',(map (lambda (component)
- (string-append "-D" component "=false"))
- (delete "localed" components))
+ `(#:configure-flags '("-Dc_args=-g -O2 -Wno-format-overflow"
+ ,@(map (lambda (component)
+ (string-append "-D" component "=false"))
+ (delete "localed" components)))
;; It doesn't make sense to test all of systemd.
#:tests? #f
- 19/249: gnu: elfutils: Update to 0.192; fixes build with gcc-14., (continued)
- 19/249: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/06
- 04/249: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/06
- 15/249: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/06
- 01/249: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2025/01/06
- 25/249: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/01/06
- 27/249: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/06
- 26/249: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/01/06
- 24/249: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/06
- 31/249: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2025/01/06
- 32/249: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/06
- 33/249: gnu: localed: Fix build with gcc-14.,
guix-commits <=
- 42/249: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/01/06
- 40/249: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/06
- 46/249: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/06
- 47/249: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/06
- 64/249: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2025/01/06
- 49/249: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/06
- 50/249: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/01/06
- 65/249: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/06
- 58/249: gnu: netdde: Use -Wno-error=., guix-commits, 2025/01/06
- 62/249: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/06