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

Re: Multiple compile errors

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-10-15 21:18:49 CEST

On Sat, Oct 14, 2006 at 03:53:50PM -0500, Peter Samuelson wrote:
>
> [Jens Seidel]
> > cd subversion/svn && /bin/sh /home/jens/Programme/subversion/1.4.0/libtool --tag=CC --silent --mode=link gcc -g -O2 -pthread -L/usr/local/lib -rpath /home/jens/local//lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o list-cmd.o lock-cmd.o log-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o unlock-cmd.o update-cmd.o util.o ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib64/libaprutil-1.la -lldap -llber -ldb-4.3 -lexpat /usr/lib64/libapr-1.la -lrt -lcrypt -lpthread -ldl
> > /home/jens/Programme/subversion/1.4.0/subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.so: undefined reference to `svn_repos_fs_change_rev_prop3'
>
> That's odd. The missing symbol is in libsvn_repos, which
> libsvn_ra_local should definitely be trying to pull in. It would be
> interesting to see that line executed without the --silent, to see what
> actual link line libtool produces.

Sorry, my error. As I wrote I svn switched from tags/1.4.0 to trunk. It
seems I did it incompletly and had both versions mixed :-)

I fetched trunk directly and compilation works like a charm. After
installing in a local (previously empty) directory it complains
(conflict with my installed version 1.3.2):

$ LANG=C ~/lokal/bin/svn --version
svn: Version mismatch in 'svn_delta': found 1.5.0-dev, expected 1.3.2
svn: Version mismatch in 'svn_subr': found 1.5.0-dev, expected 1.3.2

Setting LD_LIBRARY_PATH to ~/lokal/lib has no effect ...

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 15 21:26:36 2006

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.