[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball.
From: |
guix-commits |
Subject: |
15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball. |
Date: |
Thu, 19 Mar 2020 03:24:56 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 9d8eab8d724e361bd531ab9f70d11a03fb05a86b
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Mar 1 13:52:14 2020 +0100
gnu: commencement: hurd-minimal-boot0: Build from tarball.
The 'hurd-minimal' package (via hurd-headers) now uses a git checkout and
added dependencies on autoconf, automake and teiinfo to build. Using those
in
commencement creates a bootstrap loop. So, revert to a tarball release.
* gnu/packages/commencement.scm (hurd-minimal-boot0): Build from tarball;
remove autoconf, automake, texinfo bootstrap dependencies.
---
gnu/packages/commencement.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7e4aeaf..7e3109f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3077,8 +3077,10 @@ exec " gcc "/bin/" program
(define hurd-minimal-boot0
(let ((hurd-minimal (package (inherit hurd-minimal)
- (native-inputs `(("mig" ,mig-boot0)))
- (inputs '()))))
+ (version hurd-version-boot0)
+ (source hurd-source-boot0)
+ (native-inputs `(("mig" ,mig-boot0)))
+ (inputs '()))))
(with-boot0 (package-with-bootstrap-guile hurd-minimal))))
(define hurd-core-headers-boot0
- 08/31: gnu: bootstrap: gcc-static: Use gcc-5., (continued)
- 08/31: gnu: bootstrap: gcc-static: Use gcc-5., guix-commits, 2020/03/19
- 07/31: Revert "gnu: guile-static-stripped: Update to 2.2.", guix-commits, 2020/03/19
- 10/31: gnu: bootstrap: Add support for the Hurd., guix-commits, 2020/03/19
- 09/31: gnu: bootstrap: Use fall-back mechanism for bootstrap-executables., guix-commits, 2020/03/19
- 02/31: gnu: grub: Support for the Hurd., guix-commits, 2020/03/19
- 13/31: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/19
- 12/31: gnu: make: Support for the Hurd., guix-commits, 2020/03/19
- 04/31: gnu: glibc: Add clock patches for the Hurd., guix-commits, 2020/03/19
- 01/31: gnu: flex-2.6.1: Build fix for the Hurd., guix-commits, 2020/03/19
- 14/31: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/19
- 15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball.,
guix-commits <=
- 05/31: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/19
- 16/31: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/19
- 22/31: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/19
- 25/31: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/19
- 19/31: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/19
- 24/31: gnu: fontconfig: Build fix for the Hurd., guix-commits, 2020/03/19
- 29/31: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/19
- 20/31: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/19
- 18/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/19
- 21/31: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/19