[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: Matthias Hoertzsch <m.hoertzsch_at_t-online.de>
Date: Tue, 14 Oct 2008 00:21:11 -0700 (PDT)

Hi Karl,

thanks for the hint with the libraries. After that I was able to do a make
and with the trunk
version the segmentation fault does not occur again.

Best regards,

Matthias

Karl Fogel-2 wrote:
>
> 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
>
>
>

-- 
View this message in context: http://www.nabble.com/segmentation-fault-with---parents-option-tp19880657p19968278.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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 09:21:37 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.