[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
213/300: gnu: icedtea-8: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
213/300: gnu: icedtea-8: Fix build with gcc-14. |
Date: |
Wed, 26 Mar 2025 18:37:06 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit d947441a1d8a09ff020722aa3a6d22c0ef218752
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 1134e3eee0..8e782ed0d2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -744,7 +744,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"
- 199/300: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14.", (continued)
- 199/300: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14.", guix-commits, 2025/03/26
- 196/300: gnu: python-cython-next: Build with gcc-13., guix-commits, 2025/03/26
- 198/300: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/03/26
- 200/300: gnu: telepathy-logger: Fix build with gcc-14., guix-commits, 2025/03/26
- 201/300: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/03/26
- 202/300: gnu: caribou: Fix build with gcc-14., guix-commits, 2025/03/26
- 203/300: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/03/26
- 205/300: gnu: gsequencer: Update to 7.4.12; fixes build with gcc-14., guix-commits, 2025/03/26
- 208/300: gnu: midori: Fix build with gcc-14., guix-commits, 2025/03/26
- 210/300: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/03/26
- 213/300: gnu: icedtea-8: Fix build with gcc-14.,
guix-commits <=
- 224/300: gnu: clang-runtime-17: Build with gcc-13., guix-commits, 2025/03/26
- 221/300: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-inputs., guix-commits, 2025/03/26
- 225/300: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/03/26
- 226/300: gnu: gettext: Update to 0.23.1., guix-commits, 2025/03/26
- 227/300: gnu: gcc-4.7: Fix slash in startfile prefix., guix-commits, 2025/03/26
- 228/300: gexp: Improve support of Unicode characters., guix-commits, 2025/03/26
- 232/300: gnu: libseccomp: Update to 2.6.0., guix-commits, 2025/03/26
- 233/300: gnu: libffcall: Update to 2.5., guix-commits, 2025/03/26
- 234/300: gnu: ed: Update to 1.21., guix-commits, 2025/03/26
- 238/300: gnu: zstd: Update to 1.5.6., guix-commits, 2025/03/26