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

Re: rev 6632: FAIL: svnversion_tests.py 1

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-04 22:45:54 CEST

Erik Hülsmann <e.huelsmann@gmx.net> writes:

>>The error returned is:
>>['lt-svnversion: relocation error: /home/erik/svn/subversion/libsvn_wc/.libs/libsvn_wc-1.so.0: undefined symbol: svn_io_files_contents_same_p\n']

The function svn_io_files_contents_same_p is relatively new (r6621) in
libsvn_subr/io.c. Run

  ldd subversion/svnversion/.libs/lt-svnversion

to see which libraries are used by svnversion. Run

  nm subversion/libsvn_subr/io.o | grep same_p
  nm subversion/libsvn_subr/.libs/libsvn_subr-1.so|grep same_p

to check that the symbol is defined.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 4 22:46:48 2003

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

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