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

dyld error for v0.30.0 on Mac OS X

From: Winston Wolff <winstonwolff_at_cal.berkeley.edu>
Date: 2003-10-03 10:56:32 CEST

I am having a lot of trouble getting subversion running. I used to
have v0.19.?? which I installed with fink. I tried fink yesterday and
it failed miserably so I am trying to do it manually now and I get the
following error when I run svn from the bootstrap tarball:

dyld: svn version mismatch for library:
/Users/winstonw/Downloads/subversion-0.30.0/apr-util/xml/expat/lib/
.libs/libexpat.0.dylib (compatibility version of user: 5.0.0 greater
than library's version: 2.0.0)
Trace/BPT trap

Here are the steps I have done. I am on Mac OS X 10.2.6.
  • Downloaded Berkeley DB4.1.25, built, and installed into
/usr/local/BerkeleyDB.4.1
  • Dowloaded the v0.30.0 tarball
  • % ./configure --enable-maintainer-mode
--with-berkeley-db=/usr/local/BerkeleyDB.4.1/ --with-ssl
  • % make # which seemed to work OK
  • % make check # which gave this output:
Running all tests in config-test...success
Running all tests in diff-diff3-test...success
Running all tests in hashdump-test...success
Running all tests in path-test...success
Running all tests in random-test...success
Running all tests in stream-test...success
Running all tests in string-test...success
Running all tests in time-test...success
Running all tests in translate-test...success
Running all tests in target-test.py...success
Running all tests in run-fs-tests.py...success
Running all tests in run-repos-tests.py...success
Running all tests in getopt_tests.py...FAILURE
Running all tests in basic_tests.py...FAILURE
Running all tests in commit_tests.py...FAILURE
Running all tests in update_tests.py...FAILURE
Running all tests in switch_tests.py...FAILURE
Running all tests in prop_tests.py...FAILURE
Running all tests in schedule_tests.py...FAILURE
Running all tests in log_tests.py...FAILURE
Running all tests in copy_tests.py...FAILURE
Running all tests in diff_tests.py...FAILURE
Running all tests in export_tests.py...FAILURE
Running all tests in externals_tests.py...FAILURE
Running all tests in merge_tests.py...FAILURE
Running all tests in stat_tests.py...FAILURE
Running all tests in trans_tests.py...FAILURE
Running all tests in svnadmin_tests.py...FAILURE
Running all tests in svnlook_tests.py...FAILURE
Running all tests in svnversion_tests.py...FAILURE
At least one test FAILED, checking
/Users/winstonw/Downloads/subversion-0.30.0/tests.log
FAIL: getopt_tests.py 1: run svn with no arguments
FAIL: getopt_tests.py 2: run svn --version
FAIL: getopt_tests.py 3: run svn --version --quiet
FAIL: getopt_tests.py 4: run svn --help
FAIL: getopt_tests.py 5: run svn help
FAIL: getopt_tests.py 6: run svn help --version
FAIL: getopt_tests.py 7: run svn help bogus-cmd
FAIL: getopt_tests.py 8: run svn help log switch
FAIL: basic_tests.py 1: basic checkout of a wc
FAIL: commit_tests.py 1: commit one file
FAIL: update_tests.py 1: update a locally-modified binary file
FAIL: switch_tests.py 1: test some basic switching operations
FAIL: prop_tests.py 1: write/read props in wc only (ps, pl, pdel)
FAIL: schedule_tests.py 1: schedule: add some files
FAIL: log_tests.py 1: 'svn log', no args, top of wc
FAIL: copy_tests.py 1: basic copy and move commands -- on files only
FAIL: diff_tests.py 1: update a file
FAIL: export_tests.py 1: export an empty directory
FAIL: externals_tests.py 1: test checkouts with externals
FAIL: merge_tests.py 1: performing a merge, with mixed results
FAIL: stat_tests.py 1: status on unversioned file in current directory
FAIL: trans_tests.py 1: commit new files with keywords active from
birth
FAIL: svnadmin_tests.py 1: 'svnadmin dump' on copied directory
FAIL: svnlook_tests.py 1: test 'svnlook youngest' subcommand
FAIL: svnversion_tests.py 1: test 'svnversion' on wc and other dirs
make: *** [check] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 3 16:51:33 2003

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.