On Mar 13, 2010, at 6:18 PM, Kaj Hejer wrote:

> 
> On 12. mars 2010, at 22.02, Daniel Johnson wrote:
> 
>> I've seen a couple of people reporting a bus error with svn, but I can't 
>> duplicate it. I'd recommend trying 'fink -m rebuild svn' which will rebuild 
>> the package and run the self tests. If something is wrong, the tests should 
>> fail. There could also be corruption in your checked-out repository and the 
>> newest svn might be more sensitive to that. Try deleting your local 
>> directory and do a fresh 'svn co'.
> 
> 
> Hi!
> 
> Thanks both to you and Alexander for answering!
> 
> Here is my output from fink -m rebuild svn after I swiched from 
> selfupdate-rsync to selfupdate-cvs (and then got a new fresh /sw/fink 
> directory):
> 
> make check || exit 2
> Running all tests in auth-test [1/71]...success
> Running all tests in cache-test [2/71]...success
> Running all tests in checksum-test [3/71]...success
> Running all tests in client-test [4/71]...success
> Running all tests in compat-test [5/71]...success
> Running all tests in config-test [6/71]...success
> Running all tests in diff-diff3-test [7/71]...FAILURE
> Running all tests in dirent_uri-test [8/71]...success
> Running all tests in error-test [9/71]...success
> Running all tests in fs-pack-test [10/71]...FAILURE
> Running all tests in fs-test [11/71]...FAILURE
> Running all tests in hashdump-test [12/71]...success
> Running all tests in locks-test [13/71]...FAILURE
> Running all tests in mergeinfo-test [14/71]...success
> Running all tests in opt-test [15/71]...success
> Running all tests in path-test [16/71]...success
> Running all tests in ra-local-test [17/71]...success
> Running all tests in random-test [18/71]...success
> Running all tests in repos-test [19/71]...FAILURE
> Running all tests in revision-test [20/71]...success
> Running all tests in skel-test [21/71]...success
> Running all tests in stream-test [22/71]...success
> Running all tests in string-test [23/71]...success
> Running all tests in target-test [24/71]...success
> Running all tests in time-test [25/71]...success
> Running all tests in translate-test [26/71]...success
> Running all tests in tree-conflict-data-test [27/71]...success
> Running all tests in utf-test [28/71]...success
> Running all tests in window-test [29/71]...success
> Running all tests in getopt_tests.py [30/71]...FAILURE
> Running all tests in basic_tests.py [31/71]...FAILURE
> Running all tests in checkout_tests.py [32/71]...FAILURE
> Running all tests in commit_tests.py [33/71]...FAILURE
> Running all tests in update_tests.py [34/71]...FAILURE
> Running all tests in switch_tests.py [35/71]...FAILURE
> Running all tests in prop_tests.py [36/71]...FAILURE
> Running all tests in schedule_tests.py [37/71]...FAILURE
> Running all tests in log_tests.py [38/71]...FAILURE
> Running all tests in copy_tests.py [39/71]...FAILURE
> Running all tests in diff_tests.py [40/71]...FAILURE
> Running all tests in export_tests.py [41/71]...FAILURE
> Running all tests in externals_tests.py [42/71]...FAILURE
> Running all tests in merge_tests.py [43/71]...FAILURE
> Running all tests in merge_authz_tests.py [44/71]...FAILURE
> Running all tests in revert_tests.py [45/71]...FAILURE
> Running all tests in mergeinfo_tests.py [46/71]...FAILURE
> Running all tests in stat_tests.py [47/71]...FAILURE
> Running all tests in trans_tests.py [48/71]...FAILURE
> Running all tests in autoprop_tests.py [49/71]...FAILURE
> Running all tests in blame_tests.py [50/71]...FAILURE
> Running all tests in special_tests.py [51/71]...FAILURE
> Running all tests in svnadmin_tests.py [52/71]...FAILURE
> Running all tests in svnlook_tests.py [53/71]...FAILURE
> Running all tests in svnversion_tests.py [54/71]...FAILURE
> Running all tests in utf8_tests.py [55/71]...FAILURE
> Running all tests in history_tests.py [56/71]...FAILURE
> Running all tests in lock_tests.py [57/71]...FAILURE
> Running all tests in cat_tests.py [58/71]...FAILURE
> Running all tests in import_tests.py [59/71]...FAILURE
> Running all tests in svnsync_tests.py [60/71]...FAILURE
> Running all tests in authz_tests.py [61/71]...FAILURE
> Running all tests in depth_tests.py [62/71]...FAILURE
> Running all tests in svndumpfilter_tests.py [63/71]...FAILURE
> Running all tests in changelist_tests.py [64/71]...FAILURE
> Running all tests in info_tests.py [65/71]...FAILURE
> Running all tests in tree_conflict_tests.py [66/71]...FAILURE
> Running all tests in resolved_tests.py [67/71]...FAILURE
> Running all tests in changes-test [68/71]...FAILURE
> Running all tests in fs-base-test [69/71]...success
> Running all tests in key-test [70/71]...success
> Running all tests in strings-reps-test [71/71]...FAILURE
> At least one test was SKIPPED, checking 
> /sw/src/fink.build/svn-1.6.9-1/subversion-1.6.9/tests.log
> SKIP:  cache-test 2: basic memcache svn_cache test
> SKIP:  cache-test 3: memcache svn_cache with very long keys
> At least one test XFAILED, checking 
> /sw/src/fink.build/svn-1.6.9-1/subversion-1.6.9/tests.log
> XFAIL: tree-conflict-data-test 3: detect broken tree conflict data
> At least one test FAILED, checking 
> /sw/src/fink.build/svn-1.6.9-1/subversion-1.6.9/tests.log
> FAIL:  diff-diff3-test 1: these dump core
> FAIL:  diff-diff3-test 2: 2-way unified diff and trivial merge
> FAIL:  diff-diff3-test 3: 2-way unified diff where output is suspect
> FAIL:  diff-diff3-test 4: 3-way merge, non-overlapping changes
> FAIL:  diff-diff3-test 5: 3-way merge, non-conflicting overlapping changes
> FAIL:  diff-diff3-test 6: 3-way merge, conflicting overlapping changes
> FAIL:  diff-diff3-test 7: random trivial merge (seed:3283780943)
> FAIL:  diff-diff3-test 8: random 3-way merge (seed:421281987)
> FAIL:  diff-diff3-test 9: merge with part already present (seed:753547469)
> FAIL:  diff-diff3-test 10: 3-way merge, adjacent changes
> FAIL:  diff-diff3-test 11: 3-way merge with conflict styles
> FAIL:  fs-pack-test: Unknown test failure see tests.log.
> FAIL:  fs-test: Unknown test failure see tests.log.
> FAIL:  locks-test: Unknown test failure see tests.log.
> FAIL:  repos-test: Unknown test failure see tests.log.
> FAIL:  changes-test: Unknown test failure see tests.log.
> FAIL:  strings-reps-test: Unknown test failure see tests.log.
> Summary of test results:
>  2 tests SKIPPED
>  1 tests XFAILED
>  17 tests FAILED
> make: *** [check] Error 1
> ### execution of make failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-svn-1.6.9-1
> (Reading database ... 10912 files and directories currently installed.)
> Removing fink-buildlock-svn-1.6.9-1 ...
> Failed: phase test: error (2)
> 
> 
> You can find the tests.log file at http://folk.uio.no/kajh/tmp/tests.log
> 
> 
> -Kaj :)

Thanks for the report. Unfortunately, I still can't duplicate it. All tests 
pass for me on 10.6/i386 and 10.6/x86_64 and I don't get any bus errors when 
run, and I use svn frequently. Something must be misbuilt on your system. Maybe 
you could try rebuilding svn's dependencies. I'm not sure what else to suggest.

Daniel


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to