civodul pushed a commit to branch core-updates
in repository guix.

commit 812a31998ab0f5ff5ff443ea2f200a4af5ed2a06
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Aug 15 18:40:16 2024 +0200

    gnu: glibc-bootstrap: Update i586-gnu variant.
    
    ‘glibc-stripped-2.39-i586-pc-gnu.tar.xz’ was built from x86_64-linux
    from the previous commit with:
    
      ./pre-inst-env guix build --target=i586-pc-gnu \
         -e '((@@ (gnu packages make-bootstrap) %glibc-bootstrap-tarball))'
    
    This updated variant is necessary to match newer GNU Mach headers, which
    are themselves necessary for the newer Hurd.
    
    Fixes <https://issues.guix.gnu.org/72315>.
    
    * gnu/packages/bootstrap.scm (%bootstrap-glibc): Update i586-gnu
    variant.
    
    Change-Id: I2d770e8001896059e1f27e50f7a4ddf15e4b5812
---
 gnu/packages/bootstrap.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index a36bb289cd..3743abf9fe 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <[email protected]>
+;;; Copyright © 2012-2020, 2024 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2014, 2015, 2018, 2019 Mark H Weaver <[email protected]>
 ;;; Copyright © 2017, 2020, 2024 Efraim Flashner <[email protected]>
 ;;; Copyright © 2018, 2020, 2022 Jan (janneke) Nieuwenhuizen <[email protected]>
@@ -37,7 +37,7 @@
                 #:select (raw-derivation derivation-input 
derivation->output-path))
   #:use-module (guix utils)
   #:use-module ((guix build utils) #:select (elf-file?))
-  #:use-module ((guix gexp) #:select (lower-object))
+  #:use-module ((guix gexp) #:select (lower-object local-file))
   #:use-module (guix monads)
   #:use-module (guix memoization)
   #:use-module (guix i18n)
@@ -770,7 +770,7 @@ $out/bin/guile --version~%"
                                       ("powerpc64le-linux"
                                        
"/20210106/glibc-stripped-2.31-powerpc64le-linux-gnu.tar.xz")
                                       ("i586-gnu"
-                                       
"/20200326/glibc-stripped-2.31-i586-pc-gnu.tar.xz")
+                                       
"/20240816/glibc-stripped-2.39-i586-pc-gnu.tar.xz")
                                       ("powerpc-linux"
                                        "/20200923/glibc-2.32.tar.xz")
                                       ("riscv64-linux"
@@ -800,7 +800,7 @@ $out/bin/guile --version~%"
                           
"0d9x80vm7ca1pd2whcmpm1h14zxpb58kqajlxlwffzm04xfsjnxm"))
                         ("i586-gnu"
                          (base32
-                          
"14ddm10lpbas8bankmn5bcrlqvz1v5dnn1qjzxb19r57vd2w5952"))
+                          
"0x2x6w611k6v9qdabacawamw2475p04hm3s0q95xcg063wjq4ig2"))
                         ("powerpc-linux"
                          (base32
                           
"0smmssyjrlk5cvx49586smmk81gkwff0i6r91n4rir4jm6ba25sb"))

Reply via email to