[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/31: gnu: commencement: gnumach-headers-boot0: Build from tarball.
From: |
guix-commits |
Subject: |
13/31: gnu: commencement: gnumach-headers-boot0: Build from tarball. |
Date: |
Mon, 16 Mar 2020 06:25:54 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 3999ac7c47e7aaf6af6886ccefe37b9537d792fd
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Mar 1 13:49:04 2020 +0100
gnu: commencement: gnumach-headers-boot0: Build from tarball.
The 'gnumach-headers' package now uses a git checkout and added dependencies
on autoconf, automake and texinfo to build. Using those in commencement
creates a bootstrap loop. So, revert to a tarball release.
* gnu/packages/commencement.scm (gnumach-headers-boot0): Build from tarball;
remove autoconf, automake, texinfo bootstrap dependencies.
---
gnu/packages/commencement.scm | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index cebb4b5..fbf8d36 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3028,7 +3028,20 @@ exec " gcc "/bin/" program
%bootstrap-guile))
(define gnumach-headers-boot0
- (with-boot0 (package-with-bootstrap-guile gnumach-headers)))
+ (with-boot0
+ (package-with-bootstrap-guile
+ (package
+ (inherit gnumach-headers)
+ (version "1.8")
+ (source (bootstrap-origin
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/gnumach/gnumach-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "02hygsfpd2dljl5lg1vjjg9pizi9jyxd4aiiqzjshz6jax62jm9f")))))
+ (native-inputs '())))))
(define mig-boot0
(let* ((mig (package
- 02/31: gnu: grub: Support for the Hurd., (continued)
- 02/31: gnu: grub: Support for the Hurd., guix-commits, 2020/03/16
- 06/31: gnu: cross-libc: Build fix for the Hurd., guix-commits, 2020/03/16
- 01/31: gnu: flex-2.6.1: Build fix for the Hurd., guix-commits, 2020/03/16
- 09/31: gnu: bootstrap: Use fall-back mechanism for bootstrap-executables., guix-commits, 2020/03/16
- 12/31: gnu: make: Support for the Hurd., guix-commits, 2020/03/16
- 11/31: gnu: java-jansi-native: Compile fix for the Hurd., guix-commits, 2020/03/16
- 14/31: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/16
- 08/31: gnu: bootstrap: gcc-static: Use gcc-5., guix-commits, 2020/03/16
- 04/31: gnu: glibc: Add and update patches for the Hurd., guix-commits, 2020/03/16
- 10/31: gnu: bootstrap: Add support for the Hurd., guix-commits, 2020/03/16
- 13/31: gnu: commencement: gnumach-headers-boot0: Build from tarball.,
guix-commits <=
- 15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/16
- 07/31: Revert "gnu: guile-static-stripped: Update to 2.2.", guix-commits, 2020/03/16
- 18/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/16
- 16/31: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/16
- 05/31: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/16
- 25/31: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/16
- 21/31: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/16
- 17/31: gnu: commencement: hurd-source: Update to latest git., guix-commits, 2020/03/16
- 20/31: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/16
- 23/31: gnu: less: Build fix for the Hurd., guix-commits, 2020/03/16