[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/176: gnu: m4-mesboot: Package with boostrap-guile.
From: |
Jan Nieuwenhuizen |
Subject: |
111/176: gnu: m4-mesboot: Package with boostrap-guile. |
Date: |
Fri, 31 Aug 2018 11:20:24 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit a92d237c7a872614e4f63f3e138b6ac8dd94df78
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Jun 29 21:22:28 2018 +0200
gnu: m4-mesboot: Package with boostrap-guile.
* gnu/packages/mes.scm (m4-mesboot): Package with boostrap-guile.
---
gnu/packages/mes.scm | 57 ++++++++++++++++++++++++++--------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 744b10d..e1c0c8e 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -605,34 +605,35 @@ standard.")
(copy-file "libtcc1.a" (string-append out
"/lib/tcc/libtcc1.a")))))))))
(define-public m4-mesboot
- (package
- (inherit m4)
- (name "m4-mesboot")
- (version "1.4")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/m4/m4-"
- version ".tar.gz"))
- (sha256
- (base32
- "1f9bxj176kf3pvs350w2dfs8jgwhminywri5pyn01b11yc4yhsjw"))))
- (supported-systems '("i686-linux"))
- (native-inputs `(("mes" ,mes-boot)
- ("tcc" ,tcc-boot)))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (setenv "CONFIG_SHELL" (string-append
- (assoc-ref %build-inputs "bash")
- "/bin/sh"))
- (setenv "CC" "tcc -static")
- (setenv "CPP" "tcc -E")
- (zero?
- (system* "./configure"
- (string-append "--prefix=" out)))))))))))
+ (package-with-bootstrap-guile
+ (package
+ (inherit m4)
+ (name "m4-mesboot")
+ (version "1.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/m4/m4-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1f9bxj176kf3pvs350w2dfs8jgwhminywri5pyn01b11yc4yhsjw"))))
+ (supported-systems '("i686-linux"))
+ (native-inputs `(("mes" ,mes-boot)
+ ("tcc" ,tcc-boot)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'configure
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (setenv "CONFIG_SHELL" (string-append
+ (assoc-ref %build-inputs "bash")
+ "/bin/sh"))
+ (setenv "CC" "tcc -static")
+ (setenv "CPP" "tcc -E")
+ (zero?
+ (system* "./configure"
+ (string-append "--prefix=" out))))))))))))
(define-public binutils-mesboot0
(package
- 69/176: gnu: gcc-boot: Update to 2.6.3., (continued)
- 69/176: gnu: gcc-boot: Update to 2.6.3., Jan Nieuwenhuizen, 2018/08/31
- 89/176: gnu: %tinycc-seed: Update for mes 0.16., Jan Nieuwenhuizen, 2018/08/31
- 92/176: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., Jan Nieuwenhuizen, 2018/08/31
- 84/176: gnu: mescc-tools-boot: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/08/31
- 71/176: gnu: gcc-boot: Update to 2.95.3., Jan Nieuwenhuizen, 2018/08/31
- 100/176: gnu: m4:mesboot: Rename from m4-boot., Jan Nieuwenhuizen, 2018/08/31
- 99/176: gnu: Remove binutils-boot0-cheat., Jan Nieuwenhuizen, 2018/08/31
- 91/176: gnu: gcc-core-boot: Install libgcc2.a too., Jan Nieuwenhuizen, 2018/08/31
- 95/176: gnu: binutils-boot: Update to 2.20.1a., Jan Nieuwenhuizen, 2018/08/31
- 104/176: gnu: gcc-mesboot: Rename from gcc-boot., Jan Nieuwenhuizen, 2018/08/31
- 111/176: gnu: m4-mesboot: Package with boostrap-guile.,
Jan Nieuwenhuizen <=
- 118/176: gnu: mescc-tools-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 128/176: gnu: gcc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 150/176: gnu: Add make-mesboot 3.79., Jan Nieuwenhuizen, 2018/08/31
- 144/176: gnu: bootstrap-tarballs: Update inputs for i686-linux., Jan Nieuwenhuizen, 2018/08/31
- 151/176: gnu: Add diffutils-mesboot 2.7., Jan Nieuwenhuizen, 2018/08/31
- 146/176: gnu: %mes-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/31
- 152/176: gnu: make-mesboot: Update to 3.80., Jan Nieuwenhuizen, 2018/08/31
- 67/176: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/08/31
- 106/176: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., Jan Nieuwenhuizen, 2018/08/31
- 156/176: Revert "gnu: Add %bootstrap-make.", Jan Nieuwenhuizen, 2018/08/31