[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fi
From: |
guix-commits |
Subject: |
02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."" |
Date: |
Mon, 16 Dec 2024 03:34:52 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 0e079f7fe7b752aec0b141a49351ecb31f30345b
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)))
- 64/74: gnu: bootstrap: %bootstrap-glibc: Patch more files., (continued)
- 64/74: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/16
- 40/74: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/16
- 63/74: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 74/74: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/16
- 20/74: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/16
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/16
- 01/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/16
- 09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/16
- 08/74: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/16
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."",
guix-commits <=
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/16
- 17/74: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/16
- 19/74: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/16
- 15/74: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/16
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/16
- 27/74: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/16
- 29/74: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/16
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/16
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 44/74: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/16