[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: ra-local-test

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2005-08-31 22:03:47 CEST

Gale, David wrote:
> As expected, setting LD_LIBRARY_PATH enabled almost all of make check
> to pass.
>
> However, one test still failed. Here's the relevant log output:
>
> START: ra-local-test
> svn_tests: Mismatched FS module version for 'fsfs': found 1.2.3,
> expected 1.2.1
> FAIL: ra-local-test 1: open an ra session to a local repository
> svn_tests: Mismatched FS module version for 'fsfs': found 1.2.3,
> expected 1.2.1
> FAIL: ra-local-test 2: get the youngest revision in a repository
> PASS: ra-local-test 3: svn_ra_local__split_URL: syntax validation
> PASS: ra-local-test 4: svn_ra_local__split_URL: invalid host names
> PASS: ra-local-test 5: svn_ra_local__split_URL: valid host names
> svn_tests: Mismatched FS module version for 'fsfs': found 1.2.3,
> expected 1.2.1
> FAIL: ra-local-test 6: test svn_ra_local__split_URL correctness
> END: ra-local-test
>
> It looks like it's still coded for 1.2.1, rather than 1.2.3. Can
> anyone confirm whether or not this is the case?
>
> -David
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

Update: after doing some googling around and finding
<http://svn.haxx.se/users/archive-2005-07/0333.shtml>, I deleted all of
the subversion libraries from /usr/local/lib and the binaries from
/usr/local/bin; ran 'make clean' and 'make'; 'make check' passed. So
apparently my previous pass had somehow linked itself to the old library
files--but only for ra-local-test (or else for all of the tests, and
ra-local-test is the only one that's affected by version changes). As a
relative neophyte when dealing with unix libraries, I'm assuming this is
indicative of a problem with my setup, though I don't know what it could
be.

Regardless, 1.2.3 is compiled and passing, so I'm happy.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 31 22:06:11 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.