You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@wandisco.com> on 2010/07/12 09:52:59 UTC

Re: Move of a new folder with renamed file causes "The node was not found"

Onno van der Straaten <on...@gmail.com> writes:

> I will send the diff file. But now I'm trying to upgrade to rev
> 963218, the make step fails with
>
> /usr/local/lib/libsvn_diff-1.so.0: undefined reference to
> `svn_stream_set_line_filter_callback'
> /usr/local/lib/libsvn_diff-1.so.0: undefined reference to
> `svn_stream_set_line_transformer_callback'
> collect2: ld returned 1 exit status
> make: *** [subversion/svnversion/svnversion] Error 1

Those functions were removed a few days ago.  You could be seeing a
libtool bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291641
If so the solution is to move or remove the installed libraries, or to
configure Subversion with a new location.

-- 
Philip