[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/74: gnu: zip: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
10/74: gnu: zip: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:02 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 59171ed5957b528e3eea7918c68d8bfe18bfbf5f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 4 09:28:12 2024 +0100
gnu: zip: Fix build with gcc-14.
* gnu/packages/compression.scm (zip)[arguments]: Add CC to #:make-flags to
relax gcc-14's strictness. In phase "build" use target "generic" rather
than
"generic_gcc".
Change-Id: I21af1acdc550c83e63241811a6586598f187b2ef
---
gnu/packages/compression.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 99ea090091..90badcbbc0 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1922,13 +1922,14 @@ the actual decompression, the other input and output.")
`(#:tests? #f ; no test target
#:make-flags (let ((out (assoc-ref %outputs "out")))
(list "-f" "unix/Makefile"
+ "CC=gcc -Wno-error=implicit-function-declaration"
(string-append "prefix=" out)
(string-append "MANDIR=" out "/share/man/man1")))
#:phases
(modify-phases %standard-phases
(replace 'build
(lambda* (#:key (make-flags '()) #:allow-other-keys)
- (apply invoke "make" "generic_gcc" make-flags)))
+ (apply invoke "make" "generic" make-flags)))
(delete 'configure))))
(home-page "http://www.info-zip.org/Zip.html")
(synopsis "Compression and file packing utility")
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., (continued)
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/15
- 01/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/15
- 24/74: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/15
- 35/74: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/15
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/15
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 19/74: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/15
- 20/74: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 29/74: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/15
- 10/74: gnu: zip: Fix build with gcc-14.,
guix-commits <=
- 12/74: gnu: gettext: Update to 0.23., guix-commits, 2024/12/15
- 18/74: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/15
- 04/74: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 11/74: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/15
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/15
- 08/74: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 46/74: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15