guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: %guile-static-stripped: Update to Guile 3.0.8.


From: guix-commits
Subject: 01/02: gnu: %guile-static-stripped: Update to Guile 3.0.8.
Date: Tue, 3 Jan 2023 16:18:56 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 45ac52239a6f5c19e0ab324cff6c567a7e4e24d6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Dec 11 21:19:00 2022 -0500

    gnu: %guile-static-stripped: Update to Guile 3.0.8.
    
    * gnu/packages/make-bootstrap.scm (%guile-static-stripped): Use
    guile-3.0-latest, currently at 3.0.8.  This resolves a segfault in the Guix
    System Linux initrd when running Guile 3.0.7 on a Cortex A9 CPU (NXP i.MX6
    Quad).
---
 gnu/packages/make-bootstrap.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 4ea97368a9..24855f6b28 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -797,7 +797,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
   ;; A stripped static Guile 3.0 binary, for use in initrds
   ;; and during bootstrap.
   (make-guile-static-stripped
-   (make-guile-static guile-3.0
+   (make-guile-static guile-3.0-latest
                       '("guile-2.2-default-utf8.patch"
                         "guile-3.0-linux-syscalls.patch"
                         "guile-3.0-relocatable.patch"))))



reply via email to

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