[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fi
From: |
guix-commits |
Subject: |
02/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."" |
Date: |
Thu, 12 Dec 2024 05:41:55 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit fb8d4fa1eaca84a1b556316a5bade645959be485
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 20:55:05 2024 +0100
Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix
libm.so.""
This cleanup was reverted because it led to a world rebuild.
This reverts commit 126a2e8cb45b797579876834a566cec51f4a16a8.
Change-Id: I5c862602c3722c787e0ed6deac55920007411fd5
---
gnu/packages/bootstrap.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index d14bb68425..5973f9d214 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -774,14 +774,11 @@ $out/bin/guile --version~%"
(chmod "lib" #o755)
;; Patch linker scripts so they refer to the right file-names.
- ,(if (target-hurd64?)
- '(substitute* '("lib/libc.so" "lib/libm.so")
- (("/[^ ]+/lib/(libc|libm|libh|ld)" _ prefix)
- (string-append out "/lib/" prefix)))
- '(substitute* "lib/libc.so"
- (("/[^ ]+/lib/(libc|ld)" _ prefix)
- (string-append out "/lib/" prefix))))
- #t))))))
+ (substitute* ,(if (target-hurd64?)
+ ''("lib/libc.so" "lib/libm.so")
+ "lib/libc.so")
+ (("/[^ ]+/lib/(libc|libm|libh|ld)" _ prefix)
+ (string-append out "/lib/" prefix)))))))))
(inputs
`(("tar" ,(bootstrap-executable "tar" (%current-system)))
("xz" ,(bootstrap-executable "xz" (%current-system)))
- branch core-packages-team created (now e8b4b41133), guix-commits, 2024/12/12
- 03/61: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/12
- 05/61: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 02/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."",
guix-commits <=
- 10/61: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/12
- 06/61: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/12
- 24/61: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/12
- 08/61: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 07/61: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 12/61: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/12
- 13/61: gnu: gettext: Update to 0.23., guix-commits, 2024/12/12
- 20/61: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/12
- 21/61: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 11/61: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/12