I (Julian Foad) wrote: > > Jonathan Nieder wrote: > > > svn_tests: E200006: > > > svn_auth_get_platform_specific_client_providers should > > > return an array of 5 providers > > > FAIL: lt-auth-test 1: test retrieving > > > platform-specific auth providers > > I get this too when I run "make davautocheck" but not with > "make check" or "make svnserveautocheck". [...]
Ah, but you ran "make check". I jumped to a conclusion seeing this bug in my own testing, and although the fix I made is good, it's not fixing what you were seeing. > Before running the tests, I set > LD_LIBRARY_PATH="$OBJ_DIR/subversion/libsvn_auth_gnome_keyring/.libs". That's something I do in my own script before running the tests. As an alternative, I tried the configure option "--enable-local-library-preloading" that Philip mentioned, and it seems to work for me. - Julian