[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/59: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed74383
From: |
guix-commits |
Subject: |
42/59: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337. |
Date: |
Mon, 11 Nov 2024 09:56:10 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 16521725d101731b06d55d21be690ee457fcd26d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Nov 7 16:23:03 2024 +0100
gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.
* gnu/packages/hurd.scm (rumpkernel): Update to
f1ffd6405f225336e595a0f99f01095ed7438337.
[arguments]: In stage "build", add "-Wno-error=sign-compare" to CWARNFLAGS.
Change-Id: I8936377da726681b748cc010e1fbae3fb19dee05
---
gnu/packages/hurd.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 973564ee33..b156fcea4c 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -665,8 +665,8 @@ in userland processes thanks to the DDE layer.")
(license gpl2))))
(define-public rumpkernel
- (let ((commit "81043d42fabda9baed7ac9ca36e3f3f5ed11ba81")
- (revision "3"))
+ (let ((commit "f1ffd6405f225336e595a0f99f01095ed7438337")
+ (revision "0"))
(package
(name "rumpkernel")
(version (git-version "0-20211031" revision commit))
@@ -680,7 +680,7 @@ in userland processes thanks to the DDE layer.")
(commit commit)))
(sha256
(base32
- "0fv0k52qqcg3nq9012hibgsamvsd7mnvn2ikdasmzjhsp8qh5q3r"))
+ "1ygn3ysji06ik3k44sf906fjpdmabznkspw70llldbk2zkrcdw7i"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -800,7 +800,8 @@ in userland processes thanks to the DDE layer.")
" -Wno-error=stack-protector"
" -Wno-error=array-parameter"
" -Wno-error=array-bounds"
- " -Wno-error=stringop-overflow")
+ " -Wno-error=stringop-overflow"
+ " -Wno-error=sign-compare")
"-V" "LIBCRTBEGIN="
"-V" "LIBCRTEND="
"-V" "LIBCRT0="
- 37/59: gnu: openssl-3.0: Support the 64bit Hurd., (continued)
- 37/59: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/11
- 38/59: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/11
- 40/59: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/11
- 56/59: system: examples: devel-hurd: Add hurd dependencies., guix-commits, 2024/11/11
- 52/59: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/11/11
- 48/59: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 45/59: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/11
- 44/59: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/11
- 43/59: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/11
- 39/59: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/11
- 42/59: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.,
guix-commits <=
- 57/59: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/11/11
- 59/59: gnu: flex: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 47/59: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 50/59: squash! gnu: gnumach: Update to v1.8+git20240714., guix-commits, 2024/11/11
- 54/59: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20240714., guix-commits, 2024/11/11
- 51/59: gnu: m4: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 58/59: gnu: texinfo-4: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 55/59: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0., guix-commits, 2024/11/11
- 49/59: system: hurd: Use 64bit gnumach for the 64bit Hurd., guix-commits, 2024/11/11
- 53/59: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/11/11