Re: fseeko failure [was: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)]

2008-01-08 Thread Peter Fales
On Mon, Jan 07, 2008 at 08:49:01PM -0700, Eric Blake wrote: > Definitely a bug in the resulting fseeko - POSIX requires a successful > seek to clear the EOF marker. The question now is whether this is the > native fseeko (in which case, m4/fseeko.m4 needs to be enhanced to detect > this flaw and w

Re: fseeko failure [was: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)]

2008-01-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Peter Fales on 1/7/2008 11:53 AM: |> | This change fixes the problem in in test-wcwidth. There is one other |> | failure in test-fseeko.sh when building on RedHat 7.3. |> |> More details, please? | | I'm guessing this due to an incompati

Re: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)

2008-01-07 Thread Bruno Haible
Peter Fales wrote: > This change fixes the problem in in test-wcwidth. Thanks for confirming this. I'm applying this change to the test. (One can hardly say "fix", since the behaviour of various Unicode characters in wcwidth is not clearly standardized.) 2008-01-01 Bruno Haible <[EMAIL PROTECTE

Re: fseeko failure [was: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)]

2008-01-07 Thread Peter Fales
On Sun, Jan 06, 2008 at 06:26:16AM -0700, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Peter Fales on 12/30/2007 11:46 PM: > | This change fixes the problem in in test-wcwidth. There is one other > | failure in test-fseeko.sh when building on RedHat 7.3. >

fseeko failure [was: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)]

2008-01-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Peter Fales on 12/30/2007 11:46 PM: | This change fixes the problem in in test-wcwidth. There is one other | failure in test-fseeko.sh when building on RedHat 7.3. More details, please? - -- Don't work too hard, make some time for fun

Re: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)

2007-12-30 Thread Peter Fales
This change fixes the problem in in test-wcwidth. There is one other failure in test-fseeko.sh when building on RedHat 7.3. On Sat, Dec 29, 2007 at 05:36:18PM +0100, Bruno Haible wrote: > Peter Fales wrote: > > I'm seeing the following gnulib test failure while building > > coreutils-6.9.91 o

Re: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)

2007-12-29 Thread Bruno Haible
Peter Fales wrote: > I'm seeing the following gnulib test failure while building > coreutils-6.9.91 on RedHat Linux 7.3. ... the failure > is at line 63 of gnulib-tests/test-wcwidth.c which says: > > 63 ASSERT (wcwidth (0x2060) == 0); > > The value that is actually being returned is -1.

wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)

2007-12-21 Thread Peter Fales
I'm seeing the following gnulib test failure while building coreutils-6.9.91 on RedHat Linux 7.3. I'm not sure whether folks want to support such old systems, but just in case... I've attached the results of the verbose make check below, but the failure is at line 63 of gnulib-tests/test-wcwidth