bug#59821: 9.1: du Aborted (corrupt filesystem)

2022-12-05 Thread Sam James
> On 4 Dec 2022, at 18:07, Luke Dashjr wrote: > > Version: sys-apps/coreutils-9.1-r1 (Gentoo) > > Context: Linux has a long-standing bug which leads to ext4 RAM dishs (zram > specifically) getting corrupted randomly. This manifests as various > newfstatat calls returning -1 errno=EUCLEAN (Stru

bug#59821: 9.1: du Aborted (corrupt filesystem)

2022-12-05 Thread Luke Dashjr
On Monday 05 December 2022 08:39:11 Sam James wrote: > > On 4 Dec 2022, at 18:07, Luke Dashjr wrote: > > > > Version: sys-apps/coreutils-9.1-r1 (Gentoo) > > > > Context: Linux has a long-standing bug which leads to ext4 RAM dishs > > (zram specifically) getting corrupted randomly. This manifests a

bug#59796: Please close the bug 59796

2022-12-05 Thread Pádraig Brady
tag 59796 notabug close 59796 stop On 03/12/2022 09:32, Arthur Khachatryan via GNU coreutils Bug Reports wrote: Please close the bug #59796 - How to change GDB binaries installation default path different from /usr/local/bin and libs in /usr/local/lib - GNU bug report logs

bug#59818: incomplete type 'struct pollfd', etc., when compiling tail on MacOS (patch included)

2022-12-05 Thread Pádraig Brady
On 04/12/2022 15:55, Dennis Williamson wrote: I received the errors for tail.c shown below when compiling coreutils on MacOS (11.6). Adding __APPLE__ to the #if defined for poll.h fixes the issue (see the diff at the bottom). Making this change matches that line to the one within check_output_ali

bug#59827: [PATCH] info date to be explicit about the date formats

2022-12-05 Thread Paul Eggert
Thanks for the suggestion. I installed the attached which isn't exactly what you sent but which implements the basic idea.From 5399f2aac4dc8dd4392a1194dc9bdbb2bcc6272c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 5 Dec 2022 18:42:19 -0800 Subject: [PATCH] doc: improve date -I doc Sugges