[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/300: gnu: racket-vm-cgc: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
177/300: gnu: racket-vm-cgc: Fix build with gcc-14. |
Date: |
Wed, 26 Mar 2025 18:36:50 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 728a9c94a50e8208abe0be4c337cb8060a32a87b
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 5262f7277f..be0c4589c1 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 © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -289,6 +290,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
- 285/300: gnu: which: Update to 2.23., (continued)
- 285/300: gnu: which: Update to 2.23., guix-commits, 2025/03/26
- 290/300: gnu: perl-io-socket-ssl: Update to 2.089., guix-commits, 2025/03/26
- 291/300: gnu: minizip: Remove phase 'remove-crypt-h., guix-commits, 2025/03/26
- 287/300: Revert "gnu: which: Update to 2.22.", guix-commits, 2025/03/26
- 293/300: utils: Set $0 to basename of command in `wrap-program'., guix-commits, 2025/03/26
- 296/300: gnu: bootar: Remove input label., guix-commits, 2025/03/26
- 298/300: gnu: gash-boot: Shorten symlinks., guix-commits, 2025/03/26
- 139/300: gnu: texlive-bin: Fix build with gcc-14., guix-commits, 2025/03/26
- 175/300: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/03/26
- 155/300: gnu: python-pypairix: Update to 0.3.8 and fix build with gcc-14., guix-commits, 2025/03/26
- 177/300: gnu: racket-vm-cgc: Fix build with gcc-14.,
guix-commits <=
- 180/300: gnu: libedit: Fix build with gcc-14., guix-commits, 2025/03/26
- 185/300: gnu: Add gettext-minimal-0.21., guix-commits, 2025/03/26
- 237/300: gnu: libgc: Update to 8.2.8., guix-commits, 2025/03/26
- 249/300: gnu: tzdata: Update to 2025a., guix-commits, 2025/03/26
- 254/300: gnu: iptables: Update to 1.8.11., guix-commits, 2025/03/26
- 256/300: gnu: nettle: Update to 3.10.1., guix-commits, 2025/03/26
- 263/300: gnu: bash-static: Fix cross-compiling for glibc@2.41., guix-commits, 2025/03/26
- 264/300: Revert "gnu: elfutils: Fix build to loongarch64.", guix-commits, 2025/03/26
- 267/300: gnu: gnumach: Fix build., guix-commits, 2025/03/26
- 278/300: gnu: diffutils: Update to 3.11., guix-commits, 2025/03/26