[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/49: gnu: hurd: Update to v0.9.git20240714.
From: |
guix-commits |
Subject: |
21/49: gnu: hurd: Update to v0.9.git20240714. |
Date: |
Sun, 10 Nov 2024 05:26:24 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit fae55dd7027b6cb60c0e1cd6a1129ea1e2a632b6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Nov 2 15:46:52 2024 +0100
gnu: hurd: Update to v0.9.git20240714.
* gnu/packages/hurd.scm (hurd-headers): Update to v0.9.git20240714.
(hurd)[arguments]: Remove rumpdisk build hack from "prepare-addons" stage.
Instead, when cross-compiling, add stage "fixup-cross-configure" to enable
rumpdisk.
* gnu/system.scm (hurd-multiboot-modules): Remove
"--x-xattr-translator-records" option that has been removed and is now the
default.
Change-Id: I4609b5a959c1ece98e2fe1aedbb1d31d6edadcca
---
gnu/packages/hurd.scm | 12 +++++++++---
gnu/system.scm | 1 -
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 28f39cc448..06fae1bd3b 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -132,7 +132,7 @@ communication.")
(define-public hurd-headers
(let ((revision "3")
- (commit "v0.9.git20231217"))
+ (commit "v0.9.git20240714"))
(package
(name "hurd-headers")
(version (string-drop commit 1))
@@ -143,7 +143,7 @@ communication.")
(commit commit)))
(sha256
(base32
- "1d138kzhil6s5gf9di8grpz1iziakyfv037wkc8s7qyd61imm31d"))
+ "0wvzil3llmrjg7ymwqs86d11bm5fl771jwncv7kk679lsvqca0ll"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
@@ -336,7 +336,7 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
;; Makefile. libdde_linux26 is built later in its own phase.
(substitute* "Makefile"
(("libbpf ")
- "libbpf libmachdevdde libddekit rumpdisk"))))
+ "libbpf libmachdevdde libddekit "))))
(add-after 'unpack 'find-tirpc
(lambda* (#:key inputs #:allow-other-keys)
(for-each (lambda (var)
@@ -362,6 +362,12 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
(("#include <rpc/pmap_prot.h>" m)
(string-append "#include <rpc/types.h>\n#include
<rpc/xdr.h>\n" m)))
#t))
+ ,@(if (%current-target-system)
+ '((add-after 'configure 'fixup-cross-configure
+ (lambda _
+ (substitute* "config.make"
+ (("HAVE_LIBRUMP = no") "HAVE_LIBRUMP = yes")))))
+ '())
(add-before 'build 'pre-build
(lambda _
;; Don't change the ownership of any file at this time.
diff --git a/gnu/system.scm b/gnu/system.scm
index 533a4154d6..6e1ebbcc9c 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1534,7 +1534,6 @@ a list of <menu-entry>, to populate the \"old entries\"
menu."
"--multiboot-command-line='${kernel-command-line}'"
"--exec-server-task='${exec-task}'"
"--store-type=typed"
- "--x-xattr-translator-records"
"'${root}'"
"'$(fs-task=task-create)'"))
(target (%current-target-system))
- 20/49: gnu: gnumach: Update to v1.8+git20240714., (continued)
- 20/49: gnu: gnumach: Update to v1.8+git20240714., guix-commits, 2024/11/10
- 07/49: hurd-boot: Support second boot., guix-commits, 2024/11/10
- 11/49: installer: Align comments., guix-commits, 2024/11/10
- 15/49: installer: Add dry-run?, guix-commits, 2024/11/10
- 35/49: gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd., guix-commits, 2024/11/10
- 23/49: gnu: Add basic support for x86_64-pc-gnu target, aka 64bit Hurd., guix-commits, 2024/11/10
- 13/49: installer: Fix file-name typos., guix-commits, 2024/11/10
- 30/49: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/10
- 31/49: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/10
- 38/49: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/10
- 21/49: gnu: hurd: Update to v0.9.git20240714.,
guix-commits <=
- 12/49: installer: Use "partitioning-page" consistently., guix-commits, 2024/11/10
- 22/49: gnu: gcc: Add indirections current-gcc, current-gcc-toolchain., guix-commits, 2024/11/10
- 17/49: installer: Add static-networking template., guix-commits, 2024/11/10
- 33/49: system: image: Add hurd64 image types., guix-commits, 2024/11/10
- 36/49: gnu: perl: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/10
- 25/49: gnu: bash-minimal: Fix build for 64bit Hurd., guix-commits, 2024/11/10
- 32/49: DRAFT gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd., guix-commits, 2024/11/10
- 47/49: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/10
- 40/49: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/10
- 39/49: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/10