[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/35: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed74383
From: |
guix-commits |
Subject: |
09/35: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337. |
Date: |
Tue, 3 Dec 2024 02:45:48 -0500 (EST) |
janneke pushed a commit to branch master
in repository guix.
commit ba8fb8c2fb4b3643894b867f5088d3a558ac30b5
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 defa3f2689..0df514cc78 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -676,8 +676,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))
@@ -691,7 +691,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
@@ -811,7 +811,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="
- branch master updated (ec8a5ec15f -> 178c3115c4), guix-commits, 2024/12/03
- 11/35: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/12/03
- 04/35: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/12/03
- 05/35: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/12/03
- 03/35: gnu: libgpg-error: Support the 64bit Hurd., guix-commits, 2024/12/03
- 09/35: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.,
guix-commits <=
- 08/35: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/12/03
- 10/35: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/12/03
- 12/35: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/12/03
- 01/35: gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd., guix-commits, 2024/12/03
- 07/35: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/12/03
- 02/35: system: image: Add hurd64 image types., guix-commits, 2024/12/03
- 13/35: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/12/03
- 28/35: gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd., guix-commits, 2024/12/03
- 17/35: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/12/03
- 22/35: gnu: bootstrap: %bootstrap-glibc: Also fix libm.so., guix-commits, 2024/12/03