[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/246: gnu: unzip: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
13/246: gnu: unzip: Fix build with gcc-14. |
Date: |
Fri, 10 Jan 2025 10:47:17 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 075efabaaa924da9f0106829a392132f5dcf1047
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 4 09:28:12 2024 +0100
gnu: unzip: Fix build with gcc-14.
* gnu/packages/compression.scm (unzip)[arguments]: Add CC to #:make-flags to
relax gcc-14's strictness. In phase "build" use target "generic" rather
than
"generic_gcc".
Change-Id: I9b4753529b15b5766d7764553bf1fb234c437d45
---
gnu/packages/compression.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 079061222d..e991ff2fee 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2019,15 +2019,17 @@ Compression ratios of 2:1 to 3:1 are common for text
files.")
`("-j" ,(number->string
(parallel-job-count))
,@make-flags
- "generic_gcc")))))
+ "generic")))))
#:make-flags
;; Fix cross-compilation without affecting native builds, as doing
so
;; would trigger too many rebuilds:
https://issues.guix.gnu.org/57127
(if (%current-target-system)
#~(list "-f" "unix/Makefile"
+ "CC=gcc -Wno-error=implicit-function-declaration"
(string-append "prefix=" #$output)
(string-append "MANDIR=" #$output "/share/man/man1"))
#~(list "-f" "unix/Makefile"
+ "CC=gcc -Wno-error=implicit-function-declaration"
(string-append "prefix=" %output)
(string-append "MANDIR=" %output "/share/man/man1")))))
(home-page "http://www.info-zip.org/UnZip.html")
- 163/246: gnu: portmidi: Fix build with gcc-14., (continued)
- 163/246: gnu: portmidi: Fix build with gcc-14., guix-commits, 2025/01/10
- 162/246: gnu: cura-engine: Fix build with gcc-14., guix-commits, 2025/01/10
- 166/246: gnu: 389-ds-base: Fix build with gcc-14., guix-commits, 2025/01/10
- 177/246: gnu: python-pyportmidi: Fix build with gcc-14., guix-commits, 2025/01/10
- 193/246: gnu: Add autoconf-2.72., guix-commits, 2025/01/10
- 211/246: gnu: caribou: Fix build with gcc-14., guix-commits, 2025/01/10
- 198/246: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/01/10
- 229/246: gnu: python-bokeh: Fix build., guix-commits, 2025/01/10
- 223/246: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/01/10
- 01/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2025/01/10
- 13/246: gnu: unzip: Fix build with gcc-14.,
guix-commits <=
- 10/246: gnu: zip: Fix build with gcc-14., guix-commits, 2025/01/10
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/10
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/10
- 23/246: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/01/10
- 60/246: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/10
- 65/246: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/10
- 57/246: gnu: hurd: Use -Wno-error=., guix-commits, 2025/01/10
- 72/246: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/10
- 104/246: gnu: directfb: Fix build with gcc-14., guix-commits, 2025/01/10
- 86/246: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/01/10