[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/58: gnu: commencement: Add hello-mesboot.
From: |
guix-commits |
Subject: |
34/58: gnu: commencement: Add hello-mesboot. |
Date: |
Thu, 6 Feb 2020 17:52:21 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 859d022bd982095ac76fe60f79037659cb287438
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 21:55:45 2019 +0100
gnu: commencement: Add hello-mesboot.
* gnu/packages/commencement.scm (hello-mesboot): New variable.
---
gnu/packages/commencement.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 6faf603..5695ba2 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2223,6 +2223,28 @@ ac_cv_c_float_format='IEEE (little-endian)'
"ac_cv_have_decl_optreset=no"
"CPPFLAGS=-D__GNUC__=1")))))
+(define hello-mesboot
+ ;; Check for Scheme-only bootstrap.
+ (package
+ (inherit hello)
+ (name "hello-mesboot")
+ (supported-systems '("i686-linux" "x86_64-linux"))
+ (inputs '())
+ (propagated-inputs '())
+ (native-inputs (%boot-mesboot2-inputs))
+ (arguments
+ `(#:implicit-inputs? #f
+ #:guile ,%bootstrap-guile
+ #:parallel-build? #f
+ ;; checking for grep that handles long lines and -e...
+ ;; configure: error: no acceptable grep could be found
+ #:configure-flags '("ac_cv_path_GREP=grep")
+ #:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "./hello"))))))))
+
(define binutils-mesboot
(package
(inherit binutils-mesboot0)
- 21/58: gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co., (continued)
- 21/58: gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/06
- 51/58: gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2020/02/06
- 44/58: gnu: commencement: Add gawk-boot0., guix-commits, 2020/02/06
- 31/58: gnu: commencement: Add bash-mesboot., guix-commits, 2020/02/06
- 30/58: gnu: commencement: Add gcc-core-mesboot1., guix-commits, 2020/02/06
- 36/58: gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 37/58: gnu: commencement: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 18/58: gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/06
- 24/58: gnu: commencement: Add grep-mesboot., guix-commits, 2020/02/06
- 32/58: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 34/58: gnu: commencement: Add hello-mesboot.,
guix-commits <=
- 38/58: gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 33/58: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/06
- 43/58: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 42/58: gnu: commencement: Remove m4-mesboot., guix-commits, 2020/02/06
- 55/58: gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b., guix-commits, 2020/02/06
- 50/58: gnu: commencement: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2020/02/06
- 48/58: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/06
- 46/58: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/06
- 54/58: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot., guix-commits, 2020/02/06
- 45/58: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/06