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

Re: segmentation fault with --parents option

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Mon, 13 Oct 2008 21:59:19 -0400

Matthias Hoertzsch <m.hoertzsch_at_t-online.de> writes:
> The latest 1.5.3 release gives me still the same bug.

Can you provide the reproduction script you're using?

> I am not able to reproduce this with the current trunk as it is not building
> on my machine.
> make stops with:
>
> ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so: undefined reference to
> `svn_txdelta_run'
> ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so: undefined reference to
> `svn_diff_file_output_merge2'
> ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so: undefined reference to
> `svn_diff_mem_string_output_merge2'
> collect2: ld returned 1 exit status
> make: *** [subversion/svnversion/svnversion] Fehler 1

Oh, I have this happen sometimes too. You have to clear out the old
installed libraries in order to build the new Subversion; it's annoying.
Here's what I do:

   $ pushd /usr/local/lib
   $ su
   # mkdir old_svn_libs
   # mv libsvn_* old_svn_libs/
   # exit
   # popd
   $ pwd
   /your/subversion/trunk/working/copy/top
   $ ./configure && make

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-14 03:59:44 CEST

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.