GNU bug report logs - #41019
util-linux runstatedir is not actually a state directory

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sat, 2 May 2020 09:56:02 UTC

Severity: normal

Full log


Message #11 received at 41019 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 41019 <at> debbugs.gnu.org
Subject: Re: bug#41019: util-linux runstatedir is not actually a state
 directory
Date: Mon, 4 May 2020 00:14:44 +0200
[Message part 1 (text/plain, inline)]
> Note: once that bug is fixed, still have to add:
> 
> diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
> index 44ee4f10aa..6a1840dbf6 100644
> --- a/gnu/system/linux-initrd.scm
> +++ b/gnu/system/linux-initrd.scm
> @@ -245,6 +245,9 @@ FILE-SYSTEMS."
>            '())
>      ,@(if (find (file-system-type-predicate "jfs") file-systems)
>            (list jfs_fsck/static)
> +          '())
> +    ,@(if (find (file-system-type-predicate "f2fs") file-systems)
> +          (list f2fs-fsck/static)
>            '())))

Added that in guix master in commit 33eab4a10dcd2a6580f168f18455df1d4653d14b.

Also added horrible workaround for this bug in commit
da09c63e78ebebeabb347f483d7284b87ff51c2f.
[Message part 2 (application/pgp-signature, inline)]

This bug report was last modified 5 years and 39 days ago.

Previous Next


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