[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54394] [PATCH core-updates 01/12] gnu: hello-mesboot: Downgrade to
From: |
Timothy Sample |
Subject: |
[bug#54394] [PATCH core-updates 01/12] gnu: hello-mesboot: Downgrade to 2.10. |
Date: |
Mon, 14 Mar 2022 16:57:00 -0600 |
* gnu/packages/commencement.scm (hello-mesboot): Downgrade to 2.10.
---
gnu/packages/commencement.scm | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 5f594d1cfc..9090fbd44e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
-;;; Copyright © 2020 Timothy Sample <samplet@ngyro.com>
+;;; Copyright © 2020, 2022 Timothy Sample <samplet@ngyro.com>
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
@@ -1971,10 +1971,21 @@ (define xz-mesboot
"CPPFLAGS=-D__GNUC__=1")))))
(define hello-mesboot
- ;; Check for Scheme-only bootstrap.
+ ;; Check for Scheme-only bootstrap. Note that newer versions of Hello
+ ;; break due to the way that newer versions of Gnulib handle
+ ;; "limits.h". Hence, we stick to 2.10.
(package
(inherit hello)
(name "hello-mesboot")
+ (version "2.10")
+ (source
+ (origin
+ (inherit (package-source hello))
+ (uri (string-append "mirror://gnu/hello/hello-" version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
(supported-systems '("i686-linux" "x86_64-linux"))
(inputs '())
(propagated-inputs '())
--
2.34.0
- [bug#54394] [PATCH core-updates 00/12] Remove old GNU utilities from early bootstrap, Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 02/12] gnu-bootstrap: Configure PACKAGE_NAME., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 01/12] gnu: hello-mesboot: Downgrade to 2.10.,
Timothy Sample <=
- [bug#54394] [PATCH core-updates 03/12] gnu-bootstrap: Allow multiple module directories., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 04/12] gnu: gash-utils: Update to 0.2.0., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 06/12] gnu: gash: Update to 0.3.0., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 07/12] gnu: gash-utils-boot: Create 'echo' wrapper., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 08/12] gnu: bzip2-mesboot: Remove package., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 05/12] gnu: bootar: Update to 1b., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 10/12] gnu: binutils-mesboot0: Update to 2.20.1a., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 11/12] gnu: %boot-tcc-inputs: Remove extra "gash-utils"., Timothy Sample, 2022/03/14
- [bug#54394] [PATCH core-updates 12/12] gnu: commencement: Remove many old utilities., Timothy Sample, 2022/03/14