[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/63: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 on
From: |
guix-commits |
Subject: |
58/63: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only. |
Date: |
Mon, 17 Feb 2020 16:01:07 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit de21e55abe061a9b31e99c2cbc0c25693a0eb1f6
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Wed Dec 18 17:14:58 2019 +0100
gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only.
* gnu/packages/commencement.scm (glibc-mesboot0): Use bash-mesboot0 only.
---
gnu/packages/commencement.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index a91542e..8d882ff 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1498,12 +1498,6 @@ ac_cv_c_float_format='IEEE (little-endian)'
(native-inputs `(("boot-patch" ,(search-patch "glibc-boot-2.2.5.patch"))
("system-patch" ,(search-patch
"glibc-bootstrap-system-2.2.5.patch"))
("headers" ,mesboot-headers)
- ;; XXX: make-syscalls.sh does not run correctly with
- ;; bash-mesboot0, producing a wrong sysd-syscalls.
- ;; This leads to posix/uname.c getting compiled where it
- ;; shouldn't:
- ;; ../sysdeps/generic/uname.c:25: config-name.h: error 02
- ("bash" ,gash-boot)
,@(%boot-mesboot-core-inputs)))
(outputs '("out"))
(arguments
- 63/63: gnu: commencement: Fix '%boot-mesboot1-inputs'., (continued)
- 63/63: gnu: commencement: Fix '%boot-mesboot1-inputs'., guix-commits, 2020/02/17
- 40/63: gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/17
- 44/63: gnu: commencement: Add gawk-boot0., guix-commits, 2020/02/17
- 45/63: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/17
- 46/63: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/17
- 48/63: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/17
- 59/63: gnu: Rename 'gash-core-utils' to 'gash-utils'., guix-commits, 2020/02/17
- 61/63: gnu: commencement: Simplify Gash and Gash-Utils., guix-commits, 2020/02/17
- 47/63: gnu: commencement: Add bzip2-boot0., guix-commits, 2020/02/17
- 50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2020/02/17
- 58/63: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only.,
guix-commits <=