[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/249: gnu: racket-vm-cgc: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
183/249: gnu: racket-vm-cgc: Fix build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:45 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 9b8dcecdf55eb4170a470af88581d2a6b33b4cec
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jan 3 19:18:03 2025 +0100
gnu: racket-vm-cgc: Fix build with gcc-14.
* gnu/packages/racket.scm (racket-vm-common-configure-flags): Add CFLAGS to
relax gcc-14's strictness.
Change-Id: I5886d04ec666c510ade0d582dc2250082bee031f
---
gnu/packages/racket.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index 2ff1d159fa..fa19ef3cd8 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2021-2024 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -288,6 +289,7 @@ One of the early layers implements macros.")
(list (string-append "--enable-racket=" racket))))
(else
'()))
+ "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration"
"--disable-strip"
;; Using --enable-origtree lets us distinguish the VM from subsequent
;; layers and produces a build with the shape expected by tools such as
- 220/249: gnu: gnome-boxes: Fix buildi with gcc-14., (continued)
- 220/249: gnu: gnome-boxes: Fix buildi with gcc-14., guix-commits, 2025/01/06
- 232/249: gnu: beancount: Fix build., guix-commits, 2025/01/06
- 231/249: gnu: python-pydantic: Fix build., guix-commits, 2025/01/06
- 238/249: guix: build-system: cmake: Rework cross compilation., guix-commits, 2025/01/06
- 240/249: gexp: Improve support of Unicode characters., guix-commits, 2025/01/06
- 247/249: REMOVEME Revert "gexp: Improve support of Unicode characters." -- avoid world rebuild at this time., guix-commits, 2025/01/06
- 248/249: REMOVEME gnu: python2, pytchon2-minimal: Avoid world rebuild., guix-commits, 2025/01/06
- 191/249: gnu: ghc-8.0.2: Build with gcc-13., guix-commits, 2025/01/06
- 162/249: gnu: cura-engine: Fix build with gcc-14., guix-commits, 2025/01/06
- 169/249: gnu: r-acme: Fix build with gcc-14., guix-commits, 2025/01/06
- 183/249: gnu: racket-vm-cgc: Fix build with gcc-14.,
guix-commits <=
- 195/249: gnu: Add gettext-minimal-0.21., guix-commits, 2025/01/06
- 214/249: gnu: pidgin: Fix build with gcc-14., guix-commits, 2025/01/06
- 218/249: gnu: midori: Fix build with gcc-14., guix-commits, 2025/01/06
- 217/249: gnu: gnome-recipes: Fix build with gcc-14., guix-commits, 2025/01/06
- 221/249: gnu: icedtea-7: Fix build with gcc-14., guix-commits, 2025/01/06
- 235/249: gnu: Add python-tiny-proxy., guix-commits, 2025/01/06
- 239/249: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2025/01/06
- 87/249: gnu: gavl: Fix build by using gcc-13., guix-commits, 2025/01/06
- 110/249: gnu: glibc-2.35: Fix build with gcc-14., guix-commits, 2025/01/06
- 185/249: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/06