[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/237: gnu: icedtea-8: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
218/237: gnu: icedtea-8: Fix build with gcc-14. |
Date: |
Fri, 24 Jan 2025 11:07:03 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 265eaece9844d3bb5d12f90357160c786d09591f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Jan 5 16:09:16 2025 +0100
gnu: icedtea-8: Fix build with gcc-14.
* gnu/packages/java.scm (icedtea-8)[arguments]: Extend CFLAGS to relax
gcc-14's strictness.
Change-Id: Ia7a53bfd1649c54505d7d2d033f9e984c531da90
---
gnu/packages/java.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 57588c68e0..8ea32c2761 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -743,7 +743,11 @@ IcedTea build harness.")
(srfi srfi-26)))
((#:configure-flags flags)
`(let ((jdk (assoc-ref %build-inputs "jdk")))
- `("CFLAGS=-fcommon"
+ `(,(string-append "CFLAGS=-fcommon"
+ " -Wno-error=implicit-function-declaration"
+ " -Wno-error=implicit-int"
+ " -Wno-error=incompatible-pointer-types"
+ " -Wno-error=int-conversion")
"CXXFLAGS=-fcommon"
"--enable-bootstrap"
"--enable-nss"
- 148/237: gnu: tbb: Fix build with gcc-14., (continued)
- 148/237: gnu: tbb: Fix build with gcc-14., guix-commits, 2025/01/24
- 179/237: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/01/24
- 174/237: gnu: mpfi: Fix build with gcc-14., guix-commits, 2025/01/24
- 180/237: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/01/24
- 182/237: gnu: racket-vm-cgc: Fix build with gcc-14., guix-commits, 2025/01/24
- 185/237: gnu: libedit: Fix build with gcc-14., guix-commits, 2025/01/24
- 196/237: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/01/24
- 188/237: gnu: gnome-font-viewer: Fix build with gcc-14., guix-commits, 2025/01/24
- 202/237: gnu: cogl: Fix build with gcc-14., guix-commits, 2025/01/24
- 203/237: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/01/24
- 218/237: gnu: icedtea-8: Fix build with gcc-14.,
guix-commits <=
- 208/237: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/01/24
- 222/237: gnu: openmpi-4: Fix build with gcc-14., guix-commits, 2025/01/24
- 223/237: gnu: python-h5py: Fix build with gcc-14., guix-commits, 2025/01/24
- 232/237: gnu: gcc-4.7: Fix slash in startfile prefix., guix-commits, 2025/01/24
- 230/237: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/01/24
- 237/237: squash! (?): gnu: glibc: Update to 2.40. -- Add patch for CVE-2025-0., guix-commits, 2025/01/24
- 236/237: DRAFT: gnu: glibc: Update to 2.40., guix-commits, 2025/01/24