Someone pointed out the problem off list.
libtool is broken and is pulling in previously installed libraries, not the
ones that were just built! So, in fact, I'm not pulling in the right
libraries (but it's not my fault).
Once I did a "make install", then "make check" worked properly.
-Dan C
On 5/29/07, Hyrum K. Wright <hyrum_wright@mail.utexas.edu> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dan Christian wrote:
> > Bunches of tests are failing at revision 25196 with this error:
> >
> >
> /usr/local/google/dchristian/OpenSource/svn/subversion/subversion/svn/.libs/lt-svn:
> >
> > symbol lookup error:
> >
> /usr/local/google/dchristian/OpenSource/svn/subversion/subversion/libsvn_ra/.libs/libsvn_ra-
> >
> > 1.so.0: undefined symbol: svn_compat_wrap_log_receiver
> >
> > I configured like this:
> > ./autogen.sh
> > ./configure --prefix=$prefix --enable-maintainer-mode --enable-debug
> > --disable-mod-activation --disable-subdir-config
> > --enable-experimental-libtool --with-apr=${prefix}
> > --with-apr-util=${prefix}
> > --without-neon --with-serf=$prefix
> --with-editor=/etc/alternatives/editor
> > --without-{apxs,berkeley-db,jdk,jikes,junit,ruby}
> >
> > ...
> > Running all tests in basic_tests.py [21/50]...FAILURE
> > Running all tests in checkout_tests.py [22/50]...FAILURE
> > Running all tests in commit_tests.py [23/50]...FAILURE
> > Running all tests in update_tests.py [24/50]...FAILURE
>
> Dan,
> svn_compat_wrap_log_receiver() is defined in libsvn_subr/compat.c, and
> was added when the merge-sensitive-log branch was merged back to trunk
> in r25159.
>
> Are you linking against the correct versions of the libraries?
>
> - -Hyrum
>
>
Received on Wed May 30 19:54:20 2007