make -k fails on cygwin [Was: Test failures in coreutils-5.3.0 on cygwin]

2005-01-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [cross-posted to cygwin and automake lists] I'm not sure if the bug below is with cygwin's mods to make, in automake for using non-portable Makefile constructs, or in both. According to Jim Meyering on 1/12/2005 9:45 AM: If you run `make -k check',

error occurred through 'make check'

2005-01-14 Thread Engel, Christian
Hello, My platform: uname -a SunOS haddock 5.8 Generic_108528-13 sun4u sparc SUNW,Sun-Fire-280R following error occurred through 'make check': ... == All 1 tests passed == gmake[3]: Leaving directory `/home/cre/coreutils-5.2.1/tests/sort' gmake[2]: Leaving

Re: error occurred through 'make check'

2005-01-14 Thread Jim Meyering
Engel, Christian [EMAIL PROTECTED] wrote: ... gmake[3]: Entering directory `/home/cre/coreutils-5.2.1/tests/stty' FAIL: row-col-1 Thanks for the report. FYI, that was not a problem with stty, but rather with how one of Solaris' ioctls worked when rows or columns was set to zero. So that test

coreutils-5.3.0: make check fails on NetBSD/sparc-1.5

2005-01-14 Thread Adrian Bunk
make[3]: Entering directory `/aux/adrian/build/coreutils-5.3.0/tests/tail' FAIL: tail-tests == 1 of 1 tests failed Please report to bug-coreutils@gnu.org == After adding a set -x to tests/tail/tail-tests: Making check in

Re: coreutils-5.3.0: make check fails on NetBSD/sparc-1.5

2005-01-14 Thread Jim Meyering
Adrian Bunk [EMAIL PROTECTED] wrote: ... FAIL: tail-tests [test f-1 failed] Thanks for the report. Here's the fix I checked in yesterday: (I'll update the comment) 2005-01-14 Jim Meyering [EMAIL PROTECTED] The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0. *