[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/31: gnu: commencement: hurd-headers-boot0: Build from tarball.
From: |
guix-commits |
Subject: |
14/31: gnu: commencement: hurd-headers-boot0: Build from tarball. |
Date: |
Sat, 21 Mar 2020 03:19:18 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 676e711d876eab16fbbdfc69e4fbcc9af74335a3
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Mar 1 13:50:40 2020 +0100
gnu: commencement: hurd-headers-boot0: Build from tarball.
The 'hurd-headers' package now uses a git checkout and added dependencies on
autoconf and automake to build. Using those in commencement creates a
bootstrap loop. So, revert to a tarball release.
* gnu/packages/commencement.scm (hurd-version-boot0, hurd-source-boot0): New
variable.
(hurd-headers-boot0): Use it to build from tarball; remove autoconf,
automake,
texinfo bootstrap dependencies.
---
gnu/packages/commencement.scm | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c436a78..7e4aeaf 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3055,10 +3055,24 @@ exec " gcc "/bin/" program
(assoc-ref %build-inputs "flex")
"/lib/")))))))
(with-boot0 mig)))
+(define hurd-version-boot0 "0.9")
+(define hurd-source-boot0
+ (let ((version hurd-version-boot0))
+ (bootstrap-origin
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/hurd/hurd-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1nw9gly0n7pyv3cpfm4mmxy4yccrx4g0lyrvd3vk2vil26jpbggw"))))))
+
(define hurd-headers-boot0
(let ((hurd-headers (package (inherit hurd-headers)
- (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-headers))))
(define hurd-minimal-boot0
- 18/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., (continued)
- 18/31: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/21
- 15/31: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/21
- 17/31: gnu: commencement: hurd-source: Update to latest git., guix-commits, 2020/03/21
- 20/31: gnu: hurd: Update to hurd-headers version: 0.9-91a51672., guix-commits, 2020/03/21
- 21/31: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/21
- 22/31: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/21
- 25/31: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/21
- 11/31: gnu: java-jansi-native: Compile fix for the Hurd., guix-commits, 2020/03/21
- 05/31: gnu: glibc: Add signal SA_SIGINFO support for the Hurd., guix-commits, 2020/03/21
- 13/31: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/21
- 14/31: gnu: commencement: hurd-headers-boot0: Build from tarball.,
guix-commits <=
- 19/31: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/21
- 30/31: gnu: shadow: Build fix for the Hurd., guix-commits, 2020/03/21
- 16/31: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/21
- 23/31: gnu: less: Build fix for the Hurd., guix-commits, 2020/03/21
- 28/31: gnu: inetutils: Support for the Hurd., guix-commits, 2020/03/21
- 27/31: gnu: shepherd: Build fix for the Hurd., guix-commits, 2020/03/21
- 24/31: gnu: fontconfig: Build fix for the Hurd., guix-commits, 2020/03/21
- 26/31: gnu: pciutils: Build fixes for the Hurd., guix-commits, 2020/03/21
- 29/31: gnu: screen: Build fix for the Hurd., guix-commits, 2020/03/21
- 31/31: gnu: mit-krb5: Supprt for the Hurd., guix-commits, 2020/03/21