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

Re: subversion 1.2.0 fails a number of self tests

From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2005-05-26 09:43:04 CEST

On May 25, 2005, at 6:55 PM, OpenMacNews wrote:

> hi,
>
> > Slackware 10.1 (Linux svn 2.4.29 #6 Thu Jan 20 16:30:37 PST
> 2005 i686
> unknown unknown GNU/Linux)
> > httpd-2.0.53
> > apr-0.9.6
> > apr-util-0.9.6
> > apr-iconv-0.9.5
> > openssl-0.9.7g
> > Berkeley DB 4.2.52
> > gcc-3.3.4
>
> hmmm .... and, i seem to be getting opposite-non-python failures
> failures with 'make check' of svn120 on OSX 10.4.1
>
> OSX 10.4.1 (Darwin devbox 8.1.0 Darwin Kernel Version 8.1.0: Tue
> May 10
> 18:16:08 PDT 2005; root:xnu-792.1.5.obj~4/RELEASE_PPC Power
> Macintosh powerpc)
> httpd-2.1.5-dev
> apr-1.2.0
> apr-util-1.2.0
> OpenSSL 0.9.7g 11 Apr 2005
> Berkeley DB 4.3.28 w/ strong crypto
> Python 2.4.1
>
> console output is:
>
> Running all tests in compat-test...FAILURE
> ... all "FAILURE" ...
> Running all tests in utf-test...FAILURE
> Running all tests in target-test.py...success
> ... all "success" ...
> Running all tests in import_tests.py...success
> Running all tests in changes-test...FAILURE
> Running all tests in fs-test...FAILURE
> Running all tests in key-test...FAILURE
> Running all tests in skel-test...FAILURE
> Running all tests in strings-reps-test...FAILURE
> At least one test FAILED, checking
> /Volumes/OWC_Tools/projects/ports/subversion120/tests.log
> At least one test was SKIPPED, checking
> /Volumes/OWC_Tools/projects/ports/subversion120/tests.log
> SKIP: revert_tests.py 2: reverting to corrupt text base should
> fail
> SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
> make: *** [check] Error 1
>
> and, the test log shows the early FAILURES:
>
> START: compat-test
> dyld: Library not loaded: /usr/local/subversion120/lib/
> libsvn_test-1.dylib
> Referenced from:
> /usr/ports/subversion120/subversion/tests/libsvn_subr/./compat-test
> Reason: image not found
> END: compat-test
>
> START: config-test
> dyld: Library not loaded: /usr/local/subversion120/lib/
> libsvn_test-1.dylib
> Referenced from:
> /usr/ports/subversion120/subversion/tests/libsvn_subr/./config-test
> Reason: image not found
> END: config-test
>
> ...
>
> and the late failures as:
>
> ...
>
> START: skel-test
> dyld: Library not loaded: /usr/local/subversion120/lib/
> libsvn_test-1.dylib
> Referenced from:
> /Volumes/OWC_Tools/projects/ports/subversion120/subversion/tests/
> libsvn_fs_
> base/./skel-test
> Reason: image not found
> END: skel-test
>
> START: strings-reps-test
> dyld: Library not loaded: /usr/local/subversion120/lib/
> libsvn_test-1.dylib
> Referenced from:
> /Volumes/OWC_Tools/projects/ports/subversion120/subversion/tests/
> libsvn_fs_
> base/./strings-reps-test
> Reason: image not found
> END: strings-reps-test
>
> fwiw,
>
> % ls -al /usr/local/subversion120/lib/*test*
> su: /usr/local/bin/ls: No match.
>
> did i miss something in my test setup?
>
> cheers,
>
> richard

This looks like the old neon problem on Tiger. I bet that, if you
find the svn binary in the build directory (I forget exactly where it
is) and try to run it, it won't even launch with some sort of error
message like:

dyld: Symbol not found: _ne_duplicate_header
    Referenced from: /usr/local/src/subversion-1.1.4/subversion/
libsvn_ra_dav/.libs/libsvn_ra_dav-1.0.dylib
    Expected in: flat namespace

Basically, the build failed completely but it is not discovered by
make. At the risk of starting the autoconf war again, just prefix
your ./configure invocation with:

CC=gcc-3.3 GXX=yes ...

In short, gcc-4.0 (the default for Tiger) appears to have some
reliability issues and GXX=yes will let neon build shared which
should fix the above problem.

hth,
stephen
Received on Thu May 26 09:45:18 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.