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

Re: svn commit: rev 1130 - trunk

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-02-01 08:32:34 CET

On Fri, Feb 01, 2002 at 01:21:43AM -0600, jerenkrantz@tigris.org wrote:
> Author: jerenkrantz
> Date: 2002-02-01 07:21 GMT
> New Revision: 1130
>
> Modified:
> trunk/build.conf
> Log:
> Fix dependency generation by installing libsvn_ra_dav before libsvn_ra.
> Since build.conf can not know which RA modules will be built, they must
> all be installed before libsvn_ra. libsvn_ra_local is installed in
> fs-lib phase, so that module is fine.
>
> * build.conf: Switch libsvn_ra_dav to be installed in the base-lib phase.
> Add libsvn_subr as a dependency of libsvn_ra.
>
> Reviewed by: Greg Stein

This fixed an install problem I was having on a clean directory. The
install of libsvn_ra would fail because libsvn_ra_dav wasn't
installed first. Then, the kicker is that libtool deleted the
libsvn_ra.so.0.0.0 file in part of its error process (leaving our
friends .0.0.0T and .0.0.0U behind). The only way to recover is to
rebuild libsvn_ra.la.

Regardless, the dependency problem is fixed with this rev. Mucho
thanks to Greg. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:02 2006

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.