John Beranek <j...@redux.org.uk> writes: > On 03/03/2011 18:30, Philip Martin wrote: >> John Beranek <j...@redux.org.uk> writes: >> >>> >>> Am I doing something stupid, or is there some breakage on the trunk? >> >> Some, but not that. >> >> http://subversion.apache.org/buildbot >> >> Do the regression tests pass on your machine? > > Not an overwhelming success: > > $ make check > Running tests in auth-test [1/88].............................success > Running tests in cache-test [2/88]............................success > Running tests in checksum-test [3/88].........................success > Running tests in client-test [4/88]...........................FAILURE > Running tests in compat-test [5/88]...........................success > Running tests in config-test [6/88]...........................success > Running tests in db-test [7/88]...............................success > Running tests in diff-diff3-test [8/88].......................success > Running tests in dirent_uri-test [9/88].......................success > Running tests in entries-compat-test [10/88]..................success > Running tests in eol-test [11/88].............................success > Running tests in error-test [12/88]...........................success > Running tests in fs-pack-test [13/88].........................FAILURE > Running tests in fs-test [14/88]..............................FAILURE > Running tests in hashdump-test [15/88]........................success > Running tests in locks-test [16/88]...........................FAILURE > Running tests in mergeinfo-test [17/88].......................success > Running tests in op-depth-test [18/88]........................FAILURE > Running tests in opt-test [19/88].............................success > Running tests in parse-diff-test [20/88]......................success > Running tests in path-test [21/88]............................success > Running tests in pristine-store-test [22/88]..................FAILURE > Running tests in ra-local-test [23/88]........................success > Running tests in random-test [24/88]..........................success > Running tests in repos-test [25/88]...........................FAILURE > Running tests in revision-test [26/88]........................success > Running tests in skel-test [27/88]............................success > Running tests in stream-test [28/88]..........................success > Running tests in string-test [29/88]..........................success > Running tests in subst_translate-test [30/88].................success > Running tests in target-test [31/88]..........................success > Running tests in time-test [32/88]............................success > Running tests in translate-test [33/88].......................success > Running tests in tree-conflict-data-test [34/88]..............success > Running tests in utf-test [35/88].............................success > Running tests in window-test [36/88]..........................success > Running tests in authz_tests.py [37/88]make: *** [check] Error 1
That looks like a problem with your build, tests.log might help but you probably need to build with debug info and debug one of the failing tests with gdb. -- Philip