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

Re: failed tests

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-06-04 14:20:03 CEST

On 6/4/05, Prateek Srivastava <for.groups@gmail.com> wrote:
> Hi Erik,
>
> Thanks for the reply.
>
> My machine is new and well configured.
>
> Do you suspect that some shared libraries have been incorrectly installed?
> I tried my best to satisfy all dependancies.
> If I can know which one is the problem, I can try ivestigating further.

The problem is not with subversion itself, but with the box running
the tests: it's not able to produce consistent results while under
heavy load, as shown by the errors below:

/root/subversion-1.2.0/subversion/clients/cmdline/.libs/lt-svn: error
while loading shared libraries:
/root/subversion-1.2.0/subversion/libsvn_subr/.libs/libsvn_subr-1.so.0:
file too short
----> Here it can't load a library it has successfully loaded hundreds
of times before in the same test run

IOError: [Errno 2] No such file or directory:
'repositories/externals_tests-8/conf/svnserve.conf'
----> Tens of times before, a file by that name has been created successfully

/root/subversion-1.2.0/subversion/clients/cmdline/.libs/lt-svn: error
while loading shared libraries:
/root/subversion-1.2.0/subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.so.0:
file too short
----> Same as the first error
 
/root/subversion-1.2.0/subversion/clients/cmdline/.libs/lt-svn:
relocation error:
/root/subversion-1.2.0/subversion/libsvn_ra/.libs/libsvn_ra-1.so.0:
undefined
symbol: svn_ra_dav__init
----> Same as the first error

> I have deployed subversion on a production environment. Till now, all
> the commands and functions have been working fine. I am just concerned
> if it would break at some later stage, or some function misbehaves.

Again, it's not subversion, it's the box.
 
> regards,
> Prateek

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 4 14:22:35 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.