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

Re: Breakage on trunk?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 4 Mar 2011 13:38:06 +0200

Philip Martin wrote on Fri, Mar 04, 2011 at 11:18:33 +0000:
> John Beranek <john_at_redux.org.uk> writes:
>
> > Oh, this is for a run of an installed copy of svnserve, as I don't have a:
> >
> > subversion/tests/libsvn_client/.libs/lt-client-test
> >
> > only:
> >
> > subversion/tests/libsvn_client/client-test
> > [A wrapper script I can't run with gdb]
> >
> > subversion/tests/libsvn_client/.libs/client-test
> > [An executable that doesn't find its libraries]
>
> Building creates the libtool wrapper scipt client-test and the
> executable .libs/client-tests. The executable is one that will be
> installed and is linked to libraries in the install path.
>
> If you run the libtool wrapper script it creates a second, temporary
> executable .libs/lt-client-test. This is linked to libraries in the
> build directory. This is one you debug.
>

Thanks for the overview!

/me 's workaround has been $prefix/apache2/build/libtool --mode=execute env SHELL=$SHELL gdb --args ./subversion/svn/svn
(but the lt-$basename should be easier to work with)

> --
> Philip
Received on 2011-03-04 12:39:01 CET

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.