Re: new snapshot available: coreutils-8.2.52-4db2f

2010-01-12 Thread Ludovic Courtès
Hi Jim, Jim Meyering writes: > Ludovic Courtès wrote: >> Surprisingly “make dist” has been failing on Hydra for some time[*]: >> >> gcc -std=gnu99 -I. -g -O2 -c -o exclude.o exclude.c >> In file included from mbuiter.h:106, >> from exclude.c:38: >> mbchar.h: In function 'm

Re: new snapshot available: coreutils-8.2.52-4db2f

2010-01-05 Thread Jim Meyering
Ludovic Courtès wrote: > Surprisingly “make dist” has been failing on Hydra for some time[*]: > > gcc -std=gnu99 -I. -g -O2 -c -o exclude.o exclude.c > In file included from mbuiter.h:106, > from exclude.c:38: > mbchar.h: In function 'mb_width_aux': > mbchar.h:241: warning: i

Re: new snapshot available: coreutils-8.2.52-4db2f

2010-01-05 Thread Jim Meyering
Philip Rowlands wrote: >> tail -F (inotify-enabled) would abort when a tailed file is repeated >> renamed-aside and then recreated. >> [bug introduced in coreutils-7.5] > > Should that be "repeatedly"? Yes. Thanks! >From bbdc929602fb1a3886fced0459ba405151549739 Mon Sep 17 00:00:00 2001 From:

Re: new snapshot available: coreutils-8.2.52-4db2f

2010-01-05 Thread Ludovic Courtès
Hello, Surprisingly “make dist” has been failing on Hydra for some time[*]: --8<---cut here---start->8--- gcc -std=gnu99 -I. -g -O2 -c -o exclude.o exclude.c In file included from mbuiter.h:106, from exclude.c:38: mbchar.h: In function 'm

Re: new snapshot available: coreutils-8.2.52-4db2f

2010-01-05 Thread Philip Rowlands
On Tue, 5 Jan 2010, Jim Meyering wrote: Here's the NEWS, then shortlogs for coreutils and gnulib: ** Bug fixes [snip] tail -F (inotify-enabled) would abort when a tailed file is repeated renamed-aside and then recreated. [bug introduced in coreutils-7.5] Should that be "repeatedly"? C