[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72643] [PATCH core-updates 0/6] Restore i586-gnu (GNU/Hurd) support
From: |
Ludovic Courtès |
Subject: |
[bug#72643] [PATCH core-updates 0/6] Restore i586-gnu (GNU/Hurd) support |
Date: |
Thu, 15 Aug 2024 18:54:59 +0200 |
Hello!
This patch series fixes Hurd support (i586-gnu) on ‘core-updates’,
as described <https://issues.guix.gnu.org/72315>. It does so by
updating the ‘glibc-bootstrap’ tarball.
I built the new tarball from the third commit and dropped it
under gnu/packages/aux-files, which where the commit marked as
“DRAFT” picks it up. Of course we’ll change that to a URL at
ftp.gnu.org/gnu/guix/bootstrap/i586-gnu once we agree on the
strategy.
For convenience, I uploaded the tarball here:
https://people.bordeaux.inria.fr/lcourtes/tmp/glibc-stripped-2.39-i586-pc-gnu.tar.xz
https://people.bordeaux.inria.fr/lcourtes/tmp/glibc-stripped-2.39-i586-pc-gnu.tar.xz.sig
nix-sha256: 0x2x6w611k6v9qdabacawamw2475p04hm3s0q95xcg063wjq4ig2
I was able to build this successfully:
./pre-inst-env guix build \
-e '(@@ (gnu packages commencement) glibc-final-with-bootstrap-bash)' \
-s i586-gnu
I’ll try to build some more and see.
I’d like to push this to ‘core-updates’ soon since it’s probably the
last blocker before we can merge.
Thoughts?
Ludo’.
Ludovic Courtès (6):
gnu: make-bootstrap: Fix cross-compilation of ‘%glibc-stripped’.
gnu: make-bootstrap: Adjust ‘%glibc-stripped’ for glibc@2.39 on the
Hurd.
gnu: make-bootstrap: Include libdl.a and libutil.a in
‘glibc-stripped’.
DRAFT gnu: glibc-bootstrap: Update i586-gnu variant.
gnu: perl-boot0: Use gexps.
gnu: commencement: Build ‘perl-boot0’ without stack protector on the
Hurd.
gnu/packages/bootstrap.scm | 105 ++++++++++++++++----------------
gnu/packages/commencement.scm | 45 ++++++++------
gnu/packages/make-bootstrap.scm | 27 ++++----
guix/build/make-bootstrap.scm | 30 ++++++---
4 files changed, 117 insertions(+), 90 deletions(-)
base-commit: 6fe957f749bc500bce49e4fa1cfa4d8c32227f32
--
2.45.2
- [bug#72643] [PATCH core-updates 0/6] Restore i586-gnu (GNU/Hurd) support,
Ludovic Courtès <=
- [bug#72643] [PATCH core-updates 6/6] gnu: commencement: Build ‘perl-boot0’ without stack protector on the Hurd., Ludovic Courtès, 2024/08/15
- [bug#72643] [PATCH core-updates 4/6] DRAFT gnu: glibc-bootstrap: Update i586-gnu variant., Ludovic Courtès, 2024/08/15
- [bug#72643] [PATCH core-updates 1/6] gnu: make-bootstrap: Fix cross-compilation of ‘%glibc-stripped’., Ludovic Courtès, 2024/08/15
- [bug#72643] [PATCH core-updates 3/6] gnu: make-bootstrap: Include libdl.a and libutil.a in ‘glibc-stripped’., Ludovic Courtès, 2024/08/15
- [bug#72643] [PATCH core-updates 5/6] gnu: perl-boot0: Use gexps., Ludovic Courtès, 2024/08/15
- [bug#72643] [PATCH core-updates 2/6] gnu: make-bootstrap: Adjust ‘%glibc-stripped’ for glibc@2.39 on the Hurd., Ludovic Courtès, 2024/08/15
- [bug#72643] [PATCH core-updates 0/6] Restore i586-gnu (GNU/Hurd) support, Janneke Nieuwenhuizen, 2024/08/16