[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/163: gnu: Add %bootstrap-diffutils.
From: |
Jan Nieuwenhuizen |
Subject: |
141/163: gnu: Add %bootstrap-diffutils. |
Date: |
Thu, 30 Aug 2018 01:03:38 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 611cefc2c191f025edd2378cb0045c50a7fa2db7
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Aug 25 09:35:47 2018 +0200
gnu: Add %bootstrap-diffutils.
* gnu/packages/bootstrap.scm (%bootstrap-diffutils): New variable.
---
gnu/packages/bootstrap.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 54bcd10..cdca9cd 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -43,6 +43,7 @@
%bootstrap-guile
%bootstrap-coreutils&co
+ %bootstrap-diffutils
%bootstrap-make
%bootstrap-binutils
%bootstrap-gcc
@@ -396,6 +397,23 @@ $out/bin/guile --version~%"
(("^exec grep") (string-append (getcwd)
"/bin/grep"))))
(chmod "bin" #o555))))
+(define-public %bootstrap-diffutils
+ (package-from-tarball
+ "diffutils-bootstrap"
+ (lambda (system)
+ (origin
+ (method url-fetch)
+ (uri (match system
+ ((or "i686-linux"
+ "x86_64-linux")
+
"http://lilypond.org/janneke/mes/diffutils-static-stripped-3.6-i686-linux.tar.xz")
+ (_ (error "diffutils-bootstrap: system not supported"))))
+ (sha256
+ (base32
+ "1qvackm4i42nba0wixpby17igcm64l98pbz05qsdrsy988s86ifh"))))
+ "diff" ; the program to test
+ "Bootstrap binaries of the GNU Diffutils"))
+
(define-public %bootstrap-make
(package-from-tarball
"make-bootstrap"
- 90/163: gnu: glibc-boot: Install all headers. WIP plus more, (continued)
- 90/163: gnu: glibc-boot: Install all headers. WIP plus more, Jan Nieuwenhuizen, 2018/08/30
- 110/163: Revert "REMOVEME: %fake-bootstrap => #t.", Jan Nieuwenhuizen, 2018/08/30
- 67/163: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/08/30
- 83/163: gnu: %mescc-tools-seed: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/08/30
- 72/163: gnu: gcc-boot: Update to 3.0., Jan Nieuwenhuizen, 2018/08/30
- 86/163: gnu: mes-boot: Update for fopen: Return 0 upon failure., Jan Nieuwenhuizen, 2018/08/30
- 92/163: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., Jan Nieuwenhuizen, 2018/08/30
- 100/163: gnu: m4:mesboot: Rename from m4-boot., Jan Nieuwenhuizen, 2018/08/30
- 133/163: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/08/30
- 139/163: gnu: Add %bootstrap-make., Jan Nieuwenhuizen, 2018/08/30
- 141/163: gnu: Add %bootstrap-diffutils.,
Jan Nieuwenhuizen <=
- 143/163: gnu: Add %bootstrap-linux-libre-headers., Jan Nieuwenhuizen, 2018/08/30
- 108/163: gnu: Add gcc-mesboot 4.7.4. WIP, Jan Nieuwenhuizen, 2018/08/30
- 118/163: gnu: mescc-tools-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 119/163: gnu: %mes-seed: Update for mes 0.16.1., Jan Nieuwenhuizen, 2018/08/30
- 128/163: gnu: gcc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 117/163: gnu: Remove gcc-mesboot-4.1.0., Jan Nieuwenhuizen, 2018/08/30
- 131/163: gnu: mes: Update to 0.17., Jan Nieuwenhuizen, 2018/08/30
- 146/163: gnu: %mes-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/30
- 140/163: gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball., Jan Nieuwenhuizen, 2018/08/30
- 135/163: gnu: mes-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/30