GNU bug report logs - #63527
[PATCH 0/3] Initial attempt at rumpdisk support for the Hurd.

Previous Next

Package: guix-patches;

Reported by: Janneke Nieuwenhuizen <janneke <at> gnu.org>

Date: Mon, 15 May 2023 19:36:02 UTC

Severity: normal

Tags: patch

Done: Josselin Poiret <dev <at> jpoiret.xyz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Janneke Nieuwenhuizen <janneke <at> gnu.org>
To: 63527 <at> debbugs.gnu.org
Subject: [bug#63527] [PATCH v5 06/11] gnu: hurd: Add rumpkernel.
Date: Tue, 23 May 2023 18:01:18 +0200
Janneke Nieuwenhuizen writes:

[..]

> * gnu/packages/hurd.scm (hurd-headers): Use them.
> (hurd)[inputs]: Add util-linux:static, parted, rumpkernel.

[..]

> diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
> index 9fbca9d5c5..536df96e00 100644

> @@ -567,7 +570,11 @@ (define-public hurd
>         ("coreutils" ,coreutils)
>         ("sed" ,sed)
>         ("grep" ,grep)
> -       ("util-linux" ,util-linux)))
> +       ("util-linux" ,util-linux)
> +;;       ("util-linux" ,util-linux "lib")          ;libuuid.so, for parted
> +       ("util-linux" ,util-linux "static")       ;libuuid.a, for parted
> +       ("parted" ,parted)                        ;for rumpdisk
> +       ("rumpkernel" ,rumpkernel)))
>      (native-inputs
>       `(("autoconf" ,autoconf)
>         ("automake" ,automake)

Oops, will remove the commented code, and also check if we can remove

    ("util-linux" ,util-linux)

altogether.

Janneke

-- 
Janneke Nieuwenhuizen <janneke <at> gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | AvatarĀ® https://AvatarAcademy.com
..




This bug report was last modified 2 years and 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.