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. > > More details, please?
I'm guessing this due to an incompatibility (bug?) in the glibc used on RedHat 7.3 (we have glibc-2.2.5-44). The test is failing at line 55 of test-fseeko.c: 53 if (fseeko (stdin, (off_t) 0, SEEK_END)) 54 return 1; 55 if (feof (stdin)) 56 return 1; 57 } The check on line 55 is not returning the expected value, so "1" is returned on line 56. -- Peter Fales Alcatel-Lucent Member of Technical Staff 2000 Lucent Lane Room: 1C-436 Naperville, IL 60566-7033 Email: [EMAIL PROTECTED] Phone: 630 979 8031