On Tue, Nov 16, 2004 at 01:05:20PM +0000, Julian Foad wrote: > APR's "make check" fails as follows, whether I apply my patches or not. > > [lots of "OK" tests, and then...] > > Trying global mutexes with mechanism `proc_pthread'... > > no problems encountered... > > testatomic : SUCCESS > > testdir : SUCCESS > > testdso : SUCCESS > > testdup : SUCCESS > > testenv : SUCCESS > > testfile : SUCCESS > > testfilecopy : FAILED 2 of 4 ... > SuSE 9.1 GNU/Linux, gcc 3.3.3, building in a separate object directory tree > (not in the source tree).
There are known failures for VPATH builds documented somewhere, so it's best to test only from a srcdir==builddir to track regressions. testall should pass all tests in such a configuration, at least. joe
