[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/57: bootstrap: Add tar-boot0.
From: |
guix-commits |
Subject: |
50/57: bootstrap: Add tar-boot0. |
Date: |
Mon, 16 Dec 2019 13:20:15 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 0a0ec321194fbbf543cd0c779e57dd20dedceb0c
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Nov 23 09:13:50 2019 +0100
bootstrap: Add tar-boot0.
* gnu/packages/commencement.scm (tar-boot0): New variable.
(%boot0-inputs): Add it.
---
gnu/packages/commencement.scm | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 12e6ca2..dd6289f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2783,7 +2783,8 @@ exec " gcc "/bin/" program
`(("make" ,gnu-make-boot0)
,@(%bootstrap-inputs+toolchain)))
(arguments
- `(#:implicit-inputs? #f
+ `(#:tests? #f ; merge test fails
+ #:implicit-inputs? #f
#:guile ,%bootstrap-guile
#:strip-binaries? #f
#:validate-runpath? #f))))
@@ -2835,6 +2836,21 @@ exec " gcc "/bin/" program
#:guile ,%bootstrap-guile
,@(package-arguments sed)))))
+(define tar-boot0
+ (package
+ (inherit tar)
+ (name "tar-boot0")
+ (source (bootstrap-origin (package-source tar)))
+ (native-inputs '())
+ (inputs
+ `(("make" ,gnu-make-boot0)
+ ,@(%bootstrap-inputs+toolchain)))
+ (arguments
+ `(#:implicit-inputs? #f
+ #:tests? #f
+ #:guile ,%bootstrap-guile
+ ,@(package-arguments tar)))))
+
(define (%boot0-inputs)
`(("bzip2" ,bzip2-boot0)
("diffutils" ,diffutils-boot0)
@@ -2844,6 +2860,7 @@ exec " gcc "/bin/" program
("make" ,gnu-make-boot0)
("patch" ,patch-boot0)
("sed" ,sed-boot0)
+ ("tar" ,tar-boot0)
,@(%bootstrap-inputs+toolchain)))
(define* (boot-triplet #:optional (system (%current-system)))
- 34/57: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., (continued)
- 34/57: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 31/57: bootstrap: Add sed-mesboot., guix-commits, 2019/12/16
- 09/57: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 12/57: bootstrap: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 16/57: bootstrap: diffutils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 22/57: bootstrap: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 21/57: bootstrap: Add gawk-mesboot0., guix-commits, 2019/12/16
- 35/57: bootstrap: Add xz-mesboot., guix-commits, 2019/12/16
- 37/57: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 45/57: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 50/57: bootstrap: Add tar-boot0.,
guix-commits <=
- 41/57: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 47/57: bootstrap: Add sed-boot0., guix-commits, 2019/12/16
- 38/57: bootstrap: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 40/57: bootstrap: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 42/57: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 48/57: bootstrap: Add patch-boot0., guix-commits, 2019/12/16
- 44/57: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/16
- 46/57: bootstrap: Add gawk-boot0., guix-commits, 2019/12/16
- 54/57: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/16
- 53/57: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/16