[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/63: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binarie
From: |
guix-commits |
Subject: |
51/63: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball. |
Date: |
Mon, 17 Feb 2020 16:01:05 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 8432779e7f0779c472615829201525fa28435e76
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Dec 13 23:12:56 2019 +0100
gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux,
x86_64-linux]: Remove %bootstrap-binaries-tarball.
* gnu/packages/commencement.scm (file-boot0): Drop bzlib dependency.
---
gnu/packages/commencement.scm | 1 +
gnu/packages/make-bootstrap.scm | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 95b82f7..43c7bc3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2749,6 +2749,7 @@ exec " gcc "/bin/" program
`(#:tests? #f ; merge test fails
#:implicit-inputs? #f
#:guile ,%bootstrap-guile
+ #:configure-flags '("--disable-bzlib")
#:strip-binaries? #f
#:validate-runpath? #f))))
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index ef274a2..335d5c8 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -889,8 +889,8 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
,%linux-libre-headers-bootstrap-tarball)))
(_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
("binutils-tarball" ,%binutils-bootstrap-tarball)
- ("glibc-tarball" ,(%glibc-bootstrap-tarball)))))
- ("coreutils&co-tarball" ,%bootstrap-binaries-tarball)))
+ ("glibc-tarball" ,(%glibc-bootstrap-tarball))
+ ("coreutils&co-tarball"
,%bootstrap-binaries-tarball))))))
(synopsis "Tarballs containing all the bootstrap binaries")
(description synopsis)
(home-page #f)
- 41/63: gnu: commencement: Add coreutils-mesboot., (continued)
- 41/63: gnu: commencement: Add coreutils-mesboot., guix-commits, 2020/02/17
- 42/63: gnu: commencement: Remove m4-mesboot., guix-commits, 2020/02/17
- 49/63: gnu: commencement: Add coreutils-boot0., guix-commits, 2020/02/17
- 54/63: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot., guix-commits, 2020/02/17
- 53/63: gnu: commencement: gnu-make-mesboot0: Rename from make-mesboot0., guix-commits, 2020/02/17
- 57/63: gnu: commencement: mes-boot: Update to 0.22., guix-commits, 2020/02/17
- 52/63: gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2020/02/17
- 62/63: gnu: commencement: Remove %bootstrap-guile+guild., guix-commits, 2020/02/17
- 56/63: gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix., guix-commits, 2020/02/17
- 60/63: Add (guix build gnu-bootstrap)., guix-commits, 2020/02/17
- 51/63: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball.,
guix-commits <=
- 55/63: gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b., guix-commits, 2020/02/17
- 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