bug#66919: ls -l output is misaligned

2023-11-08 Thread Vitaly Chikunov
On Fri, Nov 03, 2023 at 02:20:49PM -0700, Paul Eggert wrote:
> Thanks for the quick fix for the bug I introduced.

Thank you for the fix!






bug#66919: ls -l output is misaligned

2023-11-03 Thread Paul Eggert

Thanks for the quick fix for the bug I introduced.





bug#66919: ls -l output is misaligned

2023-11-03 Thread Pádraig Brady

On 03/11/2023 15:00, Vitaly Chikunov wrote:

Hi,

coreutils 9.4.0.24.75e248 seems to have regression where ls -l output is
misaligned starting from size column. Example:

   /tmp$ ls -la
   total 8
   drwxrwxrwt 18 root root 380 Nov  3 17:50 .
   drwxr-xr-x 26 root root 4096 Jul 24 18:44 ..
   drwxrwxrwt  2 root root 40 Nov  2 15:20 .ICE-unix
   -r--r--r--  1 root root 11 Nov  2 15:20 .X0-lock
   drwxrwxrwt  2 root root 60 Nov  2 15:20 .X11-unix
   drwxrwxrwt  2 root root 40 Nov  2 15:20 .XIM-unix
   drwxrwxrwt  2 root root 40 Nov  2 15:20 .font-unix
   drwxr-xr-x  5 root root 100 Nov  2 15:21 .private

Thanks,

Downstream bug report for the record:
   [1] https://bugzilla.altlinux.org/47724


Fixed with:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=7f2c97a24

Marking this as done.

thanks!
Pádraig





bug#66919: ls -l output is misaligned

2023-11-03 Thread Vitaly Chikunov
Hi,

coreutils 9.4.0.24.75e248 seems to have regression where ls -l output is
misaligned starting from size column. Example:

  /tmp$ ls -la
  total 8
  drwxrwxrwt 18 root root 380 Nov  3 17:50 .
  drwxr-xr-x 26 root root 4096 Jul 24 18:44 ..
  drwxrwxrwt  2 root root 40 Nov  2 15:20 .ICE-unix
  -r--r--r--  1 root root 11 Nov  2 15:20 .X0-lock
  drwxrwxrwt  2 root root 60 Nov  2 15:20 .X11-unix
  drwxrwxrwt  2 root root 40 Nov  2 15:20 .XIM-unix
  drwxrwxrwt  2 root root 40 Nov  2 15:20 .font-unix
  drwxr-xr-x  5 root root 100 Nov  2 15:21 .private

Thanks,

Downstream bug report for the record:
  [1] https://bugzilla.altlinux.org/47724