all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: Wilko Meyer <w@wmeyer.eu>, Tobias Geerinckx-Rice <me@tobias.gr>,
	70912@debbugs.gnu.org, Leo Famulari <leo@famulari.name>
Subject: [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
Date: Fri, 31 May 2024 22:24:26 +0800	[thread overview]
Message-ID: <87cyp2qcth.fsf@iscas.ac.cn> (raw)
In-Reply-To: <82f6a0c61de3a93c6f44eb017544ccdfdd8a7c68.1715586334.git.efraim@flashner.co.il> (Efraim Flashner's message of "Mon, 13 May 2024 11:10:00 +0300")

[-- Attachment #1: Type: text/plain, Size: 2249 bytes --]

Efraim Flashner <efraim@flashner.co.il> writes:

> 1.47.0 would, by default, create an ext4 filesystem which was not
> readable by our current version of grub.  This should also address a
> number of the system test failures.
>
> * gnu/packages/linux.scm (e2fsprogs): Downgrade to 1.46.6.
>
> Change-Id: Ifa6841185ab85d24479f981afc1b42a349716d80
> ---
>  gnu/packages/linux.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 2e0c05b4f7..76c69701b8 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -2548,10 +2548,12 @@ (define-public usbip-utils
>  module.")
>      (license license:gpl2)))
>  
> +;; XXX: Before updating to 1.47+ check if grub supports the ext4 flag
> +;; metadata_csum_seed, otherwise grub will complain about an unknown filesystem.
>  (define-public e2fsprogs
>    (package
>      (name "e2fsprogs")
> -    (version "1.47.0")
> +    (version "1.46.6")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append
> @@ -2560,7 +2562,7 @@ (define-public e2fsprogs
>                     "e2fsprogs-" version ".tar.xz"))
>               (sha256
>                (base32
> -               "1nymjw801lmlr5y6bg1zv9jsip5dkyxqislbdzpir4mx5czzajhl"))))
> +               "1z7lqkvrw97jym2w2gz1aj3d9maxhrk6alv3vrzfkr7mkzqifxd7"))))
>      (build-system gnu-build-system)
>      (inputs (list `(,util-linux "lib")))
>      (native-inputs (list pkg-config
>
> base-commit: 56980ea500a1db3c8586972b8abfaf5c4e24f82d
hello, this downgrade make my visionfive2 boot fail,

#+begin_src bash

/dev/mmcblk1p3 has unsupported feature(s): FEATURE_C12
e2fsck: Get a newer version of e2fsck!

Guix_image: ********** WARNING: Filesystem still has errors **********

File system check on /dev/mmcblk1p3 failed

#+end_src
i think maybe we should use 1.47.0 and disable metadata_csum_seed by
default, like debian and gentoo?

see https://sources.debian.org/data/main/e/e2fsprogs/1.47.0-2/debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default
and https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747be80bc0594b776e233912ce517b38d5726891

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2024-05-31 14:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  8:10 [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6 Efraim Flashner
     [not found] ` <handler.70912.B.17155878664949.ack@debbugs.gnu.org>
2024-05-27  8:44   ` bug#70912: Acknowledgement ([PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.) Efraim Flashner
2024-05-31 14:24 ` Zheng Junjie [this message]
2024-05-31 14:27   ` [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6 Efraim Flashner
2024-05-31 14:56     ` Zheng Junjie
2024-05-31 15:35       ` Efraim Flashner
2024-05-31 14:32   ` Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87cyp2qcth.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=70912@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=leo@famulari.name \
    --cc=me@tobias.gr \
    --cc=w@wmeyer.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.