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

Re: Problems with svn client tools

From: John Szakmeister <john_at_szakmeister.net>
Date: 2006-06-15 11:17:33 CEST

----- Peter Fastré <peter.fastre@gmail.com> wrote:
[snip]
> I think svnlook diff command is supposed to give us the differences
> between the latest and the previous revision. However, if I pass a
> specific revision to compare on the command line, I get the same
> segmentation fault.
> It does have something to do

Something is terribly wrong. I don't know if it's the versions of the libraries being picked up or what, but something is definitely wrong here.

Instead of thinking that the bug is in Subversion, perhaps we should take a different approach and start looking at the executable and things around it. Have you tried taking a look at 'ldd svnlook'? Does anything strange show up there? How about using strace and ltrace to see where things are falling over?

[snip]
> I built version 1.3.2 from source, as I do with most of my
> applications:
> $ ./configure --with-swig --with-apxs=/usr/local/apache2/bin/apxs
> --with-apr=/usr/local/apache2/bin/apr-config
> --with-apr-util=/usr/local/apr/bin/apu-config
>
> I have tried recompiling it, removing everything, recompile and
> install. But no help here.
>
> The apr/apxs/... are needed by apache, the with-swigs are the python
> bindings which are needed by the trac application. Both apache and
> trac are working fine.
>
> But there's something really wrong with my setup and I don't know
> what. I would do anything to solve it, reinstalling the whole
> svn-thing, I don't know. The only option which cannot be considered is
> reinstalling the complete machine. Maybe I'm doing something wrong in
> my build process?

I suspect there is some sort of library issue here. Can you try some of the above things and see what you turn up? FWIW, I've never seen an issue list this (and I've been watching the list for over 3 years!).

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 15 11:19:08 2006

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.