[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/71: gnu: unzip: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
13/71: gnu: unzip: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 03:42:50 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 2002c150b6dc64ac3e3a129c04e3187d66e73b6e
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 90badcbbc0..26ea333f89 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")
- 19/71: gnu: elfutils: Update to 0.192; fixes build with gcc-14., (continued)
- 19/71: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/15
- 27/71: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/15
- 29/71: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/15
- 26/71: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/15
- 15/71: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/15
- 21/71: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/15
- 23/71: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/15
- 25/71: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 31/71: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 11/71: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 13/71: gnu: unzip: Fix build with gcc-14.,
guix-commits <=
- 14/71: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/15
- 12/71: gnu: gettext: Update to 0.23., guix-commits, 2024/12/15
- 09/71: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/15
- 17/71: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/15
- 18/71: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/15
- 20/71: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 22/71: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 24/71: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/15
- 28/71: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/15
- 30/71: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/15