[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: |
Mon, 16 Mar 2020 06:25:55 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 9e735ab7527669062ad07ec963c6ab0e0109509f
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 69cf26f..6475652 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
- 06/31: gnu: cross-libc: Build fix for the Hurd., (continued)
- 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, 2020/03/16
- 15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball.,
guix-commits <=
- 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
- 22/31: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/16