[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also f
From: |
guix-commits |
Subject: |
02/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."" |
Date: |
Sun, 12 Jan 2025 10:21:18 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit f421f402f013c330da40c55d68b00d5ecdfdf6f7
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)))
- 96/246: gnu: libvisual: Fix build with gcc-14., (continued)
- 96/246: gnu: libvisual: Fix build with gcc-14., guix-commits, 2025/01/12
- 102/246: gnu: zxing-cpp-1-2.0: Fix build with gcc-14., guix-commits, 2025/01/12
- 109/246: gnu: json-c: Update to 0.18; fixes build with gcc-14., guix-commits, 2025/01/12
- 115/246: gnu: efivar: Update to 39; fixes build with gcc-14., guix-commits, 2025/01/12
- 108/246: gnu: tracker: Fix build with gcc-14., guix-commits, 2025/01/12
- 113/246: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/01/12
- 01/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2025/01/12
- 10/246: gnu: zip: Fix build with gcc-14., guix-commits, 2025/01/12
- 09/246: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2025/01/12
- 05/246: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2025/01/12
- 02/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."",
guix-commits <=
- 03/246: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2025/01/12
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/12
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/12
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/12
- 18/246: gnu: bdb: Use automake-1.16.5., guix-commits, 2025/01/12
- 19/246: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/12
- 20/246: gnu: libstdc++: Fix build for linux with gcc-14., guix-commits, 2025/01/12
- 24/246: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/12
- 29/246: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/12
- 30/246: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/12