unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
@ 2024-05-13  8:10 Efraim Flashner
       [not found] ` <handler.70912.B.17155878664949.ack@debbugs.gnu.org>
  2024-05-31 14:24 ` [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6 Zheng Junjie
  0 siblings, 2 replies; 7+ messages in thread
From: Efraim Flashner @ 2024-05-13  8:10 UTC (permalink / raw)
  To: 70912; +Cc: Efraim Flashner, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

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
-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* bug#70912: Acknowledgement ([PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.)
       [not found] ` <handler.70912.B.17155878664949.ack@debbugs.gnu.org>
@ 2024-05-27  8:44   ` Efraim Flashner
  0 siblings, 0 replies; 7+ messages in thread
From: Efraim Flashner @ 2024-05-27  8:44 UTC (permalink / raw)
  To: 70912-done

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

Patch applied

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
  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-31 14:24 ` Zheng Junjie
  2024-05-31 14:27   ` Efraim Flashner
  2024-05-31 14:32   ` Zheng Junjie
  1 sibling, 2 replies; 7+ messages in thread
From: Zheng Junjie @ 2024-05-31 14:24 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: Wilko Meyer, Tobias Geerinckx-Rice, 70912, Leo Famulari

[-- 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 --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
  2024-05-31 14:24 ` [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6 Zheng Junjie
@ 2024-05-31 14:27   ` Efraim Flashner
  2024-05-31 14:56     ` Zheng Junjie
  2024-05-31 14:32   ` Zheng Junjie
  1 sibling, 1 reply; 7+ messages in thread
From: Efraim Flashner @ 2024-05-31 14:27 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: Wilko Meyer, Tobias Geerinckx-Rice, 70912, Leo Famulari

Considering there was a second commit to fix this from the grub side I think we can upgrade e2fsprogs back to 1.47.0. Do you want to do it? I won't be able to for a few days.

On May 31, 2024 2:24:26 PM UTC, Zheng Junjie <zhengjunjie@iscas.ac.cn> wrote:
>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

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
  2024-05-31 14:24 ` [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6 Zheng Junjie
  2024-05-31 14:27   ` Efraim Flashner
@ 2024-05-31 14:32   ` Zheng Junjie
  1 sibling, 0 replies; 7+ messages in thread
From: Zheng Junjie @ 2024-05-31 14:32 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: Wilko Meyer, Tobias Geerinckx-Rice, 70912, Leo Famulari

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

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> 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

I can continue boot when I exit the Bourne-like REPL, but I have to
enter it manually, which is inconvenient and easily misinterpreted as a
boot failure.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
  2024-05-31 14:27   ` Efraim Flashner
@ 2024-05-31 14:56     ` Zheng Junjie
  2024-05-31 15:35       ` Efraim Flashner
  0 siblings, 1 reply; 7+ messages in thread
From: Zheng Junjie @ 2024-05-31 14:56 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: Wilko Meyer, Tobias Geerinckx-Rice, 70912, Leo Famulari


[-- Attachment #1.1: Type: text/plain, Size: 2797 bytes --]

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

> Considering there was a second commit to fix this from the grub side I
> think we can upgrade e2fsprogs back to 1.47.0. Do you want to do it? I
> won't be able to for a few days.
>
> On May 31, 2024 2:24:26 PM UTC, Zheng Junjie <zhengjunjie@iscas.ac.cn> wrote:
>>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

I don't have a grub + ext4 machine now, but it seems to me that I should only need to Revert this commit?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Revert-gnu-e2fsprogs-Downgrade-to-1.46.6.patch --]
[-- Type: text/x-patch, Size: 1699 bytes --]

From 946991731da55ce5c1c541b1e118340d5a531be4 Mon Sep 17 00:00:00 2001
Message-ID: <946991731da55ce5c1c541b1e118340d5a531be4.1717167184.git.zhengjunjie@iscas.ac.cn>
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Date: Fri, 31 May 2024 22:51:04 +0800
Subject: [PATCH] Revert "gnu: e2fsprogs: Downgrade to 1.46.6."

This reverts commit dd8364cfae6f666187eda62684cdbcd704fd9081.

Commit 00384aedbc6a371aaf90ca344a446952fdd5a6b3 let grub ignore
metadata-csum-seed, so we can update to 1.47+.
---
 gnu/packages/linux.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3129c5a073..0a9b31685d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2640,12 +2640,10 @@ (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.46.6")
+    (version "1.47.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -2654,7 +2652,7 @@ (define-public e2fsprogs
                    "e2fsprogs-" version ".tar.xz"))
              (sha256
               (base32
-               "1z7lqkvrw97jym2w2gz1aj3d9maxhrk6alv3vrzfkr7mkzqifxd7"))))
+               "1nymjw801lmlr5y6bg1zv9jsip5dkyxqislbdzpir4mx5czzajhl"))))
     (build-system gnu-build-system)
     (inputs (list `(,util-linux "lib")))
     (native-inputs (list pkg-config

base-commit: 83d29d56f8808ca1f076dda37ef34150d0308e9a
-- 
2.41.0


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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6.
  2024-05-31 14:56     ` Zheng Junjie
@ 2024-05-31 15:35       ` Efraim Flashner
  0 siblings, 0 replies; 7+ messages in thread
From: Efraim Flashner @ 2024-05-31 15:35 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: Wilko Meyer, Tobias Geerinckx-Rice, 70912, Leo Famulari

Yeah, that should take care of it

On May 31, 2024 2:56:14 PM UTC, Zheng Junjie <zhengjunjie@iscas.ac.cn> wrote:
>Efraim Flashner <efraim@flashner.co.il> writes:
>
>> Considering there was a second commit to fix this from the grub side I
>> think we can upgrade e2fsprogs back to 1.47.0. Do you want to do it? I
>> won't be able to for a few days.
>>
>> On May 31, 2024 2:24:26 PM UTC, Zheng Junjie <zhengjunjie@iscas.ac.cn> wrote:
>>>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
>
>I don't have a grub + ext4 machine now, but it seems to me that I should only need to Revert this commit?
>

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-31 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#70912] [PATCH] gnu: e2fsprogs: Downgrade to 1.46.6 Zheng Junjie
2024-05-31 14:27   ` Efraim Flashner
2024-05-31 14:56     ` Zheng Junjie
2024-05-31 15:35       ` Efraim Flashner
2024-05-31 14:32   ` Zheng Junjie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).