[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/237: gnu: startup-notification: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
120/237: gnu: startup-notification: Fix build with gcc-14. |
Date: |
Fri, 24 Jan 2025 11:06:45 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit f092dc4253d7aa5a3dec90029fe25be26f22ae14
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jan 1 14:16:43 2025 +0100
gnu: startup-notification: Fix build with gcc-14.
* gnu/packages/xdisorg.scm (startup-notification)[arguments]: Add
#:configure-flags
to relax gcc-14's strictness.
Change-Id: Ie20f622414e2482932e027bdf7bf7acf18192a6b
---
gnu/packages/xdisorg.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index eadb30fab2..beaa321f78 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -66,6 +66,7 @@
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -958,7 +959,8 @@ tracking.")
#:configure-flags #~(list
;; when cross-compilation, skip realloc checking
"lf_cv_sane_realloc=yes"
- (string-append "PKG_CONFIG="
#$(pkg-config-for-target)))
+ (string-append "PKG_CONFIG="
+ #$(pkg-config-for-target)))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'update-config-scripts
@@ -970,7 +972,9 @@ tracking.")
(or native-inputs inputs)
(string-append "/bin/" file)) "."))
'("config.guess" "config.sub"))))))
- '()))
+ (list
+ #:configure-flags
+ #~(list "CFLAGS=-g -O2 -Wno-error=int-conversion"))))
(native-inputs (append (if (and (or (target-riscv64?)
(target-aarch64?))
(%current-target-system))
- 02/237: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", (continued)
- 02/237: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2025/01/24
- 13/237: gnu: unzip: Fix build with gcc-14., guix-commits, 2025/01/24
- 10/237: gnu: zip: Fix build with gcc-14., guix-commits, 2025/01/24
- 16/237: gnu: Re-Add automake-1.16.5., guix-commits, 2025/01/24
- 15/237: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/24
- 17/237: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/24
- 14/237: gnu: automake: Fix build with gcc-14., guix-commits, 2025/01/24
- 19/237: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/24
- 97/237: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., guix-commits, 2025/01/24
- 87/237: gnu: gavl: Fix build by using gcc-13., guix-commits, 2025/01/24
- 120/237: gnu: startup-notification: Fix build with gcc-14.,
guix-commits <=
- 94/237: gnu: opensc: Update to 0.26.0; fixes build with gcc-14., guix-commits, 2025/01/24
- 96/237: gnu: libvisual: Fix build with gcc-14., guix-commits, 2025/01/24
- 109/237: gnu: json-c: Update to 0.18; fixes build with gcc-14., guix-commits, 2025/01/24
- 93/237: gnu: vde2: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/24
- 117/237: gnu; glibc-2.33: Fix build with gcc-14., guix-commits, 2025/01/24
- 90/237: gnu: classpath-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/24
- 115/237: gnu: efivar: Update to 39; fixes build with gcc-14., guix-commits, 2025/01/24
- 128/237: gnu: llvm-12: Fix build with gcc-14., guix-commits, 2025/01/24
- 143/237: gnu: libunwind: Fix build with gcc-14., guix-commits, 2025/01/24
- 178/237: gnu: ghc-7.10.3: Build with gcc-13., guix-commits, 2025/01/24