[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
198/249: gnu: autofs: Update to 5.1.9 and fix build with gcc-14.
From: |
guix-commits |
Subject: |
198/249: gnu: autofs: Update to 5.1.9 and fix build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:49 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit fb3e8eaa5469d6d3ec6f2e92b3758e73224451d6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 11:39:43 2025 +0100
gnu: autofs: Update to 5.1.9 and fix build with gcc-14.
* gnu/packages/file-systems.scm (autofs): Update to 5.1.9.
[arguments]: Add #:make-flags to relax gcc-14's strictness.
Change-Id: I08c19300feacfdcd69c9721a22cbd543655ec3a2
---
gnu/packages/file-systems.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 778cba53ed..a65c867ea1 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -14,7 +14,8 @@
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
-;;
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
@@ -123,7 +124,7 @@
(define-public autofs
(package
(name "autofs")
- (version "5.1.8")
+ (version "5.1.9")
(source
(origin
(method url-fetch)
@@ -131,7 +132,7 @@
"v" (version-major version) "/"
"autofs-" version ".tar.xz"))
(sha256
- (base32 "1zf0fgf6kr9amxq5amlgsp1v13sizwl3wvx2xl7b4r2nhmci0gdk"))))
+ (base32 "0jy2nf9j8pf8888rxm9cr7vva8vx1vjq35six9i98jvr0dmazrl7"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -146,6 +147,7 @@
(string-append "sssldir="
(assoc-ref %build-inputs "sssd")
"/lib/sssd/modules"))
+ #:make-flags '("CC=gcc -Wno-error=incompatible-pointer-types")
#:tests? #f ; no test suite
#:phases
(modify-phases %standard-phases
- 156/249: gnu: zeromq: Update to 4.3.5; fixes build with gcc-14., (continued)
- 156/249: gnu: zeromq: Update to 4.3.5; fixes build with gcc-14., guix-commits, 2025/01/06
- 170/249: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/01/06
- 165/249: gnu: mpark-variant: Build with gcc-14; fixes build., guix-commits, 2025/01/06
- 167/249: gnu: 389-ds-base: Fix build with gcc-14., guix-commits, 2025/01/06
- 189/249: gnu: icu4c: Revert to 71., guix-commits, 2025/01/06
- 166/249: gnu: uwsgi: Update to 2.0.28; fixes build with gcc-14., guix-commits, 2025/01/06
- 188/249: gnu: aria2: Fix build., guix-commits, 2025/01/06
- 192/249: gnu: ghc-8.4.4: Build with gcc-13., guix-commits, 2025/01/06
- 193/249: gnu: gnome-font-viewer: Fix build with gcc-14., guix-commits, 2025/01/06
- 194/249: gnu: Add autoconf-2.72., guix-commits, 2025/01/06
- 198/249: gnu: autofs: Update to 5.1.9 and fix build with gcc-14.,
guix-commits <=
- 200/249: gnu: mpg321: Fix build with gcc-14., guix-commits, 2025/01/06
- 199/249: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/01/06
- 203/249: gnu: mplayer: Fix build with gcc-14., guix-commits, 2025/01/06
- 205/249: gnu: sdl-image-1.2.12: Fix build with gcc-14., guix-commits, 2025/01/06
- 208/249: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/01/06
- 219/249: guile-gi: Fix buildi with gcc-14., guix-commits, 2025/01/06
- 223/249: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/01/06
- 224/249: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/01/06
- 225/249: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/01/06
- 229/249: gnu: netcdf: Fix build with gcc-14., guix-commits, 2025/01/06