guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: Revert "gnu: commencement: bash-final: Fix build for x86_64-linux


From: guix-commits
Subject: 02/06: Revert "gnu: commencement: bash-final: Fix build for x86_64-linux with gcc-14."
Date: Tue, 3 Dec 2024 14:43:08 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 95d1b34017e0cb5bfb15a08dee4522ea66720d89
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 3 19:51:00 2024 +0100

    Revert "gnu: commencement: bash-final: Fix build for x86_64-linux with 
gcc-14."
    
    This reverts commit abde5f5f2813c3325ce83c8a2c9f9b6801520669.
---
 gnu/packages/commencement.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 8359477ce4..4c7f0e9947 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3399,15 +3399,7 @@ exec \"$@\" \
 
          #:disallowed-references ,(assoc-ref (%boot3-inputs) "coreutils&co")
 
-         ;; gcc-14 implictly uses -Wimplicit-function-declaration
-         ;; which together with -Werror causes:
-         ;; ./enable.def:492:11: error: implicit declaration of function 
‘dlclose’;
-         ;; Doing it here rather than in `bash-minimal' or `static-bash'
-         ;; avoids a boot0-world rebuild.
-         ,@(if (and (target-x86-64?) (target-linux?))
-               `(#:configure-flags
-                 '("CFLAGS=-g -O2 -Wno-implicit-function-declaration"))
-               (package-arguments bash)))))))
+         ,@(package-arguments bash))))))
 
 (define (%boot4-inputs)
   ;; Now use the final Bash.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]