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

Re: [PATCH] Fix cross-library installation dependencies for libsvn_fs and libsvn_fs_base

From: David James <staple_at_gmail.com>
Date: 2004-09-19 02:24:31 CEST

I've redesigned my patch to fix the issues mentioned by Greg Hudson at
<http://www.contactor.se/~dast/svn/archive-2004-09/0644.shtml>. This
new patch is also substantially simpler and easier to understand.

LOG MESSAGE:
* configure.in
 (libsvn_fs, libsvn_ra): Added SVN_RA_LIB_INSTALL_DEPS and
SVN_FS_LIB_INSTALL_DEPS to keep track of installation dependences for
libsvn_ra and libsvn_fs
* Makefile.in
 (libsvn_fs, libsvn_ra): Added SVN_RA_LIB_INSTALL_DEPS and
SVN_FS_LIB_INSTALL_DEPS to keep track of installation dependences for
libsvn_ra and libsvn_fs
* build.conf:
 (libsvn_fs): Added $(SVN_FS_LIB_INSTALL_DEPS) to install deps of libsvn_fs
 (libsvn_ra): Added $(SVN_RA_LIB_INSTALL_DEPS) to install deps of libsvn_fs_base
* build/generator/gen_base.py
 (gen_base.Target): Added 'add-install-deps' option for build.conf to
list additional installation dependencies
* build/generator/gen_make.py
 (gen_make.Generator.write): Upgraded dependency checker to support
manual cross-library installation dependencies

PURPOSE OF PATCH:

I'm trying to make the following pattern work:
1. ./configure [with appropriate options]
2. make javahl
3. make install-javahl

Unfortunately, when you type those three commands, the build fails
with a mysterious error about libsvn_ra-1.la being missing. This patch
fixes that bug by fixing the dependencies for the libsvn_fs and
libsvn_ra libraries. The complete patch is attached.

Cheers,

David

On Sat, 18 Sep 2004 18:51:41 -0400, David James <staple@gmail.com> wrote:
> I'm trying to make the following pattern work:
> 1. ./configure [with appropriate options]
> 2. make javahl
> 3. make install-javahl
>
> Unfortunately, when you type those three commands, the build fails
> with a mysterious error about libsvn_ra-1.la being missing. This patch
> fixes that bug by fixing the dependencies for the libsvn_fs and
> libsvn_fs_base libraries. The complete patch is attached.
>
> Cheers,
>
> David
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Sep 19 02:24:56 2004

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.