[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/48: gnu: hurd: Update to v0.9.git20240714.
From: |
guix-commits |
Subject: |
20/48: gnu: hurd: Update to v0.9.git20240714. |
Date: |
Sat, 9 Nov 2024 08:12:35 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit e6096d25dbd022b3a344806215b7c4635ff493ed
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 f227872496..36b82588fc 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -131,7 +131,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))
@@ -142,7 +142,7 @@ communication.")
(commit commit)))
(sha256
(base32
- "1d138kzhil6s5gf9di8grpz1iziakyfv037wkc8s7qyd61imm31d"))
+ "0wvzil3llmrjg7ymwqs86d11bm5fl771jwncv7kk679lsvqca0ll"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
@@ -335,7 +335,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)
@@ -361,6 +361,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))
- 29/48: gnu: libstdc++: Support the 64bit Hurd., (continued)
- 29/48: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/09
- 07/48: hurd-boot: Support second boot., guix-commits, 2024/11/09
- 18/48: installer: Support dry-run from Guile via store., guix-commits, 2024/11/09
- 30/48: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/09
- 21/48: gnu: gcc: Add indirections current-gcc, current-gcc-toolchain., guix-commits, 2024/11/09
- 14/48: installer: Use `%' for parameter %run-command-in-installer., guix-commits, 2024/11/09
- 26/48: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 24/48: gnu: bash-minimal: Fix build for 64bit Hurd., guix-commits, 2024/11/09
- 38/48: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/09
- 25/48: gnu: elfutils: Fix build for 64bit Hurd., guix-commits, 2024/11/09
- 20/48: gnu: hurd: Update to v0.9.git20240714.,
guix-commits <=
- 32/48: system: image: Add hurd64 image types., guix-commits, 2024/11/09
- 17/48: installer: Add static-networking template., guix-commits, 2024/11/09
- 13/48: installer: Fix file-name typos., guix-commits, 2024/11/09
- 22/48: gnu: Add basic support for x86_64-pc-gnu target, aka 64bit Hurd., guix-commits, 2024/11/09
- 40/48: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/09
- 43/48: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/09
- 35/48: gnu: perl: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/09
- 36/48: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/09
- 39/48: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/09
- 19/48: gnu: gnumach: Update to v1.8+git20240406., guix-commits, 2024/11/09