You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "rupert.thurner" <ru...@gmail.com> on 2011/12/17 20:33:33 UTC

auth-test fails for solaris?

when packaging svn-1.7.2 auth-test fails with a non-intuitive error
message:

START: auth-test
svn_tests: E200006: svn_auth_get_platform_specific_client_providers
should return an array of 2 providers
FAIL:  auth-test 1: test retrieving platform-specific auth providers
END: auth-test
ELAPSED: auth-test 0:00:01.112938

what is changed this time is the inclusion of gnomekeyring. but i
cannot make out what it actually tests in:

work/solaris9-sparc/build-isa-sparcv8/subversion-1.7.2/subversion/
tests/libsvn_subr/auth-test.c

rupert

Re: auth-test fails for solaris?

Posted by Stefan Sperling <st...@elego.de>.
On Sat, Dec 17, 2011 at 11:33:33AM -0800, rupert.thurner wrote:
> when packaging svn-1.7.2 auth-test fails with a non-intuitive error
> message:
> 
> START: auth-test
> svn_tests: E200006: svn_auth_get_platform_specific_client_providers
> should return an array of 2 providers
> FAIL:  auth-test 1: test retrieving platform-specific auth providers
> END: auth-test
> ELAPSED: auth-test 0:00:01.112938
> 
> what is changed this time is the inclusion of gnomekeyring. but i
> cannot make out what it actually tests in:
> 
> work/solaris9-sparc/build-isa-sparcv8/subversion-1.7.2/subversion/
> tests/libsvn_subr/auth-test.c
> 
> rupert

You need to set LD_LIBRARY_PATH correctly.
See the thread starting at http://svn.haxx.se/dev/archive-2011-11/0040.shtml
A patch was committed to trunk in r1200474.
But this fix has not been backported to 1.7.x yet.